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 7e23169 commit a3a0a47Copy full SHA for a3a0a47
Examples/Multithreading/Package.swift
@@ -1,9 +1,10 @@
1
-// swift-tools-version: 6.0
+// swift-tools-version: 5.10
2
3
import PackageDescription
4
5
let package = Package(
6
name: "Example",
7
+ platforms: [.macOS("15"), .iOS("18"), .watchOS("11"), .tvOS("18"), .visionOS("2")],
8
dependencies: [
9
.package(path: "../../"),
10
.package(url: "https://github.com/kateinoigakukun/chibi-ray", revision: "c8cab621a3338dd2f8e817d3785362409d3b8cf1"),
0 commit comments