Please support fixed size array for Swift flatbuffer generation. Using https://github.com/google/flatbuffers/releases/download/v25.9.23/Mac.flatc.binary.zip ``` struct Vec3 { v:[float:3]; } error: Arrays are not yet supported in all the specified programming languages. ```