diff --git a/Examples/Package.resolved b/Examples/Package.resolved index 502648da9fc..81f9508a8ee 100644 --- a/Examples/Package.resolved +++ b/Examples/Package.resolved @@ -142,6 +142,15 @@ "version" : "1.1.0" } }, + { + "identity" : "swift-cwinrt", + "kind" : "remoteSourceControl", + "location" : "https://github.com/thebrowsercompany/swift-cwinrt", + "state" : { + "branch" : "main", + "revision" : "3e3d5a0270ebe8fb0bc738d24d4786a6cd0621eb" + } + }, { "identity" : "swift-filestreamer", "kind" : "remoteSourceControl", @@ -232,6 +241,42 @@ "version" : "1.3.0" } }, + { + "identity" : "swift-uwp", + "kind" : "remoteSourceControl", + "location" : "https://github.com/thebrowsercompany/swift-uwp", + "state" : { + "branch" : "main", + "revision" : "4fe2fa05652f688ba5af57d0ce9e93961f6dea98" + } + }, + { + "identity" : "swift-windowsappsdk", + "kind" : "remoteSourceControl", + "location" : "https://github.com/wabiverse/swift-windowsappsdk", + "state" : { + "branch" : "main", + "revision" : "a7e1d90b323b4fb2a625c68f5f1ec8177254c26e" + } + }, + { + "identity" : "swift-windowsfoundation", + "kind" : "remoteSourceControl", + "location" : "https://github.com/thebrowsercompany/swift-windowsfoundation", + "state" : { + "branch" : "main", + "revision" : "dbe14563b6bb0eb9c761d8aff7f465afddf185f9" + } + }, + { + "identity" : "swift-winui", + "kind" : "remoteSourceControl", + "location" : "https://github.com/wabiverse/swift-winui", + "state" : { + "branch" : "main", + "revision" : "4cb98fbb7ac7b7734c4c71e6e26d3bf11740c652" + } + }, { "identity" : "swiftcli", "kind" : "remoteSourceControl", diff --git a/Package.resolved b/Package.resolved index 42c7bcfc27e..7e7d7ed4475 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,22 +1,5 @@ { "pins" : [ - { - "identity" : "asyncextensions", - "kind" : "remoteSourceControl", - "location" : "https://github.com/lhoward/AsyncExtensions", - "state" : { - "branch" : "linux", - "revision" : "2218eaa30dbdb39b063e92644fc28ed22e2cb942" - } - }, - { - "identity" : "lvglswift", - "kind" : "remoteSourceControl", - "location" : "https://github.com/PADL/LVGLSwift", - "state" : { - "revision" : "19c19a942153b50d61486faf1d0d45daf79e7be5" - } - }, { "identity" : "opencombine", "kind" : "remoteSourceControl", @@ -35,12 +18,12 @@ } }, { - "identity" : "swift-collections", + "identity" : "swift-cwinrt", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-collections.git", + "location" : "https://github.com/thebrowsercompany/swift-cwinrt", "state" : { - "revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2", - "version" : "1.0.4" + "branch" : "main", + "revision" : "3e3d5a0270ebe8fb0bc738d24d4786a6cd0621eb" } }, { @@ -48,14 +31,14 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-docc-plugin", "state" : { - "revision" : "26ac5758409154cc448d7ab82389c520fa8a8247", - "version" : "1.3.0" + "revision" : "85e4bb4e1cd62cec64a4b8e769dcefdf0c5b9d64", + "version" : "1.4.3" } }, { "identity" : "swift-docc-symbolkit", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-docc-symbolkit", + "location" : "https://github.com/swiftlang/swift-docc-symbolkit", "state" : { "revision" : "b45d1f2ed151d057b54504d653e0da5552844e34", "version" : "1.0.0" @@ -66,8 +49,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/stackotter/swift-macro-toolkit", "state" : { - "revision" : "687075e7bf976e121d083e922a07c7a9350ca85d", - "version" : "0.4.0" + "revision" : "e706aa98bc28f82677923f7b8f560bba6f90fac2", + "version" : "0.6.0" } }, { @@ -75,8 +58,44 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-syntax.git", "state" : { - "revision" : "303e5c5c36d6a558407d364878df131c3546fad8", - "version" : "510.0.2" + "revision" : "0687f71944021d616d34d922343dcef086855920", + "version" : "600.0.1" + } + }, + { + "identity" : "swift-uwp", + "kind" : "remoteSourceControl", + "location" : "https://github.com/thebrowsercompany/swift-uwp", + "state" : { + "branch" : "main", + "revision" : "4fe2fa05652f688ba5af57d0ce9e93961f6dea98" + } + }, + { + "identity" : "swift-windowsappsdk", + "kind" : "remoteSourceControl", + "location" : "https://github.com/wabiverse/swift-windowsappsdk", + "state" : { + "branch" : "main", + "revision" : "a7e1d90b323b4fb2a625c68f5f1ec8177254c26e" + } + }, + { + "identity" : "swift-windowsfoundation", + "kind" : "remoteSourceControl", + "location" : "https://github.com/thebrowsercompany/swift-windowsfoundation", + "state" : { + "branch" : "main", + "revision" : "dbe14563b6bb0eb9c761d8aff7f465afddf185f9" + } + }, + { + "identity" : "swift-winui", + "kind" : "remoteSourceControl", + "location" : "https://github.com/wabiverse/swift-winui", + "state" : { + "branch" : "main", + "revision" : "4cb98fbb7ac7b7734c4c71e6e26d3bf11740c652" } }, { diff --git a/Package.swift b/Package.swift index d0299c092b6..611517c1ee2 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ var swift510Products: [Product] = [] #if swift(>=5.10) swift510Dependencies = [ .package( - url: "https://github.com/thebrowsercompany/swift-windowsappsdk", + url: "https://github.com/wabiverse/swift-windowsappsdk", branch: "main" ), .package( @@ -25,7 +25,7 @@ var swift510Products: [Product] = [] branch: "main" ), .package( - url: "https://github.com/thebrowsercompany/swift-winui", + url: "https://github.com/wabiverse/swift-winui", branch: "main" ), ] @@ -132,7 +132,7 @@ let package = Package( ), .package( url: "https://github.com/apple/swift-syntax.git", - from: "510.0.0" + from: "600.0.1" ), .package( url: "https://github.com/stackotter/swift-macro-toolkit",