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: