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
throwError(message:"Unable to determine the required swift version for this version of swiftly. Please make sure that you `cd <swiftly_git_dir>` and there is a .swift-version file there.")
223
223
}
224
224
225
-
letswift=tryawaitself.assertTool("swift", message:"Please install swift \(requiredSwiftVersion) and make sure that it is added to your path.")
225
+
letswift=tryawaitself.assertTool("/usr/bin/swift", message:"Please install swift \(requiredSwiftVersion) and make sure that it is added to your path.")
226
226
227
227
// We also need a swift toolchain with the correct version
228
228
guardlet swiftVersion =tryawaitrunProgramOutput(swift,"--version"), swiftVersion.contains("Swift version \(requiredSwiftVersion)")else{
0 commit comments