All I want for Christmas is swiftc incremental compilation. Turns out: making production software without it is a pretty bad idea. Oops.
Conversation
if it's bad enough, you could make a light-build script that builds _touched_ files and relinks.
2
1
AppKit used to do that for local builds, effectively, with ENABLE_HEADER_DEPENDENCIES=NO
1
1
Yeah – there's no dependency analysis, so it rebuilds all. Alternative: Do it yourself.
2
Replying to


