You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.package(url:"https://github.com/Quick/Nimble",.branch("master")), // dev
43
-
.package(url:"https://github.com/mattgallagher/CwlPreconditionTesting",.branch("master")), // dev
44
-
.package(url:"https://github.com/minuscorp/ModuleInterface", from:"0.0.1"), // dev
45
-
.package(url:"https://github.com/nicklockwood/SwiftFormat", from:"0.35.8"), // dev
46
-
.package(url:"https://github.com/jpsim/SourceKitten", from:"0.26.0"), // dev
47
-
.package(url:"https://github.com/shibapm/Rocket", from:"0.4.0"), // dev
48
-
.package(url:"https://github.com/Realm/SwiftLint", from:"0.35.0"), // dev
49
-
.package(url:"https://github.com/eneko/SourceDocs", from:"0.6.1"), // dev
50
-
.package(url:"https://github.com/shibapm/PackageConfig.git", from:"0.12.2"), // dev
51
-
.package(url:"https://github.com/shibapm/Komondor.git", from:"1.0.0"), // dev
52
-
.package(url:"https://github.com/Carthage/Commandant.git",.exact("0.17.0")), // dev
42
+
// .package(url: "https://github.com/Quick/Nimble", .branch("master")), // dev
43
+
// .package(url: "https://github.com/mattgallagher/CwlPreconditionTesting", .branch("master")), // dev
44
+
// .package(url: "https://github.com/minuscorp/ModuleInterface", from: "0.0.1"), // dev
45
+
// .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"), // dev
46
+
// .package(url: "https://github.com/jpsim/SourceKitten", from: "0.26.0"), // dev
47
+
// .package(url: "https://github.com/shibapm/Rocket", from: "0.4.0"), // dev
48
+
// .package(url: "https://github.com/Realm/SwiftLint", from: "0.35.0"), // dev
49
+
// .package(url: "https://github.com/eneko/SourceDocs", from: "0.6.1"), // dev
50
+
// .package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.12.2"), // dev
51
+
// .package(url: "https://github.com/shibapm/Komondor.git", from: "1.0.0"), // dev
52
+
// .package(url: "https://github.com/Carthage/Commandant.git", .exact("0.17.0")), // dev
53
53
],
54
54
targets:[
55
55
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -74,7 +74,7 @@ let package = Package(
74
74
name:"MiniPromises",
75
75
dependencies:["Mini"]
76
76
),
77
-
.testTarget(name:"MiniSwiftTests", dependencies:["Mini","MiniTasks","MiniPromises","TestMiddleware","NIOConcurrencyHelpers","RxSwift","Nimble","RxTest","RxBlocking","RxOptional"]), // dev
0 commit comments