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 d9c8077 commit 2986e88Copy full SHA for 2986e88
Sources/SWBCore/BuildRequestContext.swift
@@ -101,7 +101,7 @@ public final class BuildRequestContext: Sendable {
101
[Path("\(name).framework/\(name)"), Path("/\(name).framework/Versions/A/\(name)")]
102
})
103
104
- for platformExtension in await workspaceContext.core.pluginManager.extensions(of: PlatformInfoExtensionPoint.self) {
+ for platformExtension in workspaceContext.core.pluginManager.extensions(of: PlatformInfoExtensionPoint.self) {
105
suffixes.append(contentsOf: platformExtension.additionalKnownTestLibraryPathSuffixes())
106
}
107
return suffixes
0 commit comments