swift-kafka-client
swift-kafka-client copied to clipboard
On Swift 6.1, when building, I get an error: ``` error: link command failed with exit code 1 (use -v to see invocation) Undefined symbols for architecture arm64: "_RAND_priv_bytes", referenced...
Add static SDK CI workflow which runs on commits to PRs, merges to main and daily on main.
We have recently updated our toolchain version to 5.9, but have never updated the benchmark suite to use 5.9 or newer. Also, it does not look like we ever commited...
Updates the Dockerfile's Swift version to match the `Package.swift` version. ### Motivation: When running the command `docker-compose -f docker/docker-compose.yaml run test`, the project fails to build because of mismatched Swift...
Projects that depend on swift-kafka-client which want to leverage the Static Linux SDK to build static executables are currently not able to as there are failures. Example compilation failure from...