IT

macOS 15.0 sequoia , Xcode 16.0 빌드 타임 문제

sparrow 2024. 9. 30. 22:42

https://forums.developer.apple.com/forums/thread/763913

 

Xcode build time frustration | Apple Developer Forums

The module verifier is not expected to run for every incremental build. However, if there is a Run Script build phase with no specified output files that runs on every incremental build, the module verifier will defensively run in case the script modifies

forums.developer.apple.com

 

xcode 16에 추가된 기능중에 빌드 시간을 타임 라인으로 보여주는 기능이 추가되었다.

100여초 걸리던 프로젝트가 

190여초 빌드 타임이 증가했다.

Xcode 16.0에 문제로 생각되며 수정되어야 한다고 본다.

 

190여초 걸리는 프로젝트에 경우 확인해보면 12개 코어로 병렬 빌드를 하지만 크게 두 블럭에서 40여초, 20여초 정도 Module Verifiy를 한다고 하면서 시간을 보내는 것으로 보인다.

 

Apple에서 빠른 조치 부탁 드린다.