groue / GRDB.swift

A toolkit for SQLite databases, with a focus on application development
MIT License
6.61k stars 677 forks source link

Swift 6 support #1557

Closed Craz1k0ek closed 4 weeks ago

Craz1k0ek commented 4 weeks ago

I recently downloaded the new Xcode bèta to try Swift 6 and found that most of GRDB cannot be used out of the box directly, as it's not Swift 6 compatible yet. Do you have any insights or intention to support it? Especially Sendable conformance would be a great addition!

Jason-Abbott commented 4 weeks ago

@Craz1k0ek make sure you’ve grabbed the latest. I think Sendable conformances were added in 6.26.0.

I am using GRDB extensively with Swift 6 in the new Xcode beta and have no issues (though I may not be using the same types you are).