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
return"the signing entity '\(String(describing: latest))' for '\(package)@\(version)' is different from the previously recorded value '\(previous)'"
1447
+
return"the signing entity '\(String(describing: latest))' for \(package) version \(version) is different from the previously recorded value '\(previous)'"
print("\(packageIdentity)@\(packageVersion) was successfully published to \(registryURL)")
234
+
print("\(packageIdentity) version \(packageVersion) was successfully published to \(registryURL)")
235
235
case.published(.some(let location)):
236
236
print(
237
-
"\(packageIdentity)@\(packageVersion) was successfully published to \(registryURL) and is available at \(location)"
237
+
"\(packageIdentity) version \(packageVersion) was successfully published to \(registryURL) and is available at '\(location)'"
238
238
)
239
239
case.processing(let statusURL, _):
240
240
print(
241
-
"\(packageIdentity)@\(packageVersion) was successfully submitted to \(registryURL) and is being processed. Publishing status is available at \(statusURL)."
241
+
"\(packageIdentity) version \(packageVersion) was successfully submitted to \(registryURL) and is being processed. Publishing status is available at '\(statusURL)'."
0 commit comments