macOS
brew install xcsiftlocal Homebrew formula metadata
brew
Swift tool to parse xcodebuild output for coding agents. Version 1.3.1 via Homebrew; verified 2026-06-16.
install
brew install xcsiftlocal Homebrew formula metadata
overview
Swift tool to parse xcodebuild output for coding agents
history
xcsift is a 2025 Swift command-line formatter for xcodebuild and Swift Package Manager output, designed primarily for coding agents and LLM-driven development workflows rather than human-readable pretty printing.
The repository was created on 2025-07-10 and shipped its first release, v1.0.1, the same day. The README states the core distinction plainly: unlike xcbeautify and xcpretty, xcsift prioritizes information density and machine readability over human-oriented terminal formatting.
The project grew with features that mirror the needs of agentic coding sessions and CI logs: JSON and TOON output, structured compiler and linker errors, test-failure extraction, coverage conversion from .profraw and .xcresult data, build timing, GitHub Actions annotations, and a .xcsift.toml configuration file. Its 2026 releases continued to harden parsing, including a v1.3.1 fix to avoid reporting failed or truncated builds as success.
Because xcsift is new, adoption history is mostly early ecosystem positioning rather than long-term usage. Its README and plugin files explicitly target Claude Code, Codex, Cursor, CI, and LLM consumption; a third-party MCP wrapper also appeared to expose xcsift output through the Model Context Protocol.
The author's blog post about not letting agents read whole xcodebuild output frames xcsift as part of a wider shift from human-pretty logs to machine-parseable summaries. That makes the project notable even while its conventional package history is short.
Typical usage pipes xcodebuild build, xcodebuild test, swift build, or swift test through xcsift with stderr captured. Users can choose JSON, TOON, or GitHub Actions output, enable coverage extraction, treat warnings as errors, exit on failures, or initialize a .xcsift.toml template for project defaults.
The tool is most useful where raw build logs are too verbose for an AI assistant or CI annotation stream. It extracts the file, line, target, warning, error, test, coverage, and timing facts an agent needs without spending context on the entire build transcript.
xcsift is package-nerd significant as a sign of the coding-agent era entering Apple-platform tooling. Where xcpretty and xcbeautify made xcodebuild pleasant for humans, xcsift optimizes the same stream for token budgets, structured parsing, and automated remediation loops.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./.xcsift.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
xcsift | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/ldomaradzki/xcsift
install metadata
| Package key | brew:xcsift |
|---|---|
| Version | 1.3.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/xcsift |
| Homepage | https://ldomaradzki.github.io/xcsift/ |
| Repository | https://github.com/ldomaradzki/xcsift |
| Upstream docs | https://github.com/ldomaradzki/xcsift#readme |
| License | MIT |
| Source archive | https://github.com/ldomaradzki/xcsift/archive/refs/tags/v1.3.1.tar.gz |
| Last updated | 2026-06-16T21:41:10Z |
| Pulse | updated |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | xcsift |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.