Generic type parameter pack combining operation crash #78191
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler itself
crash
Bug: A crash, i.e., an abnormal termination of software
generic constraints
Feature → generics: generic constraints
generics
Feature: generic declarations and types
IRGen
LLVM IR generation
parameter packs
Feature → generics: Parameter packs
swift 6.0
tuples
Feature: tuples
types
Feature: types
Description
I tried to extend a generic type with a parameter pack combining operation, but the compiler crashes.
Reproduction
Stack dump
Expected behavior
I expect the code to compile and not crash.
Environment
swift-driver version: 1.115.1 Apple Swift version 6.0.3 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
Target: arm64-apple-macosx15.0
Additional information
No response
The text was updated successfully, but these errors were encountered: