Linker and Compiler errors when destructuring Parameter Pack return tuple #79016
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
Description
I'm getting either linker errors, or sometimes compiler errors (depending on the exact approach) when trying to access destructured Parameter Pack tuples. I'm imagining this is related to one of the existing filed bugs, but it's not obvious to me.
Reproduction
If I move my method into an extension ONLY on QueryStateAccessing, then the compiler is happy
or if I use a method without metatypes in an extension and access my underlying method, then the compiler is happy
Expected behavior
Compiles normally.
Environment
swift-driver version: 1.115 Apple Swift version 6.0.2 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
also tried with
swift-driver version: 1.115.1 Apple Swift version 6.0.3 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
Additional information
No response
The text was updated successfully, but these errors were encountered: