Swift Articles, Tutorials & News

Swift Distributed Actors Pitch

Hello everyone, With the recent introduction of Swift concurrency, and most notably actors to the language, Swift gained powerful and foundational building blocks for expressing thread-safe concurrent programs. This proposal aims to extend Swift’s actors…

Read more »

Creative Coding with Swift

An open-source creative coding course that uses SwiftProcessing. – GitHub – masoodkamandy/Creative-Coding-Course-with-SwiftProcessing: An open-source creative coding course that uses SwiftProcessing.

Read more »

Swift Distributed Actors

Since @_marker isn’t (I believe) intended for use in user code, I think the situation is somewhat different. Implicit in the “underscored language features may be removed at any time” policy is that we won’t break the source compatibility promise, so to t…

Read more »

AWS official SDK for Swift alpha release

We’re excited to announce the alpha release of the new AWS SDK for Swift. Since 2010, AWS Mobile has provided customers with an iOS SDK, written in Objective C. While this SDK has served the iOS community for over a decade, the Swift community has grown i…

Read more »