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 files and C files reported are 0 #136

Open emanuelef opened 3 years ago

emanuelef commented 3 years ago
Screenshot 2021-05-20 at 17 43 56

Although in Slowest C files compilation and Slowest Swift files compilation there are many.

sethfri commented 2 years ago

I'm seeing this issue as well

findthebug commented 1 year ago

same

Alarson93 commented 1 year ago

I am also seeing this.

I'm on MacOS Monterey. I've tried compiling in both Xcode 13.4 and 14.1, but I have the same issue in each. I cleared my derived data before each compilation and xclogparser run.

PatrikBillgren commented 1 year ago

Hi, do you have possibility to share an example project where you have this issue? Thanks

PatrikBillgren commented 1 year ago

Can you please verify if latest master has fixed the issue? Thanks

Alarson93 commented 1 year ago

I updated to version 0.2.36 using Homebrew, but unfortunately the issue persists. Example.zip

I've added an example project that illustrates the behavior. The report is included under the build/reports directory.

When you open the HTML, you can see that 0 Swift files are found, but the project has 3.

jgavris commented 1 year ago

If you build from source as of dfce1e401fe7ba45217a56d69eb48403897a506d the Swift file compilation times are reported.

findthebug commented 11 months ago

is there any progress on this topic?