[swiftpm] Update to latest master

* import Utility -> import SPMUtility
* AbsolutePath.asString -> path.description or "\(path)"
This commit is contained in:
Ben Langmuir
2019-02-01 16:45:59 -08:00
parent 1ee87626aa
commit 7f697fa14a
19 changed files with 89 additions and 82 deletions

View File

@@ -69,7 +69,7 @@ extension CompilationDatabaseBuildSystem: BuildSystem {
}
if compdb == nil {
log("could not open compilation database for \(path.asString)", level: .warning)
log("could not open compilation database for \(path)", level: .warning)
}
return compdb