File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ public final class SwiftCommandState {
318
318
}
319
319
320
320
// marked internal for testing
321
- init (
321
+ package init (
322
322
outputStream: OutputByteStream ,
323
323
options: GlobalOptions ,
324
324
toolWorkspaceConfiguration: ToolWorkspaceConfiguration ,
@@ -452,7 +452,7 @@ public final class SwiftCommandState {
452
452
}
453
453
}
454
454
455
- func waitForObservabilityEvents( timeout: DispatchTime ) {
455
+ package func waitForObservabilityEvents( timeout: DispatchTime ) {
456
456
self . observabilityHandler. wait ( timeout: timeout)
457
457
}
458
458
@@ -814,7 +814,7 @@ public final class SwiftCommandState {
814
814
return buildSystem
815
815
}
816
816
817
- static let entitlementsMacOSWarning = """
817
+ package static let entitlementsMacOSWarning = """
818
818
`--disable-get-task-allow-entitlement` and `--disable-get-task-allow-entitlement` only have an effect \
819
819
when building on macOS.
820
820
"""
You can’t perform that action at this time.
0 commit comments