# xcdiff を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:xcdiff
```

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

### macOS

- Homebrew (100%):

```sh
brew install xcdiff
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:xcdiff
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/xcdiff>
- **バージョン:** 0.14.0
- **ソース概要:** Tool to diff xcodeproj files
- **ホームページ:** <https://github.com/bloomberg/xcdiff>
- **リポジトリ:** <https://github.com/bloomberg/xcdiff>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/bloomberg/xcdiff.git>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.14.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/bloomberg/xcdiff
- 情報: No package-manager update timestamp was available.
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

xcdiff is Bloomberg's Swift-based tool for comparing Xcode project files. Its README describes it as an extensible "git diff for .xcodeproj files", usable both as a command-line program and as a library for custom tools.

### プロジェクトの歴史

The project appeared publicly in the Xcode project-generation era, when teams increasingly used tools such as XcodeGen and Tuist to generate .xcodeproj files rather than editing them entirely by hand. Swift Package Index records xcdiff's first public release, 0.2.0, on 22 October 2019, and the GitHub releases page shows continued maintenance through the 0.14.0 release in September 2025.

xcdiff builds on other Swift/Xcode infrastructure instead of parsing project files in isolation. The README credits Tuist's XcodeProj library and Swift Package Manager's utility library, which places xcdiff in the same small ecosystem of tools that inspect, generate, or normalize Xcode project metadata.

### 採用の歴史

The project is niche by design: it is aimed at teams that need to compare two generated or hand-maintained Xcode projects in a meaningful way. Swift Package Index lists xcdiff as an active package with one executable, two libraries, and roughly a thousand GitHub stars, indicating modest but real use among Swift and Apple-platform tooling users.

### 使われ方

The canonical workflow is to run `xcdiff` in a directory containing two .xcodeproj files, or to pass two project paths explicitly with `-p1` and `-p2`. The README's main use case is migration to project generation: compare a generated project against the original one and inspect differences in targets, sources, headers, and related project structure.

Beyond the CLI, xcdiff exposes XCDiffCore as a Swift Package Manager dependency. That makes it useful for package-nerd workflows where a team wants project-file comparison inside another migration, review, or CI tool rather than only as terminal output.

### パッケージ好きにとっての重要性

Xcode projects are serialized as large property-list-like graphs, so ordinary text diffs are noisy and often misleading. xcdiff matters in its niche because it treats the project file as structured data, which helps teams review generated-project changes without hand-reading unstable .pbxproj ordering and identifiers.

### タイムライン

- 2019-10-22: Swift Package Index records xcdiff 0.2.0 as the first public release.
- 2021-01-22: xcdiff 0.6.0 adds additional comparators, including Swift Package and project attributes.
- 2025-09-08: GitHub releases list xcdiff 0.14.0 as a current release.

### Related projects

- XcodeGen and Tuist are named by the README as project-generation tools whose output can be checked with xcdiff.
- Tuist's XcodeProj library is credited by xcdiff and provides the underlying Xcode project modeling used in the wider Swift tooling ecosystem.

### ソース

- <https://github.com/bloomberg/xcdiff#readme>
- <https://github.com/bloomberg/xcdiff/releases>
- <https://swiftpackageindex.com/bloomberg/xcdiff>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** xcdiff
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Requirements:** macos
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [xcp](https://pkg.so/ja/brew/xcp/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode, xcodeproj.
- [xcbeautify](https://pkg.so/ja/brew/xcbeautify/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode.
- [cocoapods](https://pkg.so/ja/brew/cocoapods/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode.
- [xcodegen](https://pkg.so/ja/brew/xcodegen/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode.
- [xclogparser](https://pkg.so/ja/brew/xclogparser/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode.
- [xcresultparser](https://pkg.so/ja/brew/xcresultparser/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode.
- [xctesthtmlreport](https://pkg.so/ja/brew/xctesthtmlreport/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode.
- [xcodes](https://pkg.so/ja/brew/xcodes/) - Shares pkgdb curated category or tags: cli, developer-tools, xcode.
- [dyff](https://pkg.so/ja/brew/dyff/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, diff, files.
- [kin](https://pkg.so/ja/brew/kin/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, files, xcode.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
