We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71037eb + 5d17ee3 commit a4b48f4Copy full SHA for a4b48f4
Sources/SKSwiftPMWorkspace/SwiftPMWorkspace.swift
@@ -188,8 +188,7 @@ public actor SwiftPMWorkspace {
188
buildSetup: buildSetup,
189
reloadPackageStatusCallback: reloadPackageStatusCallback
190
)
191
- } catch Error.noManifest(let path) {
192
- logger.error("could not find manifest, or not a SwiftPM package: \(path)")
+ } catch Error.noManifest {
193
return nil
194
} catch {
195
logger.error("failed to create SwiftPMWorkspace at \(url.path): \(error.forLogging)")
0 commit comments