@ramzesenok I recommend this article series https://t.co/BKPYDrJmzq from @AndyIbanezK.
I started to learn Modern Swift Concurrency from these articles and it helps me a lot.
Meanwhile Andy wrote a book and released it a week ago: https://t.co/4yCQxR86GR
@BenchR This a Timing Summary with and without EnableSwiftBuildSystemIntegration. As you can see there is no CompileSwiftSources when option is equal to 1. By the way, enabling this option does not speed up compilation. Why?
@kei_sidorov@akaDuality Грань между юнит тестированием и интеграционным размыта. Когда мы пишем интеграционные тесты в Xcode мы по сути пишем юнит тесты, просто не на один класс, а на несколько.