has apple release swift own code dependency manager

Asked on 06/16/2025

1 search

Apple has not released its own code dependency manager specifically for Swift beyond the existing Swift Package Manager (SwiftPM). SwiftPM is the tool for managing packages in Swift, allowing developers to build, test, and run their code. It is integrated with Xcode and can be used from the command line. There is no mention of a new or separate dependency manager for Swift in the provided context from WWDC sessions.

For more details on Swift Package Manager, you can refer to the session A Swift Tour: Explore Swift’s features and design.