You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Swift.org website goals include:
9
9
3. Share knowledge with the Swift contributors community and prospective contributors, including contribution guides, technical details that assist contributions, project governance and legal information.
10
10
4. Highlight community driven initiatives and technical work that have broad applicability to Swift users in all or some of its core usage domains.
11
11
12
-
See [website overview](https://swift.org/website) for more information about the Swift.org website goals, content governance and contribution guidelines.
12
+
See [website overview](/website) for more information about the Swift.org website goals, content governance and contribution guidelines.
Copy file name to clipboardexpand all lines: _posts/2015-12-03-welcome.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,14 @@ Today, we released two additional projects for Swift in open source: the Core L
19
19
20
20
### Swift Package Manager
21
21
22
-
The [Swift Package Manager]({{ site.url }}/package-manager/) is a brand new project that strives to create a powerful, user-friendly tool to build and share Swift code. We are focused on ensuring the package manager is great at sharing source code, rather than compiled binary libraries. This project is very early in development, and will be designed and developed using Swift's open, collaborative process.
22
+
The [Swift Package Manager](/package-manager/) is a brand new project that strives to create a powerful, user-friendly tool to build and share Swift code. We are focused on ensuring the package manager is great at sharing source code, rather than compiled binary libraries. This project is very early in development, and will be designed and developed using Swift's open, collaborative process.
23
23
24
24
You can find example package repositories at [the Apple home on GitHub](http://github.com/apple), as well as the source code and additional information for the package manager itself.
25
25
26
26
27
27
### Core Libraries
28
28
29
-
The [Swift Core Libraries]({{ site.url }}/core-libraries/) project is a higher-level set of APIs, above the Swift standard library. These libraries offer functionality such as localization, networking primitives, unit testing, user preferences, and more. These libraries also introduce coding conventions that will be useful as you write more Swift code, and create new packages.
29
+
The [Swift Core Libraries](/core-libraries/) project is a higher-level set of APIs, above the Swift standard library. These libraries offer functionality such as localization, networking primitives, unit testing, user preferences, and more. These libraries also introduce coding conventions that will be useful as you write more Swift code, and create new packages.
30
30
31
31
The core libraries are based on frameworks included in Apple platforms, namely Foundation, libdispatch, and XCTest. The Swift open source versions of these frameworks are intended to make it easy to use the same Swift code with consistent functionality across multiple platforms.
32
32
@@ -37,10 +37,10 @@ This website is the home of the Swift project with links to the resources you wi
37
37
38
38
39
39
* The [Apple home on GitHub](http://github.com/apple) hosts all the Swift source code
40
-
* The [Swift mailing lists]({{ site.url }}/community/#mailing-lists) are how we interact
41
-
* The [Getting Started]({{ site.url }}/getting-started/) pages will help you setup a Swift development environment
42
-
* The [Download]({{ site.url }}/download/) page includes pre-built binaries for the supported platforms
43
-
* The [Swift Evolution Process]({{ site.url }}/contributing/#evolution-process) describes how new features are proposed
40
+
* The [Swift mailing lists](/community/#mailing-lists) are how we interact
41
+
* The [Getting Started](/getting-started/) pages will help you setup a Swift development environment
42
+
* The [Download](/download/) page includes pre-built binaries for the supported platforms
43
+
* The [Swift Evolution Process](/contributing/#evolution-process) describes how new features are proposed
We've put three parts of this proposed transformation up for public
62
-
review in [Swift's evolution group](https://swift.org/community/#mailing-lists):
62
+
review in [Swift's evolution group](/community/#mailing-lists):
63
63
[changes to how Cocoa is imported](https://github.com/apple/swift-evolution/blob/master/proposals/0005-objective-c-name-translation.md),
64
64
[changes to the surface of the standard library](https://github.com/apple/swift-evolution/blob/master/proposals/0006-apply-api-guidelines-to-the-standard-library.md),
65
65
and the
@@ -93,7 +93,7 @@ Will we make this change? The jury is out, but this is the time to
93
93
make your voice heard. The review period has been extended through
94
94
**Friday, February 5th**. If you'd like to help shape the future of your
95
95
language and frameworks,
96
-
[join the discussion]({{ site.url }}/contributing/#participating-in-the-swift-evolution-process).
96
+
[join the discussion](/contributing/#participating-in-the-swift-evolution-process).
97
97
The proposals and associated review threads are here:
Copy file name to clipboardexpand all lines: _posts/2016-02-01-swift-CI.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ title: Continuous Integration now Available
6
6
author: najacque
7
7
---
8
8
9
-
We are excited to announce that we have rolled out [continuous integration]({{ site.url }}/continuous-integration) (aka, CI) for the Swift project!
9
+
We are excited to announce that we have rolled out [continuous integration](/continuous-integration) (aka, CI) for the Swift project!
10
10
11
11
Our CI system is powered by [Jenkins](https://jenkins-ci.org). For Apple's platforms it builds and runs tests for macOS and the iOS simulator. For Linux it builds and runs tests for Ubuntu 14.04 and Ubuntu 15.10 (both for x86_64). In addition to using it for testing active branches, the CI system also produces the snapshots that are available for download from Swift.org.
Copy file name to clipboardexpand all lines: _posts/2016-02-29-swift-commit-access.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,4 @@ author: ematejska
8
8
9
9
Now that the Swift Continuous Integration system is established and proven, we’d like to grant commit access on a more frequent basis to project contributors who have established a track record of good contributions. If you would like commit access, please send an email to [the code owners list](mailto:[email protected]) with a list of 5 non-trivial pull requests that we accepted without modifications.
10
10
11
-
For more details about what it means to have commit access, please see the [Contributing Code](https://swift.org/contributing/#contributing-code) section.
11
+
For more details about what it means to have commit access, please see the [Contributing Code](/contributing/#contributing-code) section.
Copy file name to clipboardexpand all lines: _posts/2016-03-21-swift-2.2-released.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ We are very pleased to announce the release of Swift 2.2! This is the first off
10
10
11
11
### Language Changes
12
12
13
-
Swift 2.2 is a minor language release that is mostly source-compatible with Swift 2.1. It contains the following language changes that went through the Swift's [evolution process](https://swift.org/contributing/#participating-in-the-swift-evolution-process):
13
+
Swift 2.2 is a minor language release that is mostly source-compatible with Swift 2.1. It contains the following language changes that went through the Swift's [evolution process](/contributing/#participating-in-the-swift-evolution-process):
14
14
15
15
*[SE-0001: Allow (most) keywords as argument labels](https://github.com/apple/swift-evolution/blob/master/proposals/0001-keywords-as-argument-labels.md)
@@ -22,19 +22,19 @@ Swift 2.2 is a minor language release that is mostly source-compatible with Swif
22
22
23
23
Beyond these language changes Swift 2.2 also contains numerous bug fixes, enhancements to diagnostics, and produces even faster-running code.
24
24
25
-
The [Swift Package Manager]({{ site.url }}/package-manager/) is still early in development and is not included in this release.
25
+
The [Swift Package Manager](/package-manager/) is still early in development and is not included in this release.
26
26
27
27
### Documentation
28
28
29
-
An updated version of [The Swift Programming Language]({{ site.url }}/documentation/#the-swift-programming-language) for Swift 2.2 is now available on Swift.org. It is also available for free on Apple's iBooks store.
29
+
An updated version of [The Swift Programming Language](/documentation/#the-swift-programming-language) for Swift 2.2 is now available on Swift.org. It is also available for free on Apple's iBooks store.
30
30
31
31
### Platforms
32
32
33
33
#### Linux (Ubuntu 14.04 and Ubuntu 15.10)
34
34
35
-
Swift 2.2 includes support for Swift on Linux. The Linux port is still relatively new and in this release does not include the [Swift Core Libraries]({{ site.url }}/core-libraries/) (which will appear in Swift 3). The port does, however, include LLDB and the REPL.
35
+
Swift 2.2 includes support for Swift on Linux. The Linux port is still relatively new and in this release does not include the [Swift Core Libraries](/core-libraries/) (which will appear in Swift 3). The port does, however, include LLDB and the REPL.
36
36
37
-
Official binaries for Ubuntu 14.04 and Ubuntu 15.10 are [available for download]({{ site.url }}/download/).
37
+
Official binaries for Ubuntu 14.04 and Ubuntu 15.10 are [available for download](/download/).
38
38
39
39
#### Apple (Xcode)
40
40
@@ -52,7 +52,7 @@ Development on Swift 2.2 was tracked in the `swift-2.2-branch` on the following
52
52
53
53
The tag `swift-2.2-RELEASE` designates the specific revisions in those repositories that make up the final version of Swift 2.2.
54
54
55
-
The `swift-2.2-branch` will remain open — but under the same [release management process]({{ site.url }}/blog/swift-2-2-release-process/) — to accumulate changes for a potential future bug-fix "dot" release.
55
+
The `swift-2.2-branch` will remain open — but under the same [release management process](/blog/swift-2-2-release-process/)— to accumulate changes for a potential future bug-fix "dot" release.
Copy file name to clipboardexpand all lines: _posts/2016-03-30-swift-2.2-new-features.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ title: New Features in Swift 2.2
6
6
author: twostraws
7
7
---
8
8
9
-
Swift 2.2 brings new syntax, new features, and some deprecations too. It is an interim release before Swift 3 comes later this year [with even bigger changes](https://swift.org/blog/swift-api-transformation/), and the changes in Swift 2.2 align with the broader goals of Swift 3 to focus on gradually stabilizing the core language and Standard Library by adding missing features, refining what is already there, and removing what is no longer needed in the language. All changes in Swift 2.2 went through the community-driven [Swift evolution process]({{ site.url }}/contributing/#participating-in-the-swift-evolution-process) — where over 30 proposals have been submitted, reviewed, and accepted since Swift was open-sourced a few months ago.
9
+
Swift 2.2 brings new syntax, new features, and some deprecations too. It is an interim release before Swift 3 comes later this year [with even bigger changes](/blog/swift-api-transformation/), and the changes in Swift 2.2 align with the broader goals of Swift 3 to focus on gradually stabilizing the core language and Standard Library by adding missing features, refining what is already there, and removing what is no longer needed in the language. All changes in Swift 2.2 went through the community-driven [Swift evolution process](/contributing/#participating-in-the-swift-evolution-process)— where over 30 proposals have been submitted, reviewed, and accepted since Swift was open-sourced a few months ago.
10
10
11
11
The changes in Swift 2.2 will have a direct impact on your code, and this article will walk you through what has changed and why, along with code examples to help you migrate quickly to the new Swift 2.2 syntax.
12
12
@@ -298,4 +298,4 @@ For more information, see the [Swift Evolution proposal](https://github.com/appl
298
298
299
299
### And there's more…
300
300
301
-
This post has covered the changes that are likely to affect most developers, but other smaller changes have been introduced alongside improved compiler messages and performance enhancements. [Click here for the official release notes]({{ site.url }}/blog/swift-2-2-released/), where you can find links to full discussions on the changes as well as install instructions for Linux.
301
+
This post has covered the changes that are likely to affect most developers, but other smaller changes have been introduced alongside improved compiler messages and performance enhancements. [Click here for the official release notes](/blog/swift-2-2-released/), where you can find links to full discussions on the changes as well as install instructions for Linux.
Copy file name to clipboardexpand all lines: _posts/2016-06-13-swift-3.0-preview-1-released.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,7 @@ author: tkremenek
8
8
9
9
We are very pleased to announce **Developer Preview 1** of Swift 3.0!
10
10
11
-
As described in the [Swift 3.0 Release Process]({{ site.url
12
-
}}/blog/swift-3-0-release-process/), developer previews (i.e., "seeds" or
11
+
As described in the [Swift 3.0 Release Process](/blog/swift-3-0-release-process/), developer previews (i.e., "seeds" or
13
12
"betas") provide qualified builds of Swift 3 that are more stable than just
14
13
grabbing the latest snapshot of `master` (i.e., tip-of-trunk development).
15
14
Developer previews capture Swift 3 as a work-in-progress and should not
@@ -71,11 +70,11 @@ Swift 3.0 Preview 1 is available for free as part of [Xcode 8 beta 1](https://de
71
70
72
71
#### Linux (Ubuntu 14.04 and Ubuntu 15.10)
73
72
74
-
Official binaries for Ubuntu 14.04 and Ubuntu 15.10 are [available for download]({{ site.url }}/download/) on Swift.org.
73
+
Official binaries for Ubuntu 14.04 and Ubuntu 15.10 are [available for download](/download/) on Swift.org.
75
74
76
75
### Documentation
77
76
78
-
An updated version of [The Swift Programming Language]({{ site.url }}/documentation/#the-swift-programming-language) for Swift 3.0 is now available on Swift.org. It is also available for free on Apple's [iBooks store](https://itunes.apple.com/us/book/the-swift-programming-language/id1002622538?mt=11).
77
+
An updated version of [The Swift Programming Language](/documentation/#the-swift-programming-language) for Swift 3.0 is now available on Swift.org. It is also available for free on Apple's [iBooks store](https://itunes.apple.com/us/book/the-swift-programming-language/id1002622538?mt=11).
79
78
80
79
### Foundation and Linux (Core Libraries)
81
80
@@ -86,5 +85,5 @@ This should be resolved in a future beta.
86
85
87
86
Swift 3 is a source-breaking release over Swift 2.2.1. It contains many syntactic refinements and improvements,
88
87
but also a huge number of changes for how Objective-C APIs import into Swift due to [SE-0005](https://github.com/apple/swift-evolution/blob/master/proposals/0005-objective-c-name-translation.md).
89
-
Please consult the [migration guide]({{ site.url }}/migration-guide/) for guidance and tips
88
+
Please consult the [migration guide](/migration-guide/) for guidance and tips
0 commit comments