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 test
  • swift 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:

Installs
12
GitHub Stars
462
First Seen
Feb 14, 2026
formatting-build-output — ldomaradzki/xcsift