-
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: Basic block contains a non-contiguous lexical scope at -Onone: DS == LastSeenScope #65064
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
code coverage
Area → source tooling: code coverage
compiler
The Swift compiler itself
crash
Bug: A crash, i.e., an abnormal termination of software
opaque parameter types
Feature → types → opaque types: opaque parameter types
opaque types
Feature → types: opaque types
SILGen
Area → compiler: The SIL generation stage
source tooling
Area: IDE support, SourceKit, and other source tooling
swift 5.9
verifier
Comments
dnadoba
added
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
labels
Apr 11, 2023
AnthonyLatsis
added
code coverage
Area → source tooling: code coverage
crash
Bug: A crash, i.e., an abnormal termination of software
source tooling
Area: IDE support, SourceKit, and other source tooling
swift 5.9
SILGen
Area → compiler: The SIL generation stage
verifier
compiler
The Swift compiler itself
and removed
triage needed
This issue needs more specific labels
labels
Apr 11, 2023
Can be reproduced with swift-log as well
|
and swift-algorithms
|
Could reduce it to this one line function: func foo(sequence: some Sequence) {
for _ in sequence {}
} Crash log
|
AnthonyLatsis
added
opaque types
Feature → types: opaque types
opaque parameter types
Feature → types → opaque types: opaque parameter types
labels
Apr 17, 2023
gwynne
added a commit
to vapor/postgres-nio
that referenced
this issue
Apr 20, 2023
gwynne
added a commit
to vapor/postgres-nio
that referenced
this issue
Apr 20, 2023
gwynne
added a commit
to vapor/postgres-nio
that referenced
this issue
Apr 20, 2023
gwynne
added a commit
to vapor/postgres-nio
that referenced
this issue
Apr 20, 2023
🤦♀️ Sorry for the noise |
I believe that this is fixed on main now (at least I was unable to reproduce it). |
Yes it is. Thanks! |
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.
code coverage
Area → source tooling: code coverage
compiler
The Swift compiler itself
crash
Bug: A crash, i.e., an abnormal termination of software
opaque parameter types
Feature → types → opaque types: opaque parameter types
opaque types
Feature → types: opaque types
SILGen
Area → compiler: The SIL generation stage
source tooling
Area: IDE support, SourceKit, and other source tooling
swift 5.9
verifier
Description
Building
swift-collections
with code coverage enabled crashes the latest nightly main compiler (swiftlang/swift:nightly-main-jammy). Does not crash without code coverage.Steps to reproduce
Clone https://github.com/apple/swift-collections and build with
Expected behavior
no crash
Environment
The text was updated successfully, but these errors were encountered: