Skip to content

Commit e79952e

Browse files
vkuttypCopilot
andcommitted
Downgrade to swift-tools-version 5.9
Drop swift-tools-version from 6.0 to 5.9 for broader compatibility. Remove swiftLanguageMode(.v6) setting as it is not available in tools 5.9. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8e16baa commit e79952e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Package.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 6.0
1+
// swift-tools-version: 5.9
22
import PackageDescription
33

44
// SQLite is provided by the Apple SDK on Darwin; on Linux we need a system library.
@@ -154,6 +154,4 @@ let package = Package(
154154
] + sqliteSystemLibTargets
155155
)
156156

157-
var swiftSettings: [SwiftSetting] { [
158-
.swiftLanguageMode(.v6),
159-
] }
157+
var swiftSettings: [SwiftSetting] { [] }

0 commit comments

Comments
 (0)