After updating to XCode 13, our library no longer works on XCode 12, even though module stability is enabled
The XC12 build fails with the following error:
arm64-apple-ios.swiftinterface:14:8: error: no such module '_Concurrency'
import _Concurrency
failed to build module 'XXXXX' from its module interface; the compiler that produced it, 'Apple Swift version 5.5 (swiftlang-1300.0.31.1 clang-1300.0.29.1)', may have used features that aren't supported by this compiler, 'Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)'
To be clear: my code does not use any of the Swift 5.5 concurrency features.