aboutsummaryrefslogtreecommitdiff
path: root/Package.resolved
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2025-11-02 19:27:32 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2025-11-02 19:29:30 +0000
commitc7d428455c42e8039a6aedeb032b0685d7a47ebb (patch)
treef2b2b176fea7d019d578a873fc23af70f54f829a /Package.resolved
parentaee698176a33879e7cb5b23e89157104c4b05c19 (diff)
First version of the CLI
It’s pretty basic, and it only works on macOS for now.
Diffstat (limited to 'Package.resolved')
-rw-r--r--Package.resolved78
1 files changed, 78 insertions, 0 deletions
diff --git a/Package.resolved b/Package.resolved
new file mode 100644
index 0000000..14edea2
--- /dev/null
+++ b/Package.resolved
@@ -0,0 +1,78 @@
+{
+ "originHash" : "4364692988907e9672535440f83dd48704c3b22f9efcbe4257ebb73390ebea52",
+ "pins" : [
+ {
+ "identity" : "swift-argument-parser",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/apple/swift-argument-parser.git",
+ "state" : {
+ "revision" : "cdd0ef3755280949551dc26dee5de9ddeda89f54",
+ "version" : "1.6.2"
+ }
+ },
+ {
+ "identity" : "swift-async-algorithms",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/apple/swift-async-algorithms.git",
+ "state" : {
+ "revision" : "042e1c4d9d19748c9c228f8d4ebc97bb1e339b0b",
+ "version" : "1.0.4"
+ }
+ },
+ {
+ "identity" : "swift-atomics",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/apple/swift-atomics.git",
+ "state" : {
+ "revision" : "b601256eab081c0f92f059e12818ac1d4f178ff7",
+ "version" : "1.3.0"
+ }
+ },
+ {
+ "identity" : "swift-collections",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/apple/swift-collections.git",
+ "state" : {
+ "revision" : "7b847a3b7008b2dc2f47ca3110d8c782fb2e5c7e",
+ "version" : "1.3.0"
+ }
+ },
+ {
+ "identity" : "swift-log",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/apple/swift-log.git",
+ "state" : {
+ "revision" : "ce592ae52f982c847a4efc0dd881cc9eb32d29f2",
+ "version" : "1.6.4"
+ }
+ },
+ {
+ "identity" : "swift-nio",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/apple/swift-nio.git",
+ "state" : {
+ "revision" : "a24771a4c228ff116df343c85fcf3dcfae31a06c",
+ "version" : "2.88.0"
+ }
+ },
+ {
+ "identity" : "swift-service-lifecycle",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/swift-server/swift-service-lifecycle.git",
+ "state" : {
+ "revision" : "0fcc4c9c2d58dd98504c06f7308c86de775396ff",
+ "version" : "2.9.0"
+ }
+ },
+ {
+ "identity" : "swift-system",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/apple/swift-system.git",
+ "state" : {
+ "revision" : "395a77f0aa927f0ff73941d7ac35f2b46d47c9db",
+ "version" : "1.6.3"
+ }
+ }
+ ],
+ "version" : 3
+}