mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Supported older compilers don't enable this feature by default, so it can't be omitted from the `_Concurrency` module's flags (regression from https://github.com/swiftlang/swift/pull/74543). Additionally, remove `@_allowFeatureSuppression(IsolatedAny)` from all declarations. We no longer need to support compilers that don't have the `IsolatedAny` feature, so the suppression is superfluous and the alternative branches didn't actually build anyways. _Additionally_, the suppressible feature logic could not handle suppressing `IsolatedAny` simultaneously with `SendingArgsAndResults`, resulting in a broken interface because `sending` was used outside `#if $SendingArgsAndResults` guards.
45 KiB
45 KiB