Demystify the Swift toolchain
A toolchain is a set of tools that compiles source code into executables that can run on your target device and normally includes a compiler, a linker, and run-time libraries.
The Swift language is managed as a collection of projects, each with its...
blog.eidinger.info3 min read