diff --git a/Package.resolved b/Package.resolved index 51dcad6..2a4d51c 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "7b1255acb6adbc6caa85bbd6e0c08f0b791e40fcd6a83a9c453949ec47012245", + "originHash" : "ee88c4cf79df1c96b3a9555a9cc70f169cea588ce6b216a2e648683b855c4727", "pins" : [ { "identity" : "aws-crt-swift", @@ -37,6 +37,15 @@ "version" : "1.17.1" } }, + { + "identity" : "opentracing-objc", + "kind" : "remoteSourceControl", + "location" : "https://github.com/undefinedlabs/opentracing-objc", + "state" : { + "revision" : "18c1a35ca966236cee0c5a714a51a73ff33384c1", + "version" : "0.5.2" + } + }, { "identity" : "smithy-swift", "kind" : "remoteSourceControl", @@ -51,8 +60,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/tachyonics/smockable", "state" : { - "revision" : "1d2147bd8a145497622327983018050c1df14067", - "version" : "0.5.0" + "revision" : "14cd7daa73e764dc6602fdeef94187f9729449e6", + "version" : "0.6.0" } }, { @@ -238,10 +247,10 @@ { "identity" : "swift-syntax", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-syntax", + "location" : "https://github.com/swiftlang/swift-syntax", "state" : { - "revision" : "f99ae8aa18f0cf0d53481901f88a0991dc3bd4a2", - "version" : "601.0.1" + "revision" : "4799286537280063c85a32f09884cfbca301b1a1", + "version" : "602.0.0" } }, { @@ -252,6 +261,15 @@ "revision" : "395a77f0aa927f0ff73941d7ac35f2b46d47c9db", "version" : "1.6.3" } + }, + { + "identity" : "thrift-swift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/undefinedlabs/Thrift-Swift", + "state" : { + "revision" : "18ff09e6b30e589ed38f90a1af23e193b8ecef8e", + "version" : "1.1.2" + } } ], "version" : 3 diff --git a/Package.swift b/Package.swift index 9bcff8b..e615577 100644 --- a/Package.swift +++ b/Package.swift @@ -29,10 +29,7 @@ let swiftSettings: [SwiftSetting] = [] let package = Package( name: "dynamo-db-tables", platforms: [ - .macOS(.v12), - .iOS(.v13), - .tvOS(.v13), - .watchOS(.v6), + .macOS(.v15), .iOS(.v18), .watchOS(.v11), .tvOS(.v18), ], products: [ .library( @@ -44,8 +41,8 @@ let package = Package( .package(url: "https://github.com/awslabs/aws-sdk-swift.git", from: "1.0.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"), .package(url: "https://github.com/apple/swift-metrics.git", "1.0.0"..<"3.0.0"), - .package(url: "https://github.com/apple/swift-syntax", from: "601.0.0"), - .package(url: "https://github.com/tachyonics/smockable", from: "0.4.0"), + .package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"603.0.0"), + .package(url: "https://github.com/tachyonics/smockable", from: "0.6.0"), ], targets: [ .macro(