Xcode 13.2.1 libswiftCompatibilityConcurrency bitcode issue

Hi,

Since installing Xcode 13.2.1 and compiling my app I have received these warnings related to the recently added libswiftCompatibilityConcurrency everywhere:

ld: warning: all bitcode will be dropped because '/Applications/Xcode-13.2.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/libswiftCompatibilityConcurrency.a(CompatibilityConcurrency.cpp.o)' was built without bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. 

I am not using any of the new Swift concurrency features such as async/await in my app so unsure how these warnings are showing up.

Has anyone else experienced the same or similar? Is it possible to rebuild CompatibilityConcurrency with Bitcode enabled?

I am curious to know if there is a way to fix this while keeping ENABLE_BITCODE set to ON in my app.

Thanks.

Any solutions Mattol?

I'm having this issue in Xcode 13.4

Xcode 13.2.1 libswiftCompatibilityConcurrency bitcode issue
 
 
Q