From a73acf1239fd22d409b33175977bc051ddd39261 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Tue, 7 Jul 2026 10:04:17 +0200 Subject: [PATCH] Document community Swift Data integration --- client-sdks/reference/swift.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client-sdks/reference/swift.mdx b/client-sdks/reference/swift.mdx index f2786e7a..64216339 100644 --- a/client-sdks/reference/swift.mdx +++ b/client-sdks/reference/swift.mdx @@ -283,7 +283,11 @@ For more usage examples including accessing connection status, monitoring sync p ## ORM Support -PowerSync supports the [GRDB](/client-sdks/orms/swift/grdb) library for Swift. +PowerSync officially supports the [GRDB](/client-sdks/orms/swift/grdb) library for Swift. + +Additionally, [Asier G. Morato](https://github.com/asiergmorato) contributed a [Swift Data integration](https://github.com/powersync-community/swift-data) +for PowerSync, allowing Swift Data models to be persisted and synced through a PowerSync database. +Note that the integration is community-owned and not officially supported by PowerSync. ## Troubleshooting