Raw UniFFI bindings for Media over QUIC, packaged as a Swift Package with a prebuilt MoqFFI.xcframework.
Most callers want the ergonomic wrapper instead: moq-dev/moq-swift (
Moq). It depends on this package and adds Swift-native names,AsyncSequencestreams, andSendablehandles. UseMoqFFIdirectly only if you need the unwrapped API or are building your own wrapper.
This is an auto-generated mirror. Source, issues, and pull requests live in moq-dev/moq (under swift/). This repo only carries tagged Swift Package Manager releases, published lockstep with the moq-ffi Rust crate on each moq-ffi-v* tag.
// Pick the latest tag from the Releases page.
.package(url: "https://github.com/moq-dev/moq-swift-ffi", from: "0.2.0"),Each tagged Package.swift points its MoqFFI binary target at the MoqFFI.xcframework.zip attached to the matching moq-ffi-v* release on the source repo. SPM downloads and checksum-verifies it transparently.
Supported platforms: iOS 15+, iPadOS 15+, macOS 12+ (iOS device + simulator slices, macOS universal).
Licensed under MIT OR Apache-2.0.