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
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfcrashBug: A crash, i.e., an abnormal termination of software
SR-10648 Linker fails to link open method that was previously internal
Issue Description:
The following should produce a compiler error, but instead it produces an "Abort trap: 6" and the initial error starts off with
Global is external, but doesn't have external or weak linkage!
%swift.method_descriptor* @"$s7Shopify4BaseC8function33_72119E9B637C621F6419FCE57445EE94LLyyFTq"
<unknown>:0: error: fatal error encountered during compilation; please file a bug report with your project and the crash log
<unknown>:0: note: Broken module found, compilation aborted!
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfcrashBug: A crash, i.e., an abnormal termination of software
Environment
Xcode 10.2 (10E125)
Apple Swift version 5.0 (swiftlang-1001.0.69.5 clang-1001.0.46.3)
Target: x86_64-apple-darwin18.5.0
mac
Additional Detail from JIRA
md5: 437e4e3eaad3b8123e8123fcf24ddf5a
relates to:
Issue Description:
The following should produce a compiler error, but instead it produces an "Abort trap: 6" and the initial error starts off with
In File1.swift
File2.swift
The text was updated successfully, but these errors were encountered: