Swift Optionals

Unlike its predecessors C and Objective-C, Swift has the concept of Optional types. By default, variables in Swift cannot be set to nil… Read more

Similar

Swift Server APIs Work Group

Since Swift became available on Linux there has been a huge amount of interest in using Swift on the server, resulting in the emergence of a number of Web Frameworks, including Kitura, Vapor, Perfect, and Zewo, along with many others. As an important part...

Read more »

Swift Package Registry Spec

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 »