swift
swift copied to clipboard
[Concurrency] Allow sendability mismatches while overriding `@preconcurrency` properties in Swift 5 mode
Downgrade a mismatch on any Sendable -> Any to a warning until
Swift 6 to enable class authors to introduce concurrency annotations
to overridable properties.
Resolves: rdar://122193606
@swift-ci please test
@swift-ci please test macOS platform