Open chinedufn opened 2 months ago
Here's how to add support for u128
and i128
:
Add new integration test functions for u128
and i128
:
Add U128
and I128
variants to the BuiltInPrimitive
and StdlibType
enums:
Run cargo check -p swift-bridge-ir
and fix all compile time errors.
Ensure that the PrimitiveTests
now pass:
Swift 6 introduced support for 128 bit integers https://github.com/swiftlang/swift-evolution/blob/main/proposals/0425-int128.md
We should begin supporting them in
swift-bridge
.For instance, after completing this issue the following should compile: