@@ -30,14 +30,14 @@ let package = Package(
30
30
. package ( url: " https://github.com/ReactiveX/RxSwift.git " , from: " 5.0.0 " ) ,
31
31
. package ( url: " https://github.com/apple/swift-nio.git " , . exact( " 2.7.1 " ) ) ,
32
32
// Development
33
- . package ( url: " https://github.com/Quick/Nimble.git " , . exact( " 8.0.2 " ) ) , // dev
34
- . package ( url: " https://github.com/nicklockwood/SwiftFormat " , from: " 0.35.8 " ) , // dev
35
- . package ( url: " https://github.com/jpsim/SourceKitten " , . exact( " 0.25.0 " ) ) , // dev
36
- . package ( url: " https://github.com/shibapm/Rocket " , from: " 0.4.0 " ) , // dev
37
- . package ( url: " https://github.com/Realm/SwiftLint " , from: " 0.35.0 " ) , // dev
38
- . package ( url: " https://github.com/eneko/SourceDocs " , from: " 0.5.1 " ) , // dev
39
- . package ( url: " https://github.com/shibapm/PackageConfig.git " , from: " 0.12.2 " ) , // dev
40
- . package ( url: " https://github.com/shibapm/Komondor.git " , from: " 1.0.0 " ) , // dev
33
+ // .package(url: "https://github.com/Quick/Nimble.git", .exact("8.0.2")), // dev
34
+ // .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"), // dev
35
+ // .package(url: "https://github.com/jpsim/SourceKitten", .exact("0.25.0")), // dev
36
+ // .package(url: "https://github.com/shibapm/Rocket", from: "0.4.0"), // dev
37
+ // .package(url: "https://github.com/Realm/SwiftLint", from: "0.35.0"), // dev
38
+ // .package(url: "https://github.com/eneko/SourceDocs", from: "0.5.1"), // dev
39
+ // .package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.12.2"), // dev
40
+ // .package(url: "https://github.com/shibapm/Komondor.git", from: "1.0.0"), // dev
41
41
] ,
42
42
targets: [
43
43
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -54,7 +54,7 @@ let package = Package(
54
54
name: " TestMiddleware " ,
55
55
dependencies: [ " Mini " ]
56
56
) ,
57
- . testTarget( name: " MiniSwiftTests " , dependencies: [ " Mini " , " TestMiddleware " , " NIOConcurrencyHelpers " , " RxSwift " , " Nimble " , " RxTest " , " RxBlocking " ] ) , // dev
57
+ // .testTarget(name: "MiniSwiftTests", dependencies: ["Mini", "TestMiddleware", "NIOConcurrencyHelpers", "RxSwift", "Nimble", "RxTest", "RxBlocking"]), // dev
58
58
] ,
59
59
swiftLanguageVersions: [ . version( " 4 " ) , . version( " 4.2 " ) , . version( " 5 " ) ]
60
60
)
0 commit comments