XcodeBenchmark
XcodeBenchmark copied to clipboard
Xcode15 beta
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' )
I ran into this issue also. I'm on macOS 13.5.2 with Xcode 15
Hey @mosTiler, @OudomMunint,
I've updated XcodeBenchmark to support Xcode 15. Feel free to check it out
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
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 🙌