Build artifacts
Build outputs are extracted from the VM before it's destroyed and stored for download.
What's produced
- Test →
Result.xcresult.zip— the full result bundle (open in Xcode). - Build →
app.zip— the built simulator.app. - Archive →
App.ipa— a signed, distributable build. - Deploy → uploaded straight to TestFlight (no local artifact).
Downloading
Open a build's detail page → the Artifacts section lists each output with a Download button. Downloads are served via short-lived (15-minute) signed links, scoped to your organisation.
From the API/CLI
GET /api/builds/{id} returns each artifact's id; GET /api/artifacts/{id}/download redirects to the signed URL.