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.

Explore Swift and Java interoperability
Learn how you can mix Swift and Java in a single codebase. We’ll introduce the swift-java interoperability project, which allows you to use Swift in Java programs or vice versa. We’ll show you how to use the tools and libraries offered by swift-java to write safe and performant code that interoperates between these two runtimes.

What’s new in Swift
Join us for an update on Swift. We’ll talk about workflow improvements that make you more productive, and new and modernized library APIs for fundamental programming tasks. We’ll show examples of Swift adoption throughout more layers of the software stack. Finally, we’ll explore new language features for both improving approachability of concurrency, and achieving peak performance when you need it.

What’s new in Xcode
Discover the latest productivity and performance advancements in Xcode 26. Learn how to leverage large language models in your development workflow. Explore editing and debugging enhancements, improved performance and testing tools, and Swift Build - the open-source build system engine used by Xcode.