(lib/SymbolGraphGen) DeclarationFragmentPrinter.h: Assertion `NumFragments' failed #71635
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler itself
crash
Bug: A crash, i.e., an abnormal termination of software
swift 5.10
SymbolGraphGen
The swiftSymbolGraphGen library, responsible for gathering and emitting symbol graphs.
Description
we have again lost the ability to dump the symbol graph for the standard library
Reproduction
Stack dump
Expected behavior
it worked in 5.9
Environment
Swift version 5.10-dev (LLVM dbfaba0078e9380, Swift 63c8b55)
Target: x86_64-unknown-linux-gnu
Additional information
the crash only occurs when using
-minimum-access-level internal
. this mode is required, even when the end goal is to only dump public symbols because of a separate issue where lib/SymbolGraphGen over-aggresively deletes nodes resulting in broken symbol graphs.The text was updated successfully, but these errors were encountered: