|
2 | 2 | redirect_from: "/package-manager/" |
3 | 3 | layout: page |
4 | 4 | title: Package Manager |
| 5 | +redirect_to: https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/ |
5 | 6 | --- |
| 7 | +<meta http-equiv="refresh" content="0; url=https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/"> |
| 8 | +<link rel="canonical" href="https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/" /> |
6 | 9 |
|
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/ |
| 10 | +This page should redirect automatically to the updated location for |
| 11 | +the [Swift Package Manager (SwiftPM) documentation](https://docs.swift.org/swiftpm/documentation/packagemanagerdocs/). |
0 commit comments