Skip to content

v1.7.5

Choose a tag to compare

@xberg-dev-publisher xberg-dev-publisher released this 21 Jun 15:23
· 74 commits to main since this release
5e5cc36

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.7.5/LiterLlm-rs.artifactbundle.zip",
    checksum: "6aa640bfd95205dd9bb2ac7cf80799f5587dd79c7d75a5ae647d64ca9ef5b187"
)

Alternative — pin via tag-specific Swift package release:

.package(url: "https://github.com/kreuzberg-dev/liter-llm", from: "swift-1.7.5")

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.7.5"), which includes the real artifact bundle checksum. Other languages continue to pin to from: "1.7.5".

Artifact bundle: LiterLlm-rs.artifactbundle.zip
Checksum: 6aa640bfd95205dd9bb2ac7cf80799f5587dd79c7d75a5ae647d64ca9ef5b187