XCLogParser
XCLogParser copied to clipboard
Update to handle the new JSON format introduced in Xcode 15.3
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.