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 033306c commit 3af32caCopy full SHA for 3af32ca
Sources/ScipioKit/Resolver/ModuleTypeResolver.swift
@@ -90,10 +90,10 @@ extension PackageResolver {
90
.clang(
91
includeDir: includeDir,
92
publicHeaders: FileManager.default
93
- .enumerator(at: includeDir, includingPropertiesForKeys: nil)?
94
- .compactMap { $0 as? URL }
95
- .filter { headerExtensions.contains($0.pathExtension) }
96
- ?? []
+ .enumerator(at: includeDir, includingPropertiesForKeys: nil)?
+ .compactMap { $0 as? URL }
+ .filter { headerExtensions.contains($0.pathExtension) }
+ ?? []
97
)
98
}
99
0 commit comments