ExSwift
ExSwift copied to clipboard
Slow compile
I have a few question about ExSwift library and swift projects in general:
- Compile of this project is very slow (mac mini, i5, ssd, Xcode 6.1 GM, os x 10.9.5.), it seems that it compiles all the sources of project even if only one file is modified. Do you experience same behaviour with swift projects?
- How can I reuse you library as a binary in my iPhone project? I guess this will speed up compiling of my project.
The Swift 1.2 compiler includes support for incremental builds which might help mitigate the issue, see the Swift 1.2 and Xcode 6.3 beta blog post for more details.