Hive Hive
Sign in

C-family SwiftPM target headers are correctly classified in generated projects

Metadata
Source
GitHub
Version
4.202.0-rc.3
Published
Jul 03, 2026 · 16:57 UTC
Repository
tuist/tuist
Update

Generated Xcode projects now include C-family SwiftPM target headers the way SwiftPM classifies them. Public headers under the package’s public headers directory are marked Public, while the rest are Project headers. This fixes missing headers, duplicate copies, and shadowed wrapper headers that could break builds for packages such as nanopb and swift-nio-ssl.