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 eaf673b commit 528b951Copy full SHA for 528b951
Package.swift
@@ -1,9 +1,10 @@
1
-// swift-tools-version:5.0
+// swift-tools-version:5.1
2
3
import PackageDescription
4
5
let package = Package(
6
name: "FileCheck",
7
+ platforms: [.macOS(.v10_15)],
8
products: [
9
.executable(name: "filecheck",
10
targets: ["filecheck-tool"]),
@@ -12,7 +13,7 @@ let package = Package(
12
13
targets: ["FileCheck"]),
14
],
15
dependencies: [
- .package(url: "https://github.com/apple/swift-argument-parser", from: "0.3.1"),
16
+ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.1.0"),
17
.package(url: "https://github.com/mxcl/Chalk.git", from: "0.1.0"),
18
19
targets: [
0 commit comments