Skip to Main Content
engineers sitting discussing Apple's Swift Package Manager

How to Use Apple’s Swift Package Manager

A package manager, also sometimes referred to as a dependency manager, is a tool that facilitates installing, updating, and configuring other code packages to make them available within your software. Many iOS developers will already be very familiar with package managers such as Carthage or CocoaPods. Each tool has been around for years, and there are many libraries and frameworks available for either tool.  Now, there is another…