Skip to content

Commit c15f21f

Browse files
committed
Add Package.resolved to git, to ensure we get consistent builds.
1 parent f2b3e6c commit c15f21f

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.build/
22
.swiftpm/
33
swift-format.xcodeproj/
4-
Package.resolved
54

Package.resolved

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"pins" : [
3+
{
4+
"identity" : "swift-argument-parser",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/apple/swift-argument-parser.git",
7+
"state" : {
8+
"revision" : "9f39744e025c7d377987f30b03770805dcb0bcd1",
9+
"version" : "1.1.4"
10+
}
11+
},
12+
{
13+
"identity" : "swift-syntax",
14+
"kind" : "remoteSourceControl",
15+
"location" : "https://github.com/apple/swift-syntax.git",
16+
"state" : {
17+
"branch" : "main",
18+
"revision" : "e1fb17ffaaf95b8228e7e11a37e58014730cc92a"
19+
}
20+
},
21+
{
22+
"identity" : "swift-system",
23+
"kind" : "remoteSourceControl",
24+
"location" : "https://github.com/apple/swift-system.git",
25+
"state" : {
26+
"revision" : "836bc4557b74fe6d2660218d56e3ce96aff76574",
27+
"version" : "1.1.1"
28+
}
29+
},
30+
{
31+
"identity" : "swift-tools-support-core",
32+
"kind" : "remoteSourceControl",
33+
"location" : "https://github.com/apple/swift-tools-support-core.git",
34+
"state" : {
35+
"revision" : "284a41800b7c5565512ec6ae21ee818aac1f84ac",
36+
"version" : "0.4.0"
37+
}
38+
}
39+
],
40+
"version" : 2
41+
}

0 commit comments

Comments
 (0)