Failed to reconstruct type for Swift.AsyncThrowingStream<A, B> #63934
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
demangling
Area → compiler: The `libswiftDemangling` library
duplicate
Resolution: Duplicates another issue
generics
Feature: generic declarations and types
swift 5.9
Description
Compilation of the attached single-file package fails with "Failed to reconstruct type for $sScsyxq_GD" (demangled: "Failed to reconstruct type for Swift.AsyncThrowingStream<A, B>").
The snippet wraps an
AsyncThrowingStream
and its iterator.Steps to reproduce
FailedToReconstructType.zip
swift build
the attached packageOutput:
Expected behavior
Should build without failure.
Environment
Swift version 5.9-dev (LLVM 9e0f849c04f21c4, Swift 83888d3)
Target: aarch64-unknown-linux-gnu
The text was updated successfully, but these errors were encountered: