Hive Hive
Sign in

Tuist now supports SwiftPM warning-control build settings

Metadata
Source
GitHub
Version
4.201.0-canary.11
Published
Jun 18, 2026 · 14:01 UTC
Repository
tuist/tuist
Update

Tuist can now load packages that use SwiftPM’s newer warning-control APIs, such as treatAllWarnings, treatWarning, and enableWarning. These settings are mapped to the corresponding Swift and C/C++ compiler flags in the generated Xcode project, so packages like swift-dependencies 1.13.0 load successfully and their warning behavior is preserved.