Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion client-sdks/reference/swift.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</CardGroup>

<Note>
Earlier versions of the Swift SDK (up to v1.13) shipped a PowerSync Kotlin XCFramework under the hood and abstracted it behind Swift protocols.

Check warning on line 29 in client-sdks/reference/swift.mdx

View check run for this annotation

Mintlify / Mintlify Validation (powersync) - vale-spellcheck

client-sdks/reference/swift.mdx#L29

Did you really mean 'XCFramework'?

From v1.14 onward, the Kotlin dependency has been removed entirely. The SDK is now implemented natively in Swift, with the PowerSync sync protocol and SQLite extension handled by our [Rust core](https://github.com/powersync-ja/powersync-sqlite-core).
</Note>
Expand Down Expand Up @@ -283,7 +283,11 @@

## 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)
Comment thread
benitav marked this conversation as resolved.
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.
Comment thread
benitav marked this conversation as resolved.

## Troubleshooting

Expand Down
Loading