-
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
SIL verification failed: Should not have an operand for the opened existential: AMI->getTypeDependentOperands().empty() #77955
Comments
@hjyamauchi Can you please add |
@meg-gupta Here it is:
|
This reproduces with the |
Seeing this on Linux as well: https://ci.swift.org/job/swift-PR-Linux-smoke-test/16301/ |
This also reproduces on macos. My reduced test reproduction above is on macos. |
Locally confirmed that reverting this swift-docc commit works around the build issue:
@compnerd Are you going to move forward with swiftlang/swift-docc#1116 ? |
rdar://140944064 ([Issue #77955] SIL verification failed: Should not have an operand for the opened existential: AMI->getTypeDependentOperands().empty()) |
Consider that the lookup-type can be an opaque return type. Also fixing the SILPrinter. Fixes a verifier crash swiftlang#77955 140939536
@eeckstein does it seem okay to close this with #77972 ? |
Consider that the lookup-type can be an opaque return type. Also fixing the SILPrinter. Fixes a verifier crash #77955 140939536
Description
https://ci-external.swift.org/job/swift-main-windows-toolchain/867/consoleText
Reproduction
A build failure on the CI.
Also, a reduced test:
Expected behavior
No crash
Environment
The CI https://ci-external.swift.org/job/swift-main-windows-toolchain.
Also the
swift-DEVELOPMENT-SNAPSHOT-2024-11-20-a.xctoolchain
build from swift.org on macOS.Additional information
No response
The text was updated successfully, but these errors were encountered: