flatbuffers/swift
2025-07-29 21:26:30 +00:00
..
Sources Fixes misaligned pointer by reading from the buffer instead of loading the memory separately (#8649) 2025-07-29 21:26:30 +00:00
BUILD.bazel [Swift] Flexbuffers native swift port (#8577) 2025-06-22 08:36:38 +02:00
LICENSE
README.md Moves swift package to root of repository so it can be used directly … (#7548) 2022-09-27 14:32:05 -07:00

FlatBuffers swift can be found in both SPM

.package(url: "https://github.com/google/flatbuffers.git", from: "X.Y.Z"),

and Cocoapods

pod 'FlatBuffers'

Contribute

1- Always run swift test --generate-linuxmain whenever new test functions are added or removed