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
"Another instance of SwiftPM is already running using '\(self.scratchDirectory)', but this will be ignored since `--ignore-lock` has been passed"
1073
+
"Another instance of SwiftPM \(pidInfo)is already running using '\(self.scratchDirectory)', but this will be ignored since `--ignore-lock` has been passed"
1068
1074
.utf8
1069
1075
)
1070
1076
self.outputStream.flush()
1071
1077
}else{
1072
1078
self.outputStream
1073
1079
.write(
1074
-
"Another instance of SwiftPM is already running using '\(self.scratchDirectory)', waiting until that process has finished execution..."
1080
+
"Another instance of SwiftPM \(pidInfo)is already running using '\(self.scratchDirectory)', waiting until that process has finished execution..."
1075
1081
.utf8
1076
1082
)
1077
1083
self.outputStream.flush()
1078
1084
1079
1085
// Only if we fail because there's an existing lock we need to acquire again as blocking.
0 commit comments