Swift.org - Package Manager
https://www.swift.org/package-manager03.12.2015 · The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies. The Package Manager is included in Swift 3.0 and above. Swift organizes code into modules. Each ...
Package — Swift Package Manager
docs.swift.org › package-manager › PackageThe Swift Package Manager performs a process called dependency resolution to figure out the exact version of the package dependencies that an app or other Swift package can use. The Package.resolved file records the results of the dependency resolution and lives in the top-level directory of a Swift package.