Replies: 2 comments 9 replies
-
| Hi @aputinski, you appear to be using a build with  StructuredQueries employs a lot of advanced parameter pack functionality that Swift's compiler doesn't properly diagnose yet (and instead issues assertion failures). We'd love for this code to not crash the Swift compiler in these  There was a little discussion about making this behavior consistent recently on the forums: https://forums.swift.org/t/can-we-get-consistent-assertion-behavior-in-the-latest-release-swift-compiler-across-host-platforms/80545 While I empathize with folks maintaining with Windows and Android builds of Swift, enabling assertions makes advanced uses of parameter packs impossible, and thus projects like StructuredQueries. Because this is not a bug with the project, and instead related to bugs in Swift, I'm going to convert to a discussion. | 
Beta Was this translation helpful? Give feedback.
-
| I also ran into this issue. In particular Swift 6.2.0 (stable release) crashes during command line  I observe that Swift 6.2.1 (Xcode 26.1 beta) fixes the build crash, but  Error 1 - Linker error: Error 2 - Missing module: Workaround:  
 Footnotes
 | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm trying to upgrade my project that uses
sqlite-datato Swift 6.2, but I was receiving errors fromswift-structured-queries. I wanted to make sure I could just build the project, but I when I runswift build, here's what I get:Checklist
mainbranch of this package.Expected behavior
The project builds
Actual behavior
Reproducing project
Check out
mainand runswift buildusing Swift 6.2Structured Queries version information
0.23.1 (740c49c)
Destination operating system
macOS 15.7.1
Xcode version information
N/A
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions