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.
2 parents 9eb96cf + cfc266e commit b319479Copy full SHA for b319479
Sources/SwiftDriver/Driver/Driver.swift
@@ -1795,7 +1795,7 @@ extension Driver {
1795
fileSystem: FileSystem
1796
) throws -> [TypedVirtualPath] {
1797
var swiftFiles = [String: String]() // [Basename: Path]
1798
- var paths = try parsedOptions.allInputs.map { input in
+ var paths: [TypedVirtualPath] = try parsedOptions.allInputs.map { input in
1799
// Standard input is assumed to be Swift code.
1800
if input == "-" {
1801
return TypedVirtualPath(file: .standardInput, type: .swift)
0 commit comments