Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit 87b46f7

Browse files
committed
Repoint swift-jwt to institute swift-json-web-token; floors to v26
coenttb/swift-jwt's tags pin swift-crypto 3.x — an unfixable ceiling conflicting with swift-time-based-one-time-password's 4.1 floor. swift-json-web-token is the designated institute home (superseded mapping); it vends the same "JWT" product/module, and its main (65ef153) carries the widened crypto range. Floors bump to the institute v26 standard, required by the JWT product and matching tools 6.3.1. Verified in-context by the swift-authentication gate. Claude-Session: https://claude.ai/code/session_01SabsG22CwrerR8EUhDwmpm
1 parent ef091b9 commit 87b46f7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:6.0
1+
// swift-tools-version: 6.3.1
22

33
import PackageDescription
44

@@ -23,14 +23,14 @@ extension Target.Dependency {
2323
static var throttling: Self { .product(name: "Throttling", package: "swift-throttling") }
2424
static var passwordValidation: Self { .product(name: "PasswordValidation", package: "swift-password-validation") }
2525
static var crypto: Self { .product(name: "Crypto", package: "swift-crypto") }
26-
static var jwt: Self { .product(name: "JWT", package: "swift-jwt") }
26+
static var jwt: Self { .product(name: "JWT", package: "swift-json-web-token") }
2727
}
2828

2929
let package = Package(
3030
name: "swift-server-foundation",
3131
platforms: [
32-
.macOS(.v14),
33-
.iOS(.v17)
32+
.macOS(.v26),
33+
.iOS(.v26)
3434
],
3535
products: [
3636
.library(
@@ -45,7 +45,7 @@ let package = Package(
4545
dependencies: [
4646
.package(url: "https://github.com/coenttb/swift-types-foundation", from: "0.0.1"),
4747
.package(url: "https://github.com/coenttb/swift-environment-variables", from: "0.0.1"),
48-
.package(url: "https://github.com/coenttb/swift-jwt", from: "0.0.1"),
48+
.package(url: "https://github.com/swift-foundations/swift-json-web-token.git", branch: "main"),
4949
.package(url: "https://github.com/coenttb/swift-password-validation", from: "0.0.1"),
5050
.package(url: "https://github.com/coenttb/swift-throttling", from: "0.0.1"),
5151
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.9.2"),

0 commit comments

Comments
 (0)