a2 / MessagePack.swift

It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]
http://msgpack.org
MIT License
283 stars 60 forks source link

Integer literal '4294967295' overflows when stored into signed 'Builtin.Int32' #59

Closed sschizas closed 6 years ago

sschizas commented 6 years ago

I get the following error with XCode 9: Integer literal '4294967295' overflows when stored into signed 'Builtin.Int32'

Is showed up at Pack.swift at lines: 29, 91, 108, 123 & 153

Any clues?

a2 commented 6 years ago

Merging into #57.