File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 12
12
13
13
import ArgumentParser
14
14
import Basics
15
+
16
+ @_spi ( SwiftPMInternal)
15
17
import Build
18
+
19
+ @_spi ( SwiftPMInternal)
16
20
import CoreCommands
21
+
17
22
import PackageGraph
23
+
24
+ @_spi ( SwiftPMInternal)
18
25
import SPMBuildCore
19
26
20
27
#if !DISABLE_XCBUILD_SUPPORT
Original file line number Diff line number Diff line change @@ -21,9 +21,13 @@ import class Foundation.NSLock
21
21
import class Foundation. ProcessInfo
22
22
import PackageGraph
23
23
import PackageLoading
24
+
24
25
@_spi ( SwiftPMInternal)
25
26
import PackageModel
27
+
28
+ @_spi ( SwiftPMInternal)
26
29
import SPMBuildCore
30
+
27
31
import Workspace
28
32
29
33
#if USE_IMPL_ONLY_IMPORTS
@@ -724,6 +728,7 @@ public final class SwiftTool {
724
728
// "customOutputStream" is designed to support build output redirection
725
729
// but it is only expected to be used when invoking builds from "swift build" command.
726
730
// in all other cases, the build output should go to the default which is stderr
731
+ @_spi ( SwiftPMInternal)
727
732
public func createAsyncBuildSystem(
728
733
explicitProduct: String ? = . none,
729
734
cacheBuildManifest: Bool = true ,
You can’t perform that action at this time.
0 commit comments