Skip to content

Commit 801e482

Browse files
committed
Tests: add missing imports required by MemberImportVisibility
1 parent a685e4d commit 801e482

File tree

89 files changed

+178
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+178
-63
lines changed

Tests/SWBAndroidPlatformTests/SWBAndroidPlatformTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import SWBProtocol
1515
import SWBTestSupport
1616
import SWBTaskExecution
1717
import SWBUtil
18+
import SWBCore
1819

1920
@Suite
2021
fileprivate struct AndroidBuildOperationTests: CoreBasedTests {

Tests/SWBApplePlatformTests/AppleCommandLineToolSpecDiscoveredInfoTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import Testing
1616
import SWBCore
1717
import SWBTestSupport
1818
import SWBUtil
19+
import SWBProtocol
1920

2021
@Suite
2122
fileprivate struct AppleCommandLineToolSpecDiscoveredInfoTests: CoreBasedTests {

Tests/SWBBuildSystemPerfTests/ModulesVerifierPerfTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import Testing
1515
import SWBCore
1616
import SWBTestSupport
1717
import SWBUtil
18+
import SWBProtocol
1819

1920
@Suite(.performance)
2021
fileprivate struct ModulesVerifierPerfTests: CoreBasedTests, PerfTests {

Tests/SWBBuildSystemTests/AppIntentsNLTrainingTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import SWBCore
1717
import SWBTestSupport
1818
import SWBTaskExecution
1919
import SWBUtil
20+
import SWBProtocol
2021

2122
@Suite(.requireXcode16())
2223
fileprivate struct AppIntentsNLTrainingTests: CoreBasedTests {

Tests/SWBBuildSystemTests/AppShortcutsStringsValidationTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import SWBCore
1717
import SWBTestSupport
1818
import SWBTaskExecution
1919
import SWBUtil
20+
import SWBProtocol
2021

2122
@Suite(.requireXcode16())
2223
fileprivate struct AppShortcutsStringsValidationTests: CoreBasedTests {

Tests/SWBBuildSystemTests/BuildCommandTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import SWBTestSupport
1616
import SwiftBuildTestSupport
1717
import SWBUtil
1818
import Testing
19+
import Foundation
1920

2021
/// Tests the behavior of various alternative build commands of a build request, including single-file compiles.
2122
@Suite

Tests/SWBBuildSystemTests/BuildTaskBehaviorTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import SWBLibc
2121

2222
import class SWBBuildSystem.BuildOperation
2323
import class SWBTaskExecution.Task
24+
import SWBProtocol
2425

2526
private final class MockTaskTypeDescription: TaskTypeDescription {
2627
init(isUnsafeToInterrupt: Bool = false) {

Tests/SWBBuildSystemTests/CodeGenerationToolTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import SWBTaskExecution
1717
import SWBTestSupport
1818
import SWBUtil
1919
import Testing
20+
import SWBProtocol
2021

2122
@Suite
2223
fileprivate struct CodeGenerationToolTests: CoreBasedTests {

Tests/SWBBuildSystemTests/DependencyValidationTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import SWBCore
1414
import SWBTestSupport
1515
import SWBUtil
1616
import Testing
17+
import SWBProtocol
1718

1819
@Suite
1920
fileprivate struct DependencyValidationTests: CoreBasedTests {

Tests/SWBBuildSystemTests/DevelopmentAssetsDiagnosticTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import Testing
1515
import SWBCore
1616
import SWBUtil
1717
import SWBTestSupport
18+
import SWBTaskExecution
19+
import SWBProtocol
1820

1921
@Suite
2022
fileprivate struct DevelopmentAssetsDiagnosticTests: CoreBasedTests {

0 commit comments

Comments
 (0)