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
XCTAssertMatch(error.description,.and(.prefix("package at '/some-repo' @"),.suffix("is using Swift tools version 3.1.0 which is no longer supported; use 4.0.0 or newer instead")))
351
+
XCTAssertMatch(error.description,.and(.prefix("package at '/some-repo' @"),.suffix("is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version:4.0' to specify the current tools version")))
result.check(diagnostic:.equal("package at '/tmp/ws/roots/Baz' is using Swift tools version 3.1.0 which is no longer supported; use 4.0.0 or newer instead"), behavior:.error, location:"/tmp/ws/roots/Baz")
1484
+
result.check(diagnostic:.equal("package at '/tmp/ws/roots/Baz' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version:4.0' to specify the current tools version"), behavior:.error, location:"/tmp/ws/roots/Baz")
0 commit comments