I hacked together a little CLI over the weekend called spm-audit. It scans your project for SwiftPM dependencies (Package.swift or Xcode), checks GitHub for the latest stable releases, and shows a clean table of what’s outdated. It runs checks in parallel and can optionally include all dependencies, not just direct ones. It's in pre-release but feel free to check it out!

https://github.com/Rspoon3/spm-audit

#iOSDev #iOS #Swift

GitHub - kiliankoe/swift-outdated: A swift subcommand for displaying when your dependencies (SwiftPM or Xcode) are out of date

A swift subcommand for displaying when your dependencies (SwiftPM or Xcode) are out of date - kiliankoe/swift-outdated

GitHub