XcodeBenchmark icon indicating copy to clipboard operation
XcodeBenchmark copied to clipboard

Xcode15 beta

Open mosTiler opened this issue 2 years ago • 4 comments

When I run the benchmark with the Xcode 15 beta 5 on MacOS Sonoma public beta 2, It will appear to have the issue that Command SwiftCompile failed with a nonzero exit code. The following build commands failed: SwiftCompile normal arm64 /Users/beta/Desktop/XcodeBenchmark-master/Pods/SwiftDate/Sources/SwiftDate/Supports/Commons.swift(in target 'SwiftDate' from project 'Pods' )

mosTiler avatar Aug 02 '23 03:08 mosTiler

I ran into this issue also. I'm on macOS 13.5.2 with Xcode 15

OudomMunint avatar Sep 21 '23 13:09 OudomMunint

Hey @mosTiler, @OudomMunint,

I've updated XcodeBenchmark to support Xcode 15. Feel free to check it out

devMEremenko avatar Oct 01 '23 18:10 devMEremenko

Thanks a lot @devMEremenko I tested just now and it works. Xcode 15.0, macOS 13.6. Strangely, it is much slower went from 84 seconds on Xcode 14.3.1 => 128 seconds on 15.0

OudomMunint avatar Oct 04 '23 05:10 OudomMunint

Thank you for taking a look, @OudomMunint! I had to remove some old dependencies and add new ones to compensate for the amount of work. Hence, you should not compare the results received from Xcode 15 to the ones generated by Xcode 14. Moreover, adding more work to the benchmark was one of the most requested features from YouTubers and bloggers 🙌

devMEremenko avatar Oct 05 '23 12:10 devMEremenko