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.
1 parent 77f1ba2 commit b384c57Copy full SHA for b384c57
Sources/Commands/SwiftTool.swift
@@ -575,8 +575,8 @@ public class SwiftTool<Options: ToolOptions> {
575
#if os(macOS)
576
if #available(macOS 10.13, *) {
577
// ok, check succeeds
578
- diagnostics.emit(error: "--netrc-file option is only supported on macOS >=10.13")
579
} else {
+ diagnostics.emit(error: "--netrc-file option is only supported on macOS >=10.13")
580
}
581
#else
582
diagnostics.emit(error: "--netrc-file option is only supported on macOS >=10.13")
0 commit comments