xcbeautify icon indicating copy to clipboard operation
xcbeautify copied to clipboard

A little beautifier tool for xcodebuild

Results 67 xcbeautify issues
Sort by recently updated
recently updated
newest added

### What's the uncaptured output? ``` SwiftDriver\ Compilation\ Requirements SomeTarget normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Target' from project 'Project') cd /path/to/some/package builtin-Swift-Compilation-Requirements -- /Applications/Xcode-15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc ... ``` ### Suggested Regex _No...

help wanted
stale
uncaptured output

### What's the uncaptured output? ``` 2023-12-29 11:54:23.499970-0500 SomeProject[1234:5678] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't...

help wanted
stale
uncaptured output

### What's the uncaptured output? ``` 2023-12-29 11:46:19.783 xcodebuild[1234:5678] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103 Details: createItemModels creation requirements should not create capability item model for a capability item model...

help wanted
stale
uncaptured output

I'm not sure whether it's worth while, but it seems to be more safe (and performant?). As all, NSRegularExpression seems would be replaced by Swift Regex in the future, which...

enhancement

First I use `xcodebuild` to build my project, duplicated symbols are displayed with full path: ``` ld: warning: duplicate symbol '_ZSTD_copyCCtx' in: /Volumes/test_result/Build/Products/DailyBuild-iphonesimulator/XCFrameworkIntermediates/Btts/libbtts.a(zstd_compress.o) /Volumes/est_result/Build/Products/DailyBuildiphonesimulator/XCFrameworkIntermediates/Diagnose/DefaultLogger/mars.framework/mars(zstd_compress.c.o) ``` I use `xcbeautify` to filter...

stale

First of all thanks for adding GitHub Actions renderer and it works great 👏 I have a suggestion that can further improve the results presentation using Xcode Cloud as inspiration....

help wanted
good first issue
stale

I've run following command: ``` xcodebuild test-without-building -derivedDataPath DerivedData -destination 'platform=iOS Simulator,id=A62F5EFD-8F69-4949-AD9C-1FDF7242BF34' -xctestrun DerivedData/Build/Products/UnitTestsScheme_Regress_iphonesimulator16.4-arm64.xctestrun -resultBundlePath 'Builds/UnitTestsScheme-Regress-14685-1.xcresult' -collect-test-diagnostics never | xcbeautify ``` One test crashed with following logs: ``` ❌ NSpry/Constant.swift:10:...

stale

When an error message is multiline, like this: ``` /redacted/path/to/file.swift:31: error: -[redacted.package.testfile testRedactedName] : failed: caught error: "code: 1, Error: code: 1, FAILURE: Build failed with an exception. * What...

Introduce a job to ci.yml that uses xcodebuild and swift to ensure all output is captured by xcbeautify.

There's at least one deprecation notice in the release workflow that requires a change. Example: https://github.com/cpisciotta/xcbeautify/actions/runs/7441283870

good first issue