Skip to content

Commit f1ebe42

Browse files
Stijn Willemsclaude
andcommitted
fix: Update swift-sharing to fix/swift-build-compatibility branch
Uses the branch that guards PerceptionCore.Bindable usage for Swift 6.0+ compatibility with swiftbuild. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a06ac6a commit f1ebe42

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ let package = Package(
3131
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.3"),
3232
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.9.0"),
3333
// NB: Fork with Swift 6.3 fixes (uses doozMen/swift-perception)
34-
.package(url: "https://github.com/doozMen/swift-sharing", revision: "f1170dc9b28faea3edec20705839eb2bc349bcdb"),
34+
// TODO: Pin to specific commit after merging PR #3
35+
.package(url: "https://github.com/doozMen/swift-sharing", branch: "fix/swift-build-compatibility"),
3536
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.4"),
3637
// NB: Fork with Swift 6.3 fixes
3738
.package(

0 commit comments

Comments
 (0)