Hive Hive
Sign in

Support SwiftPM static library artifact bundles

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

Tuist now recognizes SE-0482 staticLibrary.artifactbundle artifacts from SwiftPM instead of treating every binary artifact path as an .xcframework. The mapper reads info.json, keeps only the Apple variants, and materializes a lightweight XCFramework-compatible wrapper under SwiftPM’s scratch derived state. Projects depending on packages such as swift-hf-api can now run tuist generate successfully without package authors republishing binaries in a Tuist-specific layout. Existing XCFramework binary targets keep the previous flow.