-
Notifications
You must be signed in to change notification settings - Fork 128
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
Update to handle the new JSON format introduced in Xcode 15.3 #204
Update to handle the new JSON format introduced in Xcode 15.3 #204
Conversation
Hey @rabc! Thanks for the PR. If you can fix the SwiftLint issues, we can go ahead and merge it 👍 |
@rabc thank you for this -- i tested on my project and all is working :) |
Thank you so much for the fix! |
@rabc any updates on this PR? I'd love to get this fix in! |
@AvdLee I think that only the review is needed. @polac24 @ecamacho @aleksandergrzyb @CognitiveDisson anyone can check and review it please? |
@rabc, thank. Can you please also Sign off your commits to meet DCO. The PR looks nice. |
Signed-off-by: Ricardo Carvalho <ricardo.abc@gmail.com>
Signed-off-by: Ricardo Carvalho <ricardo.abc@gmail.com>
@polac24 Done! Let me know if you need help to maintain this repo 😄 |
Xcode 15.3 added a new JSON format
BuildOperationTaskMetrics
. This PR handles the new token*
to fix #203 . If more people can test it to check that it is being handled correctly in more use cases.I only added it to the parser, but not to the report and the json outputs.