MobileNativeFoundation / XCLogParser

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

Swift Type check times stopped reporting #132

Closed ChristopherDrum closed 3 years ago

ChristopherDrum commented 3 years ago

I was using 0.2.16 and just saw that I was out of date. Using 0.2.16 I was seeing Swift Type check times reported in the HTML report. I updated to 0.2.26 and re-ran the report and see Did you compile your project with the flags -Xfrontend -debug-time-expression-type-checking

Yes, I did compile with those flags. I ran a report with 0.2.16, it looked fine. Updated to 0.2.26 and ran the report on the exact same project and nothing. I double-checked, just in case something strange happened, and the flag is absolutely present.

The debug-time-function-bodies report is displaying properly.

MadsBogeskov commented 3 years ago

Same problem here :(

ecamacho commented 3 years ago

Thank you for reporting the issue. It's been fixed in the latest release: 0.2.27