Hive Hive
Sign in

Support for SwiftPM warning-control settings

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

Tuist now decodes and maps SwiftPM warning-control target build settings: treatAllWarnings, treatWarning, and enableWarning. These are translated into the corresponding OTHER_SWIFT_FLAGS, OTHER_CFLAGS, and OTHER_CPLUSPLUSFLAGS values. This lets users load packages that use newer SwiftPM warning-control APIs, such as swift-dependencies 1.13.0, without failing during package decoding.