Xcode 10 iOS app build, “hidden” task takes most of build time
Question or problem in the Swift programming language: After changing single line of code and performing Xcode 10.1 incremental build in large project, Xcode spends most of build time in “Compile swift source files” phase after completing all listed tasks (compile changed files and merge swiftmodule are both completed) screenshot showing tasks list: https://imgur.com/a/JoVI0zB
Continue Reading