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에서 빠른 조치 부탁 드린다.
'IT' 카테고리의 다른 글
macOS 14.4 모니터 허브 문제점 (0) | 2024.03.18 |
---|---|
macOS 게임 데스 스트렌딩 디렉터스 컷 (0) | 2024.02.01 |
시놀로지 타임머신으로 부터 복원 (1) | 2024.01.31 |