v1.8.0
·
52 commits
to main
since this release
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/kreuzberg-dev/liter-llm/releases/download/v1.8.0/LiterLlm-rs.artifactbundle.zip",
checksum: "a365b047bf7e0a1ed9fc09c62964e8b8b1818451693805b70f9898b316e35320"
)Alternative — pin via tag-specific Swift package release:
.package(url: "https://github.com/kreuzberg-dev/liter-llm", from: "swift-1.8.0")The main repository's
Package.swiftuses placeholder values. Swift consumers pin to a tag-specific release in theswift-namespace (e.g.from: "swift-1.8.0"), which includes the real artifact bundle checksum. Other languages continue to pin tofrom: "1.8.0".
Artifact bundle: LiterLlm-rs.artifactbundle.zip
Checksum: a365b047bf7e0a1ed9fc09c62964e8b8b1818451693805b70f9898b316e35320