Skip to content

isConcrete assertion failure in swift linker #84714

@mmrussell

Description

@mmrussell

xcode26.0.1_swift_compiler_crash.txt

Tracked through the stack trace dump to here.

if (ref.isAbstract())

It seems the early return check if ref.isAbstract() needs to be changed to if !ref.isConcrete()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions