We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9070687 commit 19bd50eCopy full SHA for 19bd50e
1 file changed
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version: 6.0
+// swift-tools-version: 5.9
2
import PackageDescription
3
4
// SQLite is provided by the Apple SDK on Darwin; on Linux we need a system library.
@@ -154,6 +154,4 @@ let package = Package(
154
] + sqliteSystemLibTargets
155
)
156
157
-var swiftSettings: [SwiftSetting] {
158
- [.enableLibraryEvolution]
159
-}
+var swiftSettings: [SwiftSetting] { [] }
0 commit comments