@@ -25,15 +25,18 @@ let package = Package(
2525 ] ,
2626 dependencies: [
2727 . package ( url: " https://github.com/apple/swift-collections " , from: " 1.0.0 " ) ,
28- . package ( name: " GRDB.swift " , path: " ../GRDB-swift " ) ,
28+ // NB: Fork synced with upstream v7.9.0
29+ . package ( url: " https://github.com/doozMen/GRDB.swift " , branch: " master " ) ,
2930 . package ( url: " https://github.com/pointfreeco/swift-concurrency-extras " , from: " 1.0.0 " ) ,
3031 . package ( url: " https://github.com/pointfreeco/swift-custom-dump " , from: " 1.3.3 " ) ,
3132 . package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 1.9.0 " ) ,
32- . package ( url : " https://github.com/pointfreeco/ swift-perception" , from : " 2.0.0 " ) ,
33- . package ( url: " https://github.com/pointfreeco /swift-sharing " , from : " 2.3.0 " ) ,
33+ // NB: Fork with Swift 6.3 fixes (uses doozMen/ swift-perception)
34+ . package ( url: " https://github.com/doozMen /swift-sharing " , branch : " main " ) ,
3435 . package ( url: " https://github.com/pointfreeco/swift-snapshot-testing " , from: " 1.18.4 " ) ,
36+ // NB: Fork with Swift 6.3 fixes
3537 . package (
36- path: " ../swift-structured-queries " ,
38+ url: " https://github.com/doozMen/swift-structured-queries " ,
39+ branch: " main " ,
3740 traits: [
3841 . trait(
3942 name: " StructuredQueriesTagged " ,
0 commit comments