Sendable in Foundation

There is now: [Concurrency] Warn if implied `@unchecked Sendable` conformances are not re-stated. by hborla · Pull Request #71866 · apple/swift · GitHub

7 Likes

Then, I wonder why UserDefaults is still not Sendable... :thinking:

@available(*, unavailable)
extension UserDefaults : @unchecked Sendable {
}
1 Like