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
self.outputStream.write("Another instance of SwiftPM is already running using '\(self.scratchDirectory)', waiting until that process has finished execution...".utf8)
917
-
self.outputStream.flush()
918
-
919
-
// Only if we fail because there's an existing lock we need to acquire again as blocking.
self.outputStream.write("Another instance of SwiftPM is already running using '\(self.scratchDirectory)', but this will be ignored since `--ignore-lock` has been passed".utf8)
918
+
self.outputStream.flush()
919
+
}else{
920
+
self.outputStream.write("Another instance of SwiftPM is already running using '\(self.scratchDirectory)', waiting until that process has finished execution...".utf8)
921
+
self.outputStream.flush()
922
+
923
+
// Only if we fail because there's an existing lock we need to acquire again as blocking.
0 commit comments