From 16a51920b9229716f662d0feb69fe959a0bc60c0 Mon Sep 17 00:00:00 2001 From: Christopher - RTF <58520035+christopher-rtf@users.noreply.github.com> Date: Sat, 8 Nov 2025 23:48:55 -0400 Subject: [PATCH] Update mqtt-nio, dependencies --- .../xcshareddata/swiftpm/Package.resolved | 68 ------------------- .../project.pbxproj | 18 ++--- 2 files changed, 9 insertions(+), 77 deletions(-) delete mode 100644 Morphic.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/Morphic.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Morphic.xcworkspace/xcshareddata/swiftpm/Package.resolved deleted file mode 100644 index bb316098..00000000 --- a/Morphic.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ /dev/null @@ -1,68 +0,0 @@ -{ - "pins" : [ - { - "identity" : "mqtt-nio", - "kind" : "remoteSourceControl", - "location" : "https://github.com/adam-fowler/mqtt-nio", - "state" : { - "revision" : "3f0efa5908cedcc6c23ac37184b3d9f01d529a1a", - "version" : "2.5.2" - } - }, - { - "identity" : "swift-atomics", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-atomics.git", - "state" : { - "revision" : "ff3d2212b6b093db7f177d0855adbc4ef9c5f036", - "version" : "1.0.3" - } - }, - { - "identity" : "swift-collections", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-collections.git", - "state" : { - "revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2", - "version" : "1.0.4" - } - }, - { - "identity" : "swift-log", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-log.git", - "state" : { - "revision" : "32e8d724467f8fe623624570367e3d50c5638e46", - "version" : "1.5.2" - } - }, - { - "identity" : "swift-nio", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-nio.git", - "state" : { - "revision" : "9b2848d76f5caad08b97e71a04345aa5bdb23a06", - "version" : "2.49.0" - } - }, - { - "identity" : "swift-nio-ssl", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-nio-ssl.git", - "state" : { - "revision" : "4fb7ead803e38949eb1d6fabb849206a72c580f3", - "version" : "2.23.0" - } - }, - { - "identity" : "swift-nio-transport-services", - "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-nio-transport-services.git", - "state" : { - "revision" : "c0d9a144cfaec8d3d596aadde3039286a266c15c", - "version" : "1.15.0" - } - } - ], - "version" : 2 -} diff --git a/MorphicTelemetry/MorphicTelemetry.xcodeproj/project.pbxproj b/MorphicTelemetry/MorphicTelemetry.xcodeproj/project.pbxproj index ecbc5c6e..7b261b62 100644 --- a/MorphicTelemetry/MorphicTelemetry.xcodeproj/project.pbxproj +++ b/MorphicTelemetry/MorphicTelemetry.xcodeproj/project.pbxproj @@ -7,11 +7,11 @@ objects = { /* Begin PBXBuildFile section */ - 9D31A9F526BC83A50064242F /* MQTTNIO in Frameworks */ = {isa = PBXBuildFile; productRef = 9D31A9F426BC83A50064242F /* MQTTNIO */; }; 9D3B9ED226BC7AAA00C9F174 /* MorphicTelemetry.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D3B9ED026BC7AAA00C9F174 /* MorphicTelemetry.h */; settings = {ATTRIBUTES = (Public, ); }; }; 9D3B9EDA26BC7BD500C9F174 /* MorphicCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9D3B9ED926BC7BD500C9F174 /* MorphicCore.framework */; }; 9D3B9EDB26BC7BD500C9F174 /* MorphicCore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9D3B9ED926BC7BD500C9F174 /* MorphicCore.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 9D3B9EE426BC7CE700C9F174 /* MorphicTelemetryClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D3B9EE326BC7CE700C9F174 /* MorphicTelemetryClient.swift */; }; + 9DC4296E2EC0461000654B02 /* MQTTNIO in Frameworks */ = {isa = PBXBuildFile; productRef = 9DC4296D2EC0461000654B02 /* MQTTNIO */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -42,7 +42,7 @@ buildActionMask = 2147483647; files = ( 9D3B9EDA26BC7BD500C9F174 /* MorphicCore.framework in Frameworks */, - 9D31A9F526BC83A50064242F /* MQTTNIO in Frameworks */, + 9DC4296E2EC0461000654B02 /* MQTTNIO in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -114,7 +114,7 @@ ); name = MorphicTelemetry; packageProductDependencies = ( - 9D31A9F426BC83A50064242F /* MQTTNIO */, + 9DC4296D2EC0461000654B02 /* MQTTNIO */, ); productName = MorphicTelemetry; productReference = 9D3B9ECD26BC7AAA00C9F174 /* MorphicTelemetry.framework */; @@ -144,7 +144,7 @@ ); mainGroup = 9D3B9EC326BC7AAA00C9F174; packageReferences = ( - 9D31A9F326BC83A50064242F /* XCRemoteSwiftPackageReference "mqtt-nio" */, + 9DC4296C2EC0461000654B02 /* XCRemoteSwiftPackageReference "mqtt-nio" */, ); productRefGroup = 9D3B9ECE26BC7AAA00C9F174 /* Products */; projectDirPath = ""; @@ -379,20 +379,20 @@ /* End XCConfigurationList section */ /* Begin XCRemoteSwiftPackageReference section */ - 9D31A9F326BC83A50064242F /* XCRemoteSwiftPackageReference "mqtt-nio" */ = { + 9DC4296C2EC0461000654B02 /* XCRemoteSwiftPackageReference "mqtt-nio" */ = { isa = XCRemoteSwiftPackageReference; - repositoryURL = "https://github.com/adam-fowler/mqtt-nio"; + repositoryURL = "https://github.com/swift-server-community/mqtt-nio"; requirement = { kind = exactVersion; - version = 2.5.2; + version = 2.12.1; }; }; /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ - 9D31A9F426BC83A50064242F /* MQTTNIO */ = { + 9DC4296D2EC0461000654B02 /* MQTTNIO */ = { isa = XCSwiftPackageProductDependency; - package = 9D31A9F326BC83A50064242F /* XCRemoteSwiftPackageReference "mqtt-nio" */; + package = 9DC4296C2EC0461000654B02 /* XCRemoteSwiftPackageReference "mqtt-nio" */; productName = MQTTNIO; }; /* End XCSwiftPackageProductDependency section */