xcbeautify

Beautifier tool that formats and colorizes xcodebuild output

brewmacoslinux
Try with needOr install directly
Source

About

Little beautifier tool for xcodebuild

Commands

xcbeautify

Examples

Beautify xcodebuild output in real-time during build$ xcodebuild | xcbeautify
Build and beautify Xcode project output$ xcodebuild -project MyApp.xcodeproj -scheme MyScheme | xcbeautify
Beautify test output with colored formatting$ xcodebuild test -scheme MyScheme | xcbeautify