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: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
There are several types of contributions one can make. Bug fixes, documentation and enhancements that do not materially change the user facing semantics of Swift Package Manager should be submitted directly as PR.
4
4
5
-
Larger changes that do materially change the semantics of Swift Package Manager (e.g. changes to the manifest format or behavior) are required to go through [Swift Evolution Process](https://github.com/swiftlang/swift-evolution/blob/master/process.md).
5
+
Larger changes that do materially change the semantics of Swift Package Manager (e.g. changes to the manifest format or behavior) are required to go through [Swift Evolution Process](https://github.com/swiftlang/swift-evolution/blob/main/process.md).
6
6
7
7
To see how previous evolution decisions for SwiftPM have been made and have some direction for the development of future features please check out the [Community Proposals](https://forums.swift.org/tag/packagemanager).
8
8
@@ -16,7 +16,7 @@ Fill the following fields:
16
16
17
17
*`Title`: A one line summary of the problem you're facing.
18
18
*`Description`: The complete description of the problem. Be specific.
19
-
*`Expected behavior`: How you expect SwiftPM to behave.
19
+
*`Expected behavior`: How you expect SwiftPM to behave.
20
20
*`Actual behavior` : What actually happens.
21
21
*`Steps to reproduce`: Be specific, provide steps to reproduce the bug.
22
22
*`Swift Package Manager version/commit hash` : With which version are you testing.
@@ -510,5 +510,5 @@ Make sure to update your TSC (Tools Support Core):
510
510
```bash
511
511
$> swift package update
512
512
```
513
-
Alternatively, if you are using Xcode, you can update to the latest version of all packages:
513
+
Alternatively, if you are using Xcode, you can update to the latest version of all packages:
514
514
**Xcode App**>*File*>*Swift Packages*>*Update to Latest Package Versions*
Copy file name to clipboardExpand all lines: Documentation/libSwiftPM.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ A subset of `libSwiftPM` that includes only the data model (without SwiftPM's
10
10
build system) is available as `libSwiftPMDataModel`. Any one client should
11
11
depend on one or the other, but not both.
12
12
13
-
The SwiftPM repository contains an [example](https://github.com/swiftlang/swift-package-manager/tree/master/Examples/package-info) that demonstrates the use of
13
+
The SwiftPM repository contains an [example](https://github.com/swiftlang/swift-package-manager/tree/main/Examples/package-info) that demonstrates the use of
14
14
`libSwiftPM` in a Swift package. Use the following commands to run the example
0 commit comments