Lack of ABI stability, slow compile times, poor Xcode support, and more hold Swift back... (more…)
Read more »
Hello! Last June, Apple and GitHub announced that the GitHub Package Registry will support Swift packages. A few months ago, Bryan Clark started a thread to gather ideas about a standard package registry API that could be implemented by anyone, not only ... (more…)
Read more »
We’re delighted to announce ArgumentParser, a new open-source library that makes it straightforward — even enjoyable! — to parse command-line arguments in Swift. (more…)
Read more »
If you’re like me, you want your dev work to be simple. The more that can be abstracted away into some far off place where you don’t have… (more…)
Read more »
Many times when designing software, we have to deal with the possible absence of a value. This is especially true when working with third party libraries, APIs, databases, or user input. A user may submit a form without filling it out, or we may not get a...
Read more »