Skip to content

Commit 5407e9d

Browse files
committed
Add swift-static-map package
1 parent 2a1efd9 commit 5407e9d

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

Diff for: Package.resolved

+18-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"originHash" : "c887848cc797b0a9b57db72a5bb3ece883fcea48b83f42e79ac9bde25bf2cfb4",
2+
"originHash" : "2683a7b1651a77cb26316dbb6fb8400629bc077d50065e7969b8371df528f918",
33
"pins" : [
44
{
55
"identity" : "async-http-client",
@@ -176,8 +176,8 @@
176176
"kind" : "remoteSourceControl",
177177
"location" : "https://github.com/fwcd/swift-geodesy.git",
178178
"state" : {
179-
"revision" : "771f2fdbbbe00e8aae686ef945ac820f6d1aa79e",
180-
"version" : "0.1.0"
179+
"revision" : "1eae39a90ff057da486681d4a194d13b0139fa08",
180+
"version" : "0.2.8"
181181
}
182182
},
183183
{
@@ -221,8 +221,8 @@
221221
"kind" : "remoteSourceControl",
222222
"location" : "https://github.com/apple/swift-log.git",
223223
"state" : {
224-
"revision" : "e97a6fcb1ab07462881ac165fdbb37f067e205d5",
225-
"version" : "1.5.4"
224+
"revision" : "9cb486020ebf03bfa5b5df985387a14a98744537",
225+
"version" : "1.6.1"
226226
}
227227
},
228228
{
@@ -333,6 +333,15 @@
333333
"version" : "1.0.3"
334334
}
335335
},
336+
{
337+
"identity" : "swift-static-map",
338+
"kind" : "remoteSourceControl",
339+
"location" : "https://github.com/fwcd/swift-static-map.git",
340+
"state" : {
341+
"revision" : "5db8bd3ca59b06e73bcee854d8ee3507c0c27ca7",
342+
"version" : "0.1.0"
343+
}
344+
},
336345
{
337346
"identity" : "swift-system",
338347
"kind" : "remoteSourceControl",
@@ -347,8 +356,8 @@
347356
"kind" : "remoteSourceControl",
348357
"location" : "https://github.com/fwcd/swift-utils.git",
349358
"state" : {
350-
"revision" : "06329e9e75fd34cc8a326b36db58e6316c451d61",
351-
"version" : "4.0.1"
359+
"revision" : "e10838eeb33ffb9ae17ac73e0b62a9baa3782d0c",
360+
"version" : "4.1.2"
352361
}
353362
},
354363
{
@@ -364,8 +373,8 @@
364373
"kind" : "remoteSourceControl",
365374
"location" : "https://github.com/scinfu/SwiftSoup.git",
366375
"state" : {
367-
"revision" : "f83c097597094a04124eb6e0d1e894d24129af87",
368-
"version" : "2.7.0"
376+
"revision" : "3c2c7e1e72b8abd96eafbae80323c5c1e5317437",
377+
"version" : "2.7.5"
369378
}
370379
},
371380
{

Diff for: Package.swift

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ let package = Package(
1818
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
1919
.package(url: "https://github.com/fwcd/swift-qrcode-generator.git", from: "1.0.0"),
2020
.package(url: "https://github.com/fwcd/swift-prolog.git", from: "0.1.0"),
21-
.package(url: "https://github.com/fwcd/swift-utils.git", from: "4.0.1"),
21+
.package(url: "https://github.com/fwcd/swift-utils.git", from: "4.1.2"),
2222
.package(url: "https://github.com/fwcd/swift-geodesy.git", from: "0.1.0"),
2323
.package(url: "https://github.com/fwcd/swift-graphics.git", from: "4.0.0"),
2424
.package(url: "https://github.com/fwcd/swift-gif.git", from: "4.0.0"),
2525
.package(url: "https://github.com/fwcd/swift-mensa.git", from: "0.1.10"),
2626
.package(url: "https://github.com/fwcd/swift-music-theory.git", from: "0.1.0"),
27+
.package(url: "https://github.com/fwcd/swift-static-map.git", from: "0.1.0"),
2728
.package(url: "https://github.com/apple/swift-nio.git", from: "2.59.0"),
2829
.package(url: "https://github.com/Kitura/BlueSocket.git", .upToNextMinor(from: "2.0.4")),
2930
.package(url: "https://github.com/swift-server/swift-backtrace.git", from: "1.3.3"),
@@ -97,6 +98,7 @@ let package = Package(
9798
.product(name: "GIF", package: "swift-gif"),
9899
.product(name: "MusicTheory", package: "swift-music-theory"),
99100
.product(name: "Mensa", package: "swift-mensa"),
101+
.product(name: "StaticMap", package: "swift-static-map"),
100102
.product(name: "SwiftSoup", package: "SwiftSoup"),
101103
.product(name: "FeedKit", package: "FeedKit"),
102104
.product(name: "SQLite", package: "SQLite.swift"),

0 commit comments

Comments
 (0)