You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adopt Swift 6 and audit for Sendable (#5000) (#5026)
* Adopt Sendable, fix Sendable related warnings, and fix other warnings in both Swift and C code
* Upgrade to Swift 6 - Fix associated warnings
* Remove Sendable annotation from NSAffineTransform
* Cleanup some unused types in Utilities and use a Mutex instead of NSLock
* Remove some warnings for Windows builds
* Add version 6 and warning flags to CMake file
* Adapt to some changes in how unchecked Sendable conformance is declared
* Update swift-foundation dependency
* Update locking strategy for DateFormatter and NumberFormatter - keep the CF type inside the lock
* Add annotations for Core and CFSocketRef
* Resolve a warning in TestDecimal
* Use noncopyable State type for DateFormatter and NumberFormatter
* Mark DirectoryEnumerator as non-Sendable
* Work around compiler crashes when using ~Copyable types
* Clarify comment of _nonSendable with a message explaining the remaining warning
0 commit comments