We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4263c1c commit 0809333Copy full SHA for 0809333
Examples/Basic/Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version:5.10
+// swift-tools-version:6.0
2
3
import PackageDescription
4
Examples/Embedded/Package.swift
@@ -32,5 +32,6 @@ let package = Package(
32
])
33
]
34
)
35
- ]
+ ],
36
+ swiftLanguageModes: [.v5]
37
Examples/Embedded/README.md
@@ -1,6 +1,6 @@
# Embedded example
-Requires a recent DEVELOPMENT-SNAPSHOT toolchain. (tested with swift-DEVELOPMENT-SNAPSHOT-2024-09-25-a)
+Requires a recent DEVELOPMENT-SNAPSHOT toolchain. (tested with swift-6.1-DEVELOPMENT-SNAPSHOT-2025-02-21-a)
5
```sh
6
$ ./build.sh
0 commit comments