Skip to content

Commit bee6273

Browse files
committed
Update Yams version to fix Android build
1 parent 8a0f4f2 commit bee6273

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Package.resolved

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/apple/swift-argument-parser.git",
77
"state" : {
8-
"revision" : "0fbc8848e389af3bb55c182bc19ca9d5dc2f255b",
9-
"version" : "1.4.0"
8+
"revision" : "41982a3656a71c768319979febd796c6fd111d5c",
9+
"version" : "1.5.0"
1010
}
1111
},
1212
{
@@ -15,16 +15,16 @@
1515
"location" : "https://github.com/apple/swift-llbuild.git",
1616
"state" : {
1717
"branch" : "main",
18-
"revision" : "a3b8d34be319f1b3ba8de53c434386419dec1f4f"
18+
"revision" : "02db743e7fd4ba241b78207309ddb3c9c2ec5f3f"
1919
}
2020
},
2121
{
22-
"identity" : "swift-system",
22+
"identity" : "swift-toolchain-sqlite",
2323
"kind" : "remoteSourceControl",
24-
"location" : "https://github.com/apple/swift-system.git",
24+
"location" : "https://github.com/swiftlang/swift-toolchain-sqlite",
2525
"state" : {
26-
"revision" : "025bcb1165deab2e20d4eaba79967ce73013f496",
27-
"version" : "1.2.1"
26+
"revision" : "bb8321a7eea3830af401a1501c7c8cc27ded6793",
27+
"version" : "1.0.2"
2828
}
2929
},
3030
{
@@ -33,16 +33,16 @@
3333
"location" : "https://github.com/apple/swift-tools-support-core.git",
3434
"state" : {
3535
"branch" : "main",
36-
"revision" : "3b13e439a341bbbfe0f710c7d1be37221745ef1a"
36+
"revision" : "4074f4db0971328c441fc1621c673937b9ca3b08"
3737
}
3838
},
3939
{
4040
"identity" : "yams",
4141
"kind" : "remoteSourceControl",
4242
"location" : "https://github.com/jpsim/Yams.git",
4343
"state" : {
44-
"revision" : "0d9ee7ea8c4ebd4a489ad7a73d5c6cad55d6fed3",
45-
"version" : "5.0.6"
44+
"revision" : "3036ba9d69cf1fd04d433527bc339dc0dc75433d",
45+
"version" : "5.1.3"
4646
}
4747
}
4848
],

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
166166
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
167167
package.dependencies += [
168168
.package(url: "https://github.com/apple/swift-tools-support-core.git", branch: "main"),
169-
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "5.0.0")),
169+
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "5.1.0")),
170170
// The 'swift-argument-parser' version declared here must match that
171171
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
172172
// dependency version changes here with those projects.

0 commit comments

Comments
 (0)