@@ -3,30 +3,8 @@ redirect_from: "/package-manager/"
33layout : page
44title : Package Manager
55---
6+ <meta http-equiv =" refresh " content =" 0; url=https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/ " >
7+ <link rel =" canonical " href =" https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/ " />
68
7- The Swift Package Manager (SwiftPM) is a tool for managing the distribution of Swift code.
8- It's integrated with the Swift build system
9- to automate the process of downloading, compiling, and linking dependencies.
10-
11- The Package Manager is included in Swift 3.0 and above.
12-
13- {% include_relative _ conceptual-overview.md %}
14-
15- * * *
16-
17- <div class =" info " markdown =" 1 " >
18- The following section assumes a working knowledge of Swift.
19- If you're new to the language,
20- you may want consult one of the introductory resources first.
21- We recommend [ A Swift Tour] [ TSPL ] in
22- _ The Swift Programming Language_ .
23-
24- If you want to follow along with the code examples,
25- you'll need to have a working installation of Swift.
26- You can find instructions for how to install Swift in
27- [ Getting Started] ( /getting-started/#installing-swift ) .
28- </div >
29-
30- {% include_relative _ basic-usage.md %}
31-
32- [ TSPL ] : https://docs.swift.org/swift-book/documentation/the-swift-programming-language/
9+ This page should redirect automatically to the updated location for
10+ the [ Swift Package Manager (SwiftPM) documentation] ( https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/ )
0 commit comments