Hive Hive
Sign in

Support SwiftPM staticLibrary artifact bundles in generated projects

Metadata
Source
GitHub
Version
4.201.0-canary.18
Published
Jun 19, 2026 · 15:22 UTC
Repository
tuist/tuist
Update

Tuist now recognizes SE-0482 staticLibrary.artifactbundle artifacts from Swift packages (such as swift-hf-api’s Rust backend) and materializes a lightweight XCFramework-compatible wrapper under tuist-derived/XCFrameworks/<package>/<target>-<source-fingerprint>.xcframework/ that symlinks back to the immutable artifact bundle contents and emits the Info.plist keys Xcode expects. Existing XCFramework binary targets keep the previous flow.