v1.9.1
Swift Package Manager
The Swift binding is distributed as a pre-built artifact bundle. No Rust toolchain required.
Recommended — use .binaryTarget directly in your Package.swift:
.binaryTarget(
name: "LiterLlm",
url: "https://github.com/xberg-io/liter-llm/releases/download/v1.9.1/LiterLlm-rs.artifactbundle.zip",
checksum: "5649116d9a6ffae0b3f73a93aba6d3fdd127aff2ce2b044c0873ef4da32ddb58"
)Alternative — pin via tag-specific Swift package release:
.package(url: "https://github.com/xberg-io/liter-llm", from: "swift-1.9.1")The main repository's
Package.swiftuses placeholder values. Swift consumers pin to a tag-specific release in theswift-namespace (e.g.from: "swift-1.9.1"), which includes the real artifact bundle checksum. Other languages continue to pin tofrom: "1.9.1".
Artifact bundle: LiterLlm-rs.artifactbundle.zip
Checksum: 5649116d9a6ffae0b3f73a93aba6d3fdd127aff2ce2b044c0873ef4da32ddb58