XcodeBenchmark icon indicating copy to clipboard operation
XcodeBenchmark copied to clipboard

Intel i9 with Xcode 13.2 and new build system

Open florentmorin opened this issue 3 years ago • 2 comments

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 Time column is still sorted.
  • [x] The content in cells is centered.
Intel-Enabled Intel-Disabled

florentmorin avatar Dec 12 '21 12:12 florentmorin

Please explain?

sverrisson avatar Dec 12 '21 16:12 sverrisson

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

florentmorin avatar Dec 12 '21 16:12 florentmorin