diff --git a/Package@swift-6.1.swift b/Package@swift-6.1.swift index e2da2c32..22925888 100644 --- a/Package@swift-6.1.swift +++ b/Package@swift-6.1.swift @@ -20,7 +20,7 @@ let cliTarget = Target.executableTarget( let package = Package( name: "WasmKit", - platforms: [.macOS(.v15), .iOS(.v17)], + platforms: [.macOS(.v14), .iOS(.v13)], products: [ .executable(name: "wasmkit-cli", targets: ["CLI"]), .library(name: "WasmKit", targets: ["WasmKit"]), @@ -140,7 +140,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil { .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.1"), .package(url: "https://github.com/apple/swift-system", from: "1.5.0"), .package(url: "https://github.com/apple/swift-nio", from: "2.90.0"), - .package(url: "https://github.com/apple/swift-log", from: "1.6.4"), + .package(url: "https://github.com/apple/swift-log", from: "1.7.1"), ] } else { package.dependencies += [