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 9cce723 commit ed0e7ebCopy full SHA for ed0e7eb
Source/SourceKittenFramework/Module.swift
@@ -50,7 +50,7 @@ public struct Module {
50
return nodeModuleName == spmName
51
}
52
let inputs = node["inputs"]?.array(of: String.self) ?? []
53
- return inputs.allSatisfy({ !$0.contains(".build/checkouts/") }) && !nodeModuleName.hasSuffix("Tests")
+ return inputs.allSatisfy({ !$0.contains(".build\\checkouts\\") }) && !nodeModuleName.hasSuffix("Tests")
54
55
56
guard let moduleCommand = commands.first(where: matchModuleName) else {
0 commit comments