This release fixes two build-time issues in generated projects: module map handling with spaces and SwiftPM state path portability.
- Targets whose names contain spaces now build correctly. Tuist was generating
-fmodule-map-filepaths without quotes, so command line invocations split the path at the space and failed. Those paths are now properly quoted. - SwiftPM workspace state and package-info metadata now supports relative paths anchored to the scratch directory. This makes
.build/portable across different checkouts and CI environments, so cached SwiftPM build state resolves correctly even when the project path changes.