# swift-outdated を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:swift-outdated
```

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

### macOS

- Homebrew (100%):

```sh
brew install swift-outdated
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:swift-outdated
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.15.3
- **ソース概要:** Check for outdated Swift package manager dependencies
- **ホームページ:** <https://github.com/kiliankoe/swift-outdated>
- **リポジトリ:** <https://github.com/kiliankoe/swift-outdated>
- **最終更新:** 2026-07-03T14:36:10Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- swift-outdated (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.15.3
## プロジェクトの歴史と使われ方

swift-outdated is a Swift command-line tool for showing when Swift package dependencies have newer versions available outside the versions currently resolved by Swift Package Manager, Tuist, or Xcode.

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

The public GitHub repository was created in 2020. Its README describes the tool as a Swift subcommand inspired by cargo-outdated, adapting the familiar package-manager workflow of checking remote tags for newer dependency releases to Swift projects.

### 採用の歴史

The project is packaged for Homebrew and Mint, which puts it in the normal install paths used by Swift command-line developers. Homebrew lists bottles for macOS and Linux, while the README documents invocation as `swift outdated`, matching Swift's subcommand convention.

### 使われ方

Typical usage is running `swift outdated` in a project to compare resolved package versions against upstream tags. The README documents direct versus transitive dependency reporting, package-registry dependencies, branch and revision pins, fork-upstream mapping, Xcode project support, and optional security checks through OSV and OpenSSF Scorecard.

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

The tool fills a gap package-manager users notice quickly: `swift package update` respects declared requirements, so it can leave major releases invisible. swift-outdated makes Swift dependency drift visible in the same culture as `npm outdated` or `cargo outdated`, including the tricky cases of forks, registry dependencies, and Xcode-managed packages.

### タイムライン

- 2020: Public GitHub repository created.
- Current docs: Installed by Homebrew or Mint and invoked as `swift outdated`.
- Current docs: Supports SwiftPM, Tuist, plain Xcode projects, package registries, fork mappings, branch and revision pins, and security checks.

### Related projects

- The README names cargo-outdated as an inspiration and documents SwiftPM, Tuist, Xcode package references, OSV, and OpenSSF Scorecard as part of the supported workflow.

### ソース

- <https://api.github.com/repos/kiliankoe/swift-outdated>
- <https://formulae.brew.sh/api/formula/swift-outdated.json>
- <https://github.com/kiliankoe/swift-outdated#readme>
- source_facts.description


## セキュリティノート

infrastructure mutation or orchestration signal.

- **Geiger リスク:** orange / 中
- infrastructure mutation or orchestration signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .swift-outdated.yml

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
