# 使用 Homebrew 安装 swift-outdated

查看 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
