We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2b189b + 72c2ec5 commit 44c6bd1Copy full SHA for 44c6bd1
Package.swift
@@ -48,6 +48,10 @@ let package = Package(
48
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0"),
49
.package(url: "https://github.com/vapor/redis.git", from: "4.0.0"),
50
.package(url: "https://github.com/vapor/vapor.git", from: "4.102.0"),
51
+ // sas 2026-02-15: OpenCombine gets pulled in only on Linux and we declare it explicitly,
52
+ // so package resolve does not strip it when run on macOS. That would break CI,
53
+ // due to --disable-automatic-resolution.
54
+ .package(url: "https://github.com/OpenCombine/OpenCombine.git", from: "0.14.0"),
55
],
56
targets: [
57
.executableTarget(name: "Run", dependencies: ["App"]),
0 commit comments