[Swift] Adds new API to reduce memory copying within swift by @mustiikhalil in https://github.com/google/flatbuffers/pull/8484
[C++] Fixes access to union members when generating code with options "--cpp-field-case-style upper" and "--gen-object-api" by @Ailuridae in https://github.com/google/flatbuffers/pull/8447
[C++] Fix dereference operator of VectorIterator to struc...