The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftBuild, reference main (b2b232), with Swift 6.2 for Android on 2 May 2026 00:28:28 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

 46 |     private let variant: SWBBuildServiceVariant
 47 |     private let serviceBundleURL: URL?
 48 |     private var connection: SWBBuildServiceConnection
    |                 `- warning: stored property 'connection' of 'Sendable'-conforming class 'SWBBuildService' is mutable; this is an error in the Swift 6 language mode
 49 |
 50 |     /// An opaque identifier representing the lifetime of the service's specific connection instance.
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildServiceConnection.swift:720:39: warning: forced cast of '(any Error)?' to same type has no effect
 718 |             #if !canImport(Darwin)
 719 |             // Workaround for a compiler crash presumably related to Objective-C bridging on non-Darwin platforms (rdar://130826719&136043295)
 720 |             terminationHandler?(error as! (any Error)?)
     |                                       `- warning: forced cast of '(any Error)?' to same type has no effect
 721 |             #else
 722 |             terminationHandler?(error)
[1311/1381] Compiling SWBTaskConstruction ModuleVerifierTaskProducer.swift
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildService.swift:48:17: warning: stored property 'connection' of 'Sendable'-conforming class 'SWBBuildService' is mutable; this is an error in the Swift 6 language mode
 46 |     private let variant: SWBBuildServiceVariant
 47 |     private let serviceBundleURL: URL?
 48 |     private var connection: SWBBuildServiceConnection
    |                 `- warning: stored property 'connection' of 'Sendable'-conforming class 'SWBBuildService' is mutable; this is an error in the Swift 6 language mode
 49 |
 50 |     /// An opaque identifier representing the lifetime of the service's specific connection instance.
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildServiceConnection.swift:720:39: warning: forced cast of '(any Error)?' to same type has no effect
 718 |             #if !canImport(Darwin)
 719 |             // Workaround for a compiler crash presumably related to Objective-C bridging on non-Darwin platforms (rdar://130826719&136043295)
 720 |             terminationHandler?(error as! (any Error)?)
     |                                       `- warning: forced cast of '(any Error)?' to same type has no effect
 721 |             #else
 722 |             terminationHandler?(error)
[1312/1381] Compiling SWBTaskConstruction ProductPostprocessingTaskProducer.swift
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildService.swift:48:17: warning: stored property 'connection' of 'Sendable'-conforming class 'SWBBuildService' is mutable; this is an error in the Swift 6 language mode
 46 |     private let variant: SWBBuildServiceVariant
 47 |     private let serviceBundleURL: URL?
 48 |     private var connection: SWBBuildServiceConnection
    |                 `- warning: stored property 'connection' of 'Sendable'-conforming class 'SWBBuildService' is mutable; this is an error in the Swift 6 language mode
 49 |
 50 |     /// An opaque identifier representing the lifetime of the service's specific connection instance.
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildServiceConnection.swift:720:39: warning: forced cast of '(any Error)?' to same type has no effect
 718 |             #if !canImport(Darwin)
 719 |             // Workaround for a compiler crash presumably related to Objective-C bridging on non-Darwin platforms (rdar://130826719&136043295)
 720 |             terminationHandler?(error as! (any Error)?)
     |                                       `- warning: forced cast of '(any Error)?' to same type has no effect
 721 |             #else
 722 |             terminationHandler?(error)
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildService.swift:48:17: warning: stored property 'connection' of 'Sendable'-conforming class 'SWBBuildService' is mutable; this is an error in the Swift 6 language mode
 46 |     private let variant: SWBBuildServiceVariant
 47 |     private let serviceBundleURL: URL?
 48 |     private var connection: SWBBuildServiceConnection
    |                 `- warning: stored property 'connection' of 'Sendable'-conforming class 'SWBBuildService' is mutable; this is an error in the Swift 6 language mode
 49 |
 50 |     /// An opaque identifier representing the lifetime of the service's specific connection instance.
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildServiceConnection.swift:720:39: warning: forced cast of '(any Error)?' to same type has no effect
 718 |             #if !canImport(Darwin)
 719 |             // Workaround for a compiler crash presumably related to Objective-C bridging on non-Darwin platforms (rdar://130826719&136043295)
 720 |             terminationHandler?(error as! (any Error)?)
     |                                       `- warning: forced cast of '(any Error)?' to same type has no effect
 721 |             #else
 722 |             terminationHandler?(error)
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildService.swift:48:17: warning: stored property 'connection' of 'Sendable'-conforming class 'SWBBuildService' is mutable; this is an error in the Swift 6 language mode
 46 |     private let variant: SWBBuildServiceVariant
 47 |     private let serviceBundleURL: URL?
 48 |     private var connection: SWBBuildServiceConnection
    |                 `- warning: stored property 'connection' of 'Sendable'-conforming class 'SWBBuildService' is mutable; this is an error in the Swift 6 language mode
 49 |
 50 |     /// An opaque identifier representing the lifetime of the service's specific connection instance.
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildServiceConnection.swift:720:39: warning: forced cast of '(any Error)?' to same type has no effect
 718 |             #if !canImport(Darwin)
 719 |             // Workaround for a compiler crash presumably related to Objective-C bridging on non-Darwin platforms (rdar://130826719&136043295)
 720 |             terminationHandler?(error as! (any Error)?)
     |                                       `- warning: forced cast of '(any Error)?' to same type has no effect
 721 |             #else
 722 |             terminationHandler?(error)
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildService.swift:48:17: warning: stored property 'connection' of 'Sendable'-conforming class 'SWBBuildService' is mutable; this is an error in the Swift 6 language mode
 46 |     private let variant: SWBBuildServiceVariant
 47 |     private let serviceBundleURL: URL?
 48 |     private var connection: SWBBuildServiceConnection
    |                 `- warning: stored property 'connection' of 'Sendable'-conforming class 'SWBBuildService' is mutable; this is an error in the Swift 6 language mode
 49 |
 50 |     /// An opaque identifier representing the lifetime of the service's specific connection instance.
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildServiceConnection.swift:720:39: warning: forced cast of '(any Error)?' to same type has no effect
 718 |             #if !canImport(Darwin)
 719 |             // Workaround for a compiler crash presumably related to Objective-C bridging on non-Darwin platforms (rdar://130826719&136043295)
 720 |             terminationHandler?(error as! (any Error)?)
     |                                       `- warning: forced cast of '(any Error)?' to same type has no effect
 721 |             #else
 722 |             terminationHandler?(error)
