mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Swift 5.5 didn't support back deployment of concurrency features, so a Swift 5.5 compiler processing the _Concurrency .swiftinterface will produce errors for each `async` function and actor with pre-macOS 12/iOS 15 availability. Emit `-disable-availability-checking` into the generated `.swiftinterface` files to allow Swift 5.5 to continue to build them. Finishes rdar://82602353.
82 KiB
82 KiB