ashishkakkad.com
SwiftGoingFaster by Precompiled Bridging Headers - Ashish Kakkad
Faster Mix-and-Match Builds with Precompiled Bridging Headers PROBLEM : Every time a Swift file in a mixed-language target is compiled, the Swift compiler parses the project’s bridging header in order to make Objective-C code visible to Swift code. When the bridging header is large and the Swift compiler runs many times – as in a ... Read more
Ashish Kakkad