Skip to content

Commit

Permalink
Pinned SourceKit dependency until SPM build of 0.19.0 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lvsti committed Feb 1, 2018
1 parent 045c944 commit 0353a30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Bridgecraft/GenerateCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ struct GenerateCommand {
arguments: compilerFlags)
let result: [String: SourceKitRepresentable]
do {
result = try req.send()
result = try req.failableSend()
}
catch {
printError("failed to generate interface for \(preprocessedURL.path): \(error)")
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "jpsim/SourceKitten"
github "jpsim/SourceKitten" ~> 0.18.4
github "appsquickly/XcodeEditor" "master"
github "kylef/Commander"
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/kylef/Commander.git", from: "0.8.0"),
.package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.18.0"),
.package(url: "https://github.com/jpsim/SourceKitten.git", .exact("0.18.4")),
.package(url: "https://github.com/appsquickly/XcodeEditor.git", .branch("master")),
],
targets: [
Expand Down

0 comments on commit 0353a30

Please # to comment.