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