Tencent / wcdb

WCDB is a cross-platform database framework developed by WeChat.
Other
10.61k stars 1.39k forks source link

support for Swift6 #1120

Open EagleKang opened 2 weeks ago

EagleKang commented 2 weeks ago

The language of WCDB

Swift

The version of WCDB

v2.1.6

The platform of WCDB

iOS

The installation of WCDB

Swift Package Manager

What's the issue?

this is a warning: Non-final class 'Sample' cannot safely conform to protocol 'TableEncodable', which requires that 'Self.CodingKeys.Root' is exactly equal to 'Self'; this is an error in Swift 6

Qiuwen-chen commented 2 weeks ago

I will fix it in the next version, please wait.