#[cfg(feature ="secure-enclave")]useswift_rs::SwiftLinker;fnmain(){// Ensure this matches the versions set in your `Package.swift` file.
#[cfg(feature ="secure-enclave")]SwiftLinker::new("11").with_ios("11").with_package("swift-lib","./swift-lib/").link();}