Skip to content

Commit 740bb47

Browse files
swift run WebIDLToSwift
1 parent 535674f commit 740bb47

File tree

13 files changed

+24856
-22938
lines changed

13 files changed

+24856
-22938
lines changed

Package.swift

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// swift-tools-version:5.5
1+
// swift-tools-version: 6.1
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
55

66
let package = Package(
77
name: "WebAPIKit",
8-
platforms: [.macOS(.v10_13)],
8+
platforms: [.macOS(.v10_15)],
99
products: [
1010
.executable(
1111
name: "WebAPIKitDemo",
@@ -64,7 +64,7 @@ let package = Package(
6464
dependencies: [
6565
.package(
6666
url: "https://github.com/swiftwasm/JavaScriptKit.git",
67-
.upToNextMajor(from: "0.16.0")
67+
.upToNextMajor(from: "0.29.0")
6868
),
6969
],
7070
targets: [
@@ -135,5 +135,6 @@ let package = Package(
135135
name: "WebAPIKitTests",
136136
dependencies: ["DOM"]
137137
),
138-
]
138+
],
139+
swiftLanguageModes: [.v5]
139140
)

0 commit comments

Comments
 (0)