Hive Hive
Sign in

Support SwiftPM warning-control target settings

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

Tuist can now load packages that use SwiftPM’s newer warning-control APIs, including swift-dependencies 1.13.0. The new Package.swift kinds treatAllWarnings, treatWarning, and enableWarning are now decoded and lowered into the same build settings Xcode already uses (OTHER_SWIFT_FLAGS, OTHER_CFLAGS, OTHER_CPLUSPLUSFLAGS), preserving the package author’s warning behavior in the generated Xcode project.