Releases

The current release.

Download a matched distribution and pin the version your app uses.

0.6.0-duplex.8.4

The current commercial release hardens runtime ownership, value conversion, callback lifetimes and worker queues while preserving public API signatures and wire protocols. It includes the Iris and Particle Showcase examples.

Release notes and downloads

Pin exactly

swift
.package(
    url: "https://github.com/mikhutchinson/swiftpython-commercial.git",
    exact: "0.6.0-duplex.8.4"
)

Use an exact pin for this prerelease line. Keep the framework, worker and any optional helpers or VM assets on one matched release.

Choose the right download

Download Purpose
Complete commercial distribution Matched checkout with binaries, helpers, examples and documentation
SwiftPM package Fetch the selected binary products using the exact package dependency
Individual XCFramework archives Binary-target artifacts for the public runtime and dependencies
Release manifest Checksums, artifact sizes and the release's VM-image attestation or explicit absence

For VM deployments, check the release manifest for the included runtime asset and checkpoint.

Source and artifact versions

The public repository can receive documentation and example fixes between binary releases. A newer example commit does not imply a different runtime binary version. Record both your package pin and the example revision when reproducing a result.

All releases · Packaging guide