Requires swift 6.1.x? #160
-
trying to build an app using swift 6.0.3, running the first example from the readme chokes: import SharingGRDB
@Table
struct Item {
let id: Int
var title = ""
var isInStock = true
var notes = ""
}
seems like the Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
stephencelis
Sep 8, 2025
Replies: 1 comment
-
@jaredh159 Thanks for the report! We've put a fix in the StructuredQueries repo here: pointfreeco/swift-structured-queries#165 It should make it into whatever version is released after 0.18.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jaredh159
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jaredh159 Thanks for the report! We've put a fix in the StructuredQueries repo here: pointfreeco/swift-structured-queries#165
It should make it into whatever version is released after 0.18.0.