Skip to content

Commit 1de306b

Browse files
committed
make DriverSupport a private dependency in SymbolGraphExtract
1 parent 3c88482 commit 1de306b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Commands/Utilities/SymbolGraphExtract.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import PackageGraph
1616
import PackageModel
1717
import SPMBuildCore
1818
import TSCBasic
19-
import DriverSupport
19+
@_implementationOnly import DriverSupport
2020

2121
/// A wrapper for swift-symbolgraph-extract tool.
2222
public struct SymbolGraphExtract {

0 commit comments

Comments
 (0)