swiftlang / swift-corelibs-foundation

The Foundation Project, providing core utilities, internationalization, and OS independence
swift.org
Apache License 2.0
5.29k stars 1.13k forks source link

`Sendable` annotations are not available #4687

Open MaxDesiatov opened 1 year ago

MaxDesiatov commented 1 year ago

It looks like none of the Sendable annotations have been ported over [from Darwin Foundation].

Originally posted by @0xTim in https://github.com/apple/swift-corelibs-foundation/issues/4619#issuecomment-1262543613

dnadoba commented 1 year ago

Just run into that too Date on Darwin is Sendable but corelibs Foundation Date is not.

dnadoba commented 1 year ago

Nothing is marked Sendable except CloseMode https://github.com/apple/swift-corelibs-foundation/search?q=Sendable

parkera commented 4 months ago

Fixed by #5000