Friday, December 15, 2017

Apple’s New Utility Swift Library

Paul Hudson:

Apple has unveiled a new collection of open-source utility code for Swift developers, grown out of its Swift Package Manager project. The collection contains some interesting new data types (OrderedSet – hurray!), some tools to make command line programs easier to write, and some helpers for common tasks like temporary files and SHA hashing.

The code is here.

Comments RSS · Twitter

Leave a Comment