Hive Hive
Sign in

Support for SwiftPM warning control settings

Metadata
Source
GitHub
Version
4.201.0-canary.18
Published
Jun 19, 2026 · 15:22 UTC
Repository
tuist/tuist
Update

Tuist now supports SwiftPM warning-control target build settings such as treatAllWarnings, treatWarning, and enableWarning. These are mapped to the same OTHER_SWIFT_FLAGS, OTHER_CFLAGS, and OTHER_CPLUSPLUSFLAGS flags that SwiftPM uses, so packages that rely on newer warning-control APIs (for example, swift-dependencies 1.13.0) load and generate successfully.