Solved the problem by changing every occurrence of
import _Concurrency
by
#if compiler(>=5.5.2) && canImport(_Concurrency)
import _Concurrency
#endif
Post
Replies
Boosts
Views
Activity
Same problem here