Sometimes 64 bits just isn't enough, which is why Swift also support Int128 and UInt128. The evolution proposal itself admits the API is "uninteresting" - but those are very, very big numbers. https://www.hackingwithswift.com/swift/6.0/int128
128-bit Integer Types – available from Swift 6.0

128-bit Integer Types example code from Swift 6.0

Hacking with Swift