XcodeBenchmark
XcodeBenchmark copied to clipboard
M1 with Xcode 13.2 and new build system
Checklist
If you have any non-Apple hardware components - submit your results to the Custom Hardware table.
- [x] I performed all steps to correctly run XcodeBenchmark.
- [x] I used Xcode 12.5 or above.
- [x] I attached a screenshot with a compilation time and other fields, example.
- [x] I confirm that
Timecolumn is still sorted. - [x] The content in cells is centered.
Please explain?
The fastest build was done using new build system introduced by Xcode 13.2.
It was enabled by running this before launching script:
defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
And disabled like this:
defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 0