Build Information
Failed to build SwiftBuild, reference main (62bd4c
), with Swift 6.0 for macOS (SPM) on 13 Jun 2025 17:55:05 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[759/909] Compiling SWBCore OnDemandResources.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:165:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
163 | ///
164 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
165 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
166 | willSet(newProvisionalTask) {
167 | precondition(provisionalTask == nil, "A provisional task has already been assigned to planned task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:284:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
282 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
283 | /// The provisional task corresponding to this task, if any.
284 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
285 | willSet(newProvisionalTask) {
286 | preconditionFailure("Tried to assign a provisional task to gate task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:56:33: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
54 |
55 | /// The parse default build settings table.
56 | public fileprivate(set) var defaultSettingsTable: MacroValueAssignmentTable! = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[760/909] Compiling SWBCore OptimizationRemarks.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:165:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
163 | ///
164 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
165 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
166 | willSet(newProvisionalTask) {
167 | precondition(provisionalTask == nil, "A provisional task has already been assigned to planned task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:284:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
282 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
283 | /// The provisional task corresponding to this task, if any.
284 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
285 | willSet(newProvisionalTask) {
286 | preconditionFailure("Tried to assign a provisional task to gate task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:56:33: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
54 |
55 | /// The parse default build settings table.
56 | public fileprivate(set) var defaultSettingsTable: MacroValueAssignmentTable! = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[761/909] Compiling SWBCore PlannedNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:165:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
163 | ///
164 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
165 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
166 | willSet(newProvisionalTask) {
167 | precondition(provisionalTask == nil, "A provisional task has already been assigned to planned task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:284:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
282 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
283 | /// The provisional task corresponding to this task, if any.
284 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
285 | willSet(newProvisionalTask) {
286 | preconditionFailure("Tried to assign a provisional task to gate task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:56:33: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
54 |
55 | /// The parse default build settings table.
56 | public fileprivate(set) var defaultSettingsTable: MacroValueAssignmentTable! = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[762/909] Compiling SWBCore PlannedTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:165:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
163 | ///
164 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
165 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
166 | willSet(newProvisionalTask) {
167 | precondition(provisionalTask == nil, "A provisional task has already been assigned to planned task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:284:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
282 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
283 | /// The provisional task corresponding to this task, if any.
284 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
285 | willSet(newProvisionalTask) {
286 | preconditionFailure("Tried to assign a provisional task to gate task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:56:33: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
54 |
55 | /// The parse default build settings table.
56 | public fileprivate(set) var defaultSettingsTable: MacroValueAssignmentTable! = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[763/909] Compiling SWBCore PlannedTaskAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:165:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
163 | ///
164 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
165 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
166 | willSet(newProvisionalTask) {
167 | precondition(provisionalTask == nil, "A provisional task has already been assigned to planned task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:284:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
282 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
283 | /// The provisional task corresponding to this task, if any.
284 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
285 | willSet(newProvisionalTask) {
286 | preconditionFailure("Tried to assign a provisional task to gate task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:56:33: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
54 |
55 | /// The parse default build settings table.
56 | public fileprivate(set) var defaultSettingsTable: MacroValueAssignmentTable! = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[764/909] Compiling SWBCore PlatformEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:165:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
163 | ///
164 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
165 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
166 | willSet(newProvisionalTask) {
167 | precondition(provisionalTask == nil, "A provisional task has already been assigned to planned task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:284:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
282 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
283 | /// The provisional task corresponding to this task, if any.
284 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
285 | willSet(newProvisionalTask) {
286 | preconditionFailure("Tried to assign a provisional task to gate task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:56:33: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
54 |
55 | /// The parse default build settings table.
56 | public fileprivate(set) var defaultSettingsTable: MacroValueAssignmentTable! = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[765/909] Compiling SWBCore PlatformFiltering.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:165:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
163 | ///
164 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
165 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
166 | willSet(newProvisionalTask) {
167 | precondition(provisionalTask == nil, "A provisional task has already been assigned to planned task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:284:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
282 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
283 | /// The provisional task corresponding to this task, if any.
284 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
285 | willSet(newProvisionalTask) {
286 | preconditionFailure("Tried to assign a provisional task to gate task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:56:33: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
54 |
55 | /// The parse default build settings table.
56 | public fileprivate(set) var defaultSettingsTable: MacroValueAssignmentTable! = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[766/909] Compiling SWBCore PlatformRegistry.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:165:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
163 | ///
164 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
165 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
166 | willSet(newProvisionalTask) {
167 | precondition(provisionalTask == nil, "A provisional task has already been assigned to planned task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:284:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
282 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
283 | /// The provisional task corresponding to this task, if any.
284 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
285 | willSet(newProvisionalTask) {
286 | preconditionFailure("Tried to assign a provisional task to gate task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:56:33: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
54 |
55 | /// The parse default build settings table.
56 | public fileprivate(set) var defaultSettingsTable: MacroValueAssignmentTable! = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[767/909] Compiling SWBCore Process.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:165:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
163 | ///
164 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
165 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
166 | willSet(newProvisionalTask) {
167 | precondition(provisionalTask == nil, "A provisional task has already been assigned to planned task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:284:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
282 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
283 | /// The provisional task corresponding to this task, if any.
284 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
285 | willSet(newProvisionalTask) {
286 | preconditionFailure("Tried to assign a provisional task to gate task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:56:33: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
54 |
55 | /// The parse default build settings table.
56 | public fileprivate(set) var defaultSettingsTable: MacroValueAssignmentTable! = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[768/909] Compiling SWBCore ProcessExecutionCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:165:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
163 | ///
164 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
165 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
166 | willSet(newProvisionalTask) {
167 | precondition(provisionalTask == nil, "A provisional task has already been assigned to planned task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:284:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
282 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
283 | /// The provisional task corresponding to this task, if any.
284 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
285 | willSet(newProvisionalTask) {
286 | preconditionFailure("Tried to assign a provisional task to gate task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:56:33: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
54 |
55 | /// The parse default build settings table.
56 | public fileprivate(set) var defaultSettingsTable: MacroValueAssignmentTable! = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[769/909] Compiling SWBCore ProductTypeIdentifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:165:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
163 | ///
164 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
165 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
166 | willSet(newProvisionalTask) {
167 | precondition(provisionalTask == nil, "A provisional task has already been assigned to planned task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:284:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
282 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
283 | /// The provisional task corresponding to this task, if any.
284 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
285 | willSet(newProvisionalTask) {
286 | preconditionFailure("Tried to assign a provisional task to gate task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:56:33: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
54 |
55 | /// The parse default build settings table.
56 | public fileprivate(set) var defaultSettingsTable: MacroValueAssignmentTable! = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[770/909] Compiling SWBCore BuildConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:165:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
163 | ///
164 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
165 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
166 | willSet(newProvisionalTask) {
167 | precondition(provisionalTask == nil, "A provisional task has already been assigned to planned task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:284:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
282 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
283 | /// The provisional task corresponding to this task, if any.
284 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
285 | willSet(newProvisionalTask) {
286 | preconditionFailure("Tried to assign a provisional task to gate task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:56:33: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
54 |
55 | /// The parse default build settings table.
56 | public fileprivate(set) var defaultSettingsTable: MacroValueAssignmentTable! = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[771/909] Compiling SWBCore BuildFile.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:165:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
163 | ///
164 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
165 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
166 | willSet(newProvisionalTask) {
167 | precondition(provisionalTask == nil, "A provisional task has already been assigned to planned task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:284:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
282 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
283 | /// The provisional task corresponding to this task, if any.
284 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
285 | willSet(newProvisionalTask) {
286 | preconditionFailure("Tried to assign a provisional task to gate task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:56:33: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
54 |
55 | /// The parse default build settings table.
56 | public fileprivate(set) var defaultSettingsTable: MacroValueAssignmentTable! = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[772/909] Compiling SWBCore BuildPhase.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:165:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
163 | ///
164 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
165 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
166 | willSet(newProvisionalTask) {
167 | precondition(provisionalTask == nil, "A provisional task has already been assigned to planned task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:284:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
282 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
283 | /// The provisional task corresponding to this task, if any.
284 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
285 | willSet(newProvisionalTask) {
286 | preconditionFailure("Tried to assign a provisional task to gate task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:56:33: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
54 |
55 | /// The parse default build settings table.
56 | public fileprivate(set) var defaultSettingsTable: MacroValueAssignmentTable! = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[773/909] Compiling SWBCore BuildRule.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:165:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
163 | ///
164 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
165 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'ConstructedTask' is mutable; this is an error in the Swift 6 language mode
166 | willSet(newProvisionalTask) {
167 | precondition(provisionalTask == nil, "A provisional task has already been assigned to planned task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlannedTask.swift:284:21: warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
282 | /// This is mainly important for resolution of provisional tasks for directory creation: We don't want to consider a provisional task for directory creation valid just because other provisional tasks (and *only* provisional tasks) are placing content there; we want to be able to easily determine that non-provisional tasks are placing content there.
283 | /// The provisional task corresponding to this task, if any.
284 | public weak var provisionalTask: ProvisionalTask? = nil {
| `- warning: stored property 'provisionalTask' of 'Sendable'-conforming class 'GateTask' is mutable; this is an error in the Swift 6 language mode
285 | willSet(newProvisionalTask) {
286 | preconditionFailure("Tried to assign a provisional task to gate task \(self)")
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:56:33: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
54 |
55 | /// The parse default build settings table.
56 | public fileprivate(set) var defaultSettingsTable: MacroValueAssignmentTable! = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'Platform' is mutable; this is an error in the Swift 6 language mode
57 |
58 | /// Whether this is a platform for which real products are deployed. This will be `true` for most platforms, but `false` for a few such as simulators.
[774/909] Compiling SWBCore InputFileGroupingStrategyExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[775/909] Compiling SWBCore PlatformInfoExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[776/909] Compiling SWBCore SDKRegistryExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[777/909] Compiling SWBCore SDKVariantInfoExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[778/909] Compiling SWBCore SettingsBuilderExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[779/909] Compiling SWBCore SpecificationsExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[780/909] Compiling SWBCore ToolchainRegistryExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[781/909] Compiling SWBCore FileSystemSignatureBasedCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[782/909] Compiling SWBCore FileToBuild.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[783/909] Compiling SWBCore LibSwiftDriver.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[784/909] Compiling SWBCore PlannedBuild.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[785/909] Compiling SWBCore ArrayExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[786/909] Compiling SWBCore CStringArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[787/909] Compiling SWBCore Libclang.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[788/909] Compiling SWBCore LinkageDependencyResolver.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[789/909] Compiling SWBCore MacCatalystInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[790/909] Compiling SWBCore MacroConfigFileLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/LinkageDependencyResolver.swift:378:85: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
376 | })
377 |
378 | for moduleDependencyName in configuredTargetSettings.moduleDependencies.map { $0.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
379 | if !moduleNamesOfExplicitDependencies.contains(moduleDependencyName), let implicitDependency = await implicitDependency(forModuleName: moduleDependencyName, from: configuredTarget, imposedParameters: imposedParameters, source: .moduleDependency(name: moduleDependencyName, buildSetting: BuiltinMacros.MODULE_DEPENDENCIES)) {
380 | await result.append(ResolvedTargetDependency(target: implicitDependency, reason: .implicitBuildSetting(settingName: BuiltinMacros.MODULE_DEPENDENCIES.name, options: [moduleDependencyName])))
[791/909] Compiling SWBCore DependencyInfoFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[792/909] Compiling SWBCore FilePathResolver.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[793/909] Compiling SWBCore FileTextEncoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[794/909] Compiling SWBCore ImpartedBuildProperties.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[795/909] Compiling SWBCore PIFLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[796/909] Compiling SWBCore PlatformFilter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[797/909] Compiling SWBCore Project.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[798/909] Compiling SWBCore ProjectModelItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[799/909] Compiling SWBCore Reference.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[800/909] Compiling SWBCore ReferenceLookupContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[801/909] Compiling SWBCore Target.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[802/909] Compiling SWBCore Workspace.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[803/909] Compiling SWBCore WorkspaceHeaderIndex.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[804/909] Compiling SWBCore ProvisionalTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[805/909] Compiling SWBCore Provisioning.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[806/909] Compiling SWBCore ProvisioningTaskInputs.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/ProjectModel/Reference.swift:327:20: warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
325 |
326 | /// A ProductReference represents the product of a StandardTarget object. It acts as a placeholder so that product can be represented in other targets, but it contains no meaningful information itself; rather, it vends information about itself by querying its target for that information. A ProductReference object is not part of a product's group tree and has no parent property; rather, it is owned by and has an unowned backpointer to its target.
327 | public final class ProductReference: Reference, BuildFileRepresentable
| `- warning: class 'ProductReference' must restate inherited '@unchecked Sendable' conformance
328 | {
329 | /// The name of this reference - primarily for debugging purposes.
[807/909] Compiling SWBCore GCCCompatibleCompilerSupport.swift
[808/909] Compiling SWBCore Gate.swift
[809/909] Compiling SWBCore GenerateAppPlaygroundAssetCatalog.swift
[810/909] Compiling SWBCore InfoPlistTool.swift
[811/909] Compiling SWBCore LaunchServicesRegisterTool.swift
[812/909] Compiling SWBCore LinkerTools.swift
[813/909] Compiling SWBCore Lipo.swift
[814/909] Compiling SWBCore MergeInfoPlist.swift
[815/909] Compiling SWBCore MkdirTool.swift
[816/909] Compiling SWBCore ModulesVerifierTool.swift
[817/909] Compiling SWBCore PLUtilTool.swift
[818/909] Compiling SWBCore PrelinkedObjectLink.swift
[819/909] Compiling SWBCore ProcessSDKImports.swift
[820/909] Compiling SWBCore ProcessXCFrameworkLibrary.swift
[821/909] Compiling SWBCore ProductPackaging.swift
[822/909] Compiling SWBCore RegisterExecutionPolicyException.swift
[823/909] Compiling SWBCore ValidateDevelopmentAssets.swift
[824/909] Compiling SWBCore ValidateEmbeddedBinaryTool.swift
[825/909] Compiling SWBCore ValidateProductTool.swift
[826/909] Compiling SWBCore WriteFile.swift
[827/909] Compiling SWBCore SwiftSDK.swift
[828/909] Compiling SWBCore TargetDependencyResolver.swift
[829/909] Compiling SWBCore TargetPlatformDiagnostics.swift
[830/909] Compiling SWBCore TaskGeneration.swift
[831/909] Compiling SWBCore TaskResult.swift
[832/909] Compiling SWBCore ClangToolInfo.swift
[833/909] Compiling SWBCore ToolchainRegistry.swift
[834/909] Compiling SWBCore Tuning.swift
[835/909] Compiling SWBCore WorkspaceContext.swift
[836/909] Compiling SWBCore WorkspaceSettingsCache.swift
[837/909] Compiling SWBCore XCFramework.swift
[838/909] Compiling SWBCore resource_bundle_accessor.swift
[839/909] Compiling SWBCore RegisterSpecs.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[840/909] Compiling SWBCore SpecParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[841/909] Compiling SWBCore SpecRegistry.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[842/909] Compiling SWBCore Specs.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[843/909] Compiling SWBCore AppShortcutStringsMetadataCompiler.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[844/909] Compiling SWBCore CCompiler.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[845/909] Compiling SWBCore ClangModuleVerifierInputGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[846/909] Compiling SWBCore ClangStatCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[847/909] Compiling SWBCore CodeSign.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[848/909] Compiling SWBCore ConcatenateTool.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[849/909] Compiling SWBCore ConstructStubExecutorFileListTool.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[850/909] Compiling SWBCore CopyTool.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[851/909] Compiling SWBCore CreateAssetPackManifestTool.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[852/909] Compiling SWBCore CreateBuildDirectory.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[853/909] Compiling SWBCore DocumentationCompiler.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[854/909] Compiling SWBCore DsymutilTool.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/SpecRegistry.swift:867:17: warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
83 | }
84 |
85 | public final class SpecProxy {
| `- note: class 'SpecProxy' does not conform to the 'Sendable' protocol
86 | @_spi(Testing) public typealias SpecData = [String: PropertyListItem]
87 |
:
865 |
866 | /// The cache used for proxy lookup.
867 | private let proxyCache = Cache<ProxyCacheKey, [SpecProxy]>()
| `- warning: stored property 'proxyCache' of 'Sendable'-conforming class 'SpecRegistry' has non-sendable type 'Cache<SpecRegistry.ProxyCacheKey, [SpecProxy]>'; this is an error in the Swift 6 language mode
868 |
869 | /// Get all specs in the registry of the given spec type `T` in the given `domain`.
[855/909] Compiling SWBCore SetAttributes.swift
[856/909] Compiling SWBCore ShellScriptTool.swift
[857/909] Compiling SWBCore SignatureCollection.swift
[858/909] Compiling SWBCore StripTool.swift
[859/909] Compiling SWBCore SwiftABICheckerTool.swift
[860/909] Compiling SWBCore SwiftABIGenerationTool.swift
[861/909] Compiling SWBCore SwiftCompiler.swift
[862/909] Compiling SWBCore SwiftHeaderTool.swift
[863/909] Compiling SWBCore SwiftStdLibTool.swift
[864/909] Compiling SWBCore SwiftSymbolExtractor.swift
[865/909] Compiling SWBCore SymlinkTool.swift
[866/909] Compiling SWBCore TAPISymbolExtractor.swift
[867/909] Compiling SWBCore TAPITools.swift
[868/909] Compiling SWBCore TiffUtilTool.swift
[869/909] Compiling SWBCore TouchTool.swift
[870/909] Compiling SWBCore UnifdefTool.swift
[871/909] Compiling SWBCore ModuleVerifierModuleMapFileVerifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[872/909] Compiling SWBCore ModuleVerifierTarget.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[873/909] Compiling SWBCore ClangModuleVerifierOutputParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[874/909] Compiling SWBCore ClangSerializedDiagnostics.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[875/909] Compiling SWBCore CommandLineArgument.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[876/909] Compiling SWBCore ConfiguredTarget.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[877/909] Compiling SWBCore Core.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[878/909] Compiling SWBCore CustomTaskTypeDescription.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[879/909] Compiling SWBCore DependencyInfoEditPayload.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[880/909] Compiling SWBCore DependencyResolution.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[881/909] Compiling SWBCore DiagnosticSupport.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[882/909] Compiling SWBCore EnvironmentBindings.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[883/909] Compiling SWBCore ExecutableTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[884/909] Compiling SWBCore DeveloperDirectoryExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[885/909] Compiling SWBCore DiagnosticToolingExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[886/909] Compiling SWBCore EnvironmentExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[887/909] Compiling SWBCore FeatureAvailabilityExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:311:36: warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
309 |
310 | /// The shared core settings object.
311 | @_spi(Testing) public lazy var coreSettings: CoreSettings = {
| `- warning: stored property '$__lazy_storage_$_coreSettings' of 'Sendable'-conforming class 'Core' is mutable; this is an error in the Swift 6 language mode
312 | return CoreSettings(self)
313 | }()
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Core.swift:123:21: warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
121 | struct Context: SDKRegistryExtensionAdditionalSDKsContext {
122 | var hostOperatingSystem: OperatingSystem
123 | var platformRegistry: PlatformRegistry
| `- warning: stored property 'platformRegistry' of 'Sendable'-conforming struct 'Context' has non-sendable type 'PlatformRegistry'; this is an error in the Swift 6 language mode
124 | var fs: any FSProxy
125 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/PlatformRegistry.swift:299:20: note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
297 |
298 | /// The PlatformRegistry manages the set of registered platforms.
299 | public final class PlatformRegistry {
| `- note: class 'PlatformRegistry' does not conform to the 'Sendable' protocol
300 | /// The delegate.
301 | let delegate: any PlatformRegistryDelegate
[888/909] Compiling SWBCore SDKRegistry.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
[889/909] Compiling SWBCore SWBFeatureFlag.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
[890/909] Compiling SWBCore BuildRuleFile.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
[891/909] Compiling SWBCore BuiltinMacros.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
[892/909] Compiling SWBCore CASOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
[893/909] Compiling SWBCore RecursiveSearchPathResolver.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
[894/909] Compiling SWBCore Settings.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
[895/909] Compiling SWBCore StackedSearchPaths.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
[896/909] Compiling SWBCore ShellScript.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
[897/909] Compiling SWBCore SigningSupport.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
[898/909] Compiling SWBCore CommandLineToolSpec.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
[899/909] Compiling SWBCore CompilerSpec.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
[900/909] Compiling SWBCore FileTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
[901/909] Compiling SWBCore LinkerSpec.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
[902/909] Compiling SWBCore ProductTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
[903/909] Compiling SWBCore PropertyDomainSpec.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:112:29: warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
110 |
111 | /// The parsed default build settings table.
112 | public private(set) var defaultSettingsTable: MacroValueAssignmentTable? = nil
| `- warning: stored property 'defaultSettingsTable' of 'Sendable'-conforming class 'SDK' is mutable; this is an error in the Swift 6 language mode
113 |
114 | /// The overriding build settings.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SDKRegistry.swift:261:29: warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
259 |
260 | /// Parsed form of the `settings`.
261 | public private(set) var settingsTable: MacroValueAssignmentTable?
| `- warning: stored property 'settingsTable' of 'Sendable'-conforming class 'SDKVariant' is mutable; this is an error in the Swift 6 language mode
262 |
263 | // FIXME: Presently all of the keys from the 'SupportedTargets' dict are treated as optional. We should improve this in the future.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/Settings/BuiltinMacros.swift:1311:24: warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1309 | // MARK: Built-in Macro Initialization
1310 |
1311 | private static var initialized = false
| |- warning: static property 'initialized' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'initialized' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'initialized' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1312 |
1313 | /// The actual built-in namespace, which is not exposed directly.
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:324:67: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
322 |
323 | /// Returns whether the product type supports embedding Swift standard libraries inside it.
324 | public func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
325 | // Most product types don't support having the Swift libraries embedded in them.
326 | return false
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:384:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
382 | }
383 |
384 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
385 | return true
386 | }
/Users/admin/builder/spi-builder-workspace/Sources/SWBCore/SpecImplementations/ProductTypes.swift:605:76: error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
603 | }
604 |
605 | public override func supportsEmbeddingSwiftStandardLibraries(producer: CommandProducer) -> Bool {
| `- error: use of protocol 'CommandProducer' as a type must be written 'any CommandProducer'
606 | return producer.isApplePlatform
607 | }
Fetching https://github.com/swiftlang/swift-driver.git
[1/34940] Fetching swift-driver
Fetched https://github.com/swiftlang/swift-driver.git from cache (2.08s)
Fetching https://github.com/swiftlang/swift-llbuild.git
[1/29036] Fetching swift-llbuild
Fetched https://github.com/swiftlang/swift-llbuild.git from cache (2.16s)
Fetching https://github.com/swiftlang/swift-tools-support-core.git
[1/6829] Fetching swift-tools-support-core
Fetched https://github.com/swiftlang/swift-tools-support-core.git from cache (1.22s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/128] Fetching swift-toolchain-sqlite
[17/4556] Fetching swift-toolchain-sqlite, swift-system
[2986/19936] Fetching swift-toolchain-sqlite, swift-system, swift-argument-parser
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.32s)
[9504/19808] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system.git from cache (1.85s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.85s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.44s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (0.43s)
Creating working copy for https://github.com/swiftlang/swift-driver.git
Working copy of https://github.com/swiftlang/swift-driver.git resolved at main (8c130e3)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
Creating working copy for https://github.com/swiftlang/swift-tools-support-core.git
Working copy of https://github.com/swiftlang/swift-tools-support-core.git resolved at main (f9b4010)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/swiftlang/swift-llbuild.git
Working copy of https://github.com/swiftlang/swift-llbuild.git resolved at main (f3b9649)
BUILD FAILURE 6.0 macosSpm