The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of XcodeServer, reference main (b47a55), with Swift 6.1 for Linux on 27 Apr 2025 00:12:37 UTC.

Swift 6 data race errors: 10

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/XcodeServer.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/richardpiazza/XcodeServer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b47a554 Cascade Delete Integrations (#30)
Cloned https://github.com/richardpiazza/XcodeServer.git
Revision (git rev-parse @):
b47a5547d8abce2aad0d5463b19b0eaf08496a18
SUCCESS checkout https://github.com/richardpiazza/XcodeServer.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/richardpiazza/XcodeServer.git
https://github.com/richardpiazza/XcodeServer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "sessionplus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/SessionPlus.git"
    },
    {
      "identity" : "coredataplus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/CoreDataPlus.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swcompression",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.5",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tsolomko/SWCompression"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    }
  ],
  "manifest_display_name" : "XcodeServer",
  "name" : "XcodeServer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "XcodeServer",
      "targets" : [
        "XcodeServer",
        "XcodeServerAPI",
        "XcodeServerCoreData"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "xcscli",
      "targets" : [
        "xcscli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "xcscli",
      "module_type" : "SwiftTarget",
      "name" : "xcscli",
      "path" : "Sources/xcscli",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging",
        "CoreDataPlus",
        "Rainbow"
      ],
      "product_memberships" : [
        "xcscli"
      ],
      "sources" : [
        "Bots.swift",
        "ConsoleLogger.swift",
        "Extensions/Encodable+JSON.swift",
        "Extensions/Logger.Level+xcscli.swift",
        "Integrations.swift",
        "MainCommand.swift",
        "Ping.swift",
        "Protocols/Credentialed.swift",
        "Protocols/Logged.swift",
        "Protocols/Routed.swift",
        "Protocols/Stored.swift",
        "Store+DeleteServer.swift",
        "Store+Info.swift",
        "Store+Purge.swift",
        "Store+Sync.swift",
        "Store.swift",
        "Sync.swift",
        "Versions.swift"
      ],
      "target_dependencies" : [
        "XcodeServerCoreData",
        "XcodeServerAPI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "XcodeServerTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeServerTests",
      "path" : "Tests/XcodeServerTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Bot_1.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_1_Commits.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_1_Completed_BuildErrors.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_1_InProgress.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_1_Issues.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_2_Completed_InternalProcessingError.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_2_Issues.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_3_Completed_BuildErrors.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_3_Issues.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Versions.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/XcodeServer_1.0.0_empty.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/XcodeServer_1.0.0_empty.sqlite-shm",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/XcodeServer_1.0.0_empty.sqlite-wal",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/XcodeServer_1.0.0_full.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/XcodeServer_1.0.0_full.sqlite-shm",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/XcodeServer_1.0.0_full.sqlite-wal",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/bot.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/bots.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/commits.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/integration.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/integrations.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/issues.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/run-integration.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/stats.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/structured18.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/structured18_commits.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/versions.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "APIResponseTests.swift",
        "BotWriteAndUpdateTests.swift",
        "EdgeCaseTests.swift",
        "Extensions/Extensions.swift",
        "Extensions/NSFileManager+Tests.swift",
        "Extensions/Persistable+Tests.swift",
        "IntegrationIssueImportTests.swift",
        "IntegrationWriteAndUpdateTests.swift",
        "Mocks/MockApiClient.swift",
        "ModelTests.swift",
        "PersistentContainerTests.swift",
        "ServerWriteAndUpdateTests.swift"
      ],
      "target_dependencies" : [
        "XcodeServer",
        "XcodeServerAPI",
        "XcodeServerCoreData"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeServerModel_2_0_0",
      "module_type" : "SwiftTarget",
      "name" : "XcodeServerModel_2_0_0",
      "path" : "Sources/XcodeServerModel_2_0_0",
      "product_dependencies" : [
        "CoreDataPlus",
        "Logging"
      ],
      "product_memberships" : [
        "XcodeServer",
        "xcscli"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_2_0_0/Resources/MappingModel.cdm_precompiled",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_2_0_0/Resources/MappingModel.xcmappingmodel",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_2_0_0/Resources/XcodeServer.momd_precompiled",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_2_0_0/Resources/XcodeServer.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Entities/ManagedAsset.swift",
        "Entities/ManagedBot.swift",
        "Entities/ManagedBuildResultSummary.swift",
        "Entities/ManagedCommit.swift",
        "Entities/ManagedCommitChange.swift",
        "Entities/ManagedCommitContributor.swift",
        "Entities/ManagedConditions.swift",
        "Entities/ManagedConfiguration.swift",
        "Entities/ManagedDevice.swift",
        "Entities/ManagedDeviceSpecification.swift",
        "Entities/ManagedEmailConfiguration.swift",
        "Entities/ManagedFilter.swift",
        "Entities/ManagedIntegration.swift",
        "Entities/ManagedIntegrationAssets.swift",
        "Entities/ManagedIntegrationIssues.swift",
        "Entities/ManagedIssue.swift",
        "Entities/ManagedPlatform.swift",
        "Entities/ManagedRepository.swift",
        "Entities/ManagedRevisionBlueprint.swift",
        "Entities/ManagedServer.swift",
        "Entities/ManagedStats.swift",
        "Entities/ManagedStatsBreakdown.swift",
        "Entities/ManagedTrigger.swift",
        "PersistentContainer+Persistable.swift",
        "PersistentContainer+Queryable.swift",
        "PersistentContainer.swift"
      ],
      "target_dependencies" : [
        "XcodeServer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeServerModel_1_1_0",
      "module_type" : "SwiftTarget",
      "name" : "XcodeServerModel_1_1_0",
      "path" : "Sources/XcodeServerModel_1_1_0",
      "product_dependencies" : [
        "CoreDataPlus",
        "Logging"
      ],
      "product_memberships" : [
        "XcodeServer",
        "xcscli"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_1_1_0/Resources/MappingModel.cdm_precompiled",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_1_1_0/Resources/MappingModel.xcmappingmodel",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_1_1_0/Resources/XcodeServer.momd_precompiled",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_1_1_0/Resources/XcodeServer.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Entities/Asset.swift",
        "Entities/Bot.swift",
        "Entities/BuildResultSummary.swift",
        "Entities/Commit.swift",
        "Entities/CommitChange.swift",
        "Entities/CommitContributor.swift",
        "Entities/Conditions.swift",
        "Entities/Configuration.swift",
        "Entities/Device.swift",
        "Entities/DeviceSpecification.swift",
        "Entities/EmailConfiguration.swift",
        "Entities/Filter.swift",
        "Entities/Integration.swift",
        "Entities/IntegrationAssets.swift",
        "Entities/IntegrationIssues.swift",
        "Entities/Issue.swift",
        "Entities/Platform.swift",
        "Entities/Repository.swift",
        "Entities/RevisionBlueprint.swift",
        "Entities/Server.swift",
        "Entities/Stats.swift",
        "Entities/StatsBreakdown.swift",
        "Entities/Trigger.swift",
        "PersistentContainer+Persistable.swift",
        "PersistentContainer+Queryable.swift",
        "PersistentContainer.swift"
      ],
      "target_dependencies" : [
        "XcodeServer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeServerModel_1_0_0",
      "module_type" : "SwiftTarget",
      "name" : "XcodeServerModel_1_0_0",
      "path" : "Sources/XcodeServerModel_1_0_0",
      "product_dependencies" : [
        "CoreDataPlus",
        "Logging"
      ],
      "product_memberships" : [
        "XcodeServer",
        "xcscli"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_1_0_0/Resources/XcodeServer.momd_precompiled",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_1_0_0/Resources/XcodeServer.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Entities/Asset.swift",
        "Entities/Bot.swift",
        "Entities/BuildResultSummary.swift",
        "Entities/Commit.swift",
        "Entities/CommitChange.swift",
        "Entities/CommitContributor.swift",
        "Entities/Conditions.swift",
        "Entities/Configuration.swift",
        "Entities/Device.swift",
        "Entities/DeviceSpecification.swift",
        "Entities/EmailConfiguration.swift",
        "Entities/Filter.swift",
        "Entities/Integration.swift",
        "Entities/IntegrationAssets.swift",
        "Entities/IntegrationIssues.swift",
        "Entities/Issue.swift",
        "Entities/Platform.swift",
        "Entities/Repository.swift",
        "Entities/RevisionBlueprint.swift",
        "Entities/Server.swift",
        "Entities/Stats.swift",
        "Entities/StatsBreakdown.swift",
        "Entities/Trigger.swift",
        "PersistentContainer+Persistable.swift",
        "PersistentContainer+Queryable.swift",
        "PersistentContainer.swift"
      ],
      "target_dependencies" : [
        "XcodeServer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeServerCoreData",
      "module_type" : "SwiftTarget",
      "name" : "XcodeServerCoreData",
      "path" : "Sources/XcodeServerCoreData",
      "product_dependencies" : [
        "CoreDataPlus"
      ],
      "product_memberships" : [
        "XcodeServer",
        "xcscli"
      ],
      "sources" : [
        "CoreDataStore.swift",
        "Model.swift",
        "Persistence+XcodeServerCoreData.swift",
        "String+XcodeServerCoreData.swift"
      ],
      "target_dependencies" : [
        "XcodeServer",
        "XcodeServerModel_1_0_0",
        "XcodeServerModel_1_1_0",
        "XcodeServerModel_2_0_0"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeServerAPI",
      "module_type" : "SwiftTarget",
      "name" : "XcodeServerAPI",
      "path" : "Sources/XcodeServerAPI",
      "product_dependencies" : [
        "SessionPlus",
        "SWCompression"
      ],
      "product_memberships" : [
        "XcodeServer",
        "xcscli"
      ],
      "sources" : [
        "Extensions/XCSCommit+SourceControl.Commit.swift",
        "Mappings/Bot+XCSMappings.swift",
        "Mappings/Device+XCSMappings.swift",
        "Mappings/Integration+XCSMappings.swift",
        "Mappings/Issue+XCSMappings.swift",
        "Mappings/Server+XCSMappings.swift",
        "Mappings/SourceControl+XCSMappings.swift",
        "Mappings/Tests+XCSMappings.swift",
        "Mappings/Trigger+XCSMappings.swift",
        "Models/XCSArchiveExportOptions.swift",
        "Models/XCSAssets.swift",
        "Models/XCSAuthenticationStrategy.swift",
        "Models/XCSBlueprintLocation.swift",
        "Models/XCSBot.swift",
        "Models/XCSBuildResultSummary.swift",
        "Models/XCSCommit.swift",
        "Models/XCSCommitChangeFilePath.swift",
        "Models/XCSCommitContributor.swift",
        "Models/XCSConditions.swift",
        "Models/XCSConfiguration.swift",
        "Models/XCSControlledChanges.swift",
        "Models/XCSControlledChangesPlatforms.swift",
        "Models/XCSControlledChangesTraits.swift",
        "Models/XCSControlledChangesValues.swift",
        "Models/XCSCoverageFile.swift",
        "Models/XCSCoverageHierarchy.swift",
        "Models/XCSCoverageMethod.swift",
        "Models/XCSCoverageResult.swift",
        "Models/XCSCoverageTarget.swift",
        "Models/XCSDevice.swift",
        "Models/XCSDeviceSpecification.swift",
        "Models/XCSEmailConfiguration.swift",
        "Models/XCSExportOptions.swift",
        "Models/XCSFilter.swift",
        "Models/XCSGroup.swift",
        "Models/XCSIntegration.swift",
        "Models/XCSIntegrationAsset.swift",
        "Models/XCSIntegrationSnippet.swift",
        "Models/XCSIssue.swift",
        "Models/XCSIssueAuthor.swift",
        "Models/XCSIssueGroup.swift",
        "Models/XCSIssues.swift",
        "Models/XCSPlatform.swift",
        "Models/XCSProvisioningConfiguration.swift",
        "Models/XCSProxiedDevice.swift",
        "Models/XCSRemoteRepository.swift",
        "Models/XCSRepositoryBlueprint.swift",
        "Models/XCSRepositoryCommit.swift",
        "Models/XCSRepositoryLocation.swift",
        "Models/XCSResults.swift",
        "Models/XCSStats.swift",
        "Models/XCSStatsSummary.swift",
        "Models/XCSSuspectStrategy.swift",
        "Models/XCSTestLocalization.swift",
        "Models/XCSTests.swift",
        "Models/XCSTrigger.swift",
        "Models/XCSVersion.swift",
        "XCSClient+EntityQueryable.swift",
        "XCSClient.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeServer",
      "module_type" : "SwiftTarget",
      "name" : "XcodeServer",
      "path" : "Sources/XcodeServer",
      "product_memberships" : [
        "XcodeServer",
        "xcscli"
      ],
      "sources" : [
        "FileManager+XcodeServer.swift",
        "Models/Bot.Cleaning.swift",
        "Models/Bot.Configuration.swift",
        "Models/Bot.Coverage.swift",
        "Models/Bot.PeriodicInterval.swift",
        "Models/Bot.Schedule.swift",
        "Models/Bot.Stats.swift",
        "Models/Bot.swift",
        "Models/Device.Filter.swift",
        "Models/Device.Platform.swift",
        "Models/Device.ProxiedDevice.swift",
        "Models/Device.Specification.swift",
        "Models/Device.swift",
        "Models/Integration.Asset.swift",
        "Models/Integration.AssetCatalog.swift",
        "Models/Integration.BuildSummary.swift",
        "Models/Integration.ControlledChanges.swift",
        "Models/Integration.IssueCatalog.swift",
        "Models/Integration.IssueGroup.swift",
        "Models/Integration.Result.swift",
        "Models/Integration.Step.swift",
        "Models/Integration.swift",
        "Models/Issue.Author.swift",
        "Models/Issue.Category.swift",
        "Models/Issue.Confidence.swift",
        "Models/Issue.Status.swift",
        "Models/Issue.SuspectStrategy.swift",
        "Models/Issue.swift",
        "Models/Server.Version.swift",
        "Models/Server.swift",
        "Models/SourceControl.AuthenticationStrategy.swift",
        "Models/SourceControl.Blueprint.swift",
        "Models/SourceControl.Change.swift",
        "Models/SourceControl.Commit.swift",
        "Models/SourceControl.Contributor.swift",
        "Models/SourceControl.Location.swift",
        "Models/SourceControl.Remote.swift",
        "Models/SourceControl.swift",
        "Models/Tests.Class.swift",
        "Models/Tests.Hierarchy.swift",
        "Models/Tests.Method.swift",
        "Models/Tests.Suite.swift",
        "Models/Tests.swift",
        "Models/Trigger.Category.swift",
        "Models/Trigger.Conditions.swift",
        "Models/Trigger.Email.swift",
        "Models/Trigger.Phase.swift",
        "Models/Trigger.swift",
        "Protocols/Persistable.swift",
        "Protocols/Queryable.swift",
        "XcodeServerError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/richardpiazza/SessionPlus.git
Fetching https://github.com/richardpiazza/CoreDataPlus.git
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/tsolomko/SWCompression
[1/498] Fetching sessionplus
[499/4334] Fetching sessionplus, swift-log
[576/4526] Fetching sessionplus, swift-log, coredataplus
[642/5722] Fetching sessionplus, swift-log, coredataplus, rainbow
[5455/22731] Fetching sessionplus, swift-log, coredataplus, rainbow, swcompression
[14908/37681] Fetching sessionplus, swift-log, coredataplus, rainbow, swcompression, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow from cache (0.88s)
Fetched https://github.com/richardpiazza/CoreDataPlus.git from cache (1.15s)
Fetched https://github.com/richardpiazza/SessionPlus.git from cache (1.15s)
Fetched https://github.com/apple/swift-log.git from cache (1.16s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.16s)
Fetched https://github.com/tsolomko/SWCompression from cache (1.19s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (3.40s)
Computing version for https://github.com/richardpiazza/SessionPlus.git
Computed https://github.com/richardpiazza/SessionPlus.git at 2.2.0 (0.58s)
Fetching https://github.com/richardpiazza/AsyncPlus.git
[1/124] Fetching asyncplus
Fetched https://github.com/richardpiazza/AsyncPlus.git from cache (0.18s)
Computing version for https://github.com/richardpiazza/CoreDataPlus.git
Computed https://github.com/richardpiazza/CoreDataPlus.git at 0.4.2 (0.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.52s)
Computing version for https://github.com/richardpiazza/AsyncPlus.git
Computed https://github.com/richardpiazza/AsyncPlus.git at 0.3.2 (0.51s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.52s)
Computing version for https://github.com/tsolomko/SWCompression
Computed https://github.com/tsolomko/SWCompression at 4.8.6 (0.58s)
Fetching https://github.com/tsolomko/BitByteData
[1/3067] Fetching bitbytedata
Fetched https://github.com/tsolomko/BitByteData from cache (0.28s)
Computing version for https://github.com/tsolomko/BitByteData
Computed https://github.com/tsolomko/BitByteData at 2.0.4 (0.87s)
Creating working copy for https://github.com/richardpiazza/CoreDataPlus.git
Working copy of https://github.com/richardpiazza/CoreDataPlus.git resolved at 0.4.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/tsolomko/SWCompression
Working copy of https://github.com/tsolomko/SWCompression resolved at 4.8.6
Creating working copy for https://github.com/richardpiazza/AsyncPlus.git
Working copy of https://github.com/richardpiazza/AsyncPlus.git resolved at 0.3.2
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/richardpiazza/SessionPlus.git
Working copy of https://github.com/richardpiazza/SessionPlus.git resolved at 2.2.0
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.0
Creating working copy for https://github.com/tsolomko/BitByteData
Working copy of https://github.com/tsolomko/BitByteData resolved at 2.0.4
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/50] Write sources
[7/50] Copying MappingModel.cdm_precompiled
[7/50] Write sources
[16/50] Copying PrivacyInfo.xcprivacy
[16/50] Write sources
[22/50] Copying XcodeServer.momd_precompiled
[24/50] Copying XcodeServer.xcdatamodeld
[25/50] Copying XcodeServer.momd_precompiled
[25/50] Copying XcodeServer.xcdatamodeld
[28/50] Copying MappingModel.xcmappingmodel
[30/50] Write swift-version-24593BA9C3E375BF.txt
[32/133] Emitting module BitByteData
[33/134] Emitting module XcodeServer
[34/140] Compiling BitByteData SignedNumberRepresentation.swift
[35/140] Compiling Rainbow StringGenerator.swift
[36/140] Compiling Rainbow String+Rainbow.swift
[37/141] Emitting module ArgumentParserToolInfo
[38/141] Compiling ArgumentParserToolInfo ToolInfo.swift
[40/142] Compiling Rainbow Style.swift
[40/142] Wrapping AST for ArgumentParserToolInfo for debugging
[42/180] Compiling Logging MetadataProvider.swift
[43/180] Compiling Logging Locks.swift
[44/180] Emitting module Logging
[45/180] Compiling Logging LogHandler.swift
[46/180] Compiling Logging Logging.swift
[47/181] Compiling BitByteData MsbBitWriter.swift
[49/181] Compiling AsyncPlus PassthroughAsyncSequence.swift
[50/181] Compiling AsyncPlus PassthroughAsyncSubject.swift
[51/181] Compiling AsyncPlus CurrentValueAsyncThrowingSubject.swift
[52/181] Compiling BitByteData resource_bundle_accessor.swift
[53/181] Compiling AsyncPlus PassthroughAsyncThrowingSubject.swift
[54/181] Compiling AsyncPlus PassthroughAsyncThrowingSequence.swift
[55/181] Compiling ArgumentParser ExpressibleByArgument.swift
[56/181] Compiling ArgumentParser ParsableArguments.swift
[59/181] Emitting module Rainbow
[60/181] Compiling ArgumentParser ParsableArgumentsValidation.swift
[61/181] Compiling ArgumentParser ParsableCommand.swift
[62/181] Compiling ArgumentParser ArgumentDecoder.swift
[63/181] Compiling ArgumentParser OptionGroup.swift
[64/181] Compiling BitByteData MsbBitReader.swift
[67/181] Compiling ArgumentParser AsyncParsableCommand.swift
[68/181] Compiling ArgumentParser CommandConfiguration.swift
[68/181] Wrapping AST for Logging for debugging
[70/181] Emitting module AsyncPlus
[71/181] Compiling AsyncPlus CurrentValueAsyncSubject.swift
[72/182] Compiling ArgumentParser NameSpecification.swift
[73/182] Compiling ArgumentParser Option.swift
[74/182] Compiling ArgumentParser BashCompletionsGenerator.swift
[75/182] Compiling ArgumentParser CompletionsGenerator.swift
[76/182] Compiling ArgumentParser FishCompletionsGenerator.swift
[77/182] Compiling ArgumentParser ZshCompletionsGenerator.swift
[78/182] Compiling ArgumentParser Argument.swift
[79/182] Compiling ArgumentParser HelpCommand.swift
[80/182] Compiling ArgumentParser HelpGenerator.swift
[81/182] Compiling ArgumentParser MessageInfo.swift
[82/182] Compiling ArgumentParser UsageGenerator.swift
[83/182] Compiling XcodeServer Trigger.Category.swift
[84/182] Compiling XcodeServer Trigger.Conditions.swift
[85/182] Compiling Rainbow Rainbow.swift
[86/182] Compiling Rainbow OutputTarget.swift
[89/184] Compiling ArgumentParser ArgumentHelp.swift
[90/184] Compiling ArgumentParser Name.swift
[91/184] Compiling ArgumentParser Parsed.swift
[92/184] Compiling ArgumentParser ParsedValues.swift
[93/184] Compiling ArgumentParser ParserError.swift
[94/184] Compiling ArgumentParser SplitArguments.swift
[95/184] Compiling ArgumentParser ArgumentDefinition.swift
[96/184] Compiling ArgumentParser ArgumentSet.swift
[97/184] Compiling ArgumentParser CommandParser.swift
[98/184] Compiling ArgumentParser InputKey.swift
[99/184] Compiling ArgumentParser InputOrigin.swift
[100/184] Compiling ArgumentParser DumpHelpGenerator.swift
[101/184] Compiling XcodeServer Integration.swift
[102/184] Compiling XcodeServer Issue.Author.swift
[103/184] Compiling XcodeServer Issue.Category.swift
[104/184] Compiling XcodeServer Issue.Confidence.swift
[105/184] Compiling XcodeServer Issue.Status.swift
[106/184] Compiling XcodeServer Issue.SuspectStrategy.swift
[115/184] Compiling ArgumentParser CommandGroup.swift
[116/184] Compiling ArgumentParser EnumerableFlag.swift
[117/184] Compiling ArgumentParser ArgumentVisibility.swift
[118/184] Compiling ArgumentParser CompletionKind.swift
[119/184] Compiling ArgumentParser Errors.swift
[120/184] Compiling ArgumentParser Flag.swift
[121/184] Compiling XcodeServer Trigger.Email.swift
[122/184] Compiling XcodeServer Trigger.Phase.swift
[123/184] Compiling XcodeServer Trigger.swift
[124/184] Compiling XcodeServer Persistable.swift
[125/184] Compiling XcodeServer Queryable.swift
[126/184] Compiling XcodeServer XcodeServerError.swift
[127/185] Emitting module ArgumentParser
[132/210] Compiling CoreDataPlus NSPersistentContainer+CoreDataPlus.swift
[133/210] Compiling CoreDataPlus NSPersistentStoreCoordinator+CoreDataPlus.swift
[134/210] Compiling CoreDataPlus NSPropertyMapping+CoreDataPlus.swift
[135/212] Compiling CoreDataPlus ModelVersion.swift
[136/212] Compiling CoreDataPlus Persistence.swift
[137/212] Compiling CoreDataPlus Migrator.swift
[138/212] Compiling CoreDataPlus ModelCatalog.swift
[138/212] Wrapping AST for Rainbow for debugging
[140/212] Emitting module CoreDataPlus
[140/212] Wrapping AST for BitByteData for debugging
[141/212] Wrapping AST for AsyncPlus for debugging
[142/212] Wrapping AST for XcodeServer for debugging
[144/212] Compiling CoreDataPlus Logger+CoreDataPlus.swift
[145/212] Compiling CoreDataPlus NSAttributeDescription+CoreDataPlus.swift
[146/212] Compiling CoreDataPlus NSEntityDescription+CoreDataPlus.swift
[147/212] Compiling CoreDataPlus CatalogContainer.swift
[148/212] Compiling CoreDataPlus CoreDataPlusError.swift
[149/212] Compiling CoreDataPlus Bundle+Resources.swift
[150/212] Compiling CoreDataPlus NSRelationshipDescription+CoreDataPlus.swift
[151/212] Compiling CoreDataPlus String+FileExtensions.swift
[152/212] Compiling CoreDataPlus FileExtension.swift
[153/212] Compiling CoreDataPlus NSEntityMapping+CoreDataPlus.swift
[154/212] Compiling CoreDataPlus NSManagedObject+CoreDataPlus.swift
[155/212] Compiling CoreDataPlus NSManagedObjectContext+CoreDataPlus.swift
[161/266] Compiling SWCompression 7zError.swift
[162/266] Compiling SWCompression 7zFileInfo.swift
[164/337] Compiling SWCompression 7zSubstreamInfo.swift
[165/337] Compiling SWCompression CompressionMethod+7z.swift
[166/337] Compiling SWCompression MsbBitReader+7z.swift
[167/337] Compiling SWCompression BZip2+BlockSize.swift
[168/337] Compiling SWCompression BZip2+Compress.swift
[169/337] Compiling SWCompression BZip2+Lengths.swift
[170/337] Compiling SWCompression BZip2.swift
[171/337] Compiling SWCompression BZip2Error.swift
[172/337] Compiling SWCompression BurrowsWheeler.swift
[173/337] Compiling SWCompression SuffixArray.swift
[174/337] Compiling SWCompression Archive.swift
[175/337] Compiling SWCompression CheckSums.swift
[176/337] Compiling SWCompression Code.swift
[177/337] Compiling SWCompression 7zCoder+Equatable.swift
[178/337] Compiling SWCompression 7zCoder.swift
[179/337] Compiling SWCompression 7zCoderInfo.swift
[180/337] Compiling SWCompression 7zContainer.swift
[181/337] Compiling SWCompression 7zEntry.swift
[182/337] Compiling SWCompression 7zEntryInfo.swift
[185/337] Compiling SWCompression 7zFolder.swift
[185/337] Wrapping AST for CoreDataPlus for debugging
[187/412] Emitting module SessionPlus
[188/416] Compiling XcodeServerModel_1_0_0 EmailConfiguration.swift
[189/416] Compiling XcodeServerModel_2_0_0 ManagedDevice.swift
[190/416] Compiling XcodeServerModel_1_0_0 Integration.swift
[191/416] Compiling XcodeServerModel_1_0_0 IntegrationAssets.swift
[192/416] Compiling XcodeServerModel_1_0_0 IntegrationIssues.swift
[193/416] Compiling SWCompression EncodingTree.swift
[194/416] Compiling SWCompression CompressionAlgorithm.swift
[195/416] Compiling SWCompression CompressionMethod.swift
[196/416] Compiling SWCompression Container.swift
[197/416] Compiling SWCompression 7zProperty.swift
[198/416] Compiling SWCompression 7zStreamInfo.swift
[199/416] Compiling SWCompression CodeLength.swift
[200/416] Compiling SWCompression DecodingTree.swift
[204/419] Emitting module XcodeServerModel_1_0_0
[205/419] Compiling XcodeServerModel_1_0_0 Device.swift
[206/419] Compiling XcodeServerModel_1_0_0 DeviceSpecification.swift
[212/419] Compiling XcodeServerModel_1_0_0 Asset.swift
[213/419] Compiling XcodeServerModel_1_0_0 Bot.swift
[214/419] Compiling XcodeServerModel_1_0_0 BuildResultSummary.swift
[215/419] Compiling XcodeServerModel_1_0_0 Commit.swift
[216/419] Compiling XcodeServerModel_1_0_0 CommitChange.swift
[217/419] Compiling XcodeServerModel_1_0_0 CommitContributor.swift
[218/419] Compiling XcodeServerModel_1_0_0 Conditions.swift
[219/419] Compiling XcodeServerModel_1_0_0 Configuration.swift
[220/422] Compiling XcodeServerModel_1_0_0 RevisionBlueprint.swift
[221/422] Compiling XcodeServerModel_1_0_0 Server.swift
[222/422] Compiling XcodeServerModel_1_0_0 Stats.swift
[223/422] Compiling XcodeServerModel_1_0_0 StatsBreakdown.swift
[224/422] Compiling XcodeServerModel_1_0_0 Trigger.swift
[225/422] Compiling XcodeServerModel_1_0_0 PersistentContainer+Persistable.swift
[226/422] Compiling XcodeServerModel_1_0_0 Issue.swift
[227/422] Compiling XcodeServerModel_1_0_0 Platform.swift
[228/422] Compiling XcodeServerModel_1_0_0 Repository.swift
[229/422] Emitting module XcodeServerModel_1_1_0
[275/425] Emitting module XcodeServerModel_2_0_0
[286/425] Compiling SessionPlus Response.swift
[287/425] Compiling SessionPlus Socket.swift
[288/425] Compiling SessionPlus StatusCode.swift
[289/425] Compiling SessionPlus WebSocket.swift
[290/425] Compiling SWCompression Permissions.swift
[295/425] Compiling XcodeServerModel_2_0_0 PersistentContainer+Queryable.swift
[296/425] Compiling XcodeServerModel_2_0_0 PersistentContainer.swift
[297/425] Compiling XcodeServerModel_2_0_0 resource_bundle_accessor.swift
[301/426] Compiling SWCompression DataError.swift
[302/426] Compiling SWCompression DecompressionAlgorithm.swift
[303/426] Compiling SWCompression DeltaFilter.swift
[304/426] Compiling SWCompression Extensions.swift
[305/426] Compiling SWCompression FileSystemType.swift
[315/428] Wrapping AST for XcodeServerModel_1_1_0 for debugging
[326/430] Wrapping AST for XcodeServerModel_1_0_0 for debugging
[329/430] Emitting module SWCompression
[342/430] Wrapping AST for XcodeServerModel_2_0_0 for debugging
[344/447] Wrapping AST for ArgumentParser for debugging
[346/447] Emitting module XcodeServerCoreData
[346/447] Wrapping AST for SessionPlus for debugging
[348/447] Compiling XcodeServerCoreData String+XcodeServerCoreData.swift
[349/447] Compiling XcodeServerCoreData Model.swift
[350/447] Compiling XcodeServerCoreData CoreDataStore.swift
[351/447] Compiling XcodeServerCoreData Persistence+XcodeServerCoreData.swift
[352/450] Wrapping AST for XcodeServerCoreData for debugging
[354/450] Emitting module SessionPlusEmulation
[355/450] Compiling SessionPlusEmulation EmulatedClient.swift
[382/451] Wrapping AST for SessionPlusEmulation for debugging
[384/451] Compiling SWCompression LZMA2Error.swift
[385/451] Compiling SWCompression ContainerEntryType+Tar.swift
[386/451] Compiling SWCompression Data+Tar.swift
[387/451] Compiling SWCompression LittleEndianByteReader+Tar.swift
[388/451] Compiling SWCompression TarContainer.swift
[389/451] Compiling SWCompression TarCreateError.swift
[390/451] Compiling SWCompression TarEntry.swift
[391/451] Compiling SWCompression TarEntryInfo.swift
[392/451] Compiling SWCompression TarError.swift
[393/451] Compiling SWCompression TarExtendedHeader.swift
[394/451] Compiling SWCompression TarHeader.swift
[395/451] Compiling SWCompression TarParser.swift
[396/451] Compiling SWCompression TarReader.swift
[397/451] Compiling SWCompression TarWriter.swift
[398/451] Compiling SWCompression ByteReader+XZ.swift
[399/451] Compiling SWCompression Sha256.swift
[400/451] Compiling SWCompression XZArchive.swift
[401/451] Compiling SWCompression XZBlock.swift
[402/451] Compiling SWCompression XZError.swift
[403/451] Compiling SWCompression XZStreamHeader.swift
[404/451] Compiling SWCompression BuiltinExtraFields.swift
[405/451] Compiling SWCompression CompressionMethod+Zip.swift
[406/451] Compiling SWCompression FileSystemType+Zip.swift
[407/451] Compiling SWCompression LittleEndianByteReader+Zip.swift
[408/451] Compiling SWCompression ZipCentralDirectoryEntry.swift
[409/451] Compiling SWCompression ZipContainer.swift
[410/451] Compiling SWCompression ZipEndOfCentralDirectory.swift
[411/451] Compiling SWCompression ZipEntry.swift
[412/451] Compiling SWCompression ZipEntryInfo.swift
[413/451] Compiling SWCompression ZipEntryInfoHelper.swift
[414/451] Compiling SWCompression ZipError.swift
[415/451] Compiling SWCompression ZipExtraField.swift
[416/451] Compiling SWCompression ZipLocalHeader.swift
[417/451] Compiling SWCompression ZlibArchive.swift
[418/451] Compiling SWCompression ZlibError.swift
[419/451] Compiling SWCompression ZlibHeader.swift
[420/451] Compiling SWCompression resource_bundle_accessor.swift
[424/451] Compiling SWCompression Deflate+Compress.swift
[425/451] Compiling SWCompression Deflate+Constants.swift
[426/451] Compiling SWCompression Deflate+Lengths.swift
[427/451] Compiling SWCompression Deflate.swift
[428/451] Compiling SWCompression DeflateError.swift
[429/451] Compiling SWCompression FileSystemType+Gzip.swift
[430/451] Compiling SWCompression GzipArchive.swift
[431/451] Compiling SWCompression GzipError.swift
[432/451] Compiling SWCompression GzipHeader+ExtraField.swift
[433/451] Compiling SWCompression GzipHeader.swift
[434/451] Compiling SWCompression LZ4+Compress.swift
[435/451] Compiling SWCompression LZ4.swift
[436/451] Compiling SWCompression XxHash32.swift
[437/451] Compiling SWCompression LZMA.swift
[438/451] Compiling SWCompression LZMABitTreeDecoder.swift
[439/451] Compiling SWCompression LZMAConstants.swift
[440/451] Compiling SWCompression LZMADecoder.swift
[441/451] Compiling SWCompression LZMAError.swift
[442/451] Compiling SWCompression LZMALenDecoder.swift
[443/451] Compiling SWCompression LZMAProperties.swift
[444/451] Compiling SWCompression LZMARangeDecoder.swift
[445/451] Compiling SWCompression LZMA2.swift
[446/451] Compiling SWCompression LZMA2Decoder.swift
[447/452] Wrapping AST for SWCompression for debugging
[449/505] Emitting module XcodeServerAPI
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:14:25: warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
 12 | }
 13 |
 14 | public class XCSClient: URLSessionClient {
    |                         |- warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
    |                         `- note: use 'BaseURLSessionClient' instead
 15 |
 16 |     public struct Headers {
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:268:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
266 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
267 |                 "Bot.ID": .string(id),
268 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
269 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
270 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  5 | #endif
  6 | import SWCompression
  7 | import SessionPlus
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  8 | import Logging
  9 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:317:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
315 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
316 |                 "Integration.ID": .string(id),
317 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
318 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
319 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
[450/512] Compiling XcodeServerAPI XCSIssue.swift
[451/512] Compiling XcodeServerAPI XCSIssueAuthor.swift
[452/512] Compiling XcodeServerAPI XCSIssueGroup.swift
[453/512] Compiling XcodeServerAPI XCSIssues.swift
[454/512] Compiling XcodeServerAPI XCSPlatform.swift
[455/512] Compiling XcodeServerAPI XCSProvisioningConfiguration.swift
[456/512] Compiling XcodeServerAPI XCSProxiedDevice.swift
[457/512] Compiling XcodeServerAPI XCSRemoteRepository.swift
[458/512] Compiling XcodeServerAPI XCSRepositoryBlueprint.swift
[459/512] Compiling XcodeServerAPI XCSRepositoryCommit.swift
[460/512] Compiling XcodeServerAPI XCSRepositoryLocation.swift
[461/512] Compiling XcodeServerAPI XCSResults.swift
[462/512] Compiling XcodeServerAPI XCSStats.swift
[463/512] Compiling XcodeServerAPI XCSStatsSummary.swift
[464/512] Compiling XcodeServerAPI Trigger+XCSMappings.swift
[465/512] Compiling XcodeServerAPI XCSArchiveExportOptions.swift
[466/512] Compiling XcodeServerAPI XCSAssets.swift
[467/512] Compiling XcodeServerAPI XCSAuthenticationStrategy.swift
[468/512] Compiling XcodeServerAPI XCSBlueprintLocation.swift
[469/512] Compiling XcodeServerAPI XCSBot.swift
[470/512] Compiling XcodeServerAPI XCSBuildResultSummary.swift
[471/512] Compiling XcodeServerAPI XCSCommit.swift
[472/512] Compiling XcodeServerAPI XCSCommitChangeFilePath.swift
[473/512] Compiling XcodeServerAPI XCSCommitContributor.swift
[474/512] Compiling XcodeServerAPI XCSConditions.swift
[475/512] Compiling XcodeServerAPI XCSConfiguration.swift
[476/512] Compiling XcodeServerAPI XCSControlledChanges.swift
[477/512] Compiling XcodeServerAPI XCSControlledChangesPlatforms.swift
[478/512] Compiling XcodeServerAPI XCSControlledChangesTraits.swift
[479/512] Compiling XcodeServerAPI XCSControlledChangesValues.swift
[480/512] Compiling XcodeServerAPI XCSCoverageFile.swift
[481/512] Compiling XcodeServerAPI XCSCoverageHierarchy.swift
[482/512] Compiling XcodeServerAPI XCSCoverageMethod.swift
[483/512] Compiling XcodeServerAPI XCSCoverageResult.swift
[484/512] Compiling XcodeServerAPI XCSCoverageTarget.swift
[485/512] Compiling XcodeServerAPI XCSDevice.swift
[486/512] Compiling XcodeServerAPI XCSDeviceSpecification.swift
[487/512] Compiling XcodeServerAPI XCSCommit+SourceControl.Commit.swift
[488/512] Compiling XcodeServerAPI Bot+XCSMappings.swift
[489/512] Compiling XcodeServerAPI Device+XCSMappings.swift
[490/512] Compiling XcodeServerAPI Integration+XCSMappings.swift
[491/512] Compiling XcodeServerAPI Issue+XCSMappings.swift
[492/512] Compiling XcodeServerAPI Server+XCSMappings.swift
[493/512] Compiling XcodeServerAPI SourceControl+XCSMappings.swift
[494/512] Compiling XcodeServerAPI Tests+XCSMappings.swift
[495/512] Compiling XcodeServerAPI XCSEmailConfiguration.swift
[496/512] Compiling XcodeServerAPI XCSExportOptions.swift
[497/512] Compiling XcodeServerAPI XCSFilter.swift
[498/512] Compiling XcodeServerAPI XCSGroup.swift
[499/512] Compiling XcodeServerAPI XCSIntegration.swift
[500/512] Compiling XcodeServerAPI XCSIntegrationAsset.swift
[501/512] Compiling XcodeServerAPI XCSIntegrationSnippet.swift
[502/512] Compiling XcodeServerAPI XCSSuspectStrategy.swift
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:14:25: warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
 12 | }
 13 |
 14 | public class XCSClient: URLSessionClient {
    |                         |- warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
    |                         `- note: use 'BaseURLSessionClient' instead
 15 |
 16 |     public struct Headers {
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:183:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
181 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
182 |                 "Bot.ID": .string(id),
183 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
184 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
185 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  5 | #endif
  6 | import SWCompression
  7 | import SessionPlus
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  8 | import Logging
  9 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:204:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
202 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
203 |                 "Bot.ID": .string(id),
204 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
205 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
206 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:240:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
238 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
239 |                 "Integration.ID": .string(id),
240 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
241 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
242 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:268:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
266 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
267 |                 "Bot.ID": .string(id),
268 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
269 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
270 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:290:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
288 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
289 |                 "Bot.ID": .string(id),
290 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
291 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
292 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:317:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
315 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
316 |                 "Integration.ID": .string(id),
317 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
318 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
319 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:340:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
338 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
339 |                 "Integration.ID": .string(id),
340 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
341 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
342 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
[503/512] Compiling XcodeServerAPI XCSTestLocalization.swift
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:14:25: warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
 12 | }
 13 |
 14 | public class XCSClient: URLSessionClient {
    |                         |- warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
    |                         `- note: use 'BaseURLSessionClient' instead
 15 |
 16 |     public struct Headers {
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:183:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
181 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
182 |                 "Bot.ID": .string(id),
183 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
184 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
185 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  5 | #endif
  6 | import SWCompression
  7 | import SessionPlus
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  8 | import Logging
  9 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:204:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
202 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
203 |                 "Bot.ID": .string(id),
204 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
205 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
206 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:240:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
238 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
239 |                 "Integration.ID": .string(id),
240 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
241 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
242 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:268:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
266 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
267 |                 "Bot.ID": .string(id),
268 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
269 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
270 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:290:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
288 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
289 |                 "Bot.ID": .string(id),
290 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
291 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
292 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:317:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
315 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
316 |                 "Integration.ID": .string(id),
317 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
318 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
319 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:340:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
338 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
339 |                 "Integration.ID": .string(id),
340 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
341 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
342 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
[504/512] Compiling XcodeServerAPI XCSTests.swift
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:14:25: warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
 12 | }
 13 |
 14 | public class XCSClient: URLSessionClient {
    |                         |- warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
    |                         `- note: use 'BaseURLSessionClient' instead
 15 |
 16 |     public struct Headers {
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:183:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
181 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
182 |                 "Bot.ID": .string(id),
183 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
184 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
185 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  5 | #endif
  6 | import SWCompression
  7 | import SessionPlus
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  8 | import Logging
  9 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:204:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
202 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
203 |                 "Bot.ID": .string(id),
204 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
205 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
206 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:240:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
238 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
239 |                 "Integration.ID": .string(id),
240 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
241 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
242 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:268:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
266 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
267 |                 "Bot.ID": .string(id),
268 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
269 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
270 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:290:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
288 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
289 |                 "Bot.ID": .string(id),
290 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
291 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
292 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:317:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
315 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
316 |                 "Integration.ID": .string(id),
317 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
318 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
319 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:340:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
338 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
339 |                 "Integration.ID": .string(id),
340 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
341 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
342 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
[505/512] Compiling XcodeServerAPI XCSTrigger.swift
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:14:25: warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
 12 | }
 13 |
 14 | public class XCSClient: URLSessionClient {
    |                         |- warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
    |                         `- note: use 'BaseURLSessionClient' instead
 15 |
 16 |     public struct Headers {
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:183:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
181 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
182 |                 "Bot.ID": .string(id),
183 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
184 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
185 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  5 | #endif
  6 | import SWCompression
  7 | import SessionPlus
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  8 | import Logging
  9 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:204:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
202 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
203 |                 "Bot.ID": .string(id),
204 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
205 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
206 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:240:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
238 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
239 |                 "Integration.ID": .string(id),
240 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
241 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
242 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:268:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
266 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
267 |                 "Bot.ID": .string(id),
268 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
269 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
270 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:290:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
288 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
289 |                 "Bot.ID": .string(id),
290 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
291 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
292 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:317:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
315 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
316 |                 "Integration.ID": .string(id),
317 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
318 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
319 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:340:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
338 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
339 |                 "Integration.ID": .string(id),
340 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
341 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
342 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
[506/512] Compiling XcodeServerAPI XCSVersion.swift
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:14:25: warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
 12 | }
 13 |
 14 | public class XCSClient: URLSessionClient {
    |                         |- warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
    |                         `- note: use 'BaseURLSessionClient' instead
 15 |
 16 |     public struct Headers {
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:183:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
181 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
182 |                 "Bot.ID": .string(id),
183 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
184 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
185 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  5 | #endif
  6 | import SWCompression
  7 | import SessionPlus
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  8 | import Logging
  9 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:204:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
202 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
203 |                 "Bot.ID": .string(id),
204 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
205 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
206 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:240:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
238 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
239 |                 "Integration.ID": .string(id),
240 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
241 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
242 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:268:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
266 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
267 |                 "Bot.ID": .string(id),
268 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
269 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
270 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:290:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
288 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
289 |                 "Bot.ID": .string(id),
290 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
291 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
292 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:317:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
315 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
316 |                 "Integration.ID": .string(id),
317 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
318 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
319 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:340:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
338 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
339 |                 "Integration.ID": .string(id),
340 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
341 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
342 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
[507/512] Compiling XcodeServerAPI XCSClient+EntityQueryable.swift
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:14:25: warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
 12 | }
 13 |
 14 | public class XCSClient: URLSessionClient {
    |                         |- warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
    |                         `- note: use 'BaseURLSessionClient' instead
 15 |
 16 |     public struct Headers {
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:183:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
181 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
182 |                 "Bot.ID": .string(id),
183 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
184 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
185 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  5 | #endif
  6 | import SWCompression
  7 | import SessionPlus
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  8 | import Logging
  9 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:204:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
202 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
203 |                 "Bot.ID": .string(id),
204 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
205 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
206 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:240:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
238 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
239 |                 "Integration.ID": .string(id),
240 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
241 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
242 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:268:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
266 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
267 |                 "Bot.ID": .string(id),
268 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
269 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
270 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:290:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
288 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
289 |                 "Bot.ID": .string(id),
290 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
291 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
292 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:317:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
315 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
316 |                 "Integration.ID": .string(id),
317 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
318 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
319 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:340:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
338 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
339 |                 "Integration.ID": .string(id),
340 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
341 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
342 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
[508/512] Compiling XcodeServerAPI XCSClient.swift
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:14:25: warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
 12 | }
 13 |
 14 | public class XCSClient: URLSessionClient {
    |                         |- warning: 'URLSessionClient' is deprecated: renamed to 'BaseURLSessionClient'
    |                         `- note: use 'BaseURLSessionClient' instead
 15 |
 16 |     public struct Headers {
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:183:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
181 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
182 |                 "Bot.ID": .string(id),
183 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
184 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
185 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  5 | #endif
  6 | import SWCompression
  7 | import SessionPlus
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SessionPlus'
  8 | import Logging
  9 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:204:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
202 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
203 |                 "Bot.ID": .string(id),
204 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
205 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
206 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:240:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
238 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
239 |                 "Integration.ID": .string(id),
240 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
241 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
242 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:268:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
266 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
267 |                 "Bot.ID": .string(id),
268 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
269 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
270 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:290:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
288 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
289 |                 "Bot.ID": .string(id),
290 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
291 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
292 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:317:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
315 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
316 |                 "Integration.ID": .string(id),
317 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
318 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
319 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
/host/spi-builder-workspace/Sources/XcodeServerAPI/XCSClient.swift:340:59: warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
338 |             Self.logger.warning("Unexpected HTTP Status Code", metadata: [
339 |                 "Integration.ID": .string(id),
340 |                 "StatusCode": .stringConvertible(response.statusCode),
    |                                                           `- warning: type 'StatusCode' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
341 |                 "Body": .string(String(data: response.data, encoding: .utf8) ?? "")
342 |             ])
/host/spi-builder-workspace/.build/checkouts/SessionPlus/Sources/SessionPlus/Interface/StatusCode.swift:9:15: note: struct 'StatusCode' does not conform to the 'Sendable' protocol
 7 | /// * 4xx Client Error: The request contains bad syntax or cannot be fulfilled.
 8 | /// * 5xx Server Error: The server failed to fulfill an apparently valid request.
 9 | public struct StatusCode: ExpressibleByIntegerLiteral, Hashable {
   |               `- note: struct 'StatusCode' does not conform to the 'Sendable' protocol
10 |     public let rawValue: Int
11 |
[509/513] Wrapping AST for XcodeServerAPI for debugging
[511/530] Emitting module xcscli
/host/spi-builder-workspace/Sources/xcscli/Bots.swift:9:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | final class Bots: AsyncParsableCommand, Routed, Credentialed, Logged {
 8 |
 9 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |         return CommandConfiguration(
11 |             commandName: "bots",
/host/spi-builder-workspace/Sources/xcscli/Bots.swift:10:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
 8 |
 9 |     static var configuration: CommandConfiguration = {
10 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
11 |             commandName: "bots",
12 |             abstract: "Interact with the `/bots` route.",
/host/spi-builder-workspace/Sources/xcscli/ConsoleLogger.swift:7:24: warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | struct ConsoleLogger: LogHandler {
 6 |
 7 |     private static var bootstrapped: Bool = false
   |                        |- warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'bootstrapped' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'bootstrapped' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     private static var minimumLogLevel: Logger.Level = .info
 9 |
/host/spi-builder-workspace/Sources/xcscli/ConsoleLogger.swift:8:24: warning: static property 'minimumLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 |     private static var bootstrapped: Bool = false
 8 |     private static var minimumLogLevel: Logger.Level = .info
   |                        |- warning: static property 'minimumLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'minimumLogLevel' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'minimumLogLevel' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public static func bootstrap(minimumLogLevel: Logger.Level = .info) {
/host/spi-builder-workspace/Sources/xcscli/ConsoleLogger.swift:20:16: warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 |     }
19 |
20 |     static var gmtDateFormatter: DateFormatter = {
   |                |- warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'gmtDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'gmtDateFormatter' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |         let formatter = DateFormatter()
22 |         formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
/host/spi-builder-workspace/Sources/xcscli/Extensions/Logger.Level+xcscli.swift:4:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension Logger.Level: ExpressibleByArgument {}
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |
 6 | extension Logger.Level {
/host/spi-builder-workspace/Sources/xcscli/Extensions/Logger.Level+xcscli.swift:27:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
25 | }
26 |
27 | extension Logger.Level: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public var description: String {
29 |         "\(gem) \(fixedWidthDescription.uppercased())"
/host/spi-builder-workspace/Sources/xcscli/Integrations.swift:9:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | final class Integrations: AsyncParsableCommand, Routed, Credentialed, Logged {
 8 |
 9 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |         return CommandConfiguration(
11 |             commandName: "integrations",
/host/spi-builder-workspace/Sources/xcscli/Integrations.swift:10:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
 8 |
 9 |     static var configuration: CommandConfiguration = {
10 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
11 |             commandName: "integrations",
12 |             abstract: "Interact with the `/integrations` route.",
/host/spi-builder-workspace/Sources/xcscli/MainCommand.swift:8:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 | @main struct MainCommand: AsyncParsableCommand {
 7 |
 8 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         var subcommands: [ParsableCommand.Type] = [
10 |             Ping.self,
/host/spi-builder-workspace/Sources/xcscli/MainCommand.swift:23:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
21 |         #endif
22 |
23 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
24 |             commandName: "xcscli",
25 |             abstract: "XcodeServer Framework Command Line Interface",
/host/spi-builder-workspace/Sources/xcscli/Ping.swift:9:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | final class Ping: AsyncParsableCommand, Routed, Credentialed, Logged {
 8 |
 9 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |         return CommandConfiguration(
11 |             commandName: "ping",
/host/spi-builder-workspace/Sources/xcscli/Ping.swift:10:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
 8 |
 9 |     static var configuration: CommandConfiguration = {
10 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
11 |             commandName: "ping",
12 |             abstract: "Pings the host",
/host/spi-builder-workspace/Sources/xcscli/Versions.swift:9:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | final class Versions: AsyncParsableCommand, Routed, Credentialed, Logged {
 8 |
 9 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |         return CommandConfiguration(
11 |             commandName: "versions",
/host/spi-builder-workspace/Sources/xcscli/Versions.swift:10:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
 8 |
 9 |     static var configuration: CommandConfiguration = {
10 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
11 |             commandName: "versions",
12 |             abstract: "Xcode Server version information",
[512/532] Compiling xcscli Logged.swift
[513/532] Compiling xcscli Routed.swift
[514/532] Compiling xcscli Store+Sync.swift
[515/532] Compiling xcscli Store.swift
[516/532] Compiling xcscli Sync.swift
/host/spi-builder-workspace/Sources/xcscli/Versions.swift:9:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | final class Versions: AsyncParsableCommand, Routed, Credentialed, Logged {
 8 |
 9 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |         return CommandConfiguration(
11 |             commandName: "versions",
/host/spi-builder-workspace/Sources/xcscli/Versions.swift:10:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
 8 |
 9 |     static var configuration: CommandConfiguration = {
10 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
11 |             commandName: "versions",
12 |             abstract: "Xcode Server version information",
[517/532] Compiling xcscli Versions.swift
/host/spi-builder-workspace/Sources/xcscli/Versions.swift:9:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | final class Versions: AsyncParsableCommand, Routed, Credentialed, Logged {
 8 |
 9 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |         return CommandConfiguration(
11 |             commandName: "versions",
/host/spi-builder-workspace/Sources/xcscli/Versions.swift:10:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
 8 |
 9 |     static var configuration: CommandConfiguration = {
10 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
11 |             commandName: "versions",
12 |             abstract: "Xcode Server version information",
[518/532] Compiling xcscli Store+Info.swift
[519/532] Compiling xcscli Store+Purge.swift
[520/532] Compiling xcscli Stored.swift
[521/532] Compiling xcscli Store+DeleteServer.swift
[522/532] Compiling xcscli Ping.swift
/host/spi-builder-workspace/Sources/xcscli/Ping.swift:9:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | final class Ping: AsyncParsableCommand, Routed, Credentialed, Logged {
 8 |
 9 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |         return CommandConfiguration(
11 |             commandName: "ping",
/host/spi-builder-workspace/Sources/xcscli/Ping.swift:10:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
 8 |
 9 |     static var configuration: CommandConfiguration = {
10 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
11 |             commandName: "ping",
12 |             abstract: "Pings the host",
[523/532] Compiling xcscli Credentialed.swift
/host/spi-builder-workspace/Sources/xcscli/Ping.swift:9:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | final class Ping: AsyncParsableCommand, Routed, Credentialed, Logged {
 8 |
 9 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |         return CommandConfiguration(
11 |             commandName: "ping",
/host/spi-builder-workspace/Sources/xcscli/Ping.swift:10:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
 8 |
 9 |     static var configuration: CommandConfiguration = {
10 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
11 |             commandName: "ping",
12 |             abstract: "Pings the host",
[524/532] Compiling xcscli Logger.Level+xcscli.swift
/host/spi-builder-workspace/Sources/xcscli/Extensions/Logger.Level+xcscli.swift:4:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension Logger.Level: ExpressibleByArgument {}
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |
 6 | extension Logger.Level {
/host/spi-builder-workspace/Sources/xcscli/Extensions/Logger.Level+xcscli.swift:27:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
25 | }
26 |
27 | extension Logger.Level: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public var description: String {
29 |         "\(gem) \(fixedWidthDescription.uppercased())"
/host/spi-builder-workspace/Sources/xcscli/Integrations.swift:9:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | final class Integrations: AsyncParsableCommand, Routed, Credentialed, Logged {
 8 |
 9 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |         return CommandConfiguration(
11 |             commandName: "integrations",
/host/spi-builder-workspace/Sources/xcscli/Integrations.swift:10:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
 8 |
 9 |     static var configuration: CommandConfiguration = {
10 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
11 |             commandName: "integrations",
12 |             abstract: "Interact with the `/integrations` route.",
/host/spi-builder-workspace/Sources/xcscli/MainCommand.swift:8:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 | @main struct MainCommand: AsyncParsableCommand {
 7 |
 8 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         var subcommands: [ParsableCommand.Type] = [
10 |             Ping.self,
/host/spi-builder-workspace/Sources/xcscli/MainCommand.swift:23:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
21 |         #endif
22 |
23 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
24 |             commandName: "xcscli",
25 |             abstract: "XcodeServer Framework Command Line Interface",
[525/532] Compiling xcscli Integrations.swift
/host/spi-builder-workspace/Sources/xcscli/Extensions/Logger.Level+xcscli.swift:4:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension Logger.Level: ExpressibleByArgument {}
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |
 6 | extension Logger.Level {
/host/spi-builder-workspace/Sources/xcscli/Extensions/Logger.Level+xcscli.swift:27:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
25 | }
26 |
27 | extension Logger.Level: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public var description: String {
29 |         "\(gem) \(fixedWidthDescription.uppercased())"
/host/spi-builder-workspace/Sources/xcscli/Integrations.swift:9:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | final class Integrations: AsyncParsableCommand, Routed, Credentialed, Logged {
 8 |
 9 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |         return CommandConfiguration(
11 |             commandName: "integrations",
/host/spi-builder-workspace/Sources/xcscli/Integrations.swift:10:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
 8 |
 9 |     static var configuration: CommandConfiguration = {
10 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
11 |             commandName: "integrations",
12 |             abstract: "Interact with the `/integrations` route.",
/host/spi-builder-workspace/Sources/xcscli/MainCommand.swift:8:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 | @main struct MainCommand: AsyncParsableCommand {
 7 |
 8 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         var subcommands: [ParsableCommand.Type] = [
10 |             Ping.self,
/host/spi-builder-workspace/Sources/xcscli/MainCommand.swift:23:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
21 |         #endif
22 |
23 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
24 |             commandName: "xcscli",
25 |             abstract: "XcodeServer Framework Command Line Interface",
[526/532] Compiling xcscli MainCommand.swift
/host/spi-builder-workspace/Sources/xcscli/Extensions/Logger.Level+xcscli.swift:4:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
 2 | import Logging
 3 |
 4 | extension Logger.Level: ExpressibleByArgument {}
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |
 6 | extension Logger.Level {
/host/spi-builder-workspace/Sources/xcscli/Extensions/Logger.Level+xcscli.swift:27:1: warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
25 | }
26 |
27 | extension Logger.Level: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Level' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Logging' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public var description: String {
29 |         "\(gem) \(fixedWidthDescription.uppercased())"
/host/spi-builder-workspace/Sources/xcscli/Integrations.swift:9:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | final class Integrations: AsyncParsableCommand, Routed, Credentialed, Logged {
 8 |
 9 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |         return CommandConfiguration(
11 |             commandName: "integrations",
/host/spi-builder-workspace/Sources/xcscli/Integrations.swift:10:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
 8 |
 9 |     static var configuration: CommandConfiguration = {
10 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
11 |             commandName: "integrations",
12 |             abstract: "Interact with the `/integrations` route.",
/host/spi-builder-workspace/Sources/xcscli/MainCommand.swift:8:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 | @main struct MainCommand: AsyncParsableCommand {
 7 |
 8 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         var subcommands: [ParsableCommand.Type] = [
10 |             Ping.self,
/host/spi-builder-workspace/Sources/xcscli/MainCommand.swift:23:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
21 |         #endif
22 |
23 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
24 |             commandName: "xcscli",
25 |             abstract: "XcodeServer Framework Command Line Interface",
[527/532] Compiling xcscli Bots.swift
/host/spi-builder-workspace/Sources/xcscli/Bots.swift:9:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | final class Bots: AsyncParsableCommand, Routed, Credentialed, Logged {
 8 |
 9 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |         return CommandConfiguration(
11 |             commandName: "bots",
/host/spi-builder-workspace/Sources/xcscli/Bots.swift:10:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
 8 |
 9 |     static var configuration: CommandConfiguration = {
10 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
11 |             commandName: "bots",
12 |             abstract: "Interact with the `/bots` route.",
/host/spi-builder-workspace/Sources/xcscli/ConsoleLogger.swift:7:24: warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | struct ConsoleLogger: LogHandler {
 6 |
 7 |     private static var bootstrapped: Bool = false
   |                        |- warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'bootstrapped' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'bootstrapped' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     private static var minimumLogLevel: Logger.Level = .info
 9 |
/host/spi-builder-workspace/Sources/xcscli/ConsoleLogger.swift:8:24: warning: static property 'minimumLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 |     private static var bootstrapped: Bool = false
 8 |     private static var minimumLogLevel: Logger.Level = .info
   |                        |- warning: static property 'minimumLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'minimumLogLevel' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'minimumLogLevel' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public static func bootstrap(minimumLogLevel: Logger.Level = .info) {
/host/spi-builder-workspace/Sources/xcscli/ConsoleLogger.swift:20:16: warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 |     }
19 |
20 |     static var gmtDateFormatter: DateFormatter = {
   |                |- warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'gmtDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'gmtDateFormatter' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |         let formatter = DateFormatter()
22 |         formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
[528/532] Compiling xcscli ConsoleLogger.swift
/host/spi-builder-workspace/Sources/xcscli/Bots.swift:9:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | final class Bots: AsyncParsableCommand, Routed, Credentialed, Logged {
 8 |
 9 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |         return CommandConfiguration(
11 |             commandName: "bots",
/host/spi-builder-workspace/Sources/xcscli/Bots.swift:10:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
 8 |
 9 |     static var configuration: CommandConfiguration = {
10 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
11 |             commandName: "bots",
12 |             abstract: "Interact with the `/bots` route.",
/host/spi-builder-workspace/Sources/xcscli/ConsoleLogger.swift:7:24: warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | struct ConsoleLogger: LogHandler {
 6 |
 7 |     private static var bootstrapped: Bool = false
   |                        |- warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'bootstrapped' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'bootstrapped' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     private static var minimumLogLevel: Logger.Level = .info
 9 |
/host/spi-builder-workspace/Sources/xcscli/ConsoleLogger.swift:8:24: warning: static property 'minimumLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 |     private static var bootstrapped: Bool = false
 8 |     private static var minimumLogLevel: Logger.Level = .info
   |                        |- warning: static property 'minimumLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'minimumLogLevel' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'minimumLogLevel' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public static func bootstrap(minimumLogLevel: Logger.Level = .info) {
/host/spi-builder-workspace/Sources/xcscli/ConsoleLogger.swift:20:16: warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 |     }
19 |
20 |     static var gmtDateFormatter: DateFormatter = {
   |                |- warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'gmtDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'gmtDateFormatter' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |         let formatter = DateFormatter()
22 |         formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
[529/532] Compiling xcscli Encodable+JSON.swift
/host/spi-builder-workspace/Sources/xcscli/Bots.swift:9:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | final class Bots: AsyncParsableCommand, Routed, Credentialed, Logged {
 8 |
 9 |     static var configuration: CommandConfiguration = {
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |         return CommandConfiguration(
11 |             commandName: "bots",
/host/spi-builder-workspace/Sources/xcscli/Bots.swift:10:16: warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
 8 |
 9 |     static var configuration: CommandConfiguration = {
10 |         return CommandConfiguration(
   |                `- warning: 'init(commandName:abstract:usage:discussion:version:shouldDisplay:subcommands:defaultSubcommand:helpNames:)' is deprecated: Use the memberwise initializer with the aliases parameter.
11 |             commandName: "bots",
12 |             abstract: "Interact with the `/bots` route.",
/host/spi-builder-workspace/Sources/xcscli/ConsoleLogger.swift:7:24: warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 5 | struct ConsoleLogger: LogHandler {
 6 |
 7 |     private static var bootstrapped: Bool = false
   |                        |- warning: static property 'bootstrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'bootstrapped' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'bootstrapped' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |     private static var minimumLogLevel: Logger.Level = .info
 9 |
/host/spi-builder-workspace/Sources/xcscli/ConsoleLogger.swift:8:24: warning: static property 'minimumLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 |     private static var bootstrapped: Bool = false
 8 |     private static var minimumLogLevel: Logger.Level = .info
   |                        |- warning: static property 'minimumLogLevel' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'minimumLogLevel' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: add '@MainActor' to make static property 'minimumLogLevel' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     public static func bootstrap(minimumLogLevel: Logger.Level = .info) {
/host/spi-builder-workspace/Sources/xcscli/ConsoleLogger.swift:20:16: warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 |     }
19 |
20 |     static var gmtDateFormatter: DateFormatter = {
   |                |- warning: static property 'gmtDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'gmtDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'gmtDateFormatter' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |         let formatter = DateFormatter()
22 |         formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
[530/533] Wrapping AST for xcscli for debugging
[531/533] Write Objects.LinkFileList
[532/533] Linking xcscli
Build complete! (40.19s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sessionplus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/SessionPlus.git"
    },
    {
      "identity" : "coredataplus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/CoreDataPlus.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swcompression",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.5",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tsolomko/SWCompression"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    }
  ],
  "manifest_display_name" : "XcodeServer",
  "name" : "XcodeServer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "XcodeServer",
      "targets" : [
        "XcodeServer",
        "XcodeServerAPI",
        "XcodeServerCoreData"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "xcscli",
      "targets" : [
        "xcscli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "xcscli",
      "module_type" : "SwiftTarget",
      "name" : "xcscli",
      "path" : "Sources/xcscli",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging",
        "CoreDataPlus",
        "Rainbow"
      ],
      "product_memberships" : [
        "xcscli"
      ],
      "sources" : [
        "Bots.swift",
        "ConsoleLogger.swift",
        "Extensions/Encodable+JSON.swift",
        "Extensions/Logger.Level+xcscli.swift",
        "Integrations.swift",
        "MainCommand.swift",
        "Ping.swift",
        "Protocols/Credentialed.swift",
        "Protocols/Logged.swift",
        "Protocols/Routed.swift",
        "Protocols/Stored.swift",
        "Store+DeleteServer.swift",
        "Store+Info.swift",
        "Store+Purge.swift",
        "Store+Sync.swift",
        "Store.swift",
        "Sync.swift",
        "Versions.swift"
      ],
      "target_dependencies" : [
        "XcodeServerCoreData",
        "XcodeServerAPI"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "XcodeServerTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeServerTests",
      "path" : "Tests/XcodeServerTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Bot_1.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_1_Commits.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_1_Completed_BuildErrors.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_1_InProgress.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_1_Issues.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_2_Completed_InternalProcessingError.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_2_Issues.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_3_Completed_BuildErrors.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Integration_3_Issues.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/12.1_Versions.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/XcodeServer_1.0.0_empty.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/XcodeServer_1.0.0_empty.sqlite-shm",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/XcodeServer_1.0.0_empty.sqlite-wal",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/XcodeServer_1.0.0_full.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/XcodeServer_1.0.0_full.sqlite-shm",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/XcodeServer_1.0.0_full.sqlite-wal",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/bot.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/bots.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/commits.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/integration.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/integrations.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/issues.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/run-integration.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/stats.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/structured18.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/structured18_commits.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/XcodeServerTests/Resources/versions.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "APIResponseTests.swift",
        "BotWriteAndUpdateTests.swift",
        "EdgeCaseTests.swift",
        "Extensions/Extensions.swift",
        "Extensions/NSFileManager+Tests.swift",
        "Extensions/Persistable+Tests.swift",
        "IntegrationIssueImportTests.swift",
        "IntegrationWriteAndUpdateTests.swift",
        "Mocks/MockApiClient.swift",
        "ModelTests.swift",
        "PersistentContainerTests.swift",
        "ServerWriteAndUpdateTests.swift"
      ],
      "target_dependencies" : [
        "XcodeServer",
        "XcodeServerAPI",
        "XcodeServerCoreData"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeServerModel_2_0_0",
      "module_type" : "SwiftTarget",
      "name" : "XcodeServerModel_2_0_0",
      "path" : "Sources/XcodeServerModel_2_0_0",
      "product_dependencies" : [
        "CoreDataPlus",
        "Logging"
      ],
      "product_memberships" : [
        "XcodeServer",
        "xcscli"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_2_0_0/Resources/MappingModel.cdm_precompiled",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_2_0_0/Resources/MappingModel.xcmappingmodel",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_2_0_0/Resources/XcodeServer.momd_precompiled",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_2_0_0/Resources/XcodeServer.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Entities/ManagedAsset.swift",
        "Entities/ManagedBot.swift",
        "Entities/ManagedBuildResultSummary.swift",
        "Entities/ManagedCommit.swift",
        "Entities/ManagedCommitChange.swift",
        "Entities/ManagedCommitContributor.swift",
        "Entities/ManagedConditions.swift",
        "Entities/ManagedConfiguration.swift",
        "Entities/ManagedDevice.swift",
        "Entities/ManagedDeviceSpecification.swift",
        "Entities/ManagedEmailConfiguration.swift",
        "Entities/ManagedFilter.swift",
        "Entities/ManagedIntegration.swift",
        "Entities/ManagedIntegrationAssets.swift",
        "Entities/ManagedIntegrationIssues.swift",
        "Entities/ManagedIssue.swift",
        "Entities/ManagedPlatform.swift",
        "Entities/ManagedRepository.swift",
        "Entities/ManagedRevisionBlueprint.swift",
        "Entities/ManagedServer.swift",
        "Entities/ManagedStats.swift",
        "Entities/ManagedStatsBreakdown.swift",
        "Entities/ManagedTrigger.swift",
        "PersistentContainer+Persistable.swift",
        "PersistentContainer+Queryable.swift",
        "PersistentContainer.swift"
      ],
      "target_dependencies" : [
        "XcodeServer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeServerModel_1_1_0",
      "module_type" : "SwiftTarget",
      "name" : "XcodeServerModel_1_1_0",
      "path" : "Sources/XcodeServerModel_1_1_0",
      "product_dependencies" : [
        "CoreDataPlus",
        "Logging"
      ],
      "product_memberships" : [
        "XcodeServer",
        "xcscli"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_1_1_0/Resources/MappingModel.cdm_precompiled",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_1_1_0/Resources/MappingModel.xcmappingmodel",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_1_1_0/Resources/XcodeServer.momd_precompiled",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_1_1_0/Resources/XcodeServer.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Entities/Asset.swift",
        "Entities/Bot.swift",
        "Entities/BuildResultSummary.swift",
        "Entities/Commit.swift",
        "Entities/CommitChange.swift",
        "Entities/CommitContributor.swift",
        "Entities/Conditions.swift",
        "Entities/Configuration.swift",
        "Entities/Device.swift",
        "Entities/DeviceSpecification.swift",
        "Entities/EmailConfiguration.swift",
        "Entities/Filter.swift",
        "Entities/Integration.swift",
        "Entities/IntegrationAssets.swift",
        "Entities/IntegrationIssues.swift",
        "Entities/Issue.swift",
        "Entities/Platform.swift",
        "Entities/Repository.swift",
        "Entities/RevisionBlueprint.swift",
        "Entities/Server.swift",
        "Entities/Stats.swift",
        "Entities/StatsBreakdown.swift",
        "Entities/Trigger.swift",
        "PersistentContainer+Persistable.swift",
        "PersistentContainer+Queryable.swift",
        "PersistentContainer.swift"
      ],
      "target_dependencies" : [
        "XcodeServer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeServerModel_1_0_0",
      "module_type" : "SwiftTarget",
      "name" : "XcodeServerModel_1_0_0",
      "path" : "Sources/XcodeServerModel_1_0_0",
      "product_dependencies" : [
        "CoreDataPlus",
        "Logging"
      ],
      "product_memberships" : [
        "XcodeServer",
        "xcscli"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_1_0_0/Resources/XcodeServer.momd_precompiled",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/XcodeServerModel_1_0_0/Resources/XcodeServer.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Entities/Asset.swift",
        "Entities/Bot.swift",
        "Entities/BuildResultSummary.swift",
        "Entities/Commit.swift",
        "Entities/CommitChange.swift",
        "Entities/CommitContributor.swift",
        "Entities/Conditions.swift",
        "Entities/Configuration.swift",
        "Entities/Device.swift",
        "Entities/DeviceSpecification.swift",
        "Entities/EmailConfiguration.swift",
        "Entities/Filter.swift",
        "Entities/Integration.swift",
        "Entities/IntegrationAssets.swift",
        "Entities/IntegrationIssues.swift",
        "Entities/Issue.swift",
        "Entities/Platform.swift",
        "Entities/Repository.swift",
        "Entities/RevisionBlueprint.swift",
        "Entities/Server.swift",
        "Entities/Stats.swift",
        "Entities/StatsBreakdown.swift",
        "Entities/Trigger.swift",
        "PersistentContainer+Persistable.swift",
        "PersistentContainer+Queryable.swift",
        "PersistentContainer.swift"
      ],
      "target_dependencies" : [
        "XcodeServer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeServerCoreData",
      "module_type" : "SwiftTarget",
      "name" : "XcodeServerCoreData",
      "path" : "Sources/XcodeServerCoreData",
      "product_dependencies" : [
        "CoreDataPlus"
      ],
      "product_memberships" : [
        "XcodeServer",
        "xcscli"
      ],
      "sources" : [
        "CoreDataStore.swift",
        "Model.swift",
        "Persistence+XcodeServerCoreData.swift",
        "String+XcodeServerCoreData.swift"
      ],
      "target_dependencies" : [
        "XcodeServer",
        "XcodeServerModel_1_0_0",
        "XcodeServerModel_1_1_0",
        "XcodeServerModel_2_0_0"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeServerAPI",
      "module_type" : "SwiftTarget",
      "name" : "XcodeServerAPI",
      "path" : "Sources/XcodeServerAPI",
      "product_dependencies" : [
        "SessionPlus",
        "SWCompression"
      ],
      "product_memberships" : [
        "XcodeServer",
        "xcscli"
      ],
      "sources" : [
        "Extensions/XCSCommit+SourceControl.Commit.swift",
        "Mappings/Bot+XCSMappings.swift",
        "Mappings/Device+XCSMappings.swift",
        "Mappings/Integration+XCSMappings.swift",
        "Mappings/Issue+XCSMappings.swift",
        "Mappings/Server+XCSMappings.swift",
        "Mappings/SourceControl+XCSMappings.swift",
        "Mappings/Tests+XCSMappings.swift",
        "Mappings/Trigger+XCSMappings.swift",
        "Models/XCSArchiveExportOptions.swift",
        "Models/XCSAssets.swift",
        "Models/XCSAuthenticationStrategy.swift",
        "Models/XCSBlueprintLocation.swift",
        "Models/XCSBot.swift",
        "Models/XCSBuildResultSummary.swift",
        "Models/XCSCommit.swift",
        "Models/XCSCommitChangeFilePath.swift",
        "Models/XCSCommitContributor.swift",
        "Models/XCSConditions.swift",
        "Models/XCSConfiguration.swift",
        "Models/XCSControlledChanges.swift",
        "Models/XCSControlledChangesPlatforms.swift",
        "Models/XCSControlledChangesTraits.swift",
        "Models/XCSControlledChangesValues.swift",
        "Models/XCSCoverageFile.swift",
        "Models/XCSCoverageHierarchy.swift",
        "Models/XCSCoverageMethod.swift",
        "Models/XCSCoverageResult.swift",
        "Models/XCSCoverageTarget.swift",
        "Models/XCSDevice.swift",
        "Models/XCSDeviceSpecification.swift",
        "Models/XCSEmailConfiguration.swift",
        "Models/XCSExportOptions.swift",
        "Models/XCSFilter.swift",
        "Models/XCSGroup.swift",
        "Models/XCSIntegration.swift",
        "Models/XCSIntegrationAsset.swift",
        "Models/XCSIntegrationSnippet.swift",
        "Models/XCSIssue.swift",
        "Models/XCSIssueAuthor.swift",
        "Models/XCSIssueGroup.swift",
        "Models/XCSIssues.swift",
        "Models/XCSPlatform.swift",
        "Models/XCSProvisioningConfiguration.swift",
        "Models/XCSProxiedDevice.swift",
        "Models/XCSRemoteRepository.swift",
        "Models/XCSRepositoryBlueprint.swift",
        "Models/XCSRepositoryCommit.swift",
        "Models/XCSRepositoryLocation.swift",
        "Models/XCSResults.swift",
        "Models/XCSStats.swift",
        "Models/XCSStatsSummary.swift",
        "Models/XCSSuspectStrategy.swift",
        "Models/XCSTestLocalization.swift",
        "Models/XCSTests.swift",
        "Models/XCSTrigger.swift",
        "Models/XCSVersion.swift",
        "XCSClient+EntityQueryable.swift",
        "XCSClient.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "XcodeServer",
      "module_type" : "SwiftTarget",
      "name" : "XcodeServer",
      "path" : "Sources/XcodeServer",
      "product_memberships" : [
        "XcodeServer",
        "xcscli"
      ],
      "sources" : [
        "FileManager+XcodeServer.swift",
        "Models/Bot.Cleaning.swift",
        "Models/Bot.Configuration.swift",
        "Models/Bot.Coverage.swift",
        "Models/Bot.PeriodicInterval.swift",
        "Models/Bot.Schedule.swift",
        "Models/Bot.Stats.swift",
        "Models/Bot.swift",
        "Models/Device.Filter.swift",
        "Models/Device.Platform.swift",
        "Models/Device.ProxiedDevice.swift",
        "Models/Device.Specification.swift",
        "Models/Device.swift",
        "Models/Integration.Asset.swift",
        "Models/Integration.AssetCatalog.swift",
        "Models/Integration.BuildSummary.swift",
        "Models/Integration.ControlledChanges.swift",
        "Models/Integration.IssueCatalog.swift",
        "Models/Integration.IssueGroup.swift",
        "Models/Integration.Result.swift",
        "Models/Integration.Step.swift",
        "Models/Integration.swift",
        "Models/Issue.Author.swift",
        "Models/Issue.Category.swift",
        "Models/Issue.Confidence.swift",
        "Models/Issue.Status.swift",
        "Models/Issue.SuspectStrategy.swift",
        "Models/Issue.swift",
        "Models/Server.Version.swift",
        "Models/Server.swift",
        "Models/SourceControl.AuthenticationStrategy.swift",
        "Models/SourceControl.Blueprint.swift",
        "Models/SourceControl.Change.swift",
        "Models/SourceControl.Commit.swift",
        "Models/SourceControl.Contributor.swift",
        "Models/SourceControl.Location.swift",
        "Models/SourceControl.Remote.swift",
        "Models/SourceControl.swift",
        "Models/Tests.Class.swift",
        "Models/Tests.Hierarchy.swift",
        "Models/Tests.Method.swift",
        "Models/Tests.Suite.swift",
        "Models/Tests.swift",
        "Models/Trigger.Category.swift",
        "Models/Trigger.Conditions.swift",
        "Models/Trigger.Email.swift",
        "Models/Trigger.Phase.swift",
        "Models/Trigger.swift",
        "Protocols/Persistable.swift",
        "Protocols/Queryable.swift",
        "XcodeServerError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.