Incorrect targets are presented in HTML report file.
The setup:

Steps to reproduce:
- use attached POC project: ios_app_with_tests.zip
- remove Xcode Derived Data
- build the POC app
xcodebuild build -scheme App -workspace App.xcworkspace -resultBundlePath /path/to/generate/report
- generate HTML report by calling
xclogparser parse --project App --reporter html
- open the HTML report file
Actual results:
- I see targets / modules like "Create build description" in the Slowest targets section of the report
Expected results:
- I should see only 2 targets, App and FrameworkA, in the Slowest targets section of the report
System Info:
Incorrect targets are presented in HTML report file.
The setup:

Steps to reproduce:
xcodebuild build -scheme App -workspace App.xcworkspace -resultBundlePath /path/to/generate/reportxclogparser parse --project App --reporter htmlActual results:
Expected results:
System Info: