Reply to XCode 13 / Swift 5.5 breaks module stability Same problem here Topic: Programming Languages SubTopic: Swift Tags: Mar ’22
Reply to XCode 13 / Swift 5.5 breaks module stability Solved the problem by changing every occurrence of import _Concurrency by #if compiler(>=5.5.2) && canImport(_Concurrency) import _Concurrency #endif Topic: Programming Languages SubTopic: Swift Tags: Mar ’22