-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
swift-symbolgraph-extract crashes when trying to emit the 'Swift' module #61531
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
SymbolGraphGen
The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.
Comments
|
i tested the nightlies from the past month and found that the most recent toolchain that does not crash is |
theMomax
added a commit
to theMomax/swift
that referenced
this issue
Jan 4, 2023
…emit the 'Swift' module fix a crash in symbol graph generation caused by an empty SmallVector access while expanding protocol compositions during conformance expansion for extension block symbols
theMomax
added a commit
to theMomax/swift
that referenced
this issue
Jan 4, 2023
…emit the 'Swift' module fix a crash in symbol graph generation caused by an empty SmallVector access while expanding protocol compositions during conformance expansion for extension block symbols
QuietMisdreavus
pushed a commit
that referenced
this issue
Jan 6, 2023
…'Swift' module (#62834) fix a crash in symbol graph generation caused by an empty SmallVector access while expanding protocol compositions during conformance expansion for extension block symbols rdar://103322385
QuietMisdreavus
pushed a commit
that referenced
this issue
Jan 6, 2023
…'Swift' module (#62825) fix a crash in symbol graph generation caused by an empty SmallVector access while expanding protocol compositions during conformance expansion for extension block symbols rdar://103322385
|
yes, this is now fixed in |
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.
SymbolGraphGen
The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.
we used to be able to generate the symbolgraph for the standard library with:
which worked fine all through the winter, spring, and summer.
but now it just crashes the toolchain:
The text was updated successfully, but these errors were encountered: