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 eb2fcc1 commit 6b0a92bCopy full SHA for 6b0a92b
Sources/SwiftDriver/Toolchains/Toolchain.swift
@@ -77,7 +77,6 @@ extension Toolchain {
77
}
78
79
public func swiftCompilerVersion(_ swiftCompiler: AbsolutePath) throws -> String {
80
- // FIXME: Thread the driver's swiftCompiler path here.
81
try Process.checkNonZeroExit(
82
args: swiftCompiler.pathString, "-version",
83
environment: env
0 commit comments