Xcode 14: Swift Package Plug-ins
WWDC 2022 video “Meet Swift Package plugins” explains how to perform actions on Swift packages and Xcode projects with Swift package plugins.
[…]
Both plugin types were introduced in Swift 5.6 and work in Xcode 13.3 when used on Swift packages. So what’s new in Xcode 14 (Swift 5.7)?
[…]
Command plugins can be triggered within Xcode
[…]
Command plugins can be executed on Xcode projects
Rather than just on Swift packages.
Previously: