# xcbeautify を Homebrew, MacPorts, Nix でインストール

xcbeautify のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:xcbeautify
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install xcbeautify
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install xcbeautify
```

  証拠: MacPorts ports tree: devel/xcbeautify/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#xcbeautify
```

  証拠: nixpkgs package indexes: pkgs/by-name/xc/xcbeautify/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:xcbeautify
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/xcbeautify>
- **バージョン:** 3.2.1
- **ソース概要:** Little beautifier tool for xcodebuild
- **ホームページ:** <https://github.com/cpisciotta/xcbeautify>
- **リポジトリ:** <https://github.com/cpisciotta/xcbeautify>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/cpisciotta/xcbeautify/archive/refs/tags/3.2.1.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- xcbeautify (cli)
- xcbeautify (エイリアス)

## macOS 提供ライブラリ

- libxml2

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 3.2.1
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/cpisciotta/xcbeautify
- 検出された最新: 3.2.1 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2018: GitHub release history includes xcbeautify 0.3.6.
- 2022: fastlane 2.201.0 and later document xcodebuild_formatter support and default to xcbeautify when installed.
- 2023: 1.0.1 is published in the release stream.
- 2024: 2.0.1 is published in the release stream.
- 2026: 3.2.1 is released with fixes and additional CLI test coverage.

### Related projects

- xcbeautify is directly related to xcodebuild, Swift Package Manager, fastlane scan/gym/snapshot, and xcpretty.

### ソース

- <https://docs.fastlane.tools/best-practices/xcodebuild-formatters/>
- <https://github.com/cpisciotta/xcbeautify/releases>
- <https://github.com/xcpretty/xcpretty>
- <https://raw.githubusercontent.com/cpisciotta/xcbeautify/main/README.md>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals
- **承認ゲートルール:** 2

## ソースデータベース詳細

- **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:** head, stable

## 他のパッケージマネージャ記録

- Nix - xcbeautify: normalized package name match | nixpkgs package indexes: pkgs/by-name/xc/xcbeautify/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - xcbeautify: normalized package name match | MacPorts ports tree: devel/xcbeautify/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [xcodegen](https://pkg.so/ja/brew/xcodegen/) - Shares pkgdb curated category or tags: cli, developer-tools, swift, xcode.
- [xclogparser](https://pkg.so/ja/brew/xclogparser/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode, xcodebuild.
- [swiftformat](https://pkg.so/ja/brew/swiftformat/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, swift.
- [periphery](https://pkg.so/ja/brew/periphery/) - Shares pkgdb curated category or tags: cli, developer-tools, swift, xcode.
- [swift-format](https://pkg.so/ja/brew/swift-format/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, swift.
- [xcode-build-server](https://pkg.so/ja/brew/xcode-build-server/) - Shares pkgdb curated category or tags: cli, developer-tools, swift, xcode.
- [swift-outdated](https://pkg.so/ja/brew/swift-outdated/) - Shares pkgdb curated category or tags: cli, developer-tools, swift, xcode.
- [unxip](https://pkg.so/ja/brew/unxip/) - Shares pkgdb curated category or tags: cli, developer-tools, swift, xcode.
- [configen](https://pkg.so/ja/brew/configen/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, swift, xcode.

## Combined YAML source

View the package source record on GitHub. [combined/xcbeautify.yml](https://github.com/mxcl/pkgdb/blob/main/combined/xcbeautify.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- approval-gate seed metadata
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
