Reading List
Swift 5.10 from Michael Tsai RSS feed.
Swift 5.10
Holly Borla (Mastodon): Swift 5.10 accomplishes full data isolation in the concurrency language model. This important milestone has taken years of active development over many releases. The concurrency model was introduced in Swift 5.5 including async/await, actors, and structured concurrency. Swift 5.7 introduced Sendable as the fundamental concept for thread-safe types whose values can be […]