The following code produced a cast error ``` let val: UInt128 = UInt128.max String.init(format: "0x%0X", val as! CVarArg ) ``` Do you have any advice on how to solve this problem?