mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
[swiftpm] Update to latest master
* import Utility -> import SPMUtility * AbsolutePath.asString -> path.description or "\(path)"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user