Skip to content

Commit 3fb7d05

Browse files
committed
SourceKitLSPAPI: make some of the private API more public
This extends the visibility of some of the private implementation to the package level to allow use for testing without `@testable` imports.
1 parent 9afb6c3 commit 3fb7d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SourceKitLSPAPI/BuildDescription.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public struct BuildDescription {
251251
return (BuildDescription(buildPlan: plan), bufferedOutput.bytes.description)
252252
}
253253

254-
func getBuildTarget(
254+
package func getBuildTarget(
255255
for module: ResolvedModule,
256256
destination: BuildParameters.Destination
257257
) -> BuildTarget? {

0 commit comments

Comments
 (0)