@@ -199,7 +199,7 @@ let package = Package(
199
199
dependencies: [
200
200
" _AsyncFileSystem " ,
201
201
. target( name: " SPMSQLite3 " , condition: . when( platforms: [ . macOS, . iOS, . tvOS, . watchOS, . visionOS, . macCatalyst, . linux] ) ) ,
202
- . product( name: " CSQLite " , package : " swift-toolchain-sqlite " , condition: . when( platforms: [ . windows] ) ) ,
202
+ . product( name: " SwiftToolchainCSQLite " , package : " swift-toolchain-sqlite " , condition: . when( platforms: [ . windows] ) ) ,
203
203
. product( name: " DequeModule " , package : " swift-collections " ) ,
204
204
. product( name: " OrderedCollections " , package : " swift-collections " ) ,
205
205
. product( name: " SwiftToolsSupport-auto " , package : " swift-tools-support-core " ) ,
@@ -944,7 +944,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
944
944
. package ( url: " https://github.com/apple/swift-system.git " , " 1.1.1 " ..< " 1.4.0 " ) ,
945
945
. package ( url: " https://github.com/apple/swift-collections.git " , " 1.0.1 " ..< " 1.2.0 " ) ,
946
946
. package ( url: " https://github.com/apple/swift-certificates.git " , " 1.0.1 " ..< " 1.6.0 " ) ,
947
- . package ( url: " https://github.com/swiftlang/swift-toolchain-sqlite.git " , from: " 0.1 .0" ) ,
947
+ . package ( url: " https://github.com/swiftlang/swift-toolchain-sqlite.git " , from: " 1.0 .0" ) ,
948
948
]
949
949
} else {
950
950
package . dependencies += [
0 commit comments