Hive Hive
Sign in

SwiftPM warning control settings are now supported

Metadata
Source
GitHub
Version
4.201.0-rc.4
Published
Jun 29, 2026 · 15:25 UTC
Repository
tuist/tuist
Update

Tuist now loads SwiftPM target build settings using the new warning control APIs (treatAllWarnings, treatWarning, enableWarning) and lowers them into the same OTHER_SWIFT_FLAGS, OTHER_CFLAGS, and OTHER_CPLUSPLUSFLAGS flags SwiftPM uses. Packages such as swift-dependencies 1.13.0 that rely on these settings decode and apply cleanly, instead of failing during package loading.