You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compiler crashes when compiling the code listed below in Debug mode.
The full assertion is: Assertion failed: (genericSig && "Need a generic signature to resolve conformance"), function appendAnyProtocolConformance, file ASTMangler.cpp, line 4151.
Reproduction
This reproducer requires one public import: swift-collections. A sample Package.swift file is enclosed below.
The compilation should succeed. Or, the compiler should produce an error message as to why the compilation cannot succeed.
Environment
This problem appears to have been around for a while: nightly toolchains from 2023-07-10a up to 2024-04-11a exhibit this issue.
M1 MacBook; Xcode 15.1.
Note that this issue may be similar to others that already exist, for example, this one #68689
Unlike 68689, however, this does not require a secondary internal Package.
The text was updated successfully, but these errors were encountered:
Description
The compiler crashes when compiling the code listed below in Debug mode.
The full assertion is:
Assertion failed: (genericSig && "Need a generic signature to resolve conformance"), function appendAnyProtocolConformance, file ASTMangler.cpp, line 4151.
Reproduction
This reproducer requires one public import:
swift-collections
. A samplePackage.swift
file is enclosed below.Package.swift
:Expected behavior
The compilation should succeed. Or, the compiler should produce an error message as to why the compilation cannot succeed.
Environment
This problem appears to have been around for a while: nightly toolchains from 2023-07-10a up to 2024-04-11a exhibit this issue.
M1 MacBook; Xcode 15.1.
Additional information
The full stack trace is shown below:
Note that this issue may be similar to others that already exist, for example, this one
#68689
Unlike 68689, however, this does not require a secondary internal Package.
The text was updated successfully, but these errors were encountered: