We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hitting swift compiler internal assertion. And the current swift-wasm toolchain is build with assertion enabled so we'll get a crash here.
RangeText="OGGraph.typeIndex( ctx: context, body: Body.self, valueType: OGTypeID(Value.self), flags: flags, update: update " argument value: %21 = argument of bb2 : $Unmanaged<OGGraphContext> // user: %22 argument type: $Unmanaged<OGGraphContext> parameter type: $OGGraphContext Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Tracked via swiftwasm/swift#5569
Update: This will also effect Linux platform with assertion enabled toolchain(eg. nightly toolchain)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hitting swift compiler internal assertion. And the current swift-wasm toolchain is build with assertion enabled so we'll get a crash here.
Tracked via swiftwasm/swift#5569
Update: This will also effect Linux platform with assertion enabled toolchain(eg. nightly toolchain)
The text was updated successfully, but these errors were encountered: