Xcode 26.4 introduces package traits from SwiftPM 6.1, letting package authors expose configurable options to consumers. Enable optional dependencies and conditional compilation — a powerful solution for transitive dependency management.

🔗: https://www.massicotte.org/blog/package-traits-in-xcode/ by Matt Massicotte (@mattiem)

#Swift #SwiftPM #iOSDev

Package Traits in Xcode

At long last, package traits are now supported in Xcode and I think it's a big deal.

massicotte.org