You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could just output the capture group above as one output using your standard line formatter. It's short, and could be very helpful.
Additional Context
It would be really helpful for monitoring build performance, right now these lines are not output by xcbeautify. These lines are added when passing "-showBuildTimingSummary" to xcodebuild
The text was updated successfully, but these errors were encountered:
Hey @MattFoley! Thanks for filling this. I'm working to release version 2.0.0 (expected this week). After 2.0.0, I plan to refactor the read logic, so xcbeautify can better capture multiline output like this. I'll keep you updated!
What's the uncaptured output?
Build Timing Summary
CompileC (2 tasks) | 0.078 seconds
RegisterExecutionPolicyException (1 task) | 0.008 seconds
WriteAuxiliaryFile (10 tasks) | 0.005 seconds
ProcessInfoPlistFile (1 task) | 0.004 seconds
Libtool (1 task) | 0.002 seconds
Touch (1 task) | 0.001 seconds
CpHeader (1 task) | 0.001 seconds
Copy (1 task) | 0.001 seconds
** BUILD SUCCEEDED **
Suggested Regex
(Build Timing Summary[\s\S]*)** BUILD SUCCEEDED **
Suggested Output
You could just output the capture group above as one output using your standard line formatter. It's short, and could be very helpful.
Additional Context
It would be really helpful for monitoring build performance, right now these lines are not output by xcbeautify. These lines are added when passing "-showBuildTimingSummary" to xcodebuild
The text was updated successfully, but these errors were encountered: