Closed finestructure closed 4 months ago
Looks like a duplicate of #611
@finestructure can you confirm this is fixed in the latest Xcode beta?
Yes, these tests are now passing, thank you!
https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/actions/runs/9910852316
One of our unit tests is failing when running it with Swift 6. The underlying cause seems to be a regression in how the
WHERE
clause is being rendered.In Swift 5.10 we get
(notably without any bind parameter).
In Swift 6 this ends up as
with a bind parameter
nil
and this does not actually select results like the 5.10 query doesn't.