Skip to content

Commit 53aaa59

Browse files
Stijn Willemsclaude
authored andcommitted
chore: Use local swift-perception fork with Swift 6.3 fixes
Points to ../swift-perception which has fixes for Swift 6.3-dev compiler compatibility. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3c7a907 commit 53aaa59

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ let package = Package(
3030
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.3.3"),
3131
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.9.0"),
3232
.package(url: "https://github.com/pointfreeco/swift-sharing", from: "2.3.0"),
33+
// NB: Local fork with Swift 6.3 fixes
34+
.package(name: "swift-perception", path: "../swift-perception"),
3335
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.4"),
3436
.package(
3537
path: "../swift-structured-queries",

0 commit comments

Comments
 (0)