FlatBuffersSwift icon indicating copy to clipboard operation
FlatBuffersSwift copied to clipboard

This project brings FlatBuffers (an efficient cross platform serialization library) to Swift.

Results 16 FlatBuffersSwift issues
Sort by recently updated
recently updated
newest added

Hello, I woiuld liek to understand on which spec of Flatbuffer (flatc) compiler is the current implementation based on? I cannot find any such information or maybe I am missing...

If capacity is zero, the while loop in FlatBuffersBuilder.reserveAdditionalCapacity will spin forever.

bug

Big thanks to @music-group

``` union Character { MuLan: Attacker, // Can have name be different from type. Rapunzel, // Or just both the same, as before. Belle: BookReader, BookFan: BookReader, Other: string, Unused:...

Hi Maxim, I really like the concept of FlatBuffers 😍 With Swift 4 you can create your own Encoder and Decoder to support the new codable feature of Swift 4....

eg. B.fbs ... some definations ... A.fbs include "B.fbs" ... other definations ...

In the latest version of FlatBuffers vector of unions is supported.

enhancement
help wanted

It seems to me that this initializer is not following the documentation of `withUnsafeBytes` which says not to use the pointer outside the passed closure. What's the reason for writing...

enhancement