
The 4 Best Swift Unwrapped Podcast Episodes
1) 11: Ownership Manifesto
A brief overview of the complex topic of memory ownership revisions currently underway.
2) 76: Property Wrappers
A concept that's been in and out of conversation for Swift since 2015, property behaviors - uh, delegates - uh, wrappers - are now back with the full weight of SwiftUI behind it.
3) 75: Swift Build Systems w/ Keith Smiley
In this episode with special guest Keith Smiley, we cover the growing number of tools that let you build things in Swift, a few of which are made by Apple, as well as some others like CMake, Bazel an...Show More
4) 64: Never
The Never type has some very unique properties and behavior. We introduce the type and discuss a recent proposal (SE-215) to make it conform to Hashable and Equatable.
5) 92: Deinit
Jesse and JP talk about Swift 5.5, WWDC 21, how the Swift community has evolved in the 7 years of the language, and wrapping up the show. This is our last episode. Thanks to all our listeners, guests...Show More
6) 91: Concurrency, 3 years later
Three years after first discussing concurrency in Swift with Chris Lattner, we dive into the latest round of proposals and forum discussions — although this time it is actually happening.
7) 90: Swift Atomics
Today we talk about the latest Swift open source project, Swift Atomics. The library you shouldn't use but want to anyway.
8) 89: Implementing the Swift Runtime in Swift, with Jordan Rose
Today we welcome special guest, Jordan Rose to discuss implementing the Swift runtime in Swift.
9) 88: Swift 5.3
Swift 5.3 will be released very soon. What should we expect?
10) 87: Package Registries and Indexes
There's a lot happening recently in the world of package managers, registries and indexes. Let's unwrap that.