swift-runtime-sys
An attempt to have Rust bindings generated for the Swift Runtime.
Status: WIP!
Pick Swift version
git checkout swift-5.10.1-RELEASE
Build the bindings
export SWIFT_RUNTIME=$(xcrun -show-sdk-path)/usr/lib/swift
cargo build
An attempt to have Rust bindings generated for the Swift Runtime.
Status: WIP!
git checkout swift-5.10.1-RELEASE
export SWIFT_RUNTIME=$(xcrun -show-sdk-path)/usr/lib/swift
cargo build