Ben Scheirman returns to the show to discuss how Swift’s built-in concurrency features, such as async/await and tasks, can be used in practice when building apps for Apple’s platforms.| Swift by Sundell
Gui Rambo returns to the show to talk about the role and importance of system design when building apps and open source tools, and how common app architectures and design patterns can be augmented with custom systems.| Swift by Sundell
A few examples on how to use Swift Concurrency to write asynchronous operations that are automatically retried if an error was encountered.| Swift by Sundell
How Swift’s opaque return types can be combined with primary associated types in order to create powerful abstractions without the need for any type erasure.| Swift by Sundell
On this 2022 season premiere, JP Simard returns to the show to discuss what’s next for Swift in 2022, and what kinds of improvements and new features that might be coming to the language during the year.| Swift by Sundell
Creating convenience APIs that make it possible to convert async/await-based functions into Combine publishers.| Swift by Sundell