Write Xcode Automation Scripts In Swift With Subprocess 1.0
June 22, 2026 |
Build a Swift-native Xcode automation CLI that streams xcodebuild output, handles failures, and writes a useful CI summary.
Read moreBuild a Swift-native Xcode automation CLI that streams xcodebuild output, handles failures, and writes a useful CI summary.
Read moreUse Device Hub, devicectl, Organizer metrics, and Instruments to reproduce real-device bugs without losing the thread.
Read moreI was recently working on some XCUITests and attempting to get them working inside a CI/CD pipeline (Bitrise). It turns out that the virtual machines on Bitrise are a bit underpowered, so many things like building a project ...
Read more