Reading List
Watch Out for Counterintuitive Implicit Actor-Isolation from Michael Tsai RSS feed.
Watch Out for Counterintuitive Implicit Actor-Isolation
Jared Sinclair: I ran into some unexpected runtime crashes recently while testing an app on iOS 18 compiled under Swift 6 language mode, and the root causes ended up being the perils of using @unchecked Sendable in combination with some counterintuitive compiler behavior with implicit actor isolation.[…]What occurred to me instead was to find a […]