-
Could this library be used on Linux if the CloudKit parts are disabled? |
Beta Was this translation helpful? Give feedback.
Answered by
mbrandonw
Aug 25, 2025
Replies: 1 comment 3 replies
-
Hi @aehlke, all of the CloudKit functionality is already hidden behind |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
aehlke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @aehlke, all of the CloudKit functionality is already hidden behind
#if canImport(CloudKit)
, so none of that code will be compiled for non-Apple platforms. Also the libraries that this library depends on (e.g. Dependencies, Sharing, etc.) all compile for linux just fine. However this library may not currently build for Linux if GRDB itself is not building for Linux.