flatc 0.2.2+23.5.26

Vendored executable of flatbuffer's `flatc`.
Documentation
1
2
3
4
5
6
7
8
FROM swift:5.2
WORKDIR /code
ADD . .
RUN cp flatc_debian_stretch flatc
WORKDIR /code/tests
RUN swift --version
WORKDIR /code/tests/swift/tests/
RUN sh SwiftTest.sh