Hive Hive
Sign in

fix(cli): quote -fmodule-map-file paths to account for whitespace

GitHub issue · Closed

Metadata
Source
tuist/tuist #11239
Updated
Jun 24, 2026
Domains
Generated projects
Details

The new generated module map files would break the -fmodule-map-file build setting if the target name contained spaces. This led to a path with a space in it and the command line build invocation would split on that newline causing the build to fail.

How to test locally

Includes an update to generated_app_with_spm_dependencies to exhibit the bug in 4.198.2 and validate the fix correctly allows it to build.

Comments
TA
tuist-atlas[bot] Jun 16, 2026

The fix for quoting -fmodule-map-file paths to account for whitespace is now available in version 4.200.5. Update to include this change.