couchbase / couchbase-lite-ios

Lightweight, embedded, syncable NoSQL database engine for iOS and MacOS apps.
Apache License 2.0
1.62k stars 297 forks source link

CBL-5365: Remove CBLErrors.h from Swift Public API #3271

Closed velicuvlad closed 4 months ago

velicuvlad commented 4 months ago

Note: I've found @testable flag and that it can be used to access only private methods in tests, I will probably add this next sprint to more files such that we can add tests for those to improve code coverage