@@ -19,8 +19,9 @@ let package = Package(
1919 . package ( url: " https://github.com/apple/swift-collections " , from: " 1.0.0 " ) ,
2020 . package ( url: " https://github.com/pointfreeco/swift-concurrency-extras " , from: " 1.0.0 " ) ,
2121 . package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 1.9.0 " ) ,
22+ . package ( url: " https://github.com/pointfreeco/swift-perception " , from: " 2.0.0 " ) ,
2223 . package ( url: " https://github.com/pointfreeco/swift-sharing " , from: " 2.3.0 " ) ,
23- . package ( url: " https://github.com/pointfreeco/swift-structured-queries " , from: " 0.24 .0 " ) ,
24+ . package ( url: " https://github.com/pointfreeco/swift-structured-queries " , from: " 0.30 .0 " ) ,
2425 . package ( url: " https://github.com/pointfreeco/xctest-dynamic-overlay " , from: " 1.5.0 " ) ,
2526 ] ,
2627 targets: [
@@ -95,7 +96,6 @@ let package = Package(
9596 . define( " SQLITE_ENABLE_SNAPSHOT " ) ,
9697 . define( " SQLITE_ENABLE_FTS5 " ) ,
9798 . define( " SQLITE_ENABLE_PREUPDATE_HOOK " ) ,
98- . define( " GRDBCUSTOMSQLITE " ) ,
9999 . unsafeFlags( [ " -O " ] ) ,
100100 ]
101101 ) ,
@@ -138,6 +138,7 @@ let package = Package(
138138 . product( name: " Dependencies " , package : " swift-dependencies " ) ,
139139 . product( name: " IssueReporting " , package : " xctest-dynamic-overlay " ) ,
140140 . product( name: " OrderedCollections " , package : " swift-collections " ) ,
141+ . product( name: " Perception " , package : " swift-perception " ) ,
141142 . product( name: " Sharing " , package : " swift-sharing " ) ,
142143 . product( name: " StructuredQueriesSQLite " , package : " swift-structured-queries " ) ,
143144 ] ,
0 commit comments