[1316/1381] Compiling SWBTaskConstruction CustomTaskProducer.swift
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildOperation.swift:37:22: warning: stored property 'session' of 'Sendable'-conforming class 'SWBBuildOperation' is mutable; this is an error in the Swift 6 language mode
 35 | public final class SWBBuildOperation: Sendable {
 36 |     /// The session in which this build operation is running.
 37 |     private weak var session: SWBBuildServiceSession?
    |                      `- warning: stored property 'session' of 'Sendable'-conforming class 'SWBBuildOperation' is mutable; this is an error in the Swift 6 language mode
 38 |
 39 |     /// The delegate for this build operation.
[1317/1381] Compiling SWBTaskConstruction DevelopmentAssetsTaskProducer.swift
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildOperation.swift:37:22: warning: stored property 'session' of 'Sendable'-conforming class 'SWBBuildOperation' is mutable; this is an error in the Swift 6 language mode
 35 | public final class SWBBuildOperation: Sendable {
 36 |     /// The session in which this build operation is running.
 37 |     private weak var session: SWBBuildServiceSession?
    |                      `- warning: stored property 'session' of 'Sendable'-conforming class 'SWBBuildOperation' is mutable; this is an error in the Swift 6 language mode
 38 |
 39 |     /// The delegate for this build operation.
[1318/1381] Compiling SWBTaskConstruction DocumentationTaskProducer.swift
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildOperation.swift:37:22: warning: stored property 'session' of 'Sendable'-conforming class 'SWBBuildOperation' is mutable; this is an error in the Swift 6 language mode
 35 | public final class SWBBuildOperation: Sendable {
 36 |     /// The session in which this build operation is running.
 37 |     private weak var session: SWBBuildServiceSession?
    |                      `- warning: stored property 'session' of 'Sendable'-conforming class 'SWBBuildOperation' is mutable; this is an error in the Swift 6 language mode
 38 |
 39 |     /// The delegate for this build operation.
[1319/1381] Compiling SWBTaskConstruction ExternalTargetTaskProducer.swift
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildOperation.swift:37:22: warning: stored property 'session' of 'Sendable'-conforming class 'SWBBuildOperation' is mutable; this is an error in the Swift 6 language mode
 35 | public final class SWBBuildOperation: Sendable {
 36 |     /// The session in which this build operation is running.
 37 |     private weak var session: SWBBuildServiceSession?
    |                      `- warning: stored property 'session' of 'Sendable'-conforming class 'SWBBuildOperation' is mutable; this is an error in the Swift 6 language mode
 38 |
 39 |     /// The delegate for this build operation.
[1320/1381] Compiling SWBTaskConstruction GenerateAppPlaygroundAssetCatalogTaskProducer.swift
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildOperation.swift:37:22: warning: stored property 'session' of 'Sendable'-conforming class 'SWBBuildOperation' is mutable; this is an error in the Swift 6 language mode
 35 | public final class SWBBuildOperation: Sendable {
 36 |     /// The session in which this build operation is running.
 37 |     private weak var session: SWBBuildServiceSession?
    |                      `- warning: stored property 'session' of 'Sendable'-conforming class 'SWBBuildOperation' is mutable; this is an error in the Swift 6 language mode
 38 |
 39 |     /// The delegate for this build operation.
[1321/1381] Compiling SWBTaskConstruction GeneratedFilesTaskProducer.swift
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildOperation.swift:37:22: warning: stored property 'session' of 'Sendable'-conforming class 'SWBBuildOperation' is mutable; this is an error in the Swift 6 language mode
 35 | public final class SWBBuildOperation: Sendable {
 36 |     /// The session in which this build operation is running.
 37 |     private weak var session: SWBBuildServiceSession?
    |                      `- warning: stored property 'session' of 'Sendable'-conforming class 'SWBBuildOperation' is mutable; this is an error in the Swift 6 language mode
 38 |
 39 |     /// The delegate for this build operation.
[1322/1381] Compiling SWBTaskConstruction HeadermapTaskProducer.swift
/host/spi-builder-workspace/Sources/SwiftBuild/SWBBuildOperation.swift:37:22: warning: stored property 'session' of 'Sendable'-conforming class 'SWBBuildOperation' is mutable; this is an error in the Swift 6 language mode
 35 | public final class SWBBuildOperation: Sendable {
 36 |     /// The session in which this build operation is running.
 37 |     private weak var session: SWBBuildServiceSession?
    |                      `- warning: stored property 'session' of 'Sendable'-conforming class 'SWBBuildOperation' is mutable; this is an error in the Swift 6 language mode
 38 |
 39 |     /// The delegate for this build operation.
[1323/1381] Compiling SWBTaskConstruction BuildDirectoryContext.swift
[1324/1381] Compiling SWBTaskConstruction DiagnosticSupport.swift
[1325/1381] Compiling SWBTaskConstruction BuildPlan.swift
[1326/1381] Compiling SWBTaskConstruction BuildPlanDumping.swift
[1327/1381] Compiling SWBTaskConstruction ProductPlan.swift
[1328/1381] Compiling SWBTaskConstruction ProductPlanner.swift
[1329/1381] Compiling SWBTaskConstruction StaleFileRemovalContext.swift
[1330/1381] Emitting module SWBTaskConstruction
/host/spi-builder-workspace/Sources/SWBTaskConstruction/TaskProducers/TaskProducer.swift:165:25: warning: stored property '_deferredProducers' of 'Sendable'-conforming struct 'State' contains non-Sendable type '() async -> [any PlannedTask]'; this is an error in the Swift 6 language mode
 163 |
 164 |         /// The list of deferred task production blocks.
 165 |         fileprivate var _deferredProducers: [() async -> [any PlannedTask]] = []
     |                         |- warning: stored property '_deferredProducers' of 'Sendable'-conforming struct 'State' contains non-Sendable type '() async -> [any PlannedTask]'; this is an error in the Swift 6 language mode
     |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 166 |
 167 |         /// Whether we have transitioned to processing deferred tasks.
/host/spi-builder-workspace/Sources/SWBTaskConstruction/TaskProducers/WorkspaceTaskProducers/CompilationCachingConfigFileTaskProducer.swift:114:36: warning: will never be executed
111 |
112 |                     var prefixMaps: [String: String] = [:]
113 |                     if prefixXcode {
    |                        `- note: condition always evaluates to false
114 |                         prefixMaps["/^sdk"] = scope.evaluate(BuiltinMacros.SDKROOT).str
    |                                    `- warning: will never be executed
115 |                         prefixMaps["/^xcode"] = scope.evaluate(BuiltinMacros.DEVELOPER_DIR).str
116 |                     }
/host/spi-builder-workspace/Sources/SWBTaskConstruction/TaskProducers/WorkspaceTaskProducers/CompilationCachingConfigFileTaskProducer.swift:118:36: warning: will never be executed
115 |                         prefixMaps["/^xcode"] = scope.evaluate(BuiltinMacros.DEVELOPER_DIR).str
116 |                     }
117 |                     if prefixProject {
    |                        `- note: condition always evaluates to false
118 |                         prefixMaps["/^src"] = scope.evaluate(BuiltinMacros.PROJECT_DIR).str
    |                                    `- warning: will never be executed
119 |                         prefixMaps["/^derived"] = scope.evaluate(BuiltinMacros.PROJECT_TEMP_DIR).str
120 |                         prefixMaps["/^built"] = scope.evaluate(BuiltinMacros.BUILT_PRODUCTS_DIR).str
/host/spi-builder-workspace/Sources/SWBTaskConstruction/TaskProducers/TaskProducer.swift:165:25: warning: stored property '_deferredProducers' of 'Sendable'-conforming struct 'State' contains non-Sendable type '() async -> [any PlannedTask]'; this is an error in the Swift 6 language mode
 163 |
 164 |         /// The list of deferred task production blocks.
 165 |         fileprivate var _deferredProducers: [() async -> [any PlannedTask]] = []
     |                         |- warning: stored property '_deferredProducers' of 'Sendable'-conforming struct 'State' contains non-Sendable type '() async -> [any PlannedTask]'; this is an error in the Swift 6 language mode
     |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 166 |
 167 |         /// Whether we have transitioned to processing deferred tasks.
/host/spi-builder-workspace/Sources/SWBTaskConstruction/TaskProducers/TaskProducer.swift:116:15: warning: result of call to 'withLock' is unused [#no-usage]
 114 |     /// Registers a path accessed during task construction.
 115 |     func access(path: Path) {
 116 |         state.withLock { $0.accessedPaths.insert(path) }
     |               `- warning: result of call to 'withLock' is unused [#no-usage]
 117 |     }
 118 |
/host/spi-builder-workspace/Sources/SWBTaskConstruction/TaskProducers/TaskProducer.swift:165:25: warning: stored property '_deferredProducers' of 'Sendable'-conforming struct 'State' contains non-Sendable type '() async -> [any PlannedTask]'; this is an error in the Swift 6 language mode
 163 |
 164 |         /// The list of deferred task production blocks.
 165 |         fileprivate var _deferredProducers: [() async -> [any PlannedTask]] = []
     |                         |- warning: stored property '_deferredProducers' of 'Sendable'-conforming struct 'State' contains non-Sendable type '() async -> [any PlannedTask]'; this is an error in the Swift 6 language mode
     |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 166 |
 167 |         /// Whether we have transitioned to processing deferred tasks.
/host/spi-builder-workspace/Sources/SWBTaskConstruction/TaskProducers/TaskProducer.swift:116:15: warning: result of call to 'withLock' is unused [#no-usage]
 114 |     /// Registers a path accessed during task construction.
 115 |     func access(path: Path) {
 116 |         state.withLock { $0.accessedPaths.insert(path) }
     |               `- warning: result of call to 'withLock' is unused [#no-usage]
 117 |     }
 118 |
/host/spi-builder-workspace/Sources/SWBTaskConstruction/TaskProducers/TaskProducer.swift:165:25: warning: stored property '_deferredProducers' of 'Sendable'-conforming struct 'State' contains non-Sendable type '() async -> [any PlannedTask]'; this is an error in the Swift 6 language mode
 163 |
 164 |         /// The list of deferred task production blocks.
 165 |         fileprivate var _deferredProducers: [() async -> [any PlannedTask]] = []
     |                         |- warning: stored property '_deferredProducers' of 'Sendable'-conforming struct 'State' contains non-Sendable type '() async -> [any PlannedTask]'; this is an error in the Swift 6 language mode
     |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 166 |
 167 |         /// Whether we have transitioned to processing deferred tasks.
/host/spi-builder-workspace/Sources/SWBTaskConstruction/TaskProducers/TaskProducer.swift:116:15: warning: result of call to 'withLock' is unused [#no-usage]
 114 |     /// Registers a path accessed during task construction.
 115 |     func access(path: Path) {
 116 |         state.withLock { $0.accessedPaths.insert(path) }
     |               `- warning: result of call to 'withLock' is unused [#no-usage]
 117 |     }
 118 |
/host/spi-builder-workspace/Sources/SWBTaskConstruction/TaskProducers/TaskProducer.swift:165:25: warning: stored property '_deferredProducers' of 'Sendable'-conforming struct 'State' contains non-Sendable type '() async -> [any PlannedTask]'; this is an error in the Swift 6 language mode
 163 |
 164 |         /// The list of deferred task production blocks.
 165 |         fileprivate var _deferredProducers: [() async -> [any PlannedTask]] = []
     |                         |- warning: stored property '_deferredProducers' of 'Sendable'-conforming struct 'State' contains non-Sendable type '() async -> [any PlannedTask]'; this is an error in the Swift 6 language mode
     |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 166 |
 167 |         /// Whether we have transitioned to processing deferred tasks.
/host/spi-builder-workspace/Sources/SWBTaskConstruction/TaskProducers/TaskProducer.swift:116:15: warning: result of call to 'withLock' is unused [#no-usage]
 114 |     /// Registers a path accessed during task construction.
 115 |     func access(path: Path) {
 116 |         state.withLock { $0.accessedPaths.insert(path) }
     |               `- warning: result of call to 'withLock' is unused [#no-usage]
 117 |     }
 118 |
/host/spi-builder-workspace/Sources/SWBTaskConstruction/TaskProducers/TaskProducer.swift:165:25: warning: stored property '_deferredProducers' of 'Sendable'-conforming struct 'State' contains non-Sendable type '() async -> [any PlannedTask]'; this is an error in the Swift 6 language mode
 163 |
 164 |         /// The list of deferred task production blocks.
 165 |         fileprivate var _deferredProducers: [() async -> [any PlannedTask]] = []
     |                         |- warning: stored property '_deferredProducers' of 'Sendable'-conforming struct 'State' contains non-Sendable type '() async -> [any PlannedTask]'; this is an error in the Swift 6 language mode
     |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 166 |
 167 |         /// Whether we have transitioned to processing deferred tasks.
/host/spi-builder-workspace/Sources/SWBTaskConstruction/TaskProducers/TaskProducer.swift:116:15: warning: result of call to 'withLock' is unused [#no-usage]
 114 |     /// Registers a path accessed during task construction.
 115 |     func access(path: Path) {
 116 |         state.withLock { $0.accessedPaths.insert(path) }
     |               `- warning: result of call to 'withLock' is unused [#no-usage]
 117 |     }
 118 |
/host/spi-builder-workspace/Sources/SWBTaskConstruction/TaskProducers/TaskProducer.swift:165:25: warning: stored property '_deferredProducers' of 'Sendable'-conforming struct 'State' contains non-Sendable type '() async -> [any PlannedTask]'; this is an error in the Swift 6 language mode
 163 |
 164 |         /// The list of deferred task production blocks.
 165 |         fileprivate var _deferredProducers: [() async -> [any PlannedTask]] = []
     |                         |- warning: stored property '_deferredProducers' of 'Sendable'-conforming struct 'State' contains non-Sendable type '() async -> [any PlannedTask]'; this is an error in the Swift 6 language mode
     |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 166 |
 167 |         /// Whether we have transitioned to processing deferred tasks.
/host/spi-builder-workspace/Sources/SWBTaskConstruction/TaskProducers/TaskProducer.swift:116:15: warning: result of call to 'withLock' is unused [#no-usage]
 114 |     /// Registers a path accessed during task construction.
 115 |     func access(path: Path) {
 116 |         state.withLock { $0.accessedPaths.insert(path) }
     |               `- warning: result of call to 'withLock' is unused [#no-usage]
 117 |     }
 118 |
/host/spi-builder-workspace/Sources/SwiftBuild/ConsoleCommands/SWBServiceConsoleBuildCommandProtocol.swift:285:18: warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 283 |             self.kind = kind
 284 |             self.location = location
 285 |             self.locationContext = locationContext
     |                  `- warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 286 |             self.locationContext2 = locationContext2
 287 |             self.component = component
/host/spi-builder-workspace/Sources/SwiftBuild/ConsoleCommands/SWBServiceConsoleBuildCommandProtocol.swift:313:18: warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 311 |         ) {
 312 |             self.data = data
 313 |             self.locationContext = locationContext
     |                  `- warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 314 |             self.locationContext2 = locationContext2
 315 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftBuild/ConsoleCommands/SWBServiceConsoleBuildCommandProtocol.swift:285:18: warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 283 |             self.kind = kind
 284 |             self.location = location
 285 |             self.locationContext = locationContext
     |                  `- warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 286 |             self.locationContext2 = locationContext2
 287 |             self.component = component
/host/spi-builder-workspace/Sources/SwiftBuild/ConsoleCommands/SWBServiceConsoleBuildCommandProtocol.swift:313:18: warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 311 |         ) {
 312 |             self.data = data
 313 |             self.locationContext = locationContext
     |                  `- warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 314 |             self.locationContext2 = locationContext2
 315 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftBuild/ConsoleCommands/SWBServiceConsoleBuildCommandProtocol.swift:285:18: warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 283 |             self.kind = kind
 284 |             self.location = location
 285 |             self.locationContext = locationContext
     |                  `- warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 286 |             self.locationContext2 = locationContext2
 287 |             self.component = component
/host/spi-builder-workspace/Sources/SwiftBuild/ConsoleCommands/SWBServiceConsoleBuildCommandProtocol.swift:313:18: warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 311 |         ) {
 312 |             self.data = data
 313 |             self.locationContext = locationContext
     |                  `- warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 314 |             self.locationContext2 = locationContext2
 315 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftBuild/ConsoleCommands/SWBServiceConsoleBuildCommandProtocol.swift:285:18: warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 283 |             self.kind = kind
 284 |             self.location = location
 285 |             self.locationContext = locationContext
     |                  `- warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 286 |             self.locationContext2 = locationContext2
 287 |             self.component = component
/host/spi-builder-workspace/Sources/SwiftBuild/ConsoleCommands/SWBServiceConsoleBuildCommandProtocol.swift:313:18: warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 311 |         ) {
 312 |             self.data = data
 313 |             self.locationContext = locationContext
     |                  `- warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 314 |             self.locationContext2 = locationContext2
 315 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftBuild/ConsoleCommands/SWBServiceConsoleBuildCommandProtocol.swift:285:18: warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 283 |             self.kind = kind
 284 |             self.location = location
 285 |             self.locationContext = locationContext
     |                  `- warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 286 |             self.locationContext2 = locationContext2
 287 |             self.component = component
/host/spi-builder-workspace/Sources/SwiftBuild/ConsoleCommands/SWBServiceConsoleBuildCommandProtocol.swift:313:18: warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 311 |         ) {
 312 |             self.data = data
 313 |             self.locationContext = locationContext
     |                  `- warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 314 |             self.locationContext2 = locationContext2
 315 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftBuild/ConsoleCommands/SWBServiceConsoleBuildCommandProtocol.swift:285:18: warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 283 |             self.kind = kind
 284 |             self.location = location
 285 |             self.locationContext = locationContext
     |                  `- warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 286 |             self.locationContext2 = locationContext2
 287 |             self.component = component
/host/spi-builder-workspace/Sources/SwiftBuild/ConsoleCommands/SWBServiceConsoleBuildCommandProtocol.swift:313:18: warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 311 |         ) {
 312 |             self.data = data
 313 |             self.locationContext = locationContext
     |                  `- warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 314 |             self.locationContext2 = locationContext2
 315 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/host/spi-builder-workspace/Sources/SwiftBuild/ConsoleCommands/SWBServiceConsoleBuildCommandProtocol.swift:285:18: warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 283 |             self.kind = kind
 284 |             self.location = location
 285 |             self.locationContext = locationContext
     |                  `- warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 286 |             self.locationContext2 = locationContext2
 287 |             self.component = component
/host/spi-builder-workspace/Sources/SwiftBuild/ConsoleCommands/SWBServiceConsoleBuildCommandProtocol.swift:313:18: warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 311 |         ) {
 312 |             self.data = data
 313 |             self.locationContext = locationContext
     |                  `- warning: 'locationContext' is deprecated: Use locationContext2 instead [#DeprecatedDeclaration]
 314 |             self.locationContext2 = locationContext2
 315 |         }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1356/1382] Wrapping AST for SwiftBuild for debugging
[1371/1383] Wrapping AST for SWBTaskConstruction for debugging
[1373/1482] Compiling SWBTaskExecution TaskActionExtensionPoint.swift
[1374/1482] Compiling SWBTaskExecution AuxiliaryFileTaskAction.swift
[1375/1482] Compiling SWBTaskExecution ClangCachingKeyQueryTaskAction.swift
[1376/1482] Compiling SWBTaskExecution ClangCachingMaterializeKeyTaskAction.swift
[1377/1482] Compiling SWBTaskExecution ClangCachingOutputMaterializerTaskAction.swift
[1378/1487] Emitting module SWBTaskExecution
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:142:17: warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
140 |
141 |     /// The task action for the task, if any.
142 |     package let action: TaskAction?
    |                 `- warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
143 |
144 |     package var inputPaths: [Path] {
/host/spi-builder-workspace/Sources/SWBTaskExecution/TaskActions/TaskAction.swift:37:12: note: class 'TaskAction' does not conform to the 'Sendable' protocol
 35 | ///
 36 | /// Task actions are primarily used to capture state and execution logic for in-process tasks.
 37 | open class TaskAction: PlannedTaskAction, PolymorphicSerializable
    |            `- note: class 'TaskAction' does not conform to the 'Sendable' protocol
 38 | {
 39 |     /// A unique identifier for the tool, used for binding in llbuild.
[1379/1495] Compiling SWBTaskExecution SignatureCollectionTaskAction.swift
[1380/1495] Compiling SWBTaskExecution SwiftCachingKeyQueryTaskAction.swift
[1381/1495] Compiling SWBTaskExecution SwiftCachingMaterializeKeyTaskAction.swift
[1382/1495] Compiling SWBTaskExecution SwiftCachingOutputMaterializerTaskAction.swift
[1383/1495] Compiling SWBTaskExecution SwiftCompilationTaskAction.swift
[1384/1495] Compiling SWBTaskExecution SwiftCompilationVerificationTaskAction.swift
[1385/1495] Compiling SWBTaskExecution SwiftDriverCompilationRequirementTaskAction.swift
[1386/1495] Compiling SWBTaskExecution SwiftDriverJobSchedulingTaskAction.swift
[1387/1495] Compiling SWBTaskExecution CompilationCachingUploader.swift
[1388/1495] Compiling SWBTaskExecution DynamicTaskOperationContext.swift
[1389/1495] Compiling SWBTaskExecution DynamicTaskSpecRegistry.swift
[1390/1495] Compiling SWBTaskExecution PrecompileClangModuleDynamicTaskSpec.swift
[1391/1495] Compiling SWBTaskExecution SwiftCachingDynamicTaskSpec.swift
[1392/1495] Compiling SWBApplePlatform StringCatalogCompilerOutputParser.swift
[1393/1495] Compiling SWBApplePlatform StubBinaryTaskProducer.swift
[1394/1495] Compiling SWBApplePlatform XCStringsCompiler.swift
[1395/1495] Compiling SWBApplePlatform XCStringsInputFileGroupingStrategy.swift
[1396/1495] Compiling SWBApplePlatform resource_bundle_accessor.swift
[1397/1495] Compiling SWBTaskExecution CompilationCachingDataPruner.swift
[1403/1495] Compiling SWBTaskExecution SwiftCachingTaskKeys.swift
[1404/1495] Compiling SWBTaskExecution SwiftDriverJobDynamicTaskSpec.swift
[1405/1495] Compiling SWBTaskExecution SwiftDriverPlanningDynamicTaskSpec.swift
[1406/1495] Compiling SWBTaskExecution CodeSignTaskAction.swift
[1407/1495] Compiling SWBTaskExecution ConcatenateTaskAction.swift
[1408/1495] Compiling SWBTaskExecution ConstructStubExecutorInputFileListTaskAction.swift
[1409/1495] Compiling SWBTaskExecution CopyPlistTaskAction.swift
[1410/1495] Compiling SWBTaskExecution CopyStringsFileTaskAction.swift
[1411/1495] Compiling SWBTaskExecution CopyTiffTaskAction.swift
[1412/1495] Compiling SWBTaskExecution CreateBuildDirectoryTaskAction.swift
[1413/1495] Compiling SWBTaskExecution ProjectPlanner.swift
[1414/1495] Compiling SWBTaskExecution ResponseFileFormat+ExpressibleByArgument.swift
[1415/1495] Compiling SWBTaskExecution Task.swift
/host/spi-builder-workspace/Sources/SWBApplePlatform/InterfaceBuilderCompiler.swift:29:31: warning: result of call to 'withLock' is unused [#no-usage]
 27 |                 return
 28 |             }
 29 |             allInputFilenames.withLock{ $0.insert(ftb.absolutePath.basenameWithoutSuffix) }
    |                               `- warning: result of call to 'withLock' is unused [#no-usage]
 30 |         }
 31 |
/host/spi-builder-workspace/Sources/SWBApplePlatform/InterfaceBuilderCompiler.swift:29:31: warning: result of call to 'withLock' is unused [#no-usage]
 27 |                 return
 28 |             }
 29 |             allInputFilenames.withLock{ $0.insert(ftb.absolutePath.basenameWithoutSuffix) }
    |                               `- warning: result of call to 'withLock' is unused [#no-usage]
 30 |         }
 31 |
/host/spi-builder-workspace/Sources/SWBApplePlatform/InterfaceBuilderCompiler.swift:29:31: warning: result of call to 'withLock' is unused [#no-usage]
 27 |                 return
 28 |             }
 29 |             allInputFilenames.withLock{ $0.insert(ftb.absolutePath.basenameWithoutSuffix) }
    |                               `- warning: result of call to 'withLock' is unused [#no-usage]
 30 |         }
 31 |
[1419/1495] Compiling SWBTaskExecution ClangModuleVerifierInputGeneratorTaskAction.swift
/host/spi-builder-workspace/Sources/SWBApplePlatform/InterfaceBuilderCompiler.swift:29:31: warning: result of call to 'withLock' is unused [#no-usage]
 27 |                 return
 28 |             }
 29 |             allInputFilenames.withLock{ $0.insert(ftb.absolutePath.basenameWithoutSuffix) }
    |                               `- warning: result of call to 'withLock' is unused [#no-usage]
 30 |         }
 31 |
[1420/1495] Compiling SWBTaskExecution ClangScanTaskAction.swift
/host/spi-builder-workspace/Sources/SWBApplePlatform/InterfaceBuilderCompiler.swift:29:31: warning: result of call to 'withLock' is unused [#no-usage]
 27 |                 return
 28 |             }
 29 |             allInputFilenames.withLock{ $0.insert(ftb.absolutePath.basenameWithoutSuffix) }
    |                               `- warning: result of call to 'withLock' is unused [#no-usage]
 30 |         }
 31 |
[1421/1495] Compiling SWBTaskExecution MergeInfoPlistTaskAction.swift
[1422/1495] Compiling SWBTaskExecution ODRAssetPackManifestTaskAction.swift
[1423/1495] Compiling SWBTaskExecution ObjectLibraryAssemblerTaskAction.swift
[1424/1495] Compiling SWBTaskExecution PrecompileClangModuleTaskAction.swift
[1425/1495] Compiling SWBTaskExecution ProcessProductEntitlementsTaskAction.swift
[1426/1495] Compiling SWBTaskExecution ProcessProductProvisioningProfileTaskAction.swift
[1427/1495] Compiling SWBTaskExecution ProcessSDKImportsTaskAction.swift
[1428/1495] Compiling SWBTaskExecution ProcessXCFrameworkTaskAction.swift
[1429/1495] Compiling SWBTaskExecution RegisterExecutionPolicyExceptionTaskAction.swift
[1430/1495] Emitting module SWBApplePlatform
[1431/1495] Compiling SWBTaskExecution ClangCachingMaterializeKeyDynamicTaskSpec.swift
[1432/1495] Compiling SWBTaskExecution ClangCachingOutputMaterializerDynamicTaskSpec.swift
[1433/1495] Compiling SWBTaskExecution ClangCachingTaskCacheKey.swift
[1434/1495] Compiling SWBTaskExecution ClangModuleDependencyGraph.swift
[1436/1495] Compiling SWBTaskExecution BuildDescription.swift
[1437/1495] Compiling SWBTaskExecution BuildDescriptionManager.swift
[1438/1495] Compiling SWBTaskExecution BuildDescriptionSignature.swift
[1439/1495] Compiling SWBTaskExecution BuiltinTaskActionsExtension.swift
[1440/1495] Compiling SWBTaskExecution ClangCachingKeyQueryDynamicTaskSpec.swift
[1442/1496] Compiling SWBTaskExecution SwiftDriverJobTaskAction.swift
[1443/1496] Compiling SWBTaskExecution SwiftDriverTaskAction.swift
[1444/1496] Compiling SWBTaskExecution SwiftHeaderToolTaskAction.swift
[1445/1496] Compiling SWBTaskExecution TaskAction.swift
[1446/1496] Compiling SWBTaskExecution ValidateDevelopmentAssetsTaskAction.swift
[1447/1496] Compiling SWBTaskExecution ValidateProductTaskAction.swift
[1448/1496] Compiling SWBTaskExecution TaskResult.swift
[1449/1496] Compiling SWBTaskExecution TaskStore.swift
[1449/1496] Wrapping AST for SWBApplePlatform for debugging
[1464/1496] Compiling SWBTaskExecution GenericCachingTaskAction.swift
[1465/1496] Compiling SWBTaskExecution InfoPlistProcessorTaskAction.swift
[1466/1496] Compiling SWBTaskExecution LSRegisterURLTaskAction.swift
[1467/1496] Compiling SWBTaskExecution LinkAssetCatalogTaskAction.swift
[1468/1496] Compiling SWBTaskExecution LinkerTaskAction.swift
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:142:17: warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
140 |
141 |     /// The task action for the task, if any.
142 |     package let action: TaskAction?
    |                 `- warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
143 |
144 |     package var inputPaths: [Path] {
/host/spi-builder-workspace/Sources/SWBTaskExecution/TaskActions/TaskAction.swift:37:12: note: class 'TaskAction' does not conform to the 'Sendable' protocol
 35 | ///
 36 | /// Task actions are primarily used to capture state and execution logic for in-process tasks.
 37 | open class TaskAction: PlannedTaskAction, PolymorphicSerializable
    |            `- note: class 'TaskAction' does not conform to the 'Sendable' protocol
 38 | {
 39 |     /// A unique identifier for the tool, used for binding in llbuild.
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:19:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 17 | import SWBCAS
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 20 | public import protocol SWBLLBuild.ProcessDelegate
 21 |
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:20:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
 20 | public import protocol SWBLLBuild.ProcessDelegate
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 21 |
 22 | public import struct SWBProtocol.BuildOperationMetrics
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:142:17: warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
140 |
141 |     /// The task action for the task, if any.
142 |     package let action: TaskAction?
    |                 `- warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
143 |
144 |     package var inputPaths: [Path] {
/host/spi-builder-workspace/Sources/SWBTaskExecution/TaskActions/TaskAction.swift:37:12: note: class 'TaskAction' does not conform to the 'Sendable' protocol
 35 | ///
 36 | /// Task actions are primarily used to capture state and execution logic for in-process tasks.
 37 | open class TaskAction: PlannedTaskAction, PolymorphicSerializable
    |            `- note: class 'TaskAction' does not conform to the 'Sendable' protocol
 38 | {
 39 |     /// A unique identifier for the tool, used for binding in llbuild.
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:19:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 17 | import SWBCAS
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 20 | public import protocol SWBLLBuild.ProcessDelegate
 21 |
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:20:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
 20 | public import protocol SWBLLBuild.ProcessDelegate
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 21 |
 22 | public import struct SWBProtocol.BuildOperationMetrics
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:142:17: warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
140 |
141 |     /// The task action for the task, if any.
142 |     package let action: TaskAction?
    |                 `- warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
143 |
144 |     package var inputPaths: [Path] {
/host/spi-builder-workspace/Sources/SWBTaskExecution/TaskActions/TaskAction.swift:37:12: note: class 'TaskAction' does not conform to the 'Sendable' protocol
 35 | ///
 36 | /// Task actions are primarily used to capture state and execution logic for in-process tasks.
 37 | open class TaskAction: PlannedTaskAction, PolymorphicSerializable
    |            `- note: class 'TaskAction' does not conform to the 'Sendable' protocol
 38 | {
 39 |     /// A unique identifier for the tool, used for binding in llbuild.
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:19:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 17 | import SWBCAS
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 20 | public import protocol SWBLLBuild.ProcessDelegate
 21 |
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:20:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
 20 | public import protocol SWBLLBuild.ProcessDelegate
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 21 |
 22 | public import struct SWBProtocol.BuildOperationMetrics
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:142:17: warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
140 |
141 |     /// The task action for the task, if any.
142 |     package let action: TaskAction?
    |                 `- warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
143 |
144 |     package var inputPaths: [Path] {
/host/spi-builder-workspace/Sources/SWBTaskExecution/TaskActions/TaskAction.swift:37:12: note: class 'TaskAction' does not conform to the 'Sendable' protocol
 35 | ///
 36 | /// Task actions are primarily used to capture state and execution logic for in-process tasks.
 37 | open class TaskAction: PlannedTaskAction, PolymorphicSerializable
    |            `- note: class 'TaskAction' does not conform to the 'Sendable' protocol
 38 | {
 39 |     /// A unique identifier for the tool, used for binding in llbuild.
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:19:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 17 | import SWBCAS
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 20 | public import protocol SWBLLBuild.ProcessDelegate
 21 |
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:20:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
 20 | public import protocol SWBLLBuild.ProcessDelegate
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 21 |
 22 | public import struct SWBProtocol.BuildOperationMetrics
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:142:17: warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
140 |
141 |     /// The task action for the task, if any.
142 |     package let action: TaskAction?
    |                 `- warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
143 |
144 |     package var inputPaths: [Path] {
/host/spi-builder-workspace/Sources/SWBTaskExecution/TaskActions/TaskAction.swift:37:12: note: class 'TaskAction' does not conform to the 'Sendable' protocol
 35 | ///
 36 | /// Task actions are primarily used to capture state and execution logic for in-process tasks.
 37 | open class TaskAction: PlannedTaskAction, PolymorphicSerializable
    |            `- note: class 'TaskAction' does not conform to the 'Sendable' protocol
 38 | {
 39 |     /// A unique identifier for the tool, used for binding in llbuild.
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:19:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 17 | import SWBCAS
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 20 | public import protocol SWBLLBuild.ProcessDelegate
 21 |
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:20:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
 20 | public import protocol SWBLLBuild.ProcessDelegate
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 21 |
 22 | public import struct SWBProtocol.BuildOperationMetrics
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:142:17: warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
140 |
141 |     /// The task action for the task, if any.
142 |     package let action: TaskAction?
    |                 `- warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
143 |
144 |     package var inputPaths: [Path] {
/host/spi-builder-workspace/Sources/SWBTaskExecution/TaskActions/TaskAction.swift:37:12: note: class 'TaskAction' does not conform to the 'Sendable' protocol
 35 | ///
 36 | /// Task actions are primarily used to capture state and execution logic for in-process tasks.
 37 | open class TaskAction: PlannedTaskAction, PolymorphicSerializable
    |            `- note: class 'TaskAction' does not conform to the 'Sendable' protocol
 38 | {
 39 |     /// A unique identifier for the tool, used for binding in llbuild.
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:19:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 17 | import SWBCAS
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 20 | public import protocol SWBLLBuild.ProcessDelegate
 21 |
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:20:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
 20 | public import protocol SWBLLBuild.ProcessDelegate
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 21 |
 22 | public import struct SWBProtocol.BuildOperationMetrics
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:142:17: warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
140 |
141 |     /// The task action for the task, if any.
142 |     package let action: TaskAction?
    |                 `- warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
143 |
144 |     package var inputPaths: [Path] {
/host/spi-builder-workspace/Sources/SWBTaskExecution/TaskActions/TaskAction.swift:37:12: note: class 'TaskAction' does not conform to the 'Sendable' protocol
 35 | ///
 36 | /// Task actions are primarily used to capture state and execution logic for in-process tasks.
 37 | open class TaskAction: PlannedTaskAction, PolymorphicSerializable
    |            `- note: class 'TaskAction' does not conform to the 'Sendable' protocol
 38 | {
 39 |     /// A unique identifier for the tool, used for binding in llbuild.
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:19:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 17 | import SWBCAS
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 20 | public import protocol SWBLLBuild.ProcessDelegate
 21 |
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:20:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
 20 | public import protocol SWBLLBuild.ProcessDelegate
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 21 |
 22 | public import struct SWBProtocol.BuildOperationMetrics
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:142:17: warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
140 |
141 |     /// The task action for the task, if any.
142 |     package let action: TaskAction?
    |                 `- warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
143 |
144 |     package var inputPaths: [Path] {
/host/spi-builder-workspace/Sources/SWBTaskExecution/TaskActions/TaskAction.swift:37:12: note: class 'TaskAction' does not conform to the 'Sendable' protocol
 35 | ///
 36 | /// Task actions are primarily used to capture state and execution logic for in-process tasks.
 37 | open class TaskAction: PlannedTaskAction, PolymorphicSerializable
    |            `- note: class 'TaskAction' does not conform to the 'Sendable' protocol
 38 | {
 39 |     /// A unique identifier for the tool, used for binding in llbuild.
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:19:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 17 | import SWBCAS
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 20 | public import protocol SWBLLBuild.ProcessDelegate
 21 |
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:20:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
 20 | public import protocol SWBLLBuild.ProcessDelegate
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 21 |
 22 | public import struct SWBProtocol.BuildOperationMetrics
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:142:17: warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
140 |
141 |     /// The task action for the task, if any.
142 |     package let action: TaskAction?
    |                 `- warning: stored property 'action' of 'Sendable'-conforming class 'Task' contains non-Sendable type 'TaskAction'; this is an error in the Swift 6 language mode
143 |
144 |     package var inputPaths: [Path] {
/host/spi-builder-workspace/Sources/SWBTaskExecution/TaskActions/TaskAction.swift:37:12: note: class 'TaskAction' does not conform to the 'Sendable' protocol
 35 | ///
 36 | /// Task actions are primarily used to capture state and execution logic for in-process tasks.
 37 | open class TaskAction: PlannedTaskAction, PolymorphicSerializable
    |            `- note: class 'TaskAction' does not conform to the 'Sendable' protocol
 38 | {
 39 |     /// A unique identifier for the tool, used for binding in llbuild.
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:19:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 17 | import SWBCAS
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 20 | public import protocol SWBLLBuild.ProcessDelegate
 21 |
/host/spi-builder-workspace/Sources/SWBTaskExecution/Task.swift:20:8: warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 18 | public import SWBMacro
 19 | public import typealias SWBLLBuild.llbuild_pid_t
 20 | public import protocol SWBLLBuild.ProcessDelegate
    |        `- warning: public import of 'SWBLLBuild' was not used in public declarations or inlinable code
 21 |
 22 | public import struct SWBProtocol.BuildOperationMetrics
[1487/1497] Wrapping AST for SWBTaskExecution for debugging
[1489/1517] Compiling SWBBuildSystem SandboxViolations.swift
[1490/1517] Compiling SWBUniversalPlatform YaccCompiler.swift
[1491/1518] Compiling SWBUniversalPlatform TestEntryPointGenerationTool.swift
[1492/1518] Compiling SWBUniversalPlatform TestEntryPointTaskProducer.swift
[1493/1518] Emitting module SWBUniversalPlatform
[1494/1518] Compiling SWBUniversalPlatform CopyStringsFile.swift
[1495/1518] Compiling SWBUniversalPlatform CppTool.swift
[1496/1518] Compiling SWBUniversalPlatform resource_bundle_accessor.swift
[1497/1518] Compiling SWBUniversalPlatform DiffTool.swift
[1498/1518] Compiling SWBUniversalPlatform LexCompiler.swift
[1499/1518] Compiling SWBUniversalPlatform BareMetal.swift
[1500/1518] Compiling SWBUniversalPlatform CopyPlistFile.swift
[1501/1518] Compiling SWBUniversalPlatform Plugin.swift
[1502/1518] Compiling SWBUniversalPlatform TestEntryPointGenerationTaskAction.swift
[1504/1519] Emitting module SWBBuildSystem
/host/spi-builder-workspace/Sources/SWBBuildSystem/BuildOperation.swift:221:17: warning: stored property 'delegate' of 'Sendable'-conforming class 'BuildOperation' has non-Sendable type 'any BuildOperationDelegate'; this is an error in the Swift 6 language mode
  34 |
  35 | /// Delegate protocol used to communicate build operation results and status.
  36 | package protocol BuildOperationDelegate {
     |                  `- note: protocol 'BuildOperationDelegate' does not conform to the 'Sendable' protocol
  37 |     /// The proxy to use for file system access, if desired.
  38 |     ///
     :
 219 |
 220 |     /// The operation delegate.
 221 |     package let delegate: any BuildOperationDelegate
     |                 `- warning: stored property 'delegate' of 'Sendable'-conforming class 'BuildOperation' has non-Sendable type 'any BuildOperationDelegate'; this is an error in the Swift 6 language mode
 222 |
 223 |     /// Whether the build results should be persisted (for incremental builds).
/host/spi-builder-workspace/Sources/SWBBuildSystem/BuildOperation.swift:233:17: warning: stored property 'clientDelegate' of 'Sendable'-conforming class 'BuildOperation' has non-Sendable type 'any ClientDelegate'; this is an error in the Swift 6 language mode
 231 |
 232 |     /// A delegate to allow tasks to communicate with the client during their execution.
 233 |     package let clientDelegate: any ClientDelegate
     |                 `- warning: stored property 'clientDelegate' of 'Sendable'-conforming class 'BuildOperation' has non-Sendable type 'any ClientDelegate'; this is an error in the Swift 6 language mode
 234 |
 235 |     /// An output delegate that can be used to communicate status from the overall build
/host/spi-builder-workspace/Sources/SWBBuildSystem/BuildManager.swift:119:18: note: protocol 'ClientDelegate' does not conform to the 'Sendable' protocol
117 |
118 | /// The client delegate support delegation to the client for both task planning and task execution.
119 | package protocol ClientDelegate: TaskPlanningClientDelegate, TaskExecutionClientDelegate {
    |                  `- note: protocol 'ClientDelegate' does not conform to the 'Sendable' protocol
120 | }
121 |
/host/spi-builder-workspace/Sources/SWBBuildSystem/BuildOperation.swift:236:17: warning: stored property 'buildOutputDelegate' of 'Sendable'-conforming class 'BuildOperation' is mutable; this is an error in the Swift 6 language mode
 234 |
 235 |     /// An output delegate that can be used to communicate status from the overall build
 236 |     private var buildOutputDelegate: (any BuildOutputDelegate)!
     |                 `- warning: stored property 'buildOutputDelegate' of 'Sendable'-conforming class 'BuildOperation' is mutable; this is an error in the Swift 6 language mode
 237 |
 238 |     /// The underlying LLBuild build system
/host/spi-builder-workspace/Sources/SWBBuildSystem/CleanOperation.swift:56:17: warning: stored property 'delegate' of 'Sendable'-conforming class 'CleanOperation' has non-Sendable type 'any BuildOperationDelegate'; this is an error in the Swift 6 language mode
 54 |     private let buildRequest: BuildRequest
 55 |     private let buildRequestContext: BuildRequestContext
 56 |     private let delegate: any BuildOperationDelegate
    |                 `- warning: stored property 'delegate' of 'Sendable'-conforming class 'CleanOperation' has non-Sendable type 'any BuildOperationDelegate'; this is an error in the Swift 6 language mode
 57 |     private let dependencyResolverDelegate: (any TargetDependencyResolverDelegate)?
 58 |     private let _diagnosticsEngine = DiagnosticsEngine()
/host/spi-builder-workspace/Sources/SWBBuildSystem/BuildOperation.swift:36:18: note: protocol 'BuildOperationDelegate' does not conform to the 'Sendable' protocol
  34 |
  35 | /// Delegate protocol used to communicate build operation results and status.
  36 | package protocol BuildOperationDelegate {
     |                  `- note: protocol 'BuildOperationDelegate' does not conform to the 'Sendable' protocol
  37 |     /// The proxy to use for file system access, if desired.
  38 |     ///
/host/spi-builder-workspace/Sources/SWBBuildSystem/CleanOperation.swift:57:17: warning: stored property 'dependencyResolverDelegate' of 'Sendable'-conforming class 'CleanOperation' contains non-Sendable type 'any TargetDependencyResolverDelegate'; this is an error in the Swift 6 language mode
 55 |     private let buildRequestContext: BuildRequestContext
 56 |     private let delegate: any BuildOperationDelegate
 57 |     private let dependencyResolverDelegate: (any TargetDependencyResolverDelegate)?
    |                 `- warning: stored property 'dependencyResolverDelegate' of 'Sendable'-conforming class 'CleanOperation' contains non-Sendable type 'any TargetDependencyResolverDelegate'; this is an error in the Swift 6 language mode
 58 |     private let _diagnosticsEngine = DiagnosticsEngine()
 59 |     private let style: BuildLocationStyle
/host/spi-builder-workspace/Sources/SWBCore/DependencyResolution.swift:24:17: note: protocol 'TargetDependencyResolverDelegate' does not conform to the 'Sendable' protocol
  22 |
  23 | /// The delegate used when constructing a target graph.
  24 | public protocol TargetDependencyResolverDelegate: AnyObject, TargetDiagnosticProducingDelegate {
     |                 `- note: protocol 'TargetDependencyResolverDelegate' does not conform to the 'Sendable' protocol
  25 |     /// Emit a diagnostic for target dependency resolution.
  26 |     func emit(_ diagnostic: Diagnostic)
/host/spi-builder-workspace/Sources/SWBBuildSystem/CleanOperation.swift:13:9: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 11 | //===----------------------------------------------------------------------===//
 12 |
 13 | package import SWBCore
    |         `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 14 | import SWBTaskExecution
 15 | package import SWBProtocol
/host/spi-builder-workspace/Sources/SWBBuildSystem/CleanOperation.swift:64:17: warning: stored property 'wasCancellationRequested' of 'Sendable'-conforming class 'CleanOperation' is mutable; this is an error in the Swift 6 language mode
 62 |     private let ignoreCreatedByBuildSystemAttribute: Bool
 63 |
 64 |     private var wasCancellationRequested = false
    |                 `- warning: stored property 'wasCancellationRequested' of 'Sendable'-conforming class 'CleanOperation' is mutable; this is an error in the Swift 6 language mode
 65 |     package let uuid: UUID
 66 |
[1504/1519] Wrapping AST for SWBUniversalPlatform for debugging
[1506/1519] Compiling SWBBuildSystem BuildOperationExtension.swift
[1507/1519] Compiling SWBBuildSystem DependencyCycleFormatter.swift
[1508/1519] Compiling SWBBuildSystem CleanOperation.swift
/host/spi-builder-workspace/Sources/SWBBuildSystem/CleanOperation.swift:56:17: warning: stored property 'delegate' of 'Sendable'-conforming class 'CleanOperation' has non-Sendable type 'any BuildOperationDelegate'; this is an error in the Swift 6 language mode
 54 |     private let buildRequest: BuildRequest
 55 |     private let buildRequestContext: BuildRequestContext
 56 |     private let delegate: any BuildOperationDelegate
    |                 `- warning: stored property 'delegate' of 'Sendable'-conforming class 'CleanOperation' has non-Sendable type 'any BuildOperationDelegate'; this is an error in the Swift 6 language mode
 57 |     private let dependencyResolverDelegate: (any TargetDependencyResolverDelegate)?
 58 |     private let _diagnosticsEngine = DiagnosticsEngine()
/host/spi-builder-workspace/Sources/SWBBuildSystem/BuildOperation.swift:36:18: note: protocol 'BuildOperationDelegate' does not conform to the 'Sendable' protocol
  34 |
  35 | /// Delegate protocol used to communicate build operation results and status.
  36 | package protocol BuildOperationDelegate {
     |                  `- note: protocol 'BuildOperationDelegate' does not conform to the 'Sendable' protocol
  37 |     /// The proxy to use for file system access, if desired.
  38 |     ///
/host/spi-builder-workspace/Sources/SWBBuildSystem/CleanOperation.swift:57:17: warning: stored property 'dependencyResolverDelegate' of 'Sendable'-conforming class 'CleanOperation' contains non-Sendable type 'any TargetDependencyResolverDelegate'; this is an error in the Swift 6 language mode
 55 |     private let buildRequestContext: BuildRequestContext
 56 |     private let delegate: any BuildOperationDelegate
 57 |     private let dependencyResolverDelegate: (any TargetDependencyResolverDelegate)?
    |                 `- warning: stored property 'dependencyResolverDelegate' of 'Sendable'-conforming class 'CleanOperation' contains non-Sendable type 'any TargetDependencyResolverDelegate'; this is an error in the Swift 6 language mode
 58 |     private let _diagnosticsEngine = DiagnosticsEngine()
 59 |     private let style: BuildLocationStyle
/host/spi-builder-workspace/Sources/SWBCore/DependencyResolution.swift:24:17: note: protocol 'TargetDependencyResolverDelegate' does not conform to the 'Sendable' protocol
  22 |
  23 | /// The delegate used when constructing a target graph.
  24 | public protocol TargetDependencyResolverDelegate: AnyObject, TargetDiagnosticProducingDelegate {
     |                 `- note: protocol 'TargetDependencyResolverDelegate' does not conform to the 'Sendable' protocol
  25 |     /// Emit a diagnostic for target dependency resolution.
  26 |     func emit(_ diagnostic: Diagnostic)
/host/spi-builder-workspace/Sources/SWBBuildSystem/CleanOperation.swift:13:9: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 11 | //===----------------------------------------------------------------------===//
 12 |
 13 | package import SWBCore
    |         `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 14 | import SWBTaskExecution
 15 | package import SWBProtocol
/host/spi-builder-workspace/Sources/SWBBuildSystem/CleanOperation.swift:64:17: warning: stored property 'wasCancellationRequested' of 'Sendable'-conforming class 'CleanOperation' is mutable; this is an error in the Swift 6 language mode
 62 |     private let ignoreCreatedByBuildSystemAttribute: Bool
 63 |
 64 |     private var wasCancellationRequested = false
    |                 `- warning: stored property 'wasCancellationRequested' of 'Sendable'-conforming class 'CleanOperation' is mutable; this is an error in the Swift 6 language mode
 65 |     package let uuid: UUID
 66 |
[1509/1519] Compiling SWBBuildSystem BuildSystemCache.swift
[1510/1519] Compiling SWBBuildSystem BuildManager.swift
[1511/1519] Compiling SWBBuildSystem BuildOperation.swift
/host/spi-builder-workspace/Sources/SWBBuildSystem/BuildOperation.swift:221:17: warning: stored property 'delegate' of 'Sendable'-conforming class 'BuildOperation' has non-Sendable type 'any BuildOperationDelegate'; this is an error in the Swift 6 language mode
  34 |
  35 | /// Delegate protocol used to communicate build operation results and status.
  36 | package protocol BuildOperationDelegate {
     |                  `- note: protocol 'BuildOperationDelegate' does not conform to the 'Sendable' protocol
  37 |     /// The proxy to use for file system access, if desired.
  38 |     ///
     :
 219 |
 220 |     /// The operation delegate.
 221 |     package let delegate: any BuildOperationDelegate
     |                 `- warning: stored property 'delegate' of 'Sendable'-conforming class 'BuildOperation' has non-Sendable type 'any BuildOperationDelegate'; this is an error in the Swift 6 language mode
 222 |
 223 |     /// Whether the build results should be persisted (for incremental builds).
/host/spi-builder-workspace/Sources/SWBBuildSystem/BuildOperation.swift:233:17: warning: stored property 'clientDelegate' of 'Sendable'-conforming class 'BuildOperation' has non-Sendable type 'any ClientDelegate'; this is an error in the Swift 6 language mode
 231 |
 232 |     /// A delegate to allow tasks to communicate with the client during their execution.
 233 |     package let clientDelegate: any ClientDelegate
     |                 `- warning: stored property 'clientDelegate' of 'Sendable'-conforming class 'BuildOperation' has non-Sendable type 'any ClientDelegate'; this is an error in the Swift 6 language mode
 234 |
 235 |     /// An output delegate that can be used to communicate status from the overall build
/host/spi-builder-workspace/Sources/SWBBuildSystem/BuildManager.swift:119:18: note: protocol 'ClientDelegate' does not conform to the 'Sendable' protocol
117 |
118 | /// The client delegate support delegation to the client for both task planning and task execution.
119 | package protocol ClientDelegate: TaskPlanningClientDelegate, TaskExecutionClientDelegate {
    |                  `- note: protocol 'ClientDelegate' does not conform to the 'Sendable' protocol
120 | }
121 |
/host/spi-builder-workspace/Sources/SWBBuildSystem/BuildOperation.swift:236:17: warning: stored property 'buildOutputDelegate' of 'Sendable'-conforming class 'BuildOperation' is mutable; this is an error in the Swift 6 language mode
 234 |
 235 |     /// An output delegate that can be used to communicate status from the overall build
 236 |     private var buildOutputDelegate: (any BuildOutputDelegate)!
     |                 `- warning: stored property 'buildOutputDelegate' of 'Sendable'-conforming class 'BuildOperation' is mutable; this is an error in the Swift 6 language mode
 237 |
 238 |     /// The underlying LLBuild build system
[1512/1520] Wrapping AST for SWBBuildSystem for debugging
[1514/1572] Compiling SWBBuildService Session.swift
[1515/1573] Compiling SWBTestSupport Deferrable.swift
[1516/1573] Compiling SWBTestSupport DeviceFamilyBuildOperationTester.swift
[1517/1573] Compiling SWBTestSupport CommandLineToolSpecDiscoveredInfo.swift
/host/spi-builder-workspace/Sources/SWBBuildService/PlanningOperation.swift:35:9: warning: stored property 'delegate' of 'Sendable'-conforming class 'PlanningOperation' has non-Sendable type 'any PlanningOperationDelegate'; this is an error in the Swift 6 language mode
 22 |
 23 | /// The delegate for planning the build operation
 24 | package protocol PlanningOperationDelegate: TargetDiagnosticProducingDelegate, ActivityReporter {
    |                  `- note: protocol 'PlanningOperationDelegate' does not conform to the 'Sendable' protocol
 25 |     /// Emit a diagnostic for the planning operation.
 26 |     func emit(_ diagnostic: Diagnostic)
    :
 33 | package final class PlanningOperation: Sendable {
 34 |     /// The planning operation delegate
 35 |     let delegate: any PlanningOperationDelegate
    |         `- warning: stored property 'delegate' of 'Sendable'-conforming class 'PlanningOperation' has non-Sendable type 'any PlanningOperationDelegate'; this is an error in the Swift 6 language mode
 36 |     /// The request which initiated the planning operation.
 37 |     let request: Request
/host/spi-builder-workspace/Sources/SWBBuildService/PlanningOperation.swift:41:17: warning: stored property 'session' of 'Sendable'-conforming class 'PlanningOperation' has non-Sendable type 'Session'; this is an error in the Swift 6 language mode
 39 |     package let uuid: UUID
 40 |     /// The session this planning operation is in.
 41 |     unowned let session: Session
    |                 `- warning: stored property 'session' of 'Sendable'-conforming class 'PlanningOperation' has non-Sendable type 'Session'; this is an error in the Swift 6 language mode
 42 |     /// The workspace context being planned.
 43 |     fileprivate let workspaceContext: WorkspaceContext
/host/spi-builder-workspace/Sources/SWBBuildService/Session.swift:30:20: note: class 'Session' does not conform to the 'Sendable' protocol
 28 | ///
 29 | /// A session object manages a single workspace, but the client might elect to create multiple sessions for the same workspace.
 30 | public final class Session {
    |                    `- note: class 'Session' does not conform to the 'Sendable' protocol
 31 |     /// A PIF transfer operation.
 32 |     final class PIFTransferOperation {
[1518/1573] Compiling SWBTestSupport CoreBasedTests+SDKHelpers.swift
/host/spi-builder-workspace/Sources/SWBBuildService/PlanningOperation.swift:35:9: warning: stored property 'delegate' of 'Sendable'-conforming class 'PlanningOperation' has non-Sendable type 'any PlanningOperationDelegate'; this is an error in the Swift 6 language mode
 22 |
 23 | /// The delegate for planning the build operation
 24 | package protocol PlanningOperationDelegate: TargetDiagnosticProducingDelegate, ActivityReporter {
    |                  `- note: protocol 'PlanningOperationDelegate' does not conform to the 'Sendable' protocol
 25 |     /// Emit a diagnostic for the planning operation.
 26 |     func emit(_ diagnostic: Diagnostic)
    :
 33 | package final class PlanningOperation: Sendable {
 34 |     /// The planning operation delegate
 35 |     let delegate: any PlanningOperationDelegate
    |         `- warning: stored property 'delegate' of 'Sendable'-conforming class 'PlanningOperation' has non-Sendable type 'any PlanningOperationDelegate'; this is an error in the Swift 6 language mode
 36 |     /// The request which initiated the planning operation.
 37 |     let request: Request
/host/spi-builder-workspace/Sources/SWBBuildService/PlanningOperation.swift:41:17: warning: stored property 'session' of 'Sendable'-conforming class 'PlanningOperation' has non-Sendable type 'Session'; this is an error in the Swift 6 language mode
 39 |     package let uuid: UUID
 40 |     /// The session this planning operation is in.
 41 |     unowned let session: Session
    |                 `- warning: stored property 'session' of 'Sendable'-conforming class 'PlanningOperation' has non-Sendable type 'Session'; this is an error in the Swift 6 language mode
 42 |     /// The workspace context being planned.
 43 |     fileprivate let workspaceContext: WorkspaceContext
/host/spi-builder-workspace/Sources/SWBBuildService/Session.swift:30:20: note: class 'Session' does not conform to the 'Sendable' protocol
 28 | ///
 29 | /// A session object manages a single workspace, but the client might elect to create multiple sessions for the same workspace.
 30 | public final class Session {
    |                    `- note: class 'Session' does not conform to the 'Sendable' protocol
 31 |     /// A PIF transfer operation.
 32 |     final class PIFTransferOperation {
[1519/1573] Compiling SWBBuildService Tools.swift
[1520/1573] Emitting module SWBTestSupport
/host/spi-builder-workspace/Sources/SWBTestSupport/SkippedTestSupport.swift:85:17: warning: stored property '_libclang' of 'Sendable'-conforming class 'ConditionTraitContext' contains non-Sendable type 'Libclang'; this is an error in the Swift 6 language mode
 83 |     package static let shared = ConditionTraitContext()
 84 |
 85 |     private let _libclang = AsyncSingleValueCache<Libclang?>()
    |                 `- warning: stored property '_libclang' of 'Sendable'-conforming class 'ConditionTraitContext' contains non-Sendable type 'Libclang'; this is an error in the Swift 6 language mode
 86 |
 87 |     private init() {
/host/spi-builder-workspace/Sources/SWBCore/LibclangVendored/Libclang.swift:18:20: note: class 'Libclang' does not conform to the 'Sendable' protocol
 16 |
 17 | /// A wrapper for a libclang library.
 18 | public final class Libclang {
    |                    `- note: class 'Libclang' does not conform to the 'Sendable' protocol
 19 |     public enum Error: Swift.Error {
 20 |     case unableToGetDriverActions(String)
/host/spi-builder-workspace/Sources/SWBTestSupport/SkippedTestSupport.swift:18:9: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 16 |
 17 | package import SWBUtil
 18 | package import SWBCore
    |         `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 19 | package import Testing
 20 | private import SWBLLBuild
[1521/1578] Compiling SWBTestSupport CoreBasedTests.swift
[1522/1578] Compiling SWBTestSupport CoreTestSupport.swift
[1523/1578] Emitting module SWBBuildService
/host/spi-builder-workspace/Sources/SWBBuildService/PlanningOperation.swift:35:9: warning: stored property 'delegate' of 'Sendable'-conforming class 'PlanningOperation' has non-Sendable type 'any PlanningOperationDelegate'; this is an error in the Swift 6 language mode
 22 |
 23 | /// The delegate for planning the build operation
 24 | package protocol PlanningOperationDelegate: TargetDiagnosticProducingDelegate, ActivityReporter {
    |                  `- note: protocol 'PlanningOperationDelegate' does not conform to the 'Sendable' protocol
 25 |     /// Emit a diagnostic for the planning operation.
 26 |     func emit(_ diagnostic: Diagnostic)
    :
 33 | package final class PlanningOperation: Sendable {
 34 |     /// The planning operation delegate
 35 |     let delegate: any PlanningOperationDelegate
    |         `- warning: stored property 'delegate' of 'Sendable'-conforming class 'PlanningOperation' has non-Sendable type 'any PlanningOperationDelegate'; this is an error in the Swift 6 language mode
 36 |     /// The request which initiated the planning operation.
 37 |     let request: Request
/host/spi-builder-workspace/Sources/SWBBuildService/PlanningOperation.swift:41:17: warning: stored property 'session' of 'Sendable'-conforming class 'PlanningOperation' has non-Sendable type 'Session'; this is an error in the Swift 6 language mode
 39 |     package let uuid: UUID
 40 |     /// The session this planning operation is in.
 41 |     unowned let session: Session
    |                 `- warning: stored property 'session' of 'Sendable'-conforming class 'PlanningOperation' has non-Sendable type 'Session'; this is an error in the Swift 6 language mode
 42 |     /// The workspace context being planned.
 43 |     fileprivate let workspaceContext: WorkspaceContext
/host/spi-builder-workspace/Sources/SWBBuildService/Session.swift:30:20: note: class 'Session' does not conform to the 'Sendable' protocol
 28 | ///
 29 | /// A session object manages a single workspace, but the client might elect to create multiple sessions for the same workspace.
 30 | public final class Session {
    |                    `- note: class 'Session' does not conform to the 'Sendable' protocol
 31 |     /// A PIF transfer operation.
 32 |     final class PIFTransferOperation {
[1524/1578] Compiling SWBTestSupport AssertMatch.swift
[1525/1578] Compiling SWBTestSupport BuildDescriptionBasedTests.swift
[1526/1578] Compiling SWBTestSupport DiagnosticsCheckingResult.swift
[1527/1578] Compiling SWBTestSupport DiagnosticsEngine.swift
[1528/1578] Compiling SWBTestSupport BuildOperationTester.swift
[1529/1578] Compiling SWBTestSupport CapturingTaskGenerationDelegate.swift
[1530/1579] Wrapping AST for SWBBuildService for debugging
[1532/1581] Emitting module SWBBuildServiceBundle
[1533/1581] Compiling SWBBuildServiceBundle main.swift
[1540/1582] Wrapping AST for SWBBuildServiceBundle for debugging
[1541/1582] Write Objects.LinkFileList
[1543/1582] Compiling SWBTestSupport SettingsRunDestinationTestSupport.swift
/host/spi-builder-workspace/Sources/SWBTestSupport/SkippedTestSupport.swift:85:17: warning: stored property '_libclang' of 'Sendable'-conforming class 'ConditionTraitContext' contains non-Sendable type 'Libclang'; this is an error in the Swift 6 language mode
 83 |     package static let shared = ConditionTraitContext()
 84 |
 85 |     private let _libclang = AsyncSingleValueCache<Libclang?>()
    |                 `- warning: stored property '_libclang' of 'Sendable'-conforming class 'ConditionTraitContext' contains non-Sendable type 'Libclang'; this is an error in the Swift 6 language mode
 86 |
 87 |     private init() {
/host/spi-builder-workspace/Sources/SWBCore/LibclangVendored/Libclang.swift:18:20: note: class 'Libclang' does not conform to the 'Sendable' protocol
 16 |
 17 | /// A wrapper for a libclang library.
 18 | public final class Libclang {
    |                    `- note: class 'Libclang' does not conform to the 'Sendable' protocol
 19 |     public enum Error: Swift.Error {
 20 |     case unableToGetDriverActions(String)
/host/spi-builder-workspace/Sources/SWBTestSupport/SkippedTestSupport.swift:18:9: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 16 |
 17 | package import SWBUtil
 18 | package import SWBCore
    |         `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 19 | package import Testing
 20 | private import SWBLLBuild
[1544/1582] Compiling SWBTestSupport SkippedTestSupport.swift
/host/spi-builder-workspace/Sources/SWBTestSupport/SkippedTestSupport.swift:85:17: warning: stored property '_libclang' of 'Sendable'-conforming class 'ConditionTraitContext' contains non-Sendable type 'Libclang'; this is an error in the Swift 6 language mode
 83 |     package static let shared = ConditionTraitContext()
 84 |
 85 |     private let _libclang = AsyncSingleValueCache<Libclang?>()
    |                 `- warning: stored property '_libclang' of 'Sendable'-conforming class 'ConditionTraitContext' contains non-Sendable type 'Libclang'; this is an error in the Swift 6 language mode
 86 |
 87 |     private init() {
/host/spi-builder-workspace/Sources/SWBCore/LibclangVendored/Libclang.swift:18:20: note: class 'Libclang' does not conform to the 'Sendable' protocol
 16 |
 17 | /// A wrapper for a libclang library.
 18 | public final class Libclang {
    |                    `- note: class 'Libclang' does not conform to the 'Sendable' protocol
 19 |     public enum Error: Swift.Error {
 20 |     case unableToGetDriverActions(String)
/host/spi-builder-workspace/Sources/SWBTestSupport/SkippedTestSupport.swift:18:9: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 16 |
 17 | package import SWBUtil
 18 | package import SWBCore
    |         `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 19 | package import Testing
 20 | private import SWBLLBuild
[1545/1582] Compiling SWBTestSupport SpecTestSupport.swift
/host/spi-builder-workspace/Sources/SWBTestSupport/SkippedTestSupport.swift:85:17: warning: stored property '_libclang' of 'Sendable'-conforming class 'ConditionTraitContext' contains non-Sendable type 'Libclang'; this is an error in the Swift 6 language mode
 83 |     package static let shared = ConditionTraitContext()
 84 |
 85 |     private let _libclang = AsyncSingleValueCache<Libclang?>()
    |                 `- warning: stored property '_libclang' of 'Sendable'-conforming class 'ConditionTraitContext' contains non-Sendable type 'Libclang'; this is an error in the Swift 6 language mode
 86 |
 87 |     private init() {
/host/spi-builder-workspace/Sources/SWBCore/LibclangVendored/Libclang.swift:18:20: note: class 'Libclang' does not conform to the 'Sendable' protocol
 16 |
 17 | /// A wrapper for a libclang library.
 18 | public final class Libclang {
    |                    `- note: class 'Libclang' does not conform to the 'Sendable' protocol
 19 |     public enum Error: Swift.Error {
 20 |     case unableToGetDriverActions(String)
/host/spi-builder-workspace/Sources/SWBTestSupport/SkippedTestSupport.swift:18:9: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 16 |
 17 | package import SWBUtil
 18 | package import SWBCore
    |         `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 19 | package import Testing
 20 | private import SWBLLBuild
[1546/1582] Compiling SWBTestSupport SwiftSDK.swift
/host/spi-builder-workspace/Sources/SWBTestSupport/SkippedTestSupport.swift:85:17: warning: stored property '_libclang' of 'Sendable'-conforming class 'ConditionTraitContext' contains non-Sendable type 'Libclang'; this is an error in the Swift 6 language mode
 83 |     package static let shared = ConditionTraitContext()
 84 |
 85 |     private let _libclang = AsyncSingleValueCache<Libclang?>()
    |                 `- warning: stored property '_libclang' of 'Sendable'-conforming class 'ConditionTraitContext' contains non-Sendable type 'Libclang'; this is an error in the Swift 6 language mode
 86 |
 87 |     private init() {
/host/spi-builder-workspace/Sources/SWBCore/LibclangVendored/Libclang.swift:18:20: note: class 'Libclang' does not conform to the 'Sendable' protocol
 16 |
 17 | /// A wrapper for a libclang library.
 18 | public final class Libclang {
    |                    `- note: class 'Libclang' does not conform to the 'Sendable' protocol
 19 |     public enum Error: Swift.Error {
 20 |     case unableToGetDriverActions(String)
/host/spi-builder-workspace/Sources/SWBTestSupport/SkippedTestSupport.swift:18:9: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 16 |
 17 | package import SWBUtil
 18 | package import SWBCore
    |         `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 19 | package import Testing
 20 | private import SWBLLBuild
[1547/1582] Compiling SWBTestSupport SwiftTestingExtensions.swift
/host/spi-builder-workspace/Sources/SWBTestSupport/SkippedTestSupport.swift:85:17: warning: stored property '_libclang' of 'Sendable'-conforming class 'ConditionTraitContext' contains non-Sendable type 'Libclang'; this is an error in the Swift 6 language mode
 83 |     package static let shared = ConditionTraitContext()
 84 |
 85 |     private let _libclang = AsyncSingleValueCache<Libclang?>()
    |                 `- warning: stored property '_libclang' of 'Sendable'-conforming class 'ConditionTraitContext' contains non-Sendable type 'Libclang'; this is an error in the Swift 6 language mode
 86 |
 87 |     private init() {
/host/spi-builder-workspace/Sources/SWBCore/LibclangVendored/Libclang.swift:18:20: note: class 'Libclang' does not conform to the 'Sendable' protocol
 16 |
 17 | /// A wrapper for a libclang library.
 18 | public final class Libclang {
    |                    `- note: class 'Libclang' does not conform to the 'Sendable' protocol
 19 |     public enum Error: Swift.Error {
 20 |     case unableToGetDriverActions(String)
/host/spi-builder-workspace/Sources/SWBTestSupport/SkippedTestSupport.swift:18:9: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 16 |
 17 | package import SWBUtil
 18 | package import SWBCore
    |         `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWBCore'
 19 | package import Testing
 20 | private import SWBLLBuild
[1548/1582] Compiling SWBTestSupport PlatformFilter.swift
[1549/1582] Compiling SWBTestSupport AppClips.swift
[1550/1582] Compiling SWBTestSupport RandomTestWorkspaces.swift
[1551/1582] Compiling SWBTestSupport RunDestinationTestSupport.swift
[1552/1582] Compiling SWBTestSupport SettingsBasedTests.swift
[1553/1582] Compiling SWBTestSupport TargetBuildGraphTestSupport.swift
[1554/1582] Compiling SWBTestSupport TaskConstructionTester.swift
[1555/1582] Compiling SWBTestSupport TaskExecutionTestSupport.swift
[1556/1582] Compiling SWBTestSupport TaskPlanningTestSupport.swift
[1557/1582] Compiling SWBTestSupport TasksCheckingResult.swift
[1557/1582] Linking SWBBuildServiceBundle
[1559/1584] Compiling SWBTestSupport DummyCommandProducer.swift
[1560/1584] Compiling SWBTestSupport EnvironmentKey.swift
[1561/1584] Compiling SWBTestSupport FSUtilities.swift
[1562/1584] Compiling SWBTestSupport IndexingInfoResults.swift
[1563/1584] Compiling SWBTestSupport KnownIssueTestSupport.swift
[1564/1584] Compiling SWBTestSupport LibraryGeneration.swift
[1565/1584] Compiling SWBTestSupport MachO.swift
[1566/1584] Compiling SWBTestSupport Misc.swift
[1567/1584] Compiling SWBTestSupport MockClock.swift
[1568/1584] Compiling SWBTestSupport PerfTestSupport.swift
[1569/1584] Emitting module swbuild
[1570/1584] Compiling swbuild SWBuildMain.swift
[1571/1584] Compiling SWBTestSupport TestWorkspaces.swift
[1572/1584] Compiling SWBTestSupport Timeout.swift
[1573/1584] Compiling SWBTestSupport UserDefaultTestTrait.swift
[1574/1584] Compiling SWBTestSupport XCFrameworkTestSupport.swift
[1575/1584] Compiling SWBTestSupport Xcode.swift
[1576/1585] Wrapping AST for swbuild for debugging
[1577/1585] Write Objects.LinkFileList
[1586/1593] Compiling SwiftBuildTestSupport TestBuildOperationDelegate.swift
[1587/1593] Compiling SwiftBuildTestSupport ThroughputTests.swift
[1588/1593] Compiling SwiftBuildTestSupport TaskBacktraces.swift
[1589/1593] Compiling SwiftBuildTestSupport EmptyBuildOperationDelegate.swift
[1589/1593] Linking swbuild
[1591/1593] Compiling SwiftBuildTestSupport TestUtilities.swift
[1592/1593] Emitting module SwiftBuildTestSupport
[1593/1593] Compiling SwiftBuildTestSupport CoreQualificationTester.swift
Build complete! (398.87s)
Build complete.
{
  "cxx_language_standard" : "c++20",
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-driver",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-driver.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-tools-protocols",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-tools-protocols.git"
    },
    {
      "identity" : "swift-llbuild",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-llbuild.git"
    }
  ],
  "manifest_display_name" : "SwiftBuild",
  "name" : "SwiftBuild",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "swbuild",
      "targets" : [
        "swbuild"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SWBBuildServiceBundle",
      "targets" : [
        "SWBBuildServiceBundle"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftBuild",
      "targets" : [
        "SwiftBuild"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SWBProtocol",
      "targets" : [
        "SWBProtocol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SWBUtil",
      "targets" : [
        "SWBUtil"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SWBProjectModel",
      "targets" : [
        "SWBProjectModel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SWBBuildService",
      "targets" : [
        "SWBBuildService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "swbuild",
      "module_type" : "SwiftTarget",
      "name" : "swbuild",
      "path" : "Sources/swbuild",
      "product_memberships" : [
        "swbuild"
      ],
      "sources" : [
        "SWBuildMain.swift"
      ],
      "target_dependencies" : [
        "SwiftBuild",
        "SWBBuildServiceBundle"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "run_xcodebuild",
      "module_type" : "PluginTarget",
      "name" : "run-xcodebuild",
      "path" : "Plugins/run-xcodebuild",
      "plugin_capability" : {
        "intent" : {
          "description" : "Run xcodebuild from the currently selected Xcode configured to use the just-built build service",
          "type" : "custom",
          "verb" : "run-xcodebuild"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "sources" : [
        "run-xcodebuild.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "launch_xcode",
      "module_type" : "PluginTarget",
      "name" : "launch-xcode",
      "path" : "Plugins/launch-xcode",
      "plugin_capability" : {
        "intent" : {
          "description" : "Launch the currently selected Xcode configured to use the just-built build service",
          "type" : "custom",
          "verb" : "launch-xcode"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "sources" : [
        "launch-xcode.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "generate_windows_installer_component_groups",
      "module_type" : "PluginTarget",
      "name" : "generate-windows-installer-component-groups",
      "path" : "Plugins/generate-windows-installer-component-groups",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate XML fragments for cli.wxs in swift-installer-scripts",
          "type" : "custom",
          "verb" : "generate-windows-installer-component-groups"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "sources" : [
        "generate-windows-installer-component-groups.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "cmake_smoke_test",
      "module_type" : "PluginTarget",
      "name" : "cmake-smoke-test",
      "path" : "Plugins/cmake-smoke-test",
      "plugin_capability" : {
        "intent" : {
          "description" : "Build Swift Build using CMake for validation purposes",
          "type" : "custom",
          "verb" : "cmake-smoke-test"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "sources" : [
        "cmake-smoke-test.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "WebAssemblyIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "WebAssemblyIntegrationTests",
      "path" : "Tests/WebAssemblyIntegrationTests",
      "sources" : [
        "WebAssemblyIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "SWBBuildService",
        "SWBBuildSystem",
        "SwiftBuildTestSupport",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBuildTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBuildTests",
      "path" : "Tests/SwiftBuildTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftBuildTests/TestData",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AppClipsTests.swift",
        "ArenaIndexingInfoTests.swift",
        "BuildDescriptionLifecycleTests.swift",
        "BuildLogTests.swift",
        "BuildOperationTests.swift",
        "BuildServerTests.swift",
        "BuildValidationUtilities.swift",
        "ConsoleCommands/BuildCommandTests.swift",
        "ConsoleCommands/CLIConnection.swift",
        "ConsoleCommands/CreateXCFrameworkCommandTests.swift",
        "ConsoleCommands/GeneralCommandsTests.swift",
        "ConsoleCommands/ServiceConsoleTests.swift",
        "ConsoleCommands/SessionCommandsTests.swift",
        "ConsoleCommands/XcodeCommandsTests.swift",
        "DeferredExecutionTests.swift",
        "DependencyRequestTests.swift",
        "DocumentationInfoTests.swift",
        "DocumentationTests.swift",
        "DriverKitTests.swift",
        "GeneratePreviewInfoTests.swift",
        "IndexingInfoTests.swift",
        "InspectBuildDescriptionTests.swift",
        "LocalizationInfoSymbolGenTests.swift",
        "LocalizationInfoTests.swift",
        "MacCatalystTests.swift",
        "MacroEvaluationTests.swift",
        "PIFTests.swift",
        "ProductPlannerTests.swift",
        "ProjectModel/BuildConfigTests.swift",
        "ProjectModel/BuildFileTests.swift",
        "ProjectModel/BuildPhasesTests.swift",
        "ProjectModel/BuildRuleTests.swift",
        "ProjectModel/BuildSettingsTests.swift",
        "ProjectModel/CustomTaskTests.swift",
        "ProjectModel/ImpartedBuildPropertiesTests.swift",
        "ProjectModel/PlatformFilterTests.swift",
        "ProjectModel/ProjectTests.swift",
        "ProjectModel/ReferencesTests.swift",
        "ProjectModel/SandboxingOverrideTests.swift",
        "ProjectModel/TargetDependencyTests.swift",
        "ProjectModel/TargetsTests.swift",
        "ProvisioningTaskInputsTests.swift",
        "ServiceTests.swift",
        "ToolchainTests.swift",
        "ValidationTests.swift",
        "WatchTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBuild",
        "SWBBuildService",
        "SwiftBuildTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBuildTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBuildTestSupport",
      "path" : "Sources/SwiftBuildTestSupport",
      "sources" : [
        "CoreQualificationTester.swift",
        "EmptyBuildOperationDelegate.swift",
        "TaskBacktraces.swift",
        "TestBuildOperationDelegate.swift",
        "TestUtilities.swift",
        "ThroughputTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBuild",
        "SWBTestSupport",
        "SWBUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftBuildPerfTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBuildPerfTests",
      "path" : "Tests/SwiftBuildPerfTests",
      "sources" : [
        "BuildOperationPerfTests.swift",
        "BuildServicePerfTests.swift",
        "XCFrameworkPerfTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBuild",
        "SWBTestSupport",
        "SwiftBuildTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBuild",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBuild",
      "path" : "Sources/SwiftBuild",
      "product_dependencies" : [
        "BuildServerProtocol",
        "LanguageServerProtocol",
        "LanguageServerProtocolTransport"
      ],
      "product_memberships" : [
        "swbuild",
        "SwiftBuild"
      ],
      "sources" : [
        "CompatibilityShims.swift",
        "ConsoleCommands/SWBServiceConsoleBuildCommand.swift",
        "ConsoleCommands/SWBServiceConsoleBuildCommandProtocol.swift",
        "ConsoleCommands/SWBServiceConsoleCreateXCFrameworkCommand.swift",
        "ConsoleCommands/SWBServiceConsoleGeneralCommands.swift",
        "ConsoleCommands/SWBServiceConsoleSessionCommands.swift",
        "ConsoleCommands/SWBServiceConsoleXcodeCommands.swift",
        "ProjectModel/BuildConfig.swift",
        "ProjectModel/BuildFile.swift",
        "ProjectModel/BuildPhases.swift",
        "ProjectModel/BuildRule.swift",
        "ProjectModel/BuildSettings.swift",
        "ProjectModel/CustomTask.swift",
        "ProjectModel/ImpartedBuildProperties.swift",
        "ProjectModel/PlatformFilter.swift",
        "ProjectModel/Project.swift",
        "ProjectModel/ProjectModel.swift",
        "ProjectModel/References.swift",
        "ProjectModel/SandboxingOverride.swift",
        "ProjectModel/TargetDependency.swift",
        "ProjectModel/Targets.swift",
        "SWBBuildAction.swift",
        "SWBBuildDescriptionID.swift",
        "SWBBuildOperation.swift",
        "SWBBuildOperationBacktraceFrame.swift",
        "SWBBuildParameters.swift",
        "SWBBuildRequest.swift",
        "SWBBuildServer.swift",
        "SWBBuildService.swift",
        "SWBBuildServiceConnection.swift",
        "SWBBuildServiceConsole.swift",
        "SWBBuildServiceSession.swift",
        "SWBBuildTargetInfo.swift",
        "SWBChannel.swift",
        "SWBClientExchangeSupport.swift",
        "SWBConfiguredTargetIdentifier.swift",
        "SWBConfiguredTargetInfo.swift",
        "SWBConfiguredTargetSourceFilesInfo.swift",
        "SWBDocumentationSupport.swift",
        "SWBIndexingSupport.swift",
        "SWBLocalizationSupport.swift",
        "SWBMacroEvaluation.swift",
        "SWBPreviewSupport.swift",
        "SWBProductPlannerSupport.swift",
        "SWBPropertyList.swift",
        "SWBProvisioningTaskInputs.swift",
        "SWBSourceLanguage.swift",
        "SWBSystemInfo.swift",
        "SWBTargetGUID.swift",
        "SWBTerminal.swift",
        "SWBUserInfo.swift",
        "SWBWorkspaceInfo.swift",
        "SWBuildMessage+Protocol.swift",
        "SwiftBuild.swift",
        "SwiftBuildVersion.swift",
        "TerminalAttributes.swift"
      ],
      "target_dependencies" : [
        "SWBCSupport",
        "SWBCore",
        "SWBProtocol",
        "SWBUtil",
        "SWBProjectModel"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StaticLinuxSDKIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "StaticLinuxSDKIntegrationTests",
      "path" : "Tests/StaticLinuxSDKIntegrationTests",
      "sources" : [
        "StaticLinuxSDKIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "SWBBuildService",
        "SWBBuildSystem",
        "SwiftBuildTestSupport",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBWindowsPlatformTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBWindowsPlatformTests",
      "path" : "Tests/SWBWindowsPlatformTests",
      "sources" : [
        "SWBWindowsPlatformTests.swift",
        "WindowsTaskConstructionTests.swift",
        "WindowsTestSupport.swift"
      ],
      "target_dependencies" : [
        "SWBWindowsPlatform",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBWindowsPlatform",
      "module_type" : "SwiftTarget",
      "name" : "SWBWindowsPlatform",
      "path" : "Sources/SWBWindowsPlatform",
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SWBBuildService"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBWindowsPlatform/Specs/Windows.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBWindowsPlatform/Specs/WindowsCompile.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBWindowsPlatform/Specs/WindowsLd.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBWindowsPlatform/Specs/WindowsLibtool.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBWindowsPlatform/Specs/WindowsStripSymbols.xcspec",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "KnownFolders.swift",
        "Plugin.swift",
        "VSInstallation.swift"
      ],
      "target_dependencies" : [
        "SWBCore",
        "SWBMacro",
        "SWBUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBWebAssemblyPlatformTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBWebAssemblyPlatformTests",
      "path" : "Tests/SWBWebAssemblyPlatformTests",
      "sources" : [
        "SWBWebAssemblyPlatformTests.swift"
      ],
      "target_dependencies" : [
        "SWBWebAssemblyPlatform",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBWebAssemblyPlatform",
      "module_type" : "SwiftTarget",
      "name" : "SWBWebAssemblyPlatform",
      "path" : "Sources/SWBWebAssemblyPlatform",
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SWBBuildService"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBWebAssemblyPlatform/Specs/WasmCompile.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBWebAssemblyPlatform/Specs/WasmLd.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBWebAssemblyPlatform/Specs/WasmLibtool.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBWebAssemblyPlatform/Specs/WebAssembly.xcspec",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "SWBCore",
        "SWBMacro",
        "SWBUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBUtilTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBUtilTests",
      "path" : "Tests/SWBUtilTests",
      "sources" : [
        "ArchitectureTests.swift",
        "ArgumentSplittingTests.swift",
        "ArrayTests.swift",
        "ByteStringTests.swift",
        "CSVTests.swift",
        "CacheTests.swift",
        "CollectionDifferenceExtensionsTests.swift",
        "CountedSetTests.swift",
        "DependencyInfoTests.swift",
        "DiagnosticsTests.swift",
        "DictionaryTests.swift",
        "ElapsedTimerTests.swift",
        "EnvironmentKeyTests.swift",
        "EnvironmentTests.swift",
        "FSProxyTests.swift",
        "FileHandleTests.swift",
        "FnmatchTests.swift",
        "GraphAlgorithmsTests.swift",
        "HashContextTests.swift",
        "HeadermapTests.swift",
        "HeavyCacheTests.swift",
        "ImageFormatTests.swift",
        "IntTests.swift",
        "LLVMTripleTests.swift",
        "LazyCacheTests.swift",
        "LineReaderTests.swift",
        "LinuxDistributionTests.swift",
        "MachOTests.swift",
        "MathTests.swift",
        "MiscTests.swift",
        "MsgPackSerializationTests.swift",
        "OrderedSetTests.swift",
        "OutputByteStreamTests.swift",
        "PathTests.swift",
        "PathWindowsTests.swift",
        "PluginManagerTests.swift",
        "ProcessTests.swift",
        "PropertyListTests.swift",
        "QueueTests.swift",
        "RateLimiterTests.swift",
        "RegExTests.swift",
        "RegistryTests.swift",
        "ResponseFileTests.swift",
        "ScopedKeepAliveCacheTests.swift",
        "SignaturesTests.swift",
        "StaticTests.swift",
        "StatisticsTests.swift",
        "StringTests.swift",
        "TAPIFileListTests.swift",
        "UserDefaultsTests.swift",
        "VFSTests.swift",
        "VersionTests.swift",
        "WaitConditionTests.swift",
        "XCBuildDataArchiveTests.swift"
      ],
      "target_dependencies" : [
        "SWBTestSupport",
        "SWBUtil"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBUtilPerfTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBUtilPerfTests",
      "path" : "Tests/SWBUtilPerfTests",
      "sources" : [
        "ArgumentSplittingPerfTests.swift",
        "ByteStringPerfTests.swift",
        "DependencyInfoPerfTests.swift",
        "GraphAlgorithmsPerfTests.swift",
        "MsgPackSerializationPerfTests.swift",
        "OrderedSetPerfTests.swift",
        "OutputByteStreamPerfTests.swift",
        "PathPerfTests.swift",
        "QueuePerfTests.swift",
        "StringPerfTests.swift",
        "UtilPerfTests.swift"
      ],
      "target_dependencies" : [
        "SWBUtil",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBUtil",
      "module_type" : "SwiftTarget",
      "name" : "SWBUtil",
      "path" : "Sources/SWBUtil",
      "product_dependencies" : [
        "ArgumentParser",
        "SystemPackage"
      ],
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SwiftBuild",
        "SWBProtocol",
        "SWBUtil",
        "SWBProjectModel",
        "SWBBuildService"
      ],
      "sources" : [
        "Architecture.swift",
        "ArgumentSplitting.swift",
        "Array.swift",
        "ArtifactInfo.swift",
        "AsyncCache.swift",
        "AsyncFlatteningSequence.swift",
        "AsyncIteratorProtocol.swift",
        "AsyncOperationQueue.swift",
        "AsyncSingleValueCache.swift",
        "AsyncStreamController.swift",
        "ByteCount.swift",
        "ByteString.swift",
        "CSV.swift",
        "Cache.swift",
        "Collection.swift",
        "CollectionDifferenceExtensions.swift",
        "CountedSet.swift",
        "Debugger.swift",
        "DependencyInfo.swift",
        "DiagnosticsEngine.swift",
        "Dictionary.swift",
        "Diff.swift",
        "Dispatch+Async.swift",
        "Duration.swift",
        "ElapsedTimer.swift",
        "EmptyState.swift",
        "Environment.swift",
        "EnvironmentHelpers.swift",
        "EnvironmentKey.swift",
        "Error.swift",
        "FSProxy.swift",
        "FileHandle+Async.swift",
        "FilesSignature.swift",
        "GraphAlgorithms.swift",
        "HashContext.swift",
        "Headermap.swift",
        "HeavyCache.swift",
        "IO.swift",
        "IndexStore.swift",
        "Int.swift",
        "InterningArena.swift",
        "JSONEncoder.swift",
        "KeyValueStorage.swift",
        "LLVMTriple.swift",
        "LazyCache.swift",
        "Library.swift",
        "LineReader.swift",
        "Lock.swift",
        "MachO.swift",
        "Math.swift",
        "Misc+Async.swift",
        "Misc.swift",
        "MsgPack.swift",
        "MsgPackSerialization.swift",
        "NamedTemporaryDirectory.swift",
        "OSLog.swift",
        "Optional.swift",
        "OrderedDictionary.swift",
        "OrderedSet.swift",
        "OutputByteStream.swift",
        "POSIX.swift",
        "Pair.swift",
        "Path.swift",
        "PathWindows.swift",
        "PbxCp.swift",
        "PluginManager.swift",
        "PluginManagerCommon.swift",
        "Process+Async.swift",
        "Process.swift",
        "ProcessInfo.swift",
        "Promise.swift",
        "PropertyList.swift",
        "Queue.swift",
        "RateLimiter.swift",
        "Ref.swift",
        "RegEx.swift",
        "Registry.swift",
        "ResponseFiles.swift",
        "Result.swift",
        "SWBDispatch.swift",
        "ScopedKeepAliveCache.swift",
        "Serialization.swift",
        "Signatures.swift",
        "Static.swift",
        "Statistics.swift",
        "String.swift",
        "TAPIFileList.swift",
        "URL.swift",
        "UniqueSerialization.swift",
        "UnsafeSendableDelayedInitializationWrapper.swift",
        "UserDefaults.swift",
        "VFS.swift",
        "Version.swift",
        "WaitCondition.swift",
        "WeakRef.swift",
        "Win32.swift",
        "Win32Error.swift",
        "XCBuildDataArchive.swift",
        "Xcode.swift",
        "fnmatch.swift"
      ],
      "target_dependencies" : [
        "SWBCSupport",
        "SWBLibc"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBUniversalPlatformTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBUniversalPlatformTests",
      "path" : "Tests/SWBUniversalPlatformTests",
      "sources" : [
        "SWBUniversalPlatformTests.swift"
      ],
      "target_dependencies" : [
        "SWBUniversalPlatform",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBUniversalPlatform",
      "module_type" : "SwiftTarget",
      "name" : "SWBUniversalPlatform",
      "path" : "Sources/SWBUniversalPlatform",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SWBBuildService"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/BuiltInBuildRules.xcbuildrules",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/BuiltInCompilers.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/BuiltInFileTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/Clang.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/ClangModuleVerifierInputGenerator.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/ClangStatCache.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/ClangSymbolExtractor.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/ClangVerifier.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/CodeSign.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/CopyPlistFile.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/CopyStringsFile.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/Cpp.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/DefaultCompiler.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/Documentation.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/Ld.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/Lex.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/Libtool.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/ObjectLibraryAssembler.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/PBXCp.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/PackageTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/ProductTypeValidationTool.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/ProductTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/StandardFileTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/StripSymbols.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/Swift.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/SwiftBuildSettings.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/TAPI.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/TestEntryPointGenerator.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/Unifdef.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/Yacc.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/en.lproj/Apple Clang.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/en.lproj/CopyPlistFile.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/en.lproj/CopyStringsFile.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/en.lproj/Cpp.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/en.lproj/Default Compiler.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/en.lproj/Ld.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/en.lproj/Lex.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/en.lproj/Libtool.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/en.lproj/PBXCp.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/en.lproj/ProductTypeValidationTool.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/en.lproj/StripSymbols.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/en.lproj/Swift Compiler.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/en.lproj/SwiftBuildSettings.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/en.lproj/Yacc.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/en.lproj/com.apple.build-tools.modules-verifier.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBUniversalPlatform/Specs/swift-stdlib-tool.xcspec",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BareMetal.swift",
        "CopyPlistFile.swift",
        "CopyStringsFile.swift",
        "CppTool.swift",
        "DiffTool.swift",
        "LexCompiler.swift",
        "Plugin.swift",
        "TestEntryPointGenerationTaskAction.swift",
        "TestEntryPointGenerationTool.swift",
        "TestEntryPointTaskProducer.swift",
        "YaccCompiler.swift"
      ],
      "target_dependencies" : [
        "SWBCore",
        "SWBMacro",
        "SWBUtil",
        "SWBTaskConstruction",
        "SWBTaskExecution"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBTestSupportTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBTestSupportTests",
      "path" : "Tests/SWBTestSupportTests",
      "sources" : [
        "TestSupportTests.swift"
      ],
      "target_dependencies" : [
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "SWBTestSupport",
      "path" : "Sources/SWBTestSupport",
      "sources" : [
        "AssertMatch.swift",
        "BuildDescriptionBasedTests.swift",
        "BuildOperationTester.swift",
        "CapturingTaskGenerationDelegate.swift",
        "CommandLineToolSpecDiscoveredInfo.swift",
        "CoreBasedTests+SDKHelpers.swift",
        "CoreBasedTests.swift",
        "CoreTestSupport.swift",
        "Deferrable.swift",
        "DeviceFamilyBuildOperationTester.swift",
        "DiagnosticsCheckingResult.swift",
        "DiagnosticsEngine.swift",
        "DummyCommandProducer.swift",
        "EnvironmentKey.swift",
        "FSUtilities.swift",
        "IndexingInfoResults.swift",
        "KnownIssueTestSupport.swift",
        "LibraryGeneration.swift",
        "MachO.swift",
        "Misc.swift",
        "MockClock.swift",
        "PerfTestSupport.swift",
        "PlatformFilter.swift",
        "Projects/AppClips.swift",
        "RandomTestWorkspaces.swift",
        "RunDestinationTestSupport.swift",
        "SettingsBasedTests.swift",
        "SettingsRunDestinationTestSupport.swift",
        "SkippedTestSupport.swift",
        "SpecTestSupport.swift",
        "SwiftSDK.swift",
        "SwiftTestingExtensions.swift",
        "TargetBuildGraphTestSupport.swift",
        "TaskConstructionTester.swift",
        "TaskExecutionTestSupport.swift",
        "TaskPlanningTestSupport.swift",
        "TasksCheckingResult.swift",
        "TestWorkspaces.swift",
        "Timeout.swift",
        "UserDefaultTestTrait.swift",
        "XCFrameworkTestSupport.swift",
        "Xcode.swift"
      ],
      "target_dependencies" : [
        "SwiftBuild",
        "SWBBuildSystem",
        "SWBCore",
        "SWBTaskConstruction",
        "SWBTaskExecution",
        "SWBUtil",
        "SWBLLBuild",
        "SWBMacro",
        "SWBAndroidPlatform",
        "SWBApplePlatform",
        "SWBGenericUnixPlatform",
        "SWBQNXPlatform",
        "SWBUniversalPlatform",
        "SWBWebAssemblyPlatform",
        "SWBWindowsPlatform"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBTaskExecutionTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBTaskExecutionTests",
      "path" : "Tests/SWBTaskExecutionTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SWBTaskExecutionTests/TestData",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AuxiliaryFileTaskTests.swift",
        "BuildDescriptionTests.swift",
        "ClangModuleVerifierTaskTests.swift",
        "ConcatenateTaskTests.swift",
        "CopyPlistTaskTests.swift",
        "CopyStringsFileTaskTests.swift",
        "CopyTiffTaskTests.swift",
        "CreateBuildDirectoryTaskActionTests.swift",
        "FileCopyTaskTests.swift",
        "InProcessTaskTestSupport.swift",
        "InfoPlistProcessorTaskTests.swift",
        "LSRegisterURLTaskTests.swift",
        "ObjectLibraryAssemblerTaskActionTests.swift",
        "PBXCpTests.swift",
        "ProcessProductEntitlementsTaskActionTests.swift",
        "ProcessProductPackagingTaskTests.swift",
        "ProcessXCFrameworkLibraryTaskActionTests.swift",
        "RegisterExecutionPolicyExceptionTaskActionTests.swift",
        "SignatureCollectionActionTests.swift",
        "StaleFileRemovalTests.swift",
        "SwiftHeaderToolTaskActionTests.swift",
        "TaskTestSupport.swift",
        "TestValidateProductTaskAction.swift"
      ],
      "target_dependencies" : [
        "SWBTaskExecution",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBTaskExecution",
      "module_type" : "SwiftTarget",
      "name" : "SWBTaskExecution",
      "path" : "Sources/SWBTaskExecution",
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SWBBuildService"
      ],
      "sources" : [
        "BuildDescription.swift",
        "BuildDescriptionManager.swift",
        "BuildDescriptionSignature.swift",
        "BuiltinTaskActionsExtension.swift",
        "DynamicTaskSpecs/ClangCachingKeyQueryDynamicTaskSpec.swift",
        "DynamicTaskSpecs/ClangCachingMaterializeKeyDynamicTaskSpec.swift",
        "DynamicTaskSpecs/ClangCachingOutputMaterializerDynamicTaskSpec.swift",
        "DynamicTaskSpecs/ClangCachingTaskCacheKey.swift",
        "DynamicTaskSpecs/ClangModuleDependencyGraph.swift",
        "DynamicTaskSpecs/CompilationCachingDataPruner.swift",
        "DynamicTaskSpecs/CompilationCachingUploader.swift",
        "DynamicTaskSpecs/DynamicTaskOperationContext.swift",
        "DynamicTaskSpecs/DynamicTaskSpecRegistry.swift",
        "DynamicTaskSpecs/PrecompileClangModuleDynamicTaskSpec.swift",
        "DynamicTaskSpecs/SwiftCachingDynamicTaskSpec.swift",
        "DynamicTaskSpecs/SwiftCachingTaskKeys.swift",
        "DynamicTaskSpecs/SwiftDriverJobDynamicTaskSpec.swift",
        "DynamicTaskSpecs/SwiftDriverPlanningDynamicTaskSpec.swift",
        "ProjectPlanner.swift",
        "ResponseFileFormat+ExpressibleByArgument.swift",
        "Task.swift",
        "TaskActionExtensionPoint.swift",
        "TaskActions/AuxiliaryFileTaskAction.swift",
        "TaskActions/ClangCachingKeyQueryTaskAction.swift",
        "TaskActions/ClangCachingMaterializeKeyTaskAction.swift",
        "TaskActions/ClangCachingOutputMaterializerTaskAction.swift",
        "TaskActions/ClangCompileTaskAction.swift",
        "TaskActions/ClangModuleVerifierInputGeneratorTaskAction.swift",
        "TaskActions/ClangScanTaskAction.swift",
        "TaskActions/CodeSignTaskAction.swift",
        "TaskActions/ConcatenateTaskAction.swift",
        "TaskActions/ConstructStubExecutorInputFileListTaskAction.swift",
        "TaskActions/CopyPlistTaskAction.swift",
        "TaskActions/CopyStringsFileTaskAction.swift",
        "TaskActions/CopyTiffTaskAction.swift",
        "TaskActions/CreateBuildDirectoryTaskAction.swift",
        "TaskActions/DeferredExecutionTaskAction.swift",
        "TaskActions/EmbedSwiftStdLibTaskAction.swift",
        "TaskActions/FileCopyTaskAction.swift",
        "TaskActions/GenerateEmbedInCodeAccessorTaskAction.swift",
        "TaskActions/GenericCachingTaskAction.swift",
        "TaskActions/InfoPlistProcessorTaskAction.swift",
        "TaskActions/LSRegisterURLTaskAction.swift",
        "TaskActions/LinkAssetCatalogTaskAction.swift",
        "TaskActions/LinkerTaskAction.swift",
        "TaskActions/MergeInfoPlistTaskAction.swift",
        "TaskActions/ODRAssetPackManifestTaskAction.swift",
        "TaskActions/ObjectLibraryAssemblerTaskAction.swift",
        "TaskActions/PrecompileClangModuleTaskAction.swift",
        "TaskActions/ProcessProductEntitlementsTaskAction.swift",
        "TaskActions/ProcessProductProvisioningProfileTaskAction.swift",
        "TaskActions/ProcessSDKImportsTaskAction.swift",
        "TaskActions/ProcessXCFrameworkTaskAction.swift",
        "TaskActions/RegisterExecutionPolicyExceptionTaskAction.swift",
        "TaskActions/SignatureCollectionTaskAction.swift",
        "TaskActions/SwiftCachingKeyQueryTaskAction.swift",
        "TaskActions/SwiftCachingMaterializeKeyTaskAction.swift",
        "TaskActions/SwiftCachingOutputMaterializerTaskAction.swift",
        "TaskActions/SwiftCompilationTaskAction.swift",
        "TaskActions/SwiftCompilationVerificationTaskAction.swift",
        "TaskActions/SwiftDriverCompilationRequirementTaskAction.swift",
        "TaskActions/SwiftDriverJobSchedulingTaskAction.swift",
        "TaskActions/SwiftDriverJobTaskAction.swift",
        "TaskActions/SwiftDriverTaskAction.swift",
        "TaskActions/SwiftHeaderToolTaskAction.swift",
        "TaskActions/TaskAction.swift",
        "TaskActions/ValidateDevelopmentAssetsTaskAction.swift",
        "TaskActions/ValidateProductTaskAction.swift",
        "TaskResult.swift",
        "TaskStore.swift"
      ],
      "target_dependencies" : [
        "SWBCore",
        "SWBUtil",
        "SWBCAS",
        "SWBLLBuild",
        "SWBTaskConstruction"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBTaskConstructionTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBTaskConstructionTests",
      "path" : "Tests/SWBTaskConstructionTests",
      "sources" : [
        "AppClipTaskConstructionTests.swift",
        "AppExtensionTaskConstructionTests.swift",
        "AppIntentsMetadataTaskConstructionTests.swift",
        "ArtifactBundleTaskConstructionTests.swift",
        "AssetCatalogTaskConstructionTests.swift",
        "BuildActionTaskConstructionTests.swift",
        "BuildPhaseFusionTests.swift",
        "BuildRuleTaskConstructionTests.swift",
        "BuildToolTaskConstructionTests.swift",
        "ClangModulesTaskConstructionTests.swift",
        "ClangResponseFileTaskConstructionTests.swift",
        "ClangStatCacheTaskConstructionTests.swift",
        "ClangStaticAnalyzerTests.swift",
        "ClangTests.swift",
        "CodeCoverageTaskConstructionTests.swift",
        "CodeSignTaskConstructionTests.swift",
        "CompilationCachingTaskConstructionTests.swift",
        "CustomTaskConstructionTests.swift",
        "DebugInformationTests.swift",
        "DependencyScopingTaskConstructionTests.swift",
        "DocumentationTaskConstructionTests.swift",
        "DriverKitTaskConstructionTests.swift",
        "EagerCompilationTests.swift",
        "EagerLinkingTests.swift",
        "ExportLocTaskConstructionTests.swift",
        "GenerateAppPlaygroundAssetCatalogTaskConstructionTests.swift",
        "HeadermapTaskConstructionTests.swift",
        "HostBuildToolTaskConstructionTests.swift",
        "InAppPurchaseContentTaskConstructionTests.swift",
        "IndexBuildTaskConstructionTests.swift",
        "InfoPlistTaskConstructionTests.swift",
        "InstallAPITaskConstructionTests.swift",
        "InstallLocTaskConstructionTests.swift",
        "InstallTaskConstructionTests.swift",
        "IntermediateStubTaskConstructionTests.swift",
        "KernelExtensionTaskConstructionTests.swift",
        "LibtoolTaskConstructionTests.swift",
        "LinkerTaskConstructionTests.swift",
        "MergeableLibraryTests.swift",
        "MetalTests.swift",
        "ModuleMapTaskConstructionTests.swift",
        "ModuleVerifierTaskConstructionTests.swift",
        "MultiPlatformTaskConstructionTests.swift",
        "ObjectLibraryTaskConstructionTests.swift",
        "ObjectiveCSymbolExtractorTests.swift",
        "OnDemandResourcesTaskConstructionTests.swift",
        "PackageProductConstructionTests.swift",
        "PlannedNodeTests.swift",
        "PlatformFilteringTaskConstructionTests.swift",
        "PlatformTaskConstructionTests.swift",
        "PostprocessingTaskConstructionTests.swift",
        "PrelinkedObjectFileTests.swift",
        "PreviewsTaskConstructionTests.swift",
        "ReadOnlySettingsTaskConstructionTests.swift",
        "RealityAssetsTaskConstructionTests.swift",
        "ResourceTaskConstructionTests.swift",
        "ShellScriptTaskConstructionTests.swift",
        "SignatureCollectionTaskConstructionTests.swift",
        "SwiftABICheckerTaskConstructionTests.swift",
        "SwiftModuleOnlyTaskConstructionTests.swift",
        "SwiftTaskConstructionTests.swift",
        "TaskConstructionTests.swift",
        "TaskOrderingTests.swift",
        "ToolsetTaskConstructionTests.swift",
        "TrackedDomainTaskConstructionTests.swift",
        "UnitTestTaskConstructionTests.swift",
        "UnsupportedBehaviorTaskConstructionTests.swift",
        "WatchTaskConstructionTests.swift",
        "XCFrameworkTaskConstructionTests.swift",
        "XCStringsSymbolGenTests.swift",
        "XCStringsTaskConstructionTests.swift"
      ],
      "target_dependencies" : [
        "SWBTaskConstruction",
        "SWBCore",
        "SWBTestSupport",
        "SWBProtocol",
        "SWBUtil"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBTaskConstructionPerfTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBTaskConstructionPerfTests",
      "path" : "Tests/SWBTaskConstructionPerfTests",
      "sources" : [
        "TaskConstructionPerfTests.swift"
      ],
      "target_dependencies" : [
        "SWBTaskConstruction",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBTaskConstruction",
      "module_type" : "SwiftTarget",
      "name" : "SWBTaskConstruction",
      "path" : "Sources/SWBTaskConstruction",
      "product_dependencies" : [
        "SwiftDriver"
      ],
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SWBBuildService"
      ],
      "sources" : [
        "BuildDirectoryContext.swift",
        "DiagnosticSupport.swift",
        "ProductPlanning/BuildPlan.swift",
        "ProductPlanning/BuildPlanDumping.swift",
        "ProductPlanning/ProductPlan.swift",
        "ProductPlanning/ProductPlanner.swift",
        "StaleFileRemovalContext.swift",
        "TaskPlanningDelegate.swift",
        "TaskProducerSandboxing.swift",
        "TaskProducers/BuildPhaseTaskProducers/AppleScriptTaskProducer.swift",
        "TaskProducers/BuildPhaseTaskProducers/BuildRuleTaskProducer.swift",
        "TaskProducers/BuildPhaseTaskProducers/CopyFilesTaskProducer.swift",
        "TaskProducers/BuildPhaseTaskProducers/FilesBasedBuildPhaseTaskProducer.swift",
        "TaskProducers/BuildPhaseTaskProducers/HeadersTaskProducer.swift",
        "TaskProducers/BuildPhaseTaskProducers/ResourcesTaskProducer.swift",
        "TaskProducers/BuildPhaseTaskProducers/RezTaskProducer.swift",
        "TaskProducers/BuildPhaseTaskProducers/ShellBasedTaskProducer.swift",
        "TaskProducers/BuildPhaseTaskProducers/ShellScriptTaskProducer.swift",
        "TaskProducers/BuildPhaseTaskProducers/SourcesTaskProducer.swift",
        "TaskProducers/BuildPhaseTaskProducers/SwiftPackageCopyFilesTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/CopySwiftPackageResourcesTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/CustomTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/DevelopmentAssetsTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/DocumentationTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/ExternalTargetTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/GenerateAppPlaygroundAssetCatalogTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/GeneratedFilesTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/HeadermapTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/InfoPlistTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/ModuleMapTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/ModuleVerifierTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/ProductPostprocessingTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/ProductStructureTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/SDKStatCacheTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/SanitizerTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/SwiftFrameworkABICheckerTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/SwiftStandardLibrariesTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/TAPISymbolExtractorTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/TargetOrderTaskProducer.swift",
        "TaskProducers/OtherTaskProducers/XCTestProductTypeTaskProducer.swift",
        "TaskProducers/StandardTaskProducer.swift",
        "TaskProducers/TaskProducer.swift",
        "TaskProducers/TaskProducerExtensionPoint.swift",
        "TaskProducers/WorkspaceTaskProducers/CompilationCachingConfigFileTaskProducer.swift",
        "TaskProducers/WorkspaceTaskProducers/CreateBuildDirectoryTaskProducer.swift",
        "TaskProducers/WorkspaceTaskProducers/HeadermapVFSTaskProducer.swift",
        "TaskProducers/WorkspaceTaskProducers/IndexBuildVFSDirectoryRemapTaskProducer.swift",
        "TaskProducers/WorkspaceTaskProducers/PCHModuleMapTaskProducer.swift",
        "TaskProducers/WorkspaceTaskProducers/XCFrameworkTaskProducer.swift",
        "XCFrameworkContext.swift"
      ],
      "target_dependencies" : [
        "SWBCore",
        "SWBMacro",
        "SWBUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBServiceCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBServiceCoreTests",
      "path" : "Tests/SWBServiceCoreTests",
      "sources" : [
        "ServiceCoreTests.swift"
      ],
      "target_dependencies" : [
        "SWBServiceCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBServiceCore",
      "module_type" : "SwiftTarget",
      "name" : "SWBServiceCore",
      "path" : "Sources/SWBServiceCore",
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SwiftBuild",
        "SWBBuildService"
      ],
      "sources" : [
        "Request.swift",
        "Service.swift",
        "ServiceEntryPoint.swift",
        "ServiceExtensionPoint.swift",
        "ServiceHostConnection.swift"
      ],
      "target_dependencies" : [
        "SWBProtocol"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBQNXPlatformTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBQNXPlatformTests",
      "path" : "Tests/SWBQNXPlatformTests",
      "sources" : [
        "SWBQNXPlatformTests.swift"
      ],
      "target_dependencies" : [
        "SWBQNXPlatform",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBQNXPlatform",
      "module_type" : "SwiftTarget",
      "name" : "SWBQNXPlatform",
      "path" : "Sources/SWBQNXPlatform",
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SWBBuildService"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBQNXPlatform/Specs/QNX.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBQNXPlatform/Specs/QNXCompile.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBQNXPlatform/Specs/QNXLd.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBQNXPlatform/Specs/QNXLibtool.xcspec",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Plugin.swift",
        "QNXSDP.swift"
      ],
      "target_dependencies" : [
        "SWBCore",
        "SWBMacro",
        "SWBUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBProtocolTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBProtocolTests",
      "path" : "Tests/SWBProtocolTests",
      "sources" : [
        "MessageSerializationTests.swift",
        "ProjectModelTests.swift"
      ],
      "target_dependencies" : [
        "SWBProtocol",
        "SWBUtil"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBProtocol",
      "module_type" : "SwiftTarget",
      "name" : "SWBProtocol",
      "path" : "Sources/SWBProtocol",
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SwiftBuild",
        "SWBProtocol",
        "SWBProjectModel",
        "SWBBuildService"
      ],
      "sources" : [
        "AsyncSequence.swift",
        "BuildAction.swift",
        "BuildDescriptionMessages.swift",
        "BuildOperationMessages.swift",
        "BuildSettingsInfoMessageTypes.swift",
        "ClientExchangeMessages.swift",
        "DependencyClosureMessages.swift",
        "DependencyGraphMessages.swift",
        "DocumentationMessages.swift",
        "IndexingMessages.swift",
        "LocalizationMessages.swift",
        "MacroEvaluationMessages.swift",
        "Message.swift",
        "MessageSupport.swift",
        "PIFKeyConstants.swift",
        "PlanningOperationMessages.swift",
        "PreviewMessages.swift",
        "ProjectDescriptorMessages.swift",
        "ProjectDescriptorTypes.swift",
        "ProjectModel/BuildConfiguration.swift",
        "ProjectModel/BuildFile.swift",
        "ProjectModel/BuildPhase.swift",
        "ProjectModel/BuildRule.swift",
        "ProjectModel/CustomTask.swift",
        "ProjectModel/DependencyInfo.swift",
        "ProjectModel/ImpartedBuildProperties.swift",
        "ProjectModel/MacroExpressionSource.swift",
        "ProjectModel/PIFObject.swift",
        "ProjectModel/PlatformFilter.swift",
        "ProjectModel/Project.swift",
        "ProjectModel/ProvisioningSourceData.swift",
        "ProjectModel/Reference.swift",
        "ProjectModel/SourceTree.swift",
        "ProjectModel/Target.swift",
        "ProjectModel/TargetDependency.swift",
        "ProjectModel/Workspace.swift"
      ],
      "target_dependencies" : [
        "SWBUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBProjectModelTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBProjectModelTests",
      "path" : "Tests/SWBProjectModelTests",
      "sources" : [
        "PIFSerializationTests.swift"
      ],
      "target_dependencies" : [
        "SWBProjectModel"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBProjectModel",
      "module_type" : "SwiftTarget",
      "name" : "SWBProjectModel",
      "path" : "Sources/SWBProjectModel",
      "product_memberships" : [
        "swbuild",
        "SwiftBuild",
        "SWBProjectModel"
      ],
      "sources" : [
        "IDE/IDEPIFGUID.swift",
        "IDE/IDEPIFGenerating.swift",
        "IDE/IDEPIFObject.swift",
        "IDE/IDEPIFObjectInfo.swift",
        "IDE/IDEPIFSerializer.swift",
        "IDE/IDESwiftPackageExtensions.swift",
        "PIFGenerationModel.swift"
      ],
      "target_dependencies" : [
        "SWBProtocol"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBMacroTests",
      "path" : "Tests/SWBMacroTests",
      "sources" : [
        "MacroBasicTests.swift",
        "MacroConditionExpressionTests.swift",
        "MacroConditionTripleTests.swift",
        "MacroEvaluationTests.swift",
        "MacroNamespaceTests.swift",
        "MacroParsingTests.swift"
      ],
      "target_dependencies" : [
        "SWBTestSupport",
        "SWBMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBMacro",
      "module_type" : "SwiftTarget",
      "name" : "SWBMacro",
      "path" : "Sources/SWBMacro",
      "product_dependencies" : [
        "SwiftDriver"
      ],
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SwiftBuild",
        "SWBBuildService"
      ],
      "sources" : [
        "MacroCondition.swift",
        "MacroConditionExpression.swift",
        "MacroConditionParameter.swift",
        "MacroConditionSet.swift",
        "MacroConfigFileDiagnostic.swift",
        "MacroConfigFileParser.swift",
        "MacroDeclaration.swift",
        "MacroEvaluationProgram.swift",
        "MacroEvaluationScope.swift",
        "MacroExpression.swift",
        "MacroExpressionDiagnostic.swift",
        "MacroExpressionParsing.swift",
        "MacroNamespace.swift",
        "MacroType.swift",
        "MacroValueAssignmentTable.swift",
        "SwiftDriverTripleExtensions.swift"
      ],
      "target_dependencies" : [
        "SWBUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBLibc",
      "module_type" : "SwiftTarget",
      "name" : "SWBLibc",
      "path" : "Sources/SWBLibc",
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SwiftBuild",
        "SWBProtocol",
        "SWBUtil",
        "SWBProjectModel",
        "SWBBuildService"
      ],
      "sources" : [
        "libc.swift"
      ],
      "target_dependencies" : [
        "SWBCLibc"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBLLBuildTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBLLBuildTests",
      "path" : "Tests/SWBLLBuildTests",
      "sources" : [
        "LLBuildTests.swift"
      ],
      "target_dependencies" : [
        "SWBLLBuild",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBLLBuild",
      "module_type" : "SwiftTarget",
      "name" : "SWBLLBuild",
      "path" : "Sources/SWBLLBuild",
      "product_dependencies" : [
        "libllbuild",
        "llbuildSwift"
      ],
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SwiftBuild",
        "SWBBuildService"
      ],
      "sources" : [
        "LowLevelBuildSystem.swift"
      ],
      "target_dependencies" : [
        "SWBUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBGenericUnixPlatformTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBGenericUnixPlatformTests",
      "path" : "Tests/SWBGenericUnixPlatformTests",
      "sources" : [
        "SWBGenericUnixPlatformTests.swift",
        "SwiftSDKTaskConstructionTests.swift"
      ],
      "target_dependencies" : [
        "SWBGenericUnixPlatform",
        "SWBTestSupport",
        "SWBBuildService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBGenericUnixPlatform",
      "module_type" : "SwiftTarget",
      "name" : "SWBGenericUnixPlatform",
      "path" : "Sources/SWBGenericUnixPlatform",
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SWBBuildService"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBGenericUnixPlatform/Specs/Unix.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBGenericUnixPlatform/Specs/UnixCompile.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBGenericUnixPlatform/Specs/UnixLd.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBGenericUnixPlatform/Specs/UnixLibtool.xcspec",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "SWBCore",
        "SWBUtil"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBCoreTests",
      "path" : "Tests/SWBCoreTests",
      "sources" : [
        "BuildCommandTests.swift",
        "BuildParametersTests.swift",
        "BuildRuleTests.swift",
        "ClangSerializedDiagnosticsTests.swift",
        "CommandLineSpecTests.swift",
        "CommandLineToolSpecDiscoveredInfoTests.swift",
        "CoreTests.swift",
        "DependencyScopingTests.swift",
        "DocumentationCompilerSpecTests.swift",
        "DocumentationDiagnosticsOutputParserTests.swift",
        "FilePathResolverTests.swift",
        "FileTextEncodingTests.swift",
        "FileToBuildTests.swift",
        "FlagPatternTests.swift",
        "IncrementalPIFLoadingTests.swift",
        "IndexSelectConfiguredTargetTests.swift",
        "IndexTargetDependencyResolverTests.swift",
        "InputFileGroupingStrategyTests.swift",
        "MacroEvaluationExtensionsTests.swift",
        "ModuleVerifierFilenameMapTests.swift",
        "ModuleVerifierFrameworkTests.swift",
        "ModuleVerifierHeaderTests.swift",
        "ModuleVerifierModuleMapTests.swift",
        "ModuleVerifierTargetTests.swift",
        "MultiPlatformDependencyResolverTests.swift",
        "OptimizationRemarksTests.swift",
        "PIFInlineLoadingTests.swift",
        "PIFLoadingTests.swift",
        "PlatformFilteringTests.swift",
        "PlatformRegistryTests.swift",
        "ProductTypesTests.swift",
        "ProvisioningTests.swift",
        "RecursiveSearchPathResolverTests.swift",
        "SDKRegistryTests.swift",
        "SerializationTests.swift",
        "SettingsTests.swift",
        "ShellScriptEnvironmentTests.swift",
        "SpecLoadingTests.swift",
        "SpecParserTests.swift",
        "SpecRegistryTests.swift",
        "SwiftCompilerTests.swift",
        "SwiftSDKToolsetSettingsTests.swift",
        "TargetDependencyResolverTests.swift",
        "ToolchainRegistryTests.swift",
        "WorkspaceDiffTests.swift",
        "WorkspaceHeaderIndexTests.swift",
        "XCFrameworkTests.swift"
      ],
      "target_dependencies" : [
        "SWBCore",
        "SWBTestSupport",
        "SWBUtil",
        "SWBLLBuild"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBCorePerfTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBCorePerfTests",
      "path" : "Tests/SWBCorePerfTests",
      "sources" : [
        "BuildParameterPerfTests.swift",
        "CommandLineSpecPerfTests.swift",
        "CorePerfTests.swift",
        "FilePathResolverPerfTests.swift",
        "MacroConfigFileParsingPerfTests.swift",
        "MacroEvaluationPerfTests.swift",
        "MacroExpressionParsingPerfTests.swift",
        "SerializationPerfTests.swift",
        "SettingsPerfTests.swift"
      ],
      "target_dependencies" : [
        "SWBCore",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBCore",
      "module_type" : "SwiftTarget",
      "name" : "SWBCore",
      "path" : "Sources/SWBCore",
      "product_dependencies" : [
        "SwiftDriver"
      ],
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SwiftBuild",
        "SWBBuildService"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBCore/Specs/CoreBuildSystem.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBCore/Specs/ExternalBuildSystem.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBCore/Specs/NativeBuildSystem.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBCore/Specs/en.lproj/CoreBuildSystem.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "ActivityReporting.swift",
        "Apple/DeviceFamily.swift",
        "Apple/InterfaceBuilderShared.swift",
        "ArtifactBundleMetadata.swift",
        "BuildDependencyInfo.swift",
        "BuildFileFilteringContext.swift",
        "BuildFileResolution.swift",
        "BuildParameters.swift",
        "BuildRequest.swift",
        "BuildRequestContext.swift",
        "BuildRuleAction.swift",
        "BuildRuleCondition.swift",
        "BuildRuleSet.swift",
        "ClangModuleVerifier/ModuleVerifierFilenameMap.swift",
        "ClangModuleVerifier/ModuleVerifierFramework.swift",
        "ClangModuleVerifier/ModuleVerifierHeader.swift",
        "ClangModuleVerifier/ModuleVerifierLanguage.swift",
        "ClangModuleVerifier/ModuleVerifierModuleMap.swift",
        "ClangModuleVerifier/ModuleVerifierModuleMapFileVerifier.swift",
        "ClangModuleVerifier/ModuleVerifierTarget.swift",
        "ClangModuleVerifierOutputParser.swift",
        "ClangSerializedDiagnostics.swift",
        "CommandLineArgument.swift",
        "ConfiguredTarget.swift",
        "Core.swift",
        "CustomTaskTypeDescription.swift",
        "DependencyInfoEditPayload.swift",
        "DependencyResolution.swift",
        "DiagnosticSupport.swift",
        "EnvironmentBindings.swift",
        "ExecutableTask.swift",
        "Extensions/DeveloperDirectoryExtension.swift",
        "Extensions/DiagnosticToolingExtension.swift",
        "Extensions/EnvironmentExtension.swift",
        "Extensions/FeatureAvailabilityExtension.swift",
        "Extensions/InputFileGroupingStrategyExtension.swift",
        "Extensions/PlatformInfoExtension.swift",
        "Extensions/SDKRegistryExtension.swift",
        "Extensions/SDKVariantInfoExtension.swift",
        "Extensions/SettingsBuilderExtension.swift",
        "Extensions/SpecificationsExtension.swift",
        "Extensions/ToolchainRegistryExtension.swift",
        "FileSystemSignatureBasedCache.swift",
        "FileToBuild.swift",
        "LibSwiftDriver/LibSwiftDriver.swift",
        "LibSwiftDriver/PlannedBuild.swift",
        "LibclangVendored/ArrayExtensions.swift",
        "LibclangVendored/CStringArray.swift",
        "LibclangVendored/Libclang.swift",
        "LinkageDependencyResolver.swift",
        "MacCatalystInfo.swift",
        "MacroConfigFileLoader.swift",
        "MacroEvaluationExtensions.swift",
        "MacroExpressionSourceExtensions.swift",
        "OnDemandResources.swift",
        "OptimizationRemarks.swift",
        "PlannedNode.swift",
        "PlannedTask.swift",
        "PlannedTaskAction.swift",
        "PlatformEnvironment.swift",
        "PlatformFiltering.swift",
        "PlatformRegistry.swift",
        "Process.swift",
        "ProcessExecutionCache.swift",
        "ProductTypeIdentifier.swift",
        "ProjectModel/BuildConfiguration.swift",
        "ProjectModel/BuildFile.swift",
        "ProjectModel/BuildPhase.swift",
        "ProjectModel/BuildRule.swift",
        "ProjectModel/DependencyInfoFormat.swift",
        "ProjectModel/FilePathResolver.swift",
        "ProjectModel/FileTextEncoding.swift",
        "ProjectModel/ImpartedBuildProperties.swift",
        "ProjectModel/PIFLoader.swift",
        "ProjectModel/PlatformFilter.swift",
        "ProjectModel/Project.swift",
        "ProjectModel/ProjectModelItem.swift",
        "ProjectModel/Reference.swift",
        "ProjectModel/ReferenceLookupContext.swift",
        "ProjectModel/Target.swift",
        "ProjectModel/Workspace.swift",
        "ProjectModel/WorkspaceHeaderIndex.swift",
        "Provisioning.swift",
        "ProvisioningTaskInputs.swift",
        "RunDestinationInfo.swift",
        "SDKRegistry.swift",
        "SWBFeatureFlag.swift",
        "Settings/BuildRuleFile.swift",
        "Settings/BuiltinMacros.swift",
        "Settings/CASOptions.swift",
        "Settings/RecursiveSearchPathResolver.swift",
        "Settings/Settings.swift",
        "Settings/StackedSearchPaths.swift",
        "ShellScript.swift",
        "SigningSupport.swift",
        "SpecImplementations/CommandLineToolSpec.swift",
        "SpecImplementations/CompilerSpec.swift",
        "SpecImplementations/FileTypes.swift",
        "SpecImplementations/LinkerSpec.swift",
        "SpecImplementations/ProductTypes.swift",
        "SpecImplementations/PropertyDomainSpec.swift",
        "SpecImplementations/RegisterSpecs.swift",
        "SpecImplementations/SpecParser.swift",
        "SpecImplementations/SpecRegistry.swift",
        "SpecImplementations/Specs.swift",
        "SpecImplementations/Tools/AppShortcutStringsMetadataCompiler.swift",
        "SpecImplementations/Tools/CCompiler.swift",
        "SpecImplementations/Tools/ClangModuleVerifierInputGenerator.swift",
        "SpecImplementations/Tools/ClangStatCache.swift",
        "SpecImplementations/Tools/CodeSign.swift",
        "SpecImplementations/Tools/ConcatenateTool.swift",
        "SpecImplementations/Tools/ConstructStubExecutorFileListTool.swift",
        "SpecImplementations/Tools/CopyTool.swift",
        "SpecImplementations/Tools/CreateAssetPackManifestTool.swift",
        "SpecImplementations/Tools/CreateBuildDirectory.swift",
        "SpecImplementations/Tools/DocumentationCompiler.swift",
        "SpecImplementations/Tools/DsymutilTool.swift",
        "SpecImplementations/Tools/GCCCompatibleCompilerSupport.swift",
        "SpecImplementations/Tools/Gate.swift",
        "SpecImplementations/Tools/GenerateAppPlaygroundAssetCatalog.swift",
        "SpecImplementations/Tools/GenerateEmbedInCodeAccessor.swift",
        "SpecImplementations/Tools/InfoPlistTool.swift",
        "SpecImplementations/Tools/LaunchServicesRegisterTool.swift",
        "SpecImplementations/Tools/LinkerTools.swift",
        "SpecImplementations/Tools/Lipo.swift",
        "SpecImplementations/Tools/MergeInfoPlist.swift",
        "SpecImplementations/Tools/MkdirTool.swift",
        "SpecImplementations/Tools/ModulesVerifierTool.swift",
        "SpecImplementations/Tools/ObjectLibraryAssembler.swift",
        "SpecImplementations/Tools/PLUtilTool.swift",
        "SpecImplementations/Tools/PrelinkedObjectLink.swift",
        "SpecImplementations/Tools/ProcessSDKImports.swift",
        "SpecImplementations/Tools/ProcessXCFrameworkLibrary.swift",
        "SpecImplementations/Tools/ProductPackaging.swift",
        "SpecImplementations/Tools/SetAttributes.swift",
        "SpecImplementations/Tools/ShellScriptTool.swift",
        "SpecImplementations/Tools/SignatureCollection.swift",
        "SpecImplementations/Tools/StripTool.swift",
        "SpecImplementations/Tools/SwiftABICheckerTool.swift",
        "SpecImplementations/Tools/SwiftABIGenerationTool.swift",
        "SpecImplementations/Tools/SwiftCompiler.swift",
        "SpecImplementations/Tools/SwiftHeaderTool.swift",
        "SpecImplementations/Tools/SwiftStdLibTool.swift",
        "SpecImplementations/Tools/SwiftSymbolExtractor.swift",
        "SpecImplementations/Tools/SymlinkTool.swift",
        "SpecImplementations/Tools/TAPISymbolExtractor.swift",
        "SpecImplementations/Tools/TAPITools.swift",
        "SpecImplementations/Tools/TiffUtilTool.swift",
        "SpecImplementations/Tools/TouchTool.swift",
        "SpecImplementations/Tools/UnifdefTool.swift",
        "SpecImplementations/Tools/ValidateDevelopmentAssets.swift",
        "SpecImplementations/Tools/ValidateEmbeddedBinaryTool.swift",
        "SpecImplementations/Tools/ValidateProductTool.swift",
        "SpecImplementations/Tools/WriteFile.swift",
        "SwiftOutputParsing.swift",
        "SwiftSDK.swift",
        "TargetDependencyResolver.swift",
        "TargetPlatformDiagnostics.swift",
        "TaskGeneration.swift",
        "TaskResult.swift",
        "TaskValidityCriteria.swift",
        "ToolInfo/ClangToolInfo.swift",
        "ToolchainHostEnvironment.swift",
        "ToolchainRegistry.swift",
        "Tuning.swift",
        "WorkspaceContext.swift",
        "WorkspaceSettingsCache.swift",
        "XCFramework.swift"
      ],
      "target_dependencies" : [
        "SWBMacro",
        "SWBProtocol",
        "SWBServiceCore",
        "SWBUtil",
        "SWBCAS",
        "SWBLLBuild"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBCSupport",
      "module_type" : "ClangTarget",
      "name" : "SWBCSupport",
      "path" : "Sources/SWBCSupport",
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SwiftBuild",
        "SWBProtocol",
        "SWBUtil",
        "SWBProjectModel",
        "SWBBuildService"
      ],
      "sources" : [
        "CLibRemarksHelper.c",
        "CLibclang.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBCLibc",
      "module_type" : "ClangTarget",
      "name" : "SWBCLibc",
      "path" : "Sources/SWBCLibc",
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SwiftBuild",
        "SWBProtocol",
        "SWBUtil",
        "SWBProjectModel",
        "SWBBuildService"
      ],
      "sources" : [
        "libc.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBCASTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBCASTests",
      "path" : "Tests/SWBCASTests",
      "sources" : [
        "CASFSNodeTests.swift",
        "ToolchainCASPluginTests.swift"
      ],
      "target_dependencies" : [
        "SWBTestSupport",
        "SWBCAS",
        "SWBUtil"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBCASPerfTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBCASPerfTests",
      "path" : "Tests/SWBCASPerfTests",
      "sources" : [
        "CASFSNodePerfTests.swift"
      ],
      "target_dependencies" : [
        "SWBCAS",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBCAS",
      "module_type" : "SwiftTarget",
      "name" : "SWBCAS",
      "path" : "Sources/SWBCAS",
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SwiftBuild",
        "SWBBuildService"
      ],
      "sources" : [
        "CASFSNode.swift",
        "CASProtocol.swift",
        "Errors.swift",
        "ToolchainCASPlugin.swift",
        "plugin_api_t.swift"
      ],
      "target_dependencies" : [
        "SWBUtil",
        "SWBCSupport"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBBuildSystemTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBBuildSystemTests",
      "path" : "Tests/SWBBuildSystemTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SWBBuildSystemTests/TestData",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "APIDigesterBuildOperationTests.swift",
        "AppIntentsNLTrainingTests.swift",
        "AppShortcutsStringsValidationTests.swift",
        "AppleScriptTests.swift",
        "BuildBacktraceTests.swift",
        "BuildCommandTests.swift",
        "BuildDescriptionConstructionTests.swift",
        "BuildOperationDescriptionTests.swift",
        "BuildOperationTests.swift",
        "BuildTaskBehaviorTests.swift",
        "CircularDependencyTests.swift",
        "ClangBuildOperationTests.swift",
        "ClangCompilationCachingTests.swift",
        "ClangExplicitModulesTests.swift",
        "ClangModuleVerifierTests.swift",
        "ClangStatCacheTests.swift",
        "CleanOperationTests.swift",
        "CodeGenerationToolTests.swift",
        "CodeSigningBuildOperationTests.swift",
        "CopyTests.swift",
        "CustomTaskBuildOperationTests.swift",
        "DependencyCycleDiagnosticsTests.swift",
        "DependencyValidationTests.swift",
        "DevelopmentAssetsDiagnosticTests.swift",
        "DeviceFamilyBuildOperationTests.swift",
        "DiscoveredDependenciesBuildOperationTests.swift",
        "DriverKitBuildOperationTests.swift",
        "DsymGenerationBuildOperationTests.swift",
        "EmbeddedBinaryValidationTests.swift",
        "EntitlementsBuildOperationTests.swift",
        "ExportLocBuildOperationTests.swift",
        "GenericTaskCachingTests.swift",
        "HeadermapModuleCompatibilityTests.swift",
        "HostBuildToolBuildOperationTests.swift",
        "IndexBuildOperationTests.swift",
        "InfoPlistBuildOperationTests.swift",
        "InstallAPIBuildOperationTests.swift",
        "InstrumentsPackageBuildOperationTests.swift",
        "LinkerTests.swift",
        "MergeableLibrariesBuildOperationTests.swift",
        "ObjectLibraryBuildOperationTests.swift",
        "OnDemandResourcesTests.swift",
        "PackageBuildOperationTests.swift",
        "PrefixHeaderAsModuleTests.swift",
        "PreviewsBuildOperationTests.swift",
        "RebuildTests.swift",
        "SDKImportsBuildOperationTests.swift",
        "SceneKitBuildOperationTests.swift",
        "ShellScriptSandboxingTests.swift",
        "SpriteKitBuildOperationTests.swift",
        "StaleFileRemovalTests.swift",
        "StaticLibraryBuildOperationTests.swift",
        "SwiftBuildOperationTests.swift",
        "SwiftBuildTraceTests.swift",
        "SwiftCompilationCachingTests.swift",
        "SwiftDriverTests.swift",
        "TrackedDomainOperationTests.swift",
        "UnifdefTests.swift",
        "UnitTestBuildOperationTests.swift",
        "WatchBuildOperationTests.swift",
        "WatchKitTests.swift",
        "WorkspaceDiagnosticsTests.swift",
        "XCFrameworkBuildOperationTests.swift"
      ],
      "target_dependencies" : [
        "SWBBuildService",
        "SWBBuildSystem",
        "SwiftBuildTestSupport",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBBuildSystemPerfTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBBuildSystemPerfTests",
      "path" : "Tests/SWBBuildSystemPerfTests",
      "sources" : [
        "ClangExplicitModulesPerfTests.swift",
        "DependencyValidatorPerfTests.swift",
        "ModulesVerifierPerfTests.swift",
        "SwiftDriverPerfTests.swift"
      ],
      "target_dependencies" : [
        "SWBBuildSystem",
        "SWBTestSupport",
        "SwiftBuildTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBBuildSystem",
      "module_type" : "SwiftTarget",
      "name" : "SWBBuildSystem",
      "path" : "Sources/SWBBuildSystem",
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SWBBuildService"
      ],
      "sources" : [
        "BuildManager.swift",
        "BuildOperation.swift",
        "BuildOperationExtension.swift",
        "BuildSystemCache.swift",
        "CleanOperation.swift",
        "DependencyCycleFormatter.swift",
        "SandboxViolations.swift"
      ],
      "target_dependencies" : [
        "SWBCore",
        "SWBTaskConstruction",
        "SWBTaskExecution"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBBuildServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBBuildServiceTests",
      "path" : "Tests/SWBBuildServiceTests",
      "sources" : [
        "BuildDependencyInfoTests.swift",
        "BuildServiceTests.swift"
      ],
      "target_dependencies" : [
        "SwiftBuild",
        "SWBBuildService",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBBuildServiceBundle",
      "module_type" : "SwiftTarget",
      "name" : "SWBBuildServiceBundle",
      "path" : "Sources/SWBBuildServiceBundle",
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SWBBuildService",
        "SWBBuildSystem",
        "SWBServiceCore",
        "SWBUtil",
        "SWBCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SWBBuildService",
      "module_type" : "SwiftTarget",
      "name" : "SWBBuildService",
      "path" : "Sources/SWBBuildService",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SWBBuildService"
      ],
      "sources" : [
        "BuildDependencyInfo.swift",
        "BuildDescriptionMessages.swift",
        "BuildOperationMessages.swift",
        "BuildService.swift",
        "BuildServiceEntryPoint.swift",
        "ClientExchangeDelegate.swift",
        "DependencyGraphMessages.swift",
        "DocumentationInfo.swift",
        "LocalizationInfo.swift",
        "Messages.swift",
        "PlanningOperation.swift",
        "PreviewInfo.swift",
        "Session.swift",
        "Tools.swift"
      ],
      "target_dependencies" : [
        "SWBBuildSystem",
        "SWBServiceCore",
        "SWBTaskExecution",
        "SWBAndroidPlatform",
        "SWBApplePlatform",
        "SWBGenericUnixPlatform",
        "SWBQNXPlatform",
        "SWBUniversalPlatform",
        "SWBWebAssemblyPlatform",
        "SWBWindowsPlatform"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBApplePlatformTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBApplePlatformTests",
      "path" : "Tests/SWBApplePlatformTests",
      "sources" : [
        "AppleCommandLineSpecTests.swift",
        "AppleCommandLineToolSpecDiscoveredInfoTests.swift",
        "AppleInputFileGroupingStrategyTests.swift",
        "EXUtilTaskConstructionTests.swift"
      ],
      "target_dependencies" : [
        "SWBApplePlatform",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBApplePlatform",
      "module_type" : "SwiftTarget",
      "name" : "SWBApplePlatform",
      "path" : "Sources/SWBApplePlatform",
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SWBBuildService"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/AppIntentsMetadata.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/AppIntentsNLTraining.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/AppShortcutStringsMetadata.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/AppleFileTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/AssetCatalogCompiler.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/CompileSkybox.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/CopyPNGFile.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/CopyTiffFile.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/CoreData.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/CoreML.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/DTrace.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/DarwinLibtool.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/DarwinPackageTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/DarwinProductTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/DriverKit.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/EXUtil.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/Embedded-Device.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/Embedded-Shared.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/Embedded-Simulator.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/EmbeddedBinaryValidationUtility.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/GenerateAppPlaygroundAssetCatalog.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/GenerateTextureAtlas.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/IBCompiler.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/IBPostprocessor.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/IBStoryboardCompiler.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/IBStoryboardLinker.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/IBStoryboardPostprocessor.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/Iconutil.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/Iig.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/InfoPlistUtility.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/InstrumentsPackage.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/Intents.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/InterfaceBuilderFileTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/KernelExtension.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/LSRegisterURL.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/Lipo.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/MetalCompiler.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/MetalFileTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/MetalLinker.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/MetalPackageTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/MetalProductTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/MiG.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/OSACompile.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/OpenCL.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/RCFileTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/RealityAssets.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/ReferenceObject.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/ResMerger.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/Rez.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/SceneKitFileTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/SceneKitTools.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/SpriteKitFileTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/StripSymbolsDarwin.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/TiffUtil.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/WatchKit1ProductTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/XCAppExtensionPoints.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/XCStrings.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/CopyTiffFile.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/DTrace.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/Iconutil.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/InstrumentsPackage.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/Interface Builder Storyboard Compiler.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/Interface Builder Storyboard Postprocessor.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/LSRegisterURL.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/MiG.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/OSACompile.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/OpenCL.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/ResMerger.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/Rez.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/TiffUtil.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/com.apple.build-tasks.generate-texture-atlas.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/com.apple.compilers.assetcatalog.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/com.apple.compilers.metal-linker.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/com.apple.compilers.metal.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/com.apple.compilers.model.coredata.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/com.apple.compilers.model.coredatamapping.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/com.apple.compilers.model.mlkit.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/com.apple.compilers.model.persistence.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/com.apple.compilers.referenceobject.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/com.apple.xcode.tools.ibtool.compiler.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/en.lproj/com.apple.xcode.tools.ibtool.postprocessor.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/iOSDevice.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/iOSShared.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/iOSSimulator.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/macOSArchitectures.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/macOSCoreBuildSystem.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/macOSNativeBuildSystem.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/macOSPackageTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/macOSProductTypes.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/tvOSDevice.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/tvOSShared.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/tvOSSimulator.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/watchOSDevice.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/watchOSShared.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/watchOSSimulator.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/xrOSDevice.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/xrOSShared.xcspec",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBApplePlatform/Specs/xrOSSimulator.xcspec",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ActoolInputFileGroupingStrategy.swift",
        "AppIntentsMetadataCompiler.swift",
        "AppIntentsMetadataTaskProducer.swift",
        "AppIntentsSSUTrainingCompiler.swift",
        "AssetCatalogCompiler.swift",
        "AssetCatalogCompilerOutputParser.swift",
        "CopyTiffFile.swift",
        "CoreDataCompiler.swift",
        "CoreMLCompiler.swift",
        "DevelopmentAssetsTaskProducer.swift",
        "DittoTool.swift",
        "EXUtil.swift",
        "ExtensionPointExtractorTaskProducer.swift",
        "ExtensionPointsCompiler.swift",
        "IIGCompiler.swift",
        "ImageScaleFactorsInputFileGroupingStrategy.swift",
        "InstrumentsPackageBuilderSpec.swift",
        "IntentsCompiler.swift",
        "InterfaceBuilderCompiler.swift",
        "InterfaceBuilderCompilerOutputParser.swift",
        "InterfaceBuilderShared.swift",
        "LocalizationInputFileGroupingStrategy.swift",
        "MacCatalystInfoExtension.swift",
        "MetalCompiler.swift",
        "MiGCompiler.swift",
        "OpenCLCompiler.swift",
        "Plugin.swift",
        "PluginDCLT.swift",
        "RealityAssetsCompilerSpec.swift",
        "RealityAssetsTaskProducer.swift",
        "ReferenceObjectCompiler.swift",
        "RegisterExecutionPolicyException.swift",
        "ResMergerLinkerSpec.swift",
        "SceneKitToolSpec.swift",
        "StoryboardLinker.swift",
        "StringCatalogCompilerOutputParser.swift",
        "StubBinaryTaskProducer.swift",
        "XCStringsCompiler.swift",
        "XCStringsInputFileGroupingStrategy.swift"
      ],
      "target_dependencies" : [
        "SWBCore",
        "SWBMacro",
        "SWBUtil",
        "SWBTaskConstruction"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWBAndroidPlatformTests",
      "module_type" : "SwiftTarget",
      "name" : "SWBAndroidPlatformTests",
      "path" : "Tests/SWBAndroidPlatformTests",
      "sources" : [
        "AndroidSDKTests.swift",
        "SWBAndroidPlatformTests.swift"
      ],
      "target_dependencies" : [
        "SWBAndroidPlatform",
        "SWBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWBAndroidPlatform",
      "module_type" : "SwiftTarget",
      "name" : "SWBAndroidPlatform",
      "path" : "Sources/SWBAndroidPlatform",
      "product_memberships" : [
        "swbuild",
        "SWBBuildServiceBundle",
        "SWBBuildService"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SWBAndroidPlatform/Specs/Android.xcspec",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AndroidSDK.swift",
        "JavaProperties.swift",
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "SWBCore",
        "SWBMacro",
        "SWBUtil"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.