mustiikhalil
de25052c72
Fixes failing tests on macOS due to file loading ( #8742 )
...
Fixes failing tests due to the usage of URL(fileURLWithPath:isDirectory:) instead of URL(string:)
2025-10-29 11:36:47 -07:00
Derek Bailey
1872409707
FlatBuffers Version 25.9.23 ( #8708 )
2025-09-23 22:18:02 -07:00
Derek Bailey
caf3b494db
bulk code format fix ( #8707 )
2025-09-23 21:50:27 -07:00
mustiikhalil
518bf42df8
Fixes misaligned pointer by reading from the buffer instead of loading the memory separately ( #8649 )
2025-07-29 21:26:30 +00:00
mustiikhalil
575d616e60
[Swift] Moves capacity outside of Storage ( #8650 )
...
- Cleans up capacity usage within the lib and moves it outside of the Storage
- Use overflow operators
2025-07-29 14:21:20 -07:00
mustiikhalil
ca73ff34b7
[Swift] Memory usage fix ( #8643 )
...
Allows a complete reset for the underlying memory of the
_InternalByteBuffers within FlatBuffers and FlexBuffers.
2025-07-18 09:37:58 -07:00
mustiikhalil
07c2eb5fe7
Moves away from @_exported import to add the import in the generated code ( #8637 )
2025-07-16 12:07:08 -07:00
mustiikhalil
b8db3a9a6a
Adds windows swift support ( #8622 )
...
Adding support for windows requires the code generations
to add a compiler statement to completely ignore GRPC code
generation on windows
Cleanup the project to use the main Package.swift to run tests
instead of having it separate and includes the imports for GRPC
within it.
Adds windows swift ci
2025-06-30 05:45:48 -07:00