Attributes improve the efficiency of your codebase, without sacrificing the quality of your code. Jordan Morgan, iOS at Buffer, created a short guide to Swift's attributes. (more…)
Read more »
Maybe this is not the place to ask since is Apple specific but I'm sure a lot of folks are wondering: will the async features be backwards deployable or only work on the new OSs? (more…)
Read more »
I’m excited to announce a new open-source package and an enhancement to the Swift Evolution process: the Standard Library Preview package! The preview package provides access to functionality that has been accepted into the Swift standard library through ... (more…)
Read more »
This PR introduces two new entry points named withUnsafe[Throwing]Continuation() in the _Concurrency module. The two new entry points have the following types:
withUnsafeContinuation: <T> ((U... (more…)
Read more »
Introduced at WWDC 2023, Swift 5.9, now available in beta, brings a major extension to the language capabilities through support for generating code at compile-time using macros. (more…)
Read more »