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
<unknown>:0: error: symbol '$s13PluginManagerAAC8withPath15pluginExtension11loadPluginsAByxG13SystemPackage04FileD0V_SSSgSbtYaKcfcTu' (async function pointer to PluginManager.PluginManager.init(withPath: SystemPackage.FilePath, pluginExtension: Swift.Optional<Swift.String>, loadPlugins: Swift.Bool) async throws -> PluginManager.PluginManager<A>) is in generated IR file, but not in TBD file
<unknown>:0: error: please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the project, and add '-Xfrontend -validate-tbd-against-ir=none' to squash the errors
This is on aarch64, using futurejones pre-built swift package installed using apt, running on a VM on a MacbookPro M1 Max using the UTM VM runtime. Basically, the arm-native VM/OS/toolchain combo readily available.
The attached projects build and run the unit test suite fine on macOS 12.1 with the toolchain:
jocke@max ~> swift --version
swift-driver version: 1.26.21 Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
Target: arm64-apple-macosx12.0
jocke@max ~>
But falls over on the linux VM.
To reproduce, just install the attached project on an arm-ubuntu and try to run with the 5.5.2 toolchain from futurejones.
The text was updated successfully, but these errors were encountered:
Attachment: Download
Environment
Additional Detail from JIRA
md5: 53c852e88e49fdfaca23744162bbe901
Issue Description:
This is on aarch64, using futurejones pre-built swift package installed using apt, running on a VM on a MacbookPro M1 Max using the UTM VM runtime. Basically, the arm-native VM/OS/toolchain combo readily available.
The attached projects build and run the unit test suite fine on macOS 12.1 with the toolchain:
But falls over on the linux VM.
To reproduce, just install the attached project on an arm-ubuntu and try to run with the 5.5.2 toolchain from futurejones.
The text was updated successfully, but these errors were encountered: