Skip to content

Commit 44c6bd1

Browse files
Merge pull request #3963 from SwiftPackageIndex/add-explicit-open-combine
Add explicit OpenCombine
2 parents c2b189b + 72c2ec5 commit 44c6bd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Package.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ let package = Package(
4848
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0"),
4949
.package(url: "https://github.com/vapor/redis.git", from: "4.0.0"),
5050
.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"),
5155
],
5256
targets: [
5357
.executableTarget(name: "Run", dependencies: ["App"]),

0 commit comments

Comments
 (0)