macOS
brew install xcbeautifylocal Homebrew formula metadata
sudo port install xcbeautifyMacPorts ports tree · devel/xcbeautify/Portfile · ソース: api.github.com
brew / 承認ゲート
xcbeautify のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install xcbeautifylocal Homebrew formula metadata
sudo port install xcbeautifyMacPorts ports tree · devel/xcbeautify/Portfile · ソース: api.github.com
nix profile install nixpkgs#xcbeautifynixpkgs package indexes · pkgs/by-name/xc/xcbeautify/package.nix · ソース: api.github.com
概要
Little beautifier tool for xcodebuild
履歴
xcbeautify is a Swift command-line formatter for xcodebuild output. Its README presents it as a faster alternative to xcpretty, with colored human-readable output and support for modern Xcode, Swift Package Manager, and CI rendering workflows.
The GitHub release history shows xcbeautify releases from 0.3.6 in December 2018 to the 3.x series in 2026. The project has remained focused on parsing and presenting Apple's verbose build and test output while tracking changes in Xcode behavior.
The README emphasizes being written in Swift and compiling to a static binary, reducing Ruby dependence in development and CI environments compared with xcpretty. Later features include JUnit report generation and dedicated renderers for GitHub Actions, TeamCity, and Azure DevOps Pipeline.
xcbeautify's adoption is most visible in the iOS and macOS CI ecosystem. fastlane's xcodebuild formatter documentation says fastlane 2.201.0 and later can select an xcodebuild_formatter, defaults to xcbeautify when it is installed, and describes xcbeautify as the recommended formatter.
The same fastlane documentation explains the transition context: xcpretty had historically been tightly integrated with fastlane as a RubyGem dependency, while xcbeautify became preferred for new build-system output, parallel testing output, Swift Package Manager formatting, and speed.
The basic usage is to pipe xcodebuild output into xcbeautify. The README also recommends `set -o pipefail` in CI so the pipeline preserves xcodebuild's exit status, and shows unbuffered/combined output for parallel or concurrent destination testing.
CI users can select specialized renderers, such as `--renderer github-actions`, so warnings, errors, and test results appear directly in the CI provider interface instead of only in raw logs.
xcbeautify is important in Apple-platform packaging because xcodebuild is unavoidable but noisy. It provides a small CLI layer that makes Xcode builds readable in terminal and CI logs without tying the workflow to Ruby.
Its role is also a good example of ecosystem succession: a Swift-native formatter increasingly replacing or supplementing xcpretty in places where Xcode's newer build and parallel-test output needed better handling.
承認ゲート
ローカルの承認ゲートシードには xcbeautify 用のルールが 2 件含まれます。対象エントリポイント: xcbeautify。重大度ラベル: 中。カバレッジ: partial、レビュー日: 2026-05-21。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
xcbeautify | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/cpisciotta/xcbeautify
インストールメタデータ
| パッケージキー | brew:xcbeautify |
|---|---|
| バージョン | 3.2.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/xcbeautify |
| ホームページ | https://github.com/cpisciotta/xcbeautify |
| リポジトリ | https://github.com/cpisciotta/xcbeautify |
| 上流ドキュメント | https://github.com/cpisciotta/xcbeautify#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/cpisciotta/xcbeautify/archive/refs/tags/3.2.1.tar.gz |
| macOS 提供ライブラリ | libxml2 |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | xcbeautify |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
xcbeautify
nix profile install nixpkgs#xcbeautifyxcbeautify
sudo port install xcbeautifyソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.