MobileNativeFoundation / XCLogParser

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

Add `SwiftCompile ` as detailType #182

Closed PatrikBillgren closed 1 year ago

PatrikBillgren commented 1 year ago

It seems that in Xcode 14 the signature prefix for swiftCompilation is now SwiftCompile .... I added it in the parsing logic to keep supporting the old Xcode versions as well

Test this by parsing a project with Swift files and look for the presence of Swift files in the HTML format output

Screenshot 2022-11-29 at 13 22 00