-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
compiler crash: 'Interface type: some Weird same-type requirements?' #68767
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
Comments
tayloraswift
added
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
labels
Sep 26, 2023
this also affects swift-nio via its |
That assertion is gone because the code got rewritten, but maybe the bug is still there. However, I get a different error when I follow your instructions:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
swift symbolgraph-extract
seems to be tripping this assertion inlib/AST/GenericSignature.cpp
when compiling the package swift-certificates.to reproduce, you can clone any recent edition of swift-certificates, and dump the symbol graph for
_CertificateInternals
:The text was updated successfully, but these errors were encountered: