argus-build-diagnostics
Installation
SKILL.md
Argus Build Diagnostics
Use argus to analyze Xcode builds instead of parsing raw xcodebuild output.
Installation
mise install github:tuist/argus@0.4.0
Running a Build
Run xcodebuild with argus intercepting the build:
BUILD_TRACE_ID=$(uuidgen)
XCBBUILDSERVICE_PATH=$(which argus) BUILD_TRACE_ID=$BUILD_TRACE_ID xcodebuild build -scheme MyScheme
Related skills