mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
If a type gets `Sendable` conformace requirement through another
`@preconcurrency` protocol the error should be downgraded even
with strict concurrency checking to allow clients time to address
the new requirement.
Resolves: rdar://146027395
(cherry picked from commit 6d45229367)