Nightly compiler crash: Assertion `type->isTypeParameter() && "Expected a type parameter"' failed #73838
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler itself
concurrency
Feature: umbrella label for concurrency language features
crash
Bug: A crash, i.e., an abnormal termination of software
swift 6.0
Description
I noticed the following crash on the nightlies, which compiled fine with Swift 5.9/5.10.
Reproduction
It seems like this is the code responsible, though I haven't had a chance to boil it down and try reproducing in isolation:
Stack dump
Expected behavior
This should compile fine. Swift 5.10 log: https://ci.swiftserver.group/job/webauthn-swift510-prb/40/console
Environment
6.0-dev (LLVM cef183591317ec7, Swift 66e3110)
Additional information
Original commit snapshot: https://github.com/swift-server/webauthn-swift/tree/090c9093812f8fe38d19a3c4cc59360a195292ae
Original PR: swift-server/swift-webauthn#70
Original crash log: https://ci.swiftserver.group/job/webauthn-swift-nightly-prb/137/console
Successful build log for 5.10: https://ci.swiftserver.group/job/webauthn-swift510-prb/40/console
The text was updated successfully, but these errors were encountered: