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
XCTAssert(stderrOutput.contains("error: root manifest not found"),#"actual: "\#(stderrOutput)""#)
1065
+
XCTAssert(stderrOutput.contains("error: Could not find Package.swift in this directory or any of its parent directories."),#"actual: "\#(stderrOutput)""#)
1066
1066
}
1067
1067
1068
1068
// Runnning with output as absolute path to existing directory
0 commit comments