Hive Hive
Sign in

Fix SwiftPM prebuilt path handling and macro runtime search paths

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

Tuist now sanitizes control characters and /private/var prefixes from paths decoded from workspace-state.json before converting them to absolute or relative paths. It also adds the prebuilt library directory to LD_RUNPATH_SEARCH_PATHS so macro executables can locate Swift compatibility dylibs such as libswiftCompatibilitySpan.dylib at runtime. This fixes issues that showed up with precompiled SwiftSyntax packages.