File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.5
2
- // The swift-tools-version declares the minimum version of Swift required to build this package.
1
+ // swift-tools-version:5.10
3
2
4
3
/*
5
4
This source file is part of the Swift.org open source project
@@ -19,18 +18,18 @@ let package = Package(
19
18
. macOS( . v11)
20
19
] ,
21
20
products: [
22
- . executable( name: " dealer " , targets: [ " dealer " ] ) ,
21
+ . executable( name: " dealer " ,
22
+ targets: [ " dealer " ] ) ,
23
23
] ,
24
24
dependencies: [
25
- // Dependencies declare other packages that this package depends on.
26
- . package ( url: " https://github.com/apple/example-package-deckofplayingcards.git " ,
27
- from: " 3.0.0 " ) ,
28
- . package ( url: " https://github.com/apple/swift-argument-parser.git " ,
29
- from: " 0.4.4 " ) ,
25
+ . package (
26
+ url: " https://github.com/apple/example-package-deckofplayingcards.git " ,
27
+ from: " 3.0.0 " ) ,
28
+ . package (
29
+ url: " https://github.com/apple/swift-argument-parser.git " ,
30
+ from: " 0.4.4 " ) ,
30
31
] ,
31
32
targets: [
32
- // Targets are the basic building blocks of a package. A target can define a module or a test suite.
33
- // Targets can depend on other targets in this package, and on products in packages which this package depends on.
34
33
. executableTarget(
35
34
name: " dealer " ,
36
35
dependencies: [
You can’t perform that action at this time.
0 commit comments