Hive Hive
Sign in

Fixed Swift package deployment targets for Xcode 27 beta compatibility

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

Tuist now aligns default Swift package deployment targets with the Xcode version used to build. When using the Swift 6.4 compiler in Xcode 27 beta, generated package targets now use iOS 15.0, macOS 12.0, watchOS 9.0, tvOS 15.0, and visionOS 1.0 floors, avoiding build errors caused by Xcode 27 raising the minimum supported deployment target range. Earlier Swift versions keep their existing behavior.