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 57e5e9b commit 13131dfCopy full SHA for 13131df
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version: 6.1
+// swift-tools-version: 5.9
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import PackageDescription
@@ -9,7 +9,7 @@ let package = Package(
9
.macOS(.v12),
10
.iOS(.v15),
11
.tvOS(.v15),
12
- .watchOS(.v8)
+ .watchOS(.v8),
13
],
14
products: [
15
// Main library
@@ -19,7 +19,7 @@ let package = Package(
19
// CLI tool for testing
20
.executable(
21
name: "speedrun-cli",
22
- targets: ["SpeedrunCLI"])
+ targets: ["SpeedrunCLI"]),
23
24
dependencies: [
25
// DocC plugin for documentation
0 commit comments