Skip to content

Commit 656c44c

Browse files
Stijn Willemsclaude
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 7cc0827 commit 656c44c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ let package = Package(
2626
dependencies: [
2727
.package(url: "https://github.com/apple/swift-collections", from: "1.0.0"),
2828
// NB: Fork synced with upstream v7.9.0
29-
.package(url: "https://github.com/doozMen/GRDB.swift", branch: "master"),
29+
.package(url: "https://github.com/doozMen/GRDB.swift", revision: "aa0079aeb82a4bf00324561a40bffe68c6fe1c26"),
3030
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0"),
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", branch: "main"),
34+
.package(url: "https://github.com/doozMen/swift-sharing", revision: "f1170dc9b28faea3edec20705839eb2bc349bcdb"),
3535
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.4"),
3636
// NB: Fork with Swift 6.3 fixes
3737
.package(
3838
url: "https://github.com/doozMen/swift-structured-queries",
39-
branch: "main",
39+
revision: "85f39901d6c6046fa2f5119717741d9cc8a50b7f",
4040
traits: [
4141
.trait(
4242
name: "StructuredQueriesTagged",

0 commit comments

Comments
 (0)