flatbuffers
flatbuffers copied to clipboard
[Swift] usableFromInline attribute for _minAlignment
Swift Code generator does not generate setter and getter unless the variable is marked with attribute. Mainly while generating XCFramework and interfaces for different architectures.
-
The generated build/framework generally works if the build is built only for one architecture ( because the compiler maybe generated the code properly for the particular architecture
-
While generating XCFramework - compiler doesn't know or cannot resolve during runtime - Hence the interface needs to generate the appropriate getters and setter to provide the compiler the appropriate clues.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
@mustiikhalil
@amitahire can you sign the google doc? so we can move forward with this?
@amitahire Any update?
Closing due to lack of activity.