-
Notifications
You must be signed in to change notification settings - Fork 10.5k
AST: Assert we were given a type parameter in GenericSignatureImpl::requiresClass #31515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AST: Assert we were given a type parameter in GenericSignatureImpl::requiresClass #31515
Conversation
Let us see if anything hits the assert @swift-ci please smoke test |
@swift-ci test |
@swift-ci test source compatibility |
@CodaFi is the source compat job expected not to show any details on failures? |
I think you can access the logs from Status -> Build Artifacts |
Neat, thank you! |
Oh, the release and debug builders both hit a weird internal failure. I suspect there's either a file system race somewhere deep in the build, or they've run out of space. Let's try again. @swift-ci test source compatibility |
@swift-ci test Windows |
Did the release builder not crash on generating SIL for an opaque type property in SwiftMovie? |
@swift-ci please test source compatibility debug |
2 similar comments
@swift-ci please test source compatibility debug |
@swift-ci please test source compatibility debug |
Yay! |
⛵ |
Doing the absolute minimum here to ease progression.