forked from BigfootDev/flatbuffers
Updates copyright from 2023 to 2024 & formats code - updates formatting rules Updates CI to run with swift 5.8 Adds wasmer & updates command to run carton as a swift plugin Update bazelci to also accept swift 5.8 Adds swift 5.10 to the test matrix
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