ExSwift icon indicating copy to clipboard operation
ExSwift copied to clipboard

Slow compile

Open nstepan opened this issue 11 years ago • 1 comments

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.

nstepan avatar Oct 10 '14 15:10 nstepan

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.

pizthewiz avatar Feb 12 '15 06:02 pizthewiz