Hive Hive
Sign in

Configure SwifterPM materialization via install passthrough arguments

Metadata
Source
GitHub
Version
4.201.0-rc.2
Published
Jun 24, 2026 · 18:23 UTC
Repository
tuist/tuist
Update

SwifterPM’s –cached-directory-materialization option can now be configured through Tuist’s existing install passthrough arguments, either via Config.project.generatedProject.installOptions.passthroughSwiftPackageManagerArguments or the TUIST_INSTALL_PASSTHROUGH_ARGUMENTS environment variable. This lets users choose automatic, copy, or symlink materialization without adding a separate CLI flag. The behavior is gated behind the existing TUIST_USE_SWIFTERPM opt-in.