Xcode 8 does full project rebuild

I have found this works consistently, it will however compile swift files if you modify a header included in the bridging header. It will also do full compile if you switch git branches back and forth. Firstly make sure optimization level for debug is set to None (Not whole module optimization) Then, according to https://forums.developer.apple.com/thread/62737 … Read more