We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d48dc7 commit 057c04eCopy full SHA for 057c04e
Examples/package-info/Package.swift
@@ -1,18 +1,18 @@
1
-// swift-tools-version:5.5
+// swift-tools-version:5.9
2
3
import PackageDescription
4
5
let package = Package(
6
name: "package-info",
7
platforms: [
8
- .macOS(.v12),
9
- .iOS(.v13)
+ .macOS(.v13),
+ .iOS(.v16)
10
],
11
dependencies: [
12
// This just points to the SwiftPM at the root of this repository.
13
.package(name: "swift-package-manager", path: "../../"),
14
// You will want to depend on a stable semantic version instead:
15
- // .package(url: "https://github.com/apple/swift-package-manager", .exact("0.4.0"))
+ // .package(url: "https://github.com/apple/swift-package-manager", branch: "swift-5.10-RELEASE")
16
17
targets: [
18
.executableTarget(
0 commit comments