Explore >> Select a destination


You are here

swiftrocks.com
| | blog.metaobject.com
45.0 parsecs away

Travel
| | One of funkier aspects of Swift syntax is the if let statement. As far as I can tell, it exists pretty much exclusively to check that an ...
| | www.avanderlee.com
11.7 parsecs away

Travel
| | Macros in Swift allow you to extend the compiler with custom build errors and code generation to eliminate extraneous boilerplate code.
| | blog.metaobject.com
26.7 parsecs away

Travel
| | In the last exciting instalment of our JSON parsing on macOS/iOS series, we got rid of temporary objects in our parser ? builder protocol as...
| | www.jessesquires.com
115.2 parsecs away

Travel
| On macOS 14 Sonoma there is a regression in Swift 5.9 which causes Swift scripts that import Cocoa frameworks to fail. This issue was first reported by @rdj....