Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AvdLee
Copy link

@AvdLee AvdLee commented Apr 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant