MobileNativeFoundation / XCLogParser

Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Apache License 2.0
1.72k stars 121 forks source link

Add build statistics to Log Manifest Entry, exact build duration #208

Open AvdLee opened 3 months ago

AvdLee commented 3 months ago

I've updated LogManifestEntry for Xcode's latest format, adding statistics like number of warnings and errors. This allows to filter out failed builds without loading .xcactivitylog.

I've also changed the build duration from an Int into a Double and removed the rounding, so build durations are more precise. I believe it's up to the users of the framework to decide to round the build duration instead of us showing wrong build durations from the start.