formatting-build-output
Installation
SKILL.md
xcsift - Xcode Build Output Formatter
xcsift parses and formats xcodebuild/SPM output into token-efficient TOON format optimized for LLM consumption. It extracts compile errors, warnings, test failures, code coverage, and build timing from verbose Xcode output.
When to Use
Always pipe through xcsift when running:
xcodebuild build/xcodebuild testswift build/swift test- Any command that produces Xcode/SPM build output
When Not to Use
Informational commands print an answer, not a build log. xcsift discards that answer, so run them directly: