OpenSwiftUIProject / OpenSwiftUI

[WIP] Open source implementation of Apple's SwiftUI.
https://swiftpackageindex.com/OpenSwiftUIProject/OpenSwiftUI/main/documentation/openswiftui
MIT License
937 stars 27 forks source link

Cannot look up associated type for imported conformance #39

Open Kyle-Ye opened 6 months ago

Kyle-Ye commented 6 months ago

Compiler issue on non-Darwin platform(Linux and WASM).

Cannot look up associated type for imported conformance:
(struct_type decl=_OpenGraph.(file).OGAttribute)
(associated_type_decl "_ObjectiveCType" access=public overridden=)
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
Kyle-Ye commented 6 months ago

Tracked on upstream via https://github.com/apple/swift/issues/71086