mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-14 08:26:59 +00:00
[Swift] Internal library improvements (#5965)
* Moves addition to overflow addition in swift by using &+ Moves code to use Int instead of UInt32 & fixes functions Updates swift performance to great Updated version to 0.5.2 Updated swift package version to 5.2 Updated docker to swift 5.2 Removed all none & arithmetic operations * Small refactoring
This commit is contained in:
8
tests/docker/languages/Dockerfile.testing.swift_5_2
Normal file
8
tests/docker/languages/Dockerfile.testing.swift_5_2
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM swift:5.2
|
||||
WORKDIR /code
|
||||
ADD . .
|
||||
RUN cp flatc_debian_stretch flatc
|
||||
WORKDIR /code/tests
|
||||
RUN swift --version
|
||||
WORKDIR /code/tests/FlatBuffers.Test.Swift
|
||||
RUN sh SwiftTest.sh
|
||||
Reference in New Issue
Block a user