+ Swift 6 version specification

This commit is contained in:
David Bureš 2024-09-18 18:37:05 +02:00
parent aa5d55e9ad
commit edab27b7cb
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,6 @@ let config = Config(
compatibleXcodeVersions: .upToNextMajor("16"),
// fullHandle: "buresdv/cork",
// url: "https://cloud.tuist.io",
swiftVersion: "6.0",
swiftVersion: .init(16, 0, 0),
generationOptions: .options()
)

View File

@ -46,6 +46,7 @@ MACOSX_DEPLOYMENT_TARGET=13.0
MTL_FAST_MATH=YES
SDKROOT=macosx
SWIFT_STRICT_CONCURRENCY=complete
SWIFT_VERSION=6.0
DEBUG_INFORMATION_FORMAT[config=Debug]=dwarf
DEBUG_INFORMATION_FORMAT[config=Release]=dwarf-with-dsym