Skip to content

v1.11.0

Choose a tag to compare

@Goldziher Goldziher released this 23 Jul 12:25
32f9a76

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.11.0/LiterLlm-rs.artifactbundle.zip",
    checksum: "723a941485a67921d3a8c76f6b0f347e4e67ca0f62d47b83b8d9fd422f0512de"
)

Alternative — pin via tag-specific Swift package release:

.package(url: "https://github.com/xberg-io/liter-llm", from: "swift-1.11.0")

The main repository's Package.swift uses placeholder values. Swift consumers pin to a tag-specific release in the swift- namespace (e.g. from: "swift-1.11.0"), which includes the real artifact bundle checksum. Other languages continue to pin to from: "1.11.0".

Artifact bundle: LiterLlm-rs.artifactbundle.zip
Checksum: 723a941485a67921d3a8c76f6b0f347e4e67ca0f62d47b83b8d9fd422f0512de