Does anyone know how to compile Foundation (with Ninja) on Ubuntu Linux 16.04 with Incremental builds enabled? It currently takes over 4 min on my 8 core, 16 GB machine because it rebuilds the project from the beginning each time. Any way to make the development to test cycle faster would be appreciated!
I have inspected the build.ninja file and it seems to be fine, however running `ninja` or `ninja test` will rebuild the entire project. In other words, when I make one line of code to URLSession.swift, it ends up rebuilding NSCharacterSet.swift and NSPersonNameComponents.swift, etc. Over 100 source files before building URLSession.swift and finally linking libFoundation.so.
_______________________________________________ swift-corelibs-dev mailing list swift-corelibs-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-corelibs-dev