cpisciotta / xcbeautify

A little beautifier tool for xcodebuild
MIT License
939 stars 65 forks source link

[New Output] Support SwiftDriver Target Output #202

Open cpisciotta opened 7 months ago

cpisciotta commented 7 months ago

What's the uncaptured output?

SwiftDriver SomeTargetName normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Target' from project 'Project')
    cd /path/to/DerivedData/SourcePackages/checkouts/SwiftPackage
    builtin-SwiftDriver -- /Applications/Xcode-15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SomeTargetName ...

Suggested Regex

No response

Suggested Output

No response

Additional Context

No response