You can now generate projects that integrate SwiftPM prebuilt libraries. Tuist reads SwiftPM’s workspace-state.json prebuilt metadata and applies the correct include, library search, and linker settings for macro and plugin dependencies. Regular runtime dependencies on packages like SwiftSyntax stay on source or cached targets, so prebuilt substitutions only happen where intended.
This version also improves SwifterPM resolution by adding an opt-in SwifterPM install resolver and updating SwifterPM to 0.7.1. The 0.7.1 update fixes the static Linux release build, which previously failed because SwifterPM unconditionally imported Glibc. It now supports both glibc and musl Linux targets.