xcsift

Parse xcodebuild output for AI coding agents and tools

brewmacoslinux
Try with needOr install directly
Source

About

Swift tool to parse xcodebuild output for coding agents

Commands

xcsift

Examples

Parse xcodebuild output and extract relevant information$ xcodebuild 2>&1 | xcsift
Process xcodebuild output from a file$ xcsift < build.log
Pipe xcodebuild output directly to xcsift for real-time parsing$ xcodebuild -scheme MyApp | xcsift