Apple’s New Utility Swift Library
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.