Hive Hive
Sign in

Fixed Swift package deployment targets for Xcode 27 beta

Metadata
Source
GitHub
Version
4.197.1
Published
Jun 09, 2026 · 12:08 UTC
Repository
tuist/tuist
Update

Tuist now generates Swift package targets with deployment target floors that match the Swift compiler era used by Xcode 27 beta. Swift 6.4 packages, which previously inherited invalid historical floors like iOS 12.0, now use iOS 15.0, macOS 12.0, watchOS 9.0, tvOS 15.0, and visionOS 1.0. This prevents Xcode 27 beta from rejecting Tuist-generated package projects during compilation. Swift 5.9 packages continue to use the existing iOS 12.0 behavior.