macOS
brew install swift-outdatedlocal Homebrew formula metadata
brew
Check for outdated Swift package manager dependencies. Version 0.15.3 via Homebrew; verified 2026-07-03.
install
brew install swift-outdatedlocal Homebrew formula metadata
overview
Check for outdated Swift package manager dependencies
history
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.
security posture
infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
.swift-outdated.ymlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
swift-outdated | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/kiliankoe/swift-outdated
install metadata
| Package key | brew:swift-outdated |
|---|---|
| Version | 0.15.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/swift-outdated |
| Homepage | https://github.com/kiliankoe/swift-outdated |
| Repository | https://github.com/kiliankoe/swift-outdated |
| Upstream docs | https://github.com/kiliankoe/swift-outdated#readme |
| License | MIT |
| Source archive | https://github.com/kiliankoe/swift-outdated/archive/refs/tags/0.15.3.tar.gz |
| Last updated | 2026-07-03T14:36:10Z |
| Pulse | updated |
| Uses from macOS | curl |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | swift-outdated |
| 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 |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.