Avatar
Avatar
niw
うーん、Xcode 13のビルドすごい遅くなった気がする...
Debug でも Release でも遅いです? Debug だけならインクリメンタルビルドの仕組みがだいぶ変わったので、その辺かも。 https://forums.swift.org/t/optimizing-and-debugging-incremental-build-time-in-swift-5-5/49379
If your incremental (i.e. Debug) builds seem to be too slow, here some things to try (in no particular order): In Xcode, go into the Report Navigator and examine your build log to see what's going on and where the time might be going. See if some stage of your build is always replacing an imported file, In "Other Swift Flags", add -driv...