🦀 ClawHub
Xcode Build Analyzer
by @alexissan
Analyze Xcode build logs — timing, warnings, errors, slow compiles, and build history from DerivedData.
📋 Tips & Best Practices
LogStoreManifest.plist is the fastest way to get build history — no decompression neededxcactivitylog files are gzip-compressed SLF (Structured Log Format); use gunzip -c + strings for quick extraction+ 978307200 to convert to Unix epoch)highLevelStatus field: S = success, W = warnings, E = errorswcDuration is in microseconds; maxRSS is in bytesTERMINAL
clawhub install xcode-build-analyzer