Skip to content

Commit c5283a0

Browse files
committed
Warn against the incompatibility between custom SQLite builds and SPM
Addresses #1709 (comment)
1 parent fb68849 commit c5283a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/CustomSQLiteBuilds.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ A custom SQLite build can activate extra SQLite features, and extra GRDB feature
99

1010
GRDB builds SQLite with [swiftlyfalling/SQLiteLib](https://github.com/swiftlyfalling/SQLiteLib), which uses the same SQLite configuration as the one used by Apple in its operating systems, and lets you add extra compilation options that leverage the features you need.
1111

12+
> Warning: The technique described here is not compatible with the Swift Package Manager (SPM). It will create [build issues](https://github.com/groue/GRDB.swift/issues/1709) with SPM companion librairies such as [GRDBQuery](https://github.com/groue/GRDBQuery) or [GRDBSnapshotTesting](https://github.com/groue/GRDBSnapshotTesting).
13+
1214
**To install GRDB with a custom SQLite build:**
1315

1416
1. Clone the GRDB git repository, checkout the latest tagged version:

0 commit comments

Comments
 (0)