How long does a decent CI usually take? Xcode Cloud seems to need a good 20 minutes to build & test every commit of Broadcasts, a relatively small app with no dependencies. It also seems to struggle with bizarre build errors for projects that compile cleanly in regular Xcode
Conversation
Replying to
Actions with a macOS runner works pretty well for testing + building SPM and Xcode projects.
1
2
I can dig up an app + config that uses fastlane on GitHub Actions to build and ship to TestFlight
2
1
Here’s an example SPM doing tests on GHA:


