The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftPM, reference 0.6.0 (f5ea39), with Swift 6.1 for Linux on 31 Dec 2025 07:36:41 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftPackageIndex/swift-package-manager.git
Reference: 0.6.0
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/SwiftPackageIndex/swift-package-manager
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at f5ea397 [Package.swift] Require swift-llbuild and swift-tools-support-core using semver dependencies
Cloned https://github.com/SwiftPackageIndex/swift-package-manager.git
Revision (git rev-parse @):
f5ea3972d7d6c574e8bb16a19b2a7bca98ea131b
SUCCESS checkout https://github.com/SwiftPackageIndex/swift-package-manager.git at 0.6.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftPackageIndex/swift-package-manager.git
https://github.com/SwiftPackageIndex/swift-package-manager.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-llbuild",
      "requirement" : {
        "exact" : [
          "0.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-llbuild.git"
    },
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "exact" : [
          "0.1.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    }
  ],
  "manifest_display_name" : "SwiftPM",
  "name" : "SwiftPM",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftPM",
      "targets" : [
        "SourceControl",
        "SPMLLBuild",
        "LLBuildManifest",
        "PackageModel",
        "PackageLoading",
        "PackageGraph",
        "Build",
        "Xcodeproj",
        "Workspace"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "SwiftPM-auto",
      "targets" : [
        "SourceControl",
        "SPMLLBuild",
        "LLBuildManifest",
        "PackageModel",
        "PackageLoading",
        "PackageGraph",
        "Build",
        "Xcodeproj",
        "Workspace"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PackageDescription",
      "targets" : [
        "PackageDescription"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "swiftpm-xctest-helper",
      "targets" : [
        "swiftpm-xctest-helper"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "swift-test",
      "targets" : [
        "swift-test"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "swift-run",
      "targets" : [
        "swift-run"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "swift-package",
      "targets" : [
        "swift-package"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "swift-build",
      "targets" : [
        "swift-build"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "swiftpm_xctest_helper",
      "module_type" : "SwiftTarget",
      "name" : "swiftpm-xctest-helper",
      "path" : "Sources/swiftpm-xctest-helper",
      "product_memberships" : [
        "swiftpm-xctest-helper"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "swift_test",
      "module_type" : "SwiftTarget",
      "name" : "swift-test",
      "path" : "Sources/swift-test",
      "product_memberships" : [
        "swift-test"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Commands"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "swift_run",
      "module_type" : "SwiftTarget",
      "name" : "swift-run",
      "path" : "Sources/swift-run",
      "product_memberships" : [
        "swift-run"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Commands"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "swift_package",
      "module_type" : "SwiftTarget",
      "name" : "swift-package",
      "path" : "Sources/swift-package",
      "product_memberships" : [
        "swift-package"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Commands"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "swift_build",
      "module_type" : "SwiftTarget",
      "name" : "swift-build",
      "path" : "Sources/swift-build",
      "product_memberships" : [
        "swift-build"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Commands"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "XcodeprojTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeprojTests",
      "path" : "Tests/XcodeprojTests",
      "sources" : [
        "FunctionalTests.swift",
        "GenerateXcodeprojTests.swift",
        "PackageGraphTests.swift",
        "PropertyListTests.swift",
        "XCTestManifests.swift",
        "XcodeProjectModelSerializationTests.swift",
        "XcodeProjectModelTests.swift"
      ],
      "target_dependencies" : [
        "Xcodeproj",
        "SPMTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Xcodeproj",
      "module_type" : "SwiftTarget",
      "name" : "Xcodeproj",
      "path" : "Sources/Xcodeproj",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "SwiftPM",
        "SwiftPM-auto",
        "swift-test",
        "swift-run",
        "swift-package",
        "swift-build"
      ],
      "sources" : [
        "PropertyList.swift",
        "SchemesGenerator.swift",
        "Target+PBXProj.swift",
        "XcodeProjectModel.swift",
        "XcodeProjectModelSerialization.swift",
        "generate.swift",
        "pbxproj.swift"
      ],
      "target_dependencies" : [
        "PackageGraph"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WorkspaceTests",
      "module_type" : "SwiftTarget",
      "name" : "WorkspaceTests",
      "path" : "Tests/WorkspaceTests",
      "sources" : [
        "InitTests.swift",
        "PinsStoreTests.swift",
        "ToolsVersionWriterTests.swift",
        "WorkspaceTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Workspace",
        "SPMTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Workspace",
      "module_type" : "SwiftTarget",
      "name" : "Workspace",
      "path" : "Sources/Workspace",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "SwiftPM",
        "SwiftPM-auto",
        "swift-test",
        "swift-run",
        "swift-package",
        "swift-build"
      ],
      "sources" : [
        "Destination.swift",
        "Diagnostics.swift",
        "Export.swift",
        "InitPackage.swift",
        "ManagedDependency.swift",
        "ResolverPrecomputationProvider.swift",
        "ToolsVersionWriter.swift",
        "UserToolchain.swift",
        "Workspace.swift",
        "misc.swift"
      ],
      "target_dependencies" : [
        "Build",
        "PackageGraph",
        "PackageModel",
        "SourceControl",
        "Xcodeproj"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SourceControlTests",
      "module_type" : "SwiftTarget",
      "name" : "SourceControlTests",
      "path" : "Tests/SourceControlTests",
      "sources" : [
        "GitRepositoryTests.swift",
        "InMemoryGitRepositoryTests.swift",
        "RepositoryManagerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SourceControl",
        "SPMTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SourceControl",
      "module_type" : "SwiftTarget",
      "name" : "SourceControl",
      "path" : "Sources/SourceControl",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "SwiftPM",
        "SwiftPM-auto",
        "swift-test",
        "swift-run",
        "swift-package",
        "swift-build"
      ],
      "sources" : [
        "GitRepository.swift",
        "InMemoryGitRepository.swift",
        "Repository.swift",
        "RepositoryManager.swift",
        "SwiftPMConfig.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "SPMTestSupport",
      "path" : "Sources/SPMTestSupport",
      "product_dependencies" : [
        "SwiftToolsSupport-auto",
        "TSCTestSupport"
      ],
      "sources" : [
        "GitRepositoryExtensions.swift",
        "Manifest.swift",
        "MockDependencyGraph.swift",
        "MockDependencyResolver.swift",
        "MockManifestLoader.swift",
        "PackageGraphTester.swift",
        "Resources.swift",
        "SwiftPMProduct.swift",
        "TestWorkspace.swift",
        "XCTAssertHelpers.swift",
        "misc.swift"
      ],
      "target_dependencies" : [
        "PackageGraph",
        "PackageLoading",
        "SourceControl",
        "Commands"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMLLBuild",
      "module_type" : "SwiftTarget",
      "name" : "SPMLLBuild",
      "path" : "Sources/SPMLLBuild",
      "product_dependencies" : [
        "SwiftToolsSupport-auto",
        "llbuildSwift"
      ],
      "product_memberships" : [
        "SwiftPM",
        "SwiftPM-auto",
        "swift-test",
        "swift-run",
        "swift-package",
        "swift-build"
      ],
      "sources" : [
        "llbuild.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PackageModelTests",
      "module_type" : "SwiftTarget",
      "name" : "PackageModelTests",
      "path" : "Tests/PackageModelTests",
      "sources" : [
        "ManifestTests.swift",
        "PackageModelTests.swift",
        "SwiftLanguageVersionTests.swift",
        "TargetTests.swift",
        "ToolsVersionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PackageModel",
        "SPMTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackageModel",
      "module_type" : "SwiftTarget",
      "name" : "PackageModel",
      "path" : "Sources/PackageModel",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "SwiftPM",
        "SwiftPM-auto",
        "swift-test",
        "swift-run",
        "swift-package",
        "swift-build"
      ],
      "sources" : [
        "BuildSettings.swift",
        "Manifest.swift",
        "Package.swift",
        "PackageModel+Codable.swift",
        "Platform.swift",
        "Product.swift",
        "ResolvedModels.swift",
        "Resource.swift",
        "Sources.swift",
        "Target.swift",
        "ToolsVersion.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PackageLoadingTests",
      "module_type" : "SwiftTarget",
      "name" : "PackageLoadingTests",
      "path" : "Tests/PackageLoadingTests",
      "sources" : [
        "ModuleMapGenerationTests.swift",
        "PD4LoadingTests.swift",
        "PD4_2LoadingTests.swift",
        "PD5LoadingTests.swift",
        "PD5_2LoadingTests.swift",
        "PDLoadingTests.swift",
        "PackageBuilderTests.swift",
        "PkgConfigTests.swift",
        "TargetSourcesBuilderTests.swift",
        "ToolsVersionLoaderTests.swift",
        "WhitelistTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PackageLoading",
        "SPMTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackageLoadingPerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "PackageLoadingPerformanceTests",
      "path" : "Tests/PackageLoadingPerformanceTests",
      "sources" : [
        "ManifestLoadingTests.swift"
      ],
      "target_dependencies" : [
        "PackageLoading",
        "SPMTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackageLoading",
      "module_type" : "SwiftTarget",
      "name" : "PackageLoading",
      "path" : "Sources/PackageLoading",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "SwiftPM",
        "SwiftPM-auto",
        "swift-test",
        "swift-run",
        "swift-package",
        "swift-build"
      ],
      "sources" : [
        "Diagnostics.swift",
        "ManifestBuilder.swift",
        "ManifestLoader.swift",
        "ModuleMapGenerator.swift",
        "PackageBuilder.swift",
        "PackageDescription4Loader.swift",
        "Target+PkgConfig.swift",
        "TargetSourcesBuilder.swift",
        "ToolsVersionLoader.swift",
        "UserManifestResources.swift"
      ],
      "target_dependencies" : [
        "PackageModel",
        "SPMLLBuild"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PackageGraphTests",
      "module_type" : "SwiftTarget",
      "name" : "PackageGraphTests",
      "path" : "Tests/PackageGraphTests",
      "sources" : [
        "DependencyResolverTests.swift",
        "PackageGraphTests.swift",
        "PubgrubTests.swift",
        "RepositoryPackageContainerProviderTests.swift",
        "VersionSetSpecifierTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PackageGraph",
        "SPMTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackageGraphPerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "PackageGraphPerformanceTests",
      "path" : "Tests/PackageGraphPerformanceTests",
      "sources" : [
        "DependencyResolverPerfTests.swift",
        "PackageGraphPerfTests.swift"
      ],
      "target_dependencies" : [
        "PackageGraph",
        "SPMTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackageGraph",
      "module_type" : "SwiftTarget",
      "name" : "PackageGraph",
      "path" : "Sources/PackageGraph",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "SwiftPM",
        "SwiftPM-auto",
        "swift-test",
        "swift-run",
        "swift-package",
        "swift-build"
      ],
      "sources" : [
        "CheckoutState.swift",
        "DependencyResolver.swift",
        "PackageGraph.swift",
        "PackageGraphLoader.swift",
        "PackageGraphRoot.swift",
        "PinsStore.swift",
        "Pubgrub.swift",
        "RawPackageConstraints.swift",
        "RepositoryPackageContainerProvider.swift",
        "VersionSetSpecifier.swift"
      ],
      "target_dependencies" : [
        "PackageLoading",
        "PackageModel",
        "SourceControl"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PackageDescription4Tests",
      "module_type" : "SwiftTarget",
      "name" : "PackageDescription4Tests",
      "path" : "Tests/PackageDescription4Tests",
      "sources" : [
        "VersionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PackageDescription"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackageDescription",
      "module_type" : "SwiftTarget",
      "name" : "PackageDescription",
      "path" : "Sources/PackageDescription",
      "product_memberships" : [
        "PackageDescription"
      ],
      "sources" : [
        "BuildSettings.swift",
        "LanguageStandardSettings.swift",
        "Package.swift",
        "PackageDependency.swift",
        "PackageRequirement.swift",
        "Product.swift",
        "Resource.swift",
        "SupportedPlatforms.swift",
        "Target.swift",
        "Version+StringLiteralConvertible.swift",
        "Version.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LLBuildManifest",
      "module_type" : "SwiftTarget",
      "name" : "LLBuildManifest",
      "path" : "Sources/LLBuildManifest",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "SwiftPM",
        "SwiftPM-auto",
        "swift-test",
        "swift-run",
        "swift-package",
        "swift-build"
      ],
      "sources" : [
        "BuildManifest.swift",
        "Command.swift",
        "ManifestWriter.swift",
        "Node.swift",
        "Target.swift",
        "Tools.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FunctionalTests",
      "module_type" : "SwiftTarget",
      "name" : "FunctionalTests",
      "path" : "Tests/FunctionalTests",
      "sources" : [
        "CFamilyTargetTests.swift",
        "DependencyResolutionTests.swift",
        "MiscellaneousTests.swift",
        "ModuleMapTests.swift",
        "SwiftPMXCTestHelperTests.swift",
        "ToolsVersionTests.swift",
        "VersionSpecificTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "swift-build",
        "swift-package",
        "swift-test",
        "PackageModel",
        "SPMTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FunctionalPerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "FunctionalPerformanceTests",
      "path" : "Tests/FunctionalPerformanceTests",
      "sources" : [
        "BuildPerfTests.swift"
      ],
      "target_dependencies" : [
        "swift-build",
        "swift-package",
        "swift-test",
        "SPMTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CommandsTests",
      "module_type" : "SwiftTarget",
      "name" : "CommandsTests",
      "path" : "Tests/CommandsTests",
      "sources" : [
        "BuildToolTests.swift",
        "MultiRootSupportTests.swift",
        "PackageToolTests.swift",
        "RunToolTests.swift",
        "TestToolTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "swift-build",
        "swift-package",
        "swift-test",
        "swift-run",
        "Commands",
        "Workspace",
        "SPMTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Commands",
      "module_type" : "SwiftTarget",
      "name" : "Commands",
      "path" : "Sources/Commands",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "swift-test",
        "swift-run",
        "swift-package",
        "swift-build"
      ],
      "sources" : [
        "APIDigester.swift",
        "Completions+bash.swift",
        "Completions+zsh.swift",
        "Describe.swift",
        "Error.swift",
        "GenerateLinuxMain.swift",
        "MultiRootSupport.swift",
        "Options.swift",
        "SwiftBuildTool.swift",
        "SwiftPackageTool.swift",
        "SwiftRunTool.swift",
        "SwiftTestTool.swift",
        "SwiftTool.swift",
        "WatchmanHelper.swift",
        "show-dependencies.swift"
      ],
      "target_dependencies" : [
        "Build",
        "PackageGraph",
        "SourceControl",
        "Xcodeproj",
        "Workspace"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BuildTests",
      "module_type" : "SwiftTarget",
      "name" : "BuildTests",
      "path" : "Tests/BuildTests",
      "sources" : [
        "BuildPlanTests.swift",
        "IncrementalBuildTests.swift",
        "LLBuildManifestTests.swift",
        "SwiftCompilerOutputParserTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Build",
        "SPMTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Build",
      "module_type" : "SwiftTarget",
      "name" : "Build",
      "path" : "Sources/Build",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "SwiftPM",
        "SwiftPM-auto",
        "swift-test",
        "swift-run",
        "swift-package",
        "swift-build"
      ],
      "sources" : [
        "BuildDelegate.swift",
        "BuildOperation.swift",
        "BuildParameters.swift",
        "BuildPlan.swift",
        "ManifestBuilder.swift",
        "Sanitizers.swift",
        "SwiftCompilerOutputParser.swift",
        "Toolchain.swift",
        "Triple.swift"
      ],
      "target_dependencies" : [
        "PackageGraph",
        "LLBuildManifest"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-llbuild.git
Fetching https://github.com/apple/swift-tools-support-core.git
[1/7148] Fetching swift-tools-support-core
[7149/36560] Fetching swift-tools-support-core, swift-llbuild
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.49s)
[5883/29412] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (2.11s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.1.0 (2.69s)
Computing version for https://github.com/apple/swift-llbuild.git
Computed https://github.com/apple/swift-llbuild.git at 0.3.0 (0.62s)
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.1.0
warning: 'swift-llbuild': ignoring broken symlink /host/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm
Building for debugging...
[0/142] Write sources
[6/142] Compiling llvmSupport Valgrind.cpp
[7/142] Compiling llvmSupport UnicodeCaseFold.cpp
[8/142] Compiling llbuildCore MakefileDepsParser.cpp
[9/142] Compiling llvmSupport circular_raw_ostream.cpp
[10/142] Compiling llvmSupport Twine.cpp
[11/142] Compiling llvmSupport Unicode.cpp
[12/142] Compiling llvmSupport Triple.cpp
[13/142] Write swift-version-24593BA9C3E375BF.txt
[14/142] Compiling llvmSupport raw_ostream.cpp
[15/142] Compiling llvmSupport Threading.cpp
[16/144] Compiling llvmSupport StringSaver.cpp
[17/144] Compiling llvmSupport StringMap.cpp
[18/144] Compiling llvmSupport StringRef.cpp
[19/144] Compiling llvmSupport TargetParser.cpp
[20/144] Compiling llvmSupport YAMLParser.cpp
[21/144] Compiling llvmSupport StringExtras.cpp
[22/144] Compiling llvmSupport SmallVector.cpp
[23/144] Compiling llvmSupport SmallPtrSet.cpp
[24/144] Compiling llvmSupport SourceMgr.cpp
[25/144] Compiling llvmSupport Options.cpp
[26/144] Compiling llvmSupport Program.cpp
[27/144] Compiling llvmSupport NativeFormatting.cpp
[28/144] Compiling llvmSupport Process.cpp
[29/144] Compiling llvmSupport Signals.cpp
[30/144] Compiling llvmSupport MathExtras.cpp
[31/144] Compiling llvmSupport Mutex.cpp
[32/144] Compiling llvmSupport Path.cpp
[33/144] Compiling llvmSupport Memory.cpp
[34/144] Compiling llvmSupport ManagedStatic.cpp
[35/144] Compiling llvmSupport Locale.cpp
[36/144] Compiling llvmSupport MD5.cpp
[37/144] Compiling llvmSupport MemoryBuffer.cpp
[38/144] Compiling llvmSupport Hashing.cpp
[39/144] Compiling llvmSupport FoldingSet.cpp
[40/144] Compiling llvmSupport FormatVariadic.cpp
[41/144] Compiling llvmSupport Host.cpp
[42/144] Compiling llvmSupport Errno.cpp
[43/144] Compiling llvmSupport ErrorHandling.cpp
[44/144] Compiling llvmSupport FileUtilities.cpp
[46/144] Emitting module swiftpm_xctest_helper
[47/144] Compiling swiftpm_xctest_helper main.swift
[48/145] Compiling llvmSupport ConvertUTF.cpp
[49/145] Compiling llvmSupport Error.cpp
[50/145] Compiling llvmSupport DJB.cpp
[51/145] Compiling llvmSupport Atomic.cpp
[52/145] Wrapping AST for swiftpm-xctest-helper for debugging
[53/145] Compiling llvmSupport Debug.cpp
[54/145] Write Objects.LinkFileList
[55/145] Linking swiftpm-xctest-helper
[56/145] Compiling llvmSupport ConvertUTFWrapper.cpp
[57/145] Compiling llvmSupport Chrono.cpp
[58/145] Compiling llvmSupport Allocator.cpp
[59/145] Compiling llvmSupport APSInt.cpp
[60/145] Compiling llvmDemangle MicrosoftDemangle.cpp
[61/145] Compiling llvmSupport APInt.cpp
[62/145] Compiling llbuildCore DependencyInfoParser.cpp
[63/145] Compiling llvmDemangle ItaniumDemangle.cpp
[64/145] Compiling llvmSupport APFloat.cpp
[65/145] Compiling llbuildCore BuildEngineTrace.cpp
[66/145] Compiling llbuildCore SQLiteBuildDB.cpp
[67/145] Compiling llbuildCore BuildDB.cpp
[68/145] Compiling llvmSupport CommandLine.cpp
[69/145] Compiling llbuildBuildSystem BuildValue.cpp
[70/145] Compiling llbuildBuildSystem ShellCommand.cpp
[71/145] Compiling llbuildBuildSystem ExternalCommand.cpp
[72/145] Compiling llbuildBuildSystem BuildNode.cpp
[73/145] Compiling llbuildBuildSystem BuildSystemExtensionManager.cpp
[74/145] Compiling llbuildBuildSystem BuildKey.cpp
[75/145] Compiling llbuildCore BuildEngine.cpp
[76/145] Compiling llbuildBuildSystem BuildSystemFrontend.cpp
[77/145] Compiling llbuildBasic Version.cpp
[78/145] Compiling llbuildBasic Tracing.cpp
[79/145] Compiling llbuildBasic ShellUtility.cpp
[80/145] Compiling llbuildBuildSystem BuildDescription.cpp
[81/145] Compiling llbuildBasic SerialQueue.cpp
[82/145] Compiling llbuildBasic Subprocess.cpp
[83/145] Compiling llbuildBasic Hashing.cpp
[84/145] Compiling llbuildBasic PlatformUtility.cpp
[85/145] Compiling llbuildBuildSystem BuildFile.cpp
[86/145] Compiling libllbuild C-API.cpp
[87/145] Compiling llbuildBasic FileInfo.cpp
[88/145] Compiling llbuildBasic LaneBasedExecutionQueue.cpp
[89/145] Compiling llbuildBasic FileSystem.cpp
[89/145] Write sources
[92/145] Compiling TSCclibc libc.c
[93/145] Write sources
[96/145] Compiling libllbuild Core-C-API.cpp
[97/145] Write sources
[105/152] Compiling llbuildBasic ExecutionQueue.cpp
[106/152] Write sources
[110/158] Emitting module TSCLibc
[111/158] Compiling TSCLibc libc.swift
[111/158] Compiling libllbuild BuildValue-C-API.cpp
[113/159] Wrapping AST for TSCLibc for debugging
[114/197] Compiling llbuildBuildSystem BuildSystem.cpp
[115/197] Compiling libllbuild BuildKey-C-API.cpp
[116/197] Compiling libllbuild BuildDB-C-API.cpp
[117/197] Compiling libllbuild BuildSystem-C-API.cpp
[119/204] Emitting module PackageDescription
/host/spi-builder-workspace/Sources/PackageDescription/BuildSettings.swift:20:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'BuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// The build configuration such as debug or release.
 12 | public struct BuildConfiguration: Encodable {
    |               `- note: consider making struct 'BuildConfiguration' conform to the 'Sendable' protocol
 13 |     private let config: String
 14 |
    :
 18 |
 19 |     /// The debug build configuration.
 20 |     public static let debug: BuildConfiguration = BuildConfiguration("debug")
    |                       |- warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'BuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'debug' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     /// The release build configuration.
/host/spi-builder-workspace/Sources/PackageDescription/BuildSettings.swift:23:23: warning: static property 'release' is not concurrency-safe because non-'Sendable' type 'BuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// The build configuration such as debug or release.
 12 | public struct BuildConfiguration: Encodable {
    |               `- note: consider making struct 'BuildConfiguration' conform to the 'Sendable' protocol
 13 |     private let config: String
 14 |
    :
 21 |
 22 |     /// The release build configuration.
 23 |     public static let release: BuildConfiguration = BuildConfiguration("release")
    |                       |- warning: static property 'release' is not concurrency-safe because non-'Sendable' type 'BuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'release' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 | }
 25 |
/host/spi-builder-workspace/Sources/PackageDescription/Package.swift:508:5: warning: var 'errors' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
506 | }
507 |
508 | var errors: [String] = []
    |     |- warning: var 'errors' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'errors' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'errors' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
509 | private var dumpInfo: (package: Package, fileNo: Int32)?
510 | private func dumpPackageAtExit(_ package: Package, fileNo: Int32) {
/host/spi-builder-workspace/Sources/PackageDescription/Package.swift:509:13: warning: var 'dumpInfo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
507 |
508 | var errors: [String] = []
509 | private var dumpInfo: (package: Package, fileNo: Int32)?
    |             |- warning: var 'dumpInfo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'dumpInfo' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'dumpInfo' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
510 | private func dumpPackageAtExit(_ package: Package, fileNo: Int32) {
511 |     func dump() {
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:23:23: warning: static property 'macOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
 11 | /// A platform that usually corresponds to an operating system such as
 12 | /// iOS, macOS, or Linux.
 13 | public struct Platform: Encodable {
    |               `- note: consider making struct 'Platform' conform to the 'Sendable' protocol
 14 |
 15 |     /// The name of the platform.
    :
 21 |
 22 |     /// The macOS platform.
 23 |     public static let macOS: Platform = Platform(name: "macos")
    |                       |- warning: static property 'macOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'macOS' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |
 25 |     /// The iOS platform.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:26:23: warning: static property 'iOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
 11 | /// A platform that usually corresponds to an operating system such as
 12 | /// iOS, macOS, or Linux.
 13 | public struct Platform: Encodable {
    |               `- note: consider making struct 'Platform' conform to the 'Sendable' protocol
 14 |
 15 |     /// The name of the platform.
    :
 24 |
 25 |     /// The iOS platform.
 26 |     public static let iOS: Platform = Platform(name: "ios")
    |                       |- warning: static property 'iOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'iOS' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |
 28 |     /// The tvOS platform.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:29:23: warning: static property 'tvOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
 11 | /// A platform that usually corresponds to an operating system such as
 12 | /// iOS, macOS, or Linux.
 13 | public struct Platform: Encodable {
    |               `- note: consider making struct 'Platform' conform to the 'Sendable' protocol
 14 |
 15 |     /// The name of the platform.
    :
 27 |
 28 |     /// The tvOS platform.
 29 |     public static let tvOS: Platform = Platform(name: "tvos")
    |                       |- warning: static property 'tvOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tvOS' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |
 31 |     /// The watchOS platform.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:32:23: warning: static property 'watchOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
 11 | /// A platform that usually corresponds to an operating system such as
 12 | /// iOS, macOS, or Linux.
 13 | public struct Platform: Encodable {
    |               `- note: consider making struct 'Platform' conform to the 'Sendable' protocol
 14 |
 15 |     /// The name of the platform.
    :
 30 |
 31 |     /// The watchOS platform.
 32 |     public static let watchOS: Platform = Platform(name: "watchos")
    |                       |- warning: static property 'watchOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'watchOS' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     /// The Linux platform.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:35:23: warning: static property 'linux' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
 11 | /// A platform that usually corresponds to an operating system such as
 12 | /// iOS, macOS, or Linux.
 13 | public struct Platform: Encodable {
    |               `- note: consider making struct 'Platform' conform to the 'Sendable' protocol
 14 |
 15 |     /// The name of the platform.
    :
 33 |
 34 |     /// The Linux platform.
 35 |     public static let linux: Platform = Platform(name: "linux")
    |                       |- warning: static property 'linux' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'linux' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 36 |
 37 |     /// The Windows platform
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:39:23: warning: static property 'windows' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
 11 | /// A platform that usually corresponds to an operating system such as
 12 | /// iOS, macOS, or Linux.
 13 | public struct Platform: Encodable {
    |               `- note: consider making struct 'Platform' conform to the 'Sendable' protocol
 14 |
 15 |     /// The name of the platform.
    :
 37 |     /// The Windows platform
 38 |     @available(_PackageDescription, introduced: 5.2)
 39 |     public static let windows: Platform = Platform(name: "windows")
    |                       |- warning: static property 'windows' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'windows' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |
 41 |     /// The Android platform
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:43:23: warning: static property 'android' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
 11 | /// A platform that usually corresponds to an operating system such as
 12 | /// iOS, macOS, or Linux.
 13 | public struct Platform: Encodable {
    |               `- note: consider making struct 'Platform' conform to the 'Sendable' protocol
 14 |
 15 |     /// The name of the platform.
    :
 41 |     /// The Android platform
 42 |     @available(_PackageDescription, introduced: 5.2)
 43 |     public static let android: Platform = Platform(name: "android")
    |                       |- warning: static property 'android' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'android' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 44 | }
 45 |
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:180:27: warning: static property 'v10_10' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
164 |
165 |     /// The supported macOS version.
166 |     public struct MacOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'MacOSVersion' conform to the 'Sendable' protocol
167 |         fileprivate static let name = "macOS"
168 |         fileprivate static let minimumMajorVersion = 10
    :
178 |         ///
179 |         /// - Since: First available in PackageDescription 5.0
180 |         public static let v10_10: MacOSVersion = .init(string: "10.10")
    |                           |- warning: static property 'v10_10' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10_10' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
181 |
182 |         /// The value that represents macOS 10.11.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:185:27: warning: static property 'v10_11' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
164 |
165 |     /// The supported macOS version.
166 |     public struct MacOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'MacOSVersion' conform to the 'Sendable' protocol
167 |         fileprivate static let name = "macOS"
168 |         fileprivate static let minimumMajorVersion = 10
    :
183 |         ///
184 |         /// - Since: First available in PackageDescription 5.0
185 |         public static let v10_11: MacOSVersion = .init(string: "10.11")
    |                           |- warning: static property 'v10_11' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10_11' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
186 |
187 |         /// The value that represents macOS 10.12.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:190:27: warning: static property 'v10_12' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
164 |
165 |     /// The supported macOS version.
166 |     public struct MacOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'MacOSVersion' conform to the 'Sendable' protocol
167 |         fileprivate static let name = "macOS"
168 |         fileprivate static let minimumMajorVersion = 10
    :
188 |         ///
189 |         /// - Since: First available in PackageDescription 5.0
190 |         public static let v10_12: MacOSVersion = .init(string: "10.12")
    |                           |- warning: static property 'v10_12' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10_12' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
191 |
192 |         /// The value that represents macOS 10.13.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:195:27: warning: static property 'v10_13' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
164 |
165 |     /// The supported macOS version.
166 |     public struct MacOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'MacOSVersion' conform to the 'Sendable' protocol
167 |         fileprivate static let name = "macOS"
168 |         fileprivate static let minimumMajorVersion = 10
    :
193 |         ///
194 |         /// - Since: First available in PackageDescription 5.0
195 |         public static let v10_13: MacOSVersion = .init(string: "10.13")
    |                           |- warning: static property 'v10_13' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10_13' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
196 |
197 |         /// The value that represents macOS 10.14.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:200:27: warning: static property 'v10_14' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
164 |
165 |     /// The supported macOS version.
166 |     public struct MacOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'MacOSVersion' conform to the 'Sendable' protocol
167 |         fileprivate static let name = "macOS"
168 |         fileprivate static let minimumMajorVersion = 10
    :
198 |         ///
199 |         /// - Since: First available in PackageDescription 5.0
200 |         public static let v10_14: MacOSVersion = .init(string: "10.14")
    |                           |- warning: static property 'v10_14' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10_14' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
201 |
202 |         /// The value that represents macOS 10.15.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:206:27: warning: static property 'v10_15' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
164 |
165 |     /// The supported macOS version.
166 |     public struct MacOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'MacOSVersion' conform to the 'Sendable' protocol
167 |         fileprivate static let name = "macOS"
168 |         fileprivate static let minimumMajorVersion = 10
    :
204 |         /// - Since: First available in PackageDescription 5.1
205 |         @available(_PackageDescription, introduced: 5.1)
206 |         public static let v10_15: MacOSVersion = .init(string: "10.15")
    |                           |- warning: static property 'v10_15' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10_15' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
207 |     }
208 |
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:224:27: warning: static property 'v9' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
208 |
209 |     /// The supported tvOS version.
210 |     public struct TVOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'TVOSVersion' conform to the 'Sendable' protocol
211 |         fileprivate static let name = "tvOS"
212 |         fileprivate static let minimumMajorVersion = 9
    :
222 |         ///
223 |         /// - Since: First available in PackageDescription 5.0
224 |         public static let v9: TVOSVersion = .init(string: "9.0")
    |                           |- warning: static property 'v9' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v9' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
225 |
226 |         /// The value that represents tvOS 10.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:229:27: warning: static property 'v10' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
208 |
209 |     /// The supported tvOS version.
210 |     public struct TVOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'TVOSVersion' conform to the 'Sendable' protocol
211 |         fileprivate static let name = "tvOS"
212 |         fileprivate static let minimumMajorVersion = 9
    :
227 |         ///
228 |         /// - Since: First available in PackageDescription 5.0
229 |         public static let v10: TVOSVersion = .init(string: "10.0")
    |                           |- warning: static property 'v10' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
230 |
231 |         /// The value that represents tvOS 11.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:234:27: warning: static property 'v11' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
208 |
209 |     /// The supported tvOS version.
210 |     public struct TVOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'TVOSVersion' conform to the 'Sendable' protocol
211 |         fileprivate static let name = "tvOS"
212 |         fileprivate static let minimumMajorVersion = 9
    :
232 |         ///
233 |         /// - Since: First available in PackageDescription 5.0
234 |         public static let v11: TVOSVersion = .init(string: "11.0")
    |                           |- warning: static property 'v11' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v11' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
235 |
236 |         /// The value that represents tvOS 12.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:239:27: warning: static property 'v12' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
208 |
209 |     /// The supported tvOS version.
210 |     public struct TVOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'TVOSVersion' conform to the 'Sendable' protocol
211 |         fileprivate static let name = "tvOS"
212 |         fileprivate static let minimumMajorVersion = 9
    :
237 |         ///
238 |         /// - Since: First available in PackageDescription 5.0
239 |         public static let v12: TVOSVersion = .init(string: "12.0")
    |                           |- warning: static property 'v12' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v12' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
240 |
241 |         /// The value that represents tvOS 13.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:245:27: warning: static property 'v13' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
208 |
209 |     /// The supported tvOS version.
210 |     public struct TVOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'TVOSVersion' conform to the 'Sendable' protocol
211 |         fileprivate static let name = "tvOS"
212 |         fileprivate static let minimumMajorVersion = 9
    :
243 |         /// - Since: First available in PackageDescription 5.1
244 |         @available(_PackageDescription, introduced: 5.1)
245 |         public static let v13: TVOSVersion = .init(string: "13.0")
    |                           |- warning: static property 'v13' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v13' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
246 |     }
247 |
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:263:27: warning: static property 'v8' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
247 |
248 |     /// The supported iOS version.
249 |     public struct IOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'IOSVersion' conform to the 'Sendable' protocol
250 |         fileprivate static let name = "iOS"
251 |         fileprivate static let minimumMajorVersion = 2
    :
261 |         ///
262 |         /// - Since: First available in PackageDescription 5.0
263 |         public static let v8: IOSVersion = .init(string: "8.0")
    |                           |- warning: static property 'v8' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v8' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
264 |
265 |         /// The value that represents iOS 9.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:268:27: warning: static property 'v9' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
247 |
248 |     /// The supported iOS version.
249 |     public struct IOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'IOSVersion' conform to the 'Sendable' protocol
250 |         fileprivate static let name = "iOS"
251 |         fileprivate static let minimumMajorVersion = 2
    :
266 |         ///
267 |         /// - Since: First available in PackageDescription 5.0
268 |         public static let v9: IOSVersion = .init(string: "9.0")
    |                           |- warning: static property 'v9' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v9' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
269 |
270 |         /// The value that represents iOS 10.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:273:27: warning: static property 'v10' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
247 |
248 |     /// The supported iOS version.
249 |     public struct IOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'IOSVersion' conform to the 'Sendable' protocol
250 |         fileprivate static let name = "iOS"
251 |         fileprivate static let minimumMajorVersion = 2
    :
271 |         ///
272 |         /// - Since: First available in PackageDescription 5.0
273 |         public static let v10: IOSVersion = .init(string: "10.0")
    |                           |- warning: static property 'v10' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
274 |
275 |         /// The value that represents iOS 11.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:278:27: warning: static property 'v11' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
247 |
248 |     /// The supported iOS version.
249 |     public struct IOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'IOSVersion' conform to the 'Sendable' protocol
250 |         fileprivate static let name = "iOS"
251 |         fileprivate static let minimumMajorVersion = 2
    :
276 |         ///
277 |         /// - Since: First available in PackageDescription 5.0
278 |         public static let v11: IOSVersion = .init(string: "11.0")
    |                           |- warning: static property 'v11' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v11' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
279 |
280 |         /// The value that represents iOS 12.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:283:27: warning: static property 'v12' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
247 |
248 |     /// The supported iOS version.
249 |     public struct IOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'IOSVersion' conform to the 'Sendable' protocol
250 |         fileprivate static let name = "iOS"
251 |         fileprivate static let minimumMajorVersion = 2
    :
281 |         ///
282 |         /// - Since: First available in PackageDescription 5.0
283 |         public static let v12: IOSVersion = .init(string: "12.0")
    |                           |- warning: static property 'v12' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v12' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
284 |
285 |         /// The value that represents iOS 13.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:289:27: warning: static property 'v13' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
247 |
248 |     /// The supported iOS version.
249 |     public struct IOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'IOSVersion' conform to the 'Sendable' protocol
250 |         fileprivate static let name = "iOS"
251 |         fileprivate static let minimumMajorVersion = 2
    :
287 |         /// - Since: First available in PackageDescription 5.1
288 |         @available(_PackageDescription, introduced: 5.1)
289 |         public static let v13: IOSVersion = .init(string: "13.0")
    |                           |- warning: static property 'v13' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v13' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
290 |     }
291 |
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:307:27: warning: static property 'v2' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
291 |
292 |     /// The supported watchOS version.
293 |     public struct WatchOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'WatchOSVersion' conform to the 'Sendable' protocol
294 |         fileprivate static let name = "watchOS"
295 |         fileprivate static let minimumMajorVersion = 2
    :
305 |         ///
306 |         /// - Since: First available in PackageDescription 5.0
307 |         public static let v2: WatchOSVersion = .init(string: "2.0")
    |                           |- warning: static property 'v2' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v2' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
308 |
309 |         /// The value that represents watchOS 3.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:312:27: warning: static property 'v3' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
291 |
292 |     /// The supported watchOS version.
293 |     public struct WatchOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'WatchOSVersion' conform to the 'Sendable' protocol
294 |         fileprivate static let name = "watchOS"
295 |         fileprivate static let minimumMajorVersion = 2
    :
310 |         ///
311 |         /// - Since: First available in PackageDescription 5.0
312 |         public static let v3: WatchOSVersion = .init(string: "3.0")
    |                           |- warning: static property 'v3' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v3' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
313 |
314 |         /// The value that represents watchOS 4.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:317:27: warning: static property 'v4' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
291 |
292 |     /// The supported watchOS version.
293 |     public struct WatchOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'WatchOSVersion' conform to the 'Sendable' protocol
294 |         fileprivate static let name = "watchOS"
295 |         fileprivate static let minimumMajorVersion = 2
    :
315 |         ///
316 |         /// - Since: First available in PackageDescription 5.0
317 |         public static let v4: WatchOSVersion = .init(string: "4.0")
    |                           |- warning: static property 'v4' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v4' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
318 |
319 |         /// The value that represents watchOS 5.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:322:27: warning: static property 'v5' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
291 |
292 |     /// The supported watchOS version.
293 |     public struct WatchOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'WatchOSVersion' conform to the 'Sendable' protocol
294 |         fileprivate static let name = "watchOS"
295 |         fileprivate static let minimumMajorVersion = 2
    :
320 |         ///
321 |         /// - Since: First available in PackageDescription 5.0
322 |         public static let v5: WatchOSVersion = .init(string: "5.0")
    |                           |- warning: static property 'v5' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v5' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
323 |
324 |         /// The value that represents watchOS 6.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:328:27: warning: static property 'v6' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
291 |
292 |     /// The supported watchOS version.
293 |     public struct WatchOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'WatchOSVersion' conform to the 'Sendable' protocol
294 |         fileprivate static let name = "watchOS"
295 |         fileprivate static let minimumMajorVersion = 2
    :
326 |         /// - Since: First available in PackageDescription 5.1
327 |         @available(_PackageDescription, introduced: 5.1)
328 |         public static let v6: WatchOSVersion = .init(string: "6.0")
    |                           |- warning: static property 'v6' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v6' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
329 |     }
330 | }
[120/205] Compiling PackageDescription Target.swift
[121/205] Compiling llbuildSwift Internals.swift
[122/205] Compiling llbuildSwift BuildKey.swift
[123/205] Compiling TSCBasic Await.swift
[124/205] Compiling TSCBasic ByteString.swift
[125/205] Emitting module TSCBasic
[126/209] Compiling PackageDescription Resource.swift
[127/210] Compiling PackageDescription SupportedPlatforms.swift
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:23:23: warning: static property 'macOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
 11 | /// A platform that usually corresponds to an operating system such as
 12 | /// iOS, macOS, or Linux.
 13 | public struct Platform: Encodable {
    |               `- note: consider making struct 'Platform' conform to the 'Sendable' protocol
 14 |
 15 |     /// The name of the platform.
    :
 21 |
 22 |     /// The macOS platform.
 23 |     public static let macOS: Platform = Platform(name: "macos")
    |                       |- warning: static property 'macOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'macOS' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |
 25 |     /// The iOS platform.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:26:23: warning: static property 'iOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
 11 | /// A platform that usually corresponds to an operating system such as
 12 | /// iOS, macOS, or Linux.
 13 | public struct Platform: Encodable {
    |               `- note: consider making struct 'Platform' conform to the 'Sendable' protocol
 14 |
 15 |     /// The name of the platform.
    :
 24 |
 25 |     /// The iOS platform.
 26 |     public static let iOS: Platform = Platform(name: "ios")
    |                       |- warning: static property 'iOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'iOS' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 27 |
 28 |     /// The tvOS platform.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:29:23: warning: static property 'tvOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
 11 | /// A platform that usually corresponds to an operating system such as
 12 | /// iOS, macOS, or Linux.
 13 | public struct Platform: Encodable {
    |               `- note: consider making struct 'Platform' conform to the 'Sendable' protocol
 14 |
 15 |     /// The name of the platform.
    :
 27 |
 28 |     /// The tvOS platform.
 29 |     public static let tvOS: Platform = Platform(name: "tvos")
    |                       |- warning: static property 'tvOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'tvOS' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 30 |
 31 |     /// The watchOS platform.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:32:23: warning: static property 'watchOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
 11 | /// A platform that usually corresponds to an operating system such as
 12 | /// iOS, macOS, or Linux.
 13 | public struct Platform: Encodable {
    |               `- note: consider making struct 'Platform' conform to the 'Sendable' protocol
 14 |
 15 |     /// The name of the platform.
    :
 30 |
 31 |     /// The watchOS platform.
 32 |     public static let watchOS: Platform = Platform(name: "watchos")
    |                       |- warning: static property 'watchOS' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'watchOS' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     /// The Linux platform.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:35:23: warning: static property 'linux' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
 11 | /// A platform that usually corresponds to an operating system such as
 12 | /// iOS, macOS, or Linux.
 13 | public struct Platform: Encodable {
    |               `- note: consider making struct 'Platform' conform to the 'Sendable' protocol
 14 |
 15 |     /// The name of the platform.
    :
 33 |
 34 |     /// The Linux platform.
 35 |     public static let linux: Platform = Platform(name: "linux")
    |                       |- warning: static property 'linux' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'linux' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 36 |
 37 |     /// The Windows platform
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:39:23: warning: static property 'windows' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
 11 | /// A platform that usually corresponds to an operating system such as
 12 | /// iOS, macOS, or Linux.
 13 | public struct Platform: Encodable {
    |               `- note: consider making struct 'Platform' conform to the 'Sendable' protocol
 14 |
 15 |     /// The name of the platform.
    :
 37 |     /// The Windows platform
 38 |     @available(_PackageDescription, introduced: 5.2)
 39 |     public static let windows: Platform = Platform(name: "windows")
    |                       |- warning: static property 'windows' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'windows' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 40 |
 41 |     /// The Android platform
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:43:23: warning: static property 'android' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
 11 | /// A platform that usually corresponds to an operating system such as
 12 | /// iOS, macOS, or Linux.
 13 | public struct Platform: Encodable {
    |               `- note: consider making struct 'Platform' conform to the 'Sendable' protocol
 14 |
 15 |     /// The name of the platform.
    :
 41 |     /// The Android platform
 42 |     @available(_PackageDescription, introduced: 5.2)
 43 |     public static let android: Platform = Platform(name: "android")
    |                       |- warning: static property 'android' is not concurrency-safe because non-'Sendable' type 'Platform' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'android' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 44 | }
 45 |
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:180:27: warning: static property 'v10_10' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
164 |
165 |     /// The supported macOS version.
166 |     public struct MacOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'MacOSVersion' conform to the 'Sendable' protocol
167 |         fileprivate static let name = "macOS"
168 |         fileprivate static let minimumMajorVersion = 10
    :
178 |         ///
179 |         /// - Since: First available in PackageDescription 5.0
180 |         public static let v10_10: MacOSVersion = .init(string: "10.10")
    |                           |- warning: static property 'v10_10' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10_10' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
181 |
182 |         /// The value that represents macOS 10.11.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:185:27: warning: static property 'v10_11' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
164 |
165 |     /// The supported macOS version.
166 |     public struct MacOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'MacOSVersion' conform to the 'Sendable' protocol
167 |         fileprivate static let name = "macOS"
168 |         fileprivate static let minimumMajorVersion = 10
    :
183 |         ///
184 |         /// - Since: First available in PackageDescription 5.0
185 |         public static let v10_11: MacOSVersion = .init(string: "10.11")
    |                           |- warning: static property 'v10_11' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10_11' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
186 |
187 |         /// The value that represents macOS 10.12.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:190:27: warning: static property 'v10_12' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
164 |
165 |     /// The supported macOS version.
166 |     public struct MacOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'MacOSVersion' conform to the 'Sendable' protocol
167 |         fileprivate static let name = "macOS"
168 |         fileprivate static let minimumMajorVersion = 10
    :
188 |         ///
189 |         /// - Since: First available in PackageDescription 5.0
190 |         public static let v10_12: MacOSVersion = .init(string: "10.12")
    |                           |- warning: static property 'v10_12' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10_12' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
191 |
192 |         /// The value that represents macOS 10.13.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:195:27: warning: static property 'v10_13' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
164 |
165 |     /// The supported macOS version.
166 |     public struct MacOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'MacOSVersion' conform to the 'Sendable' protocol
167 |         fileprivate static let name = "macOS"
168 |         fileprivate static let minimumMajorVersion = 10
    :
193 |         ///
194 |         /// - Since: First available in PackageDescription 5.0
195 |         public static let v10_13: MacOSVersion = .init(string: "10.13")
    |                           |- warning: static property 'v10_13' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10_13' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
196 |
197 |         /// The value that represents macOS 10.14.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:200:27: warning: static property 'v10_14' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
164 |
165 |     /// The supported macOS version.
166 |     public struct MacOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'MacOSVersion' conform to the 'Sendable' protocol
167 |         fileprivate static let name = "macOS"
168 |         fileprivate static let minimumMajorVersion = 10
    :
198 |         ///
199 |         /// - Since: First available in PackageDescription 5.0
200 |         public static let v10_14: MacOSVersion = .init(string: "10.14")
    |                           |- warning: static property 'v10_14' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10_14' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
201 |
202 |         /// The value that represents macOS 10.15.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:206:27: warning: static property 'v10_15' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
164 |
165 |     /// The supported macOS version.
166 |     public struct MacOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'MacOSVersion' conform to the 'Sendable' protocol
167 |         fileprivate static let name = "macOS"
168 |         fileprivate static let minimumMajorVersion = 10
    :
204 |         /// - Since: First available in PackageDescription 5.1
205 |         @available(_PackageDescription, introduced: 5.1)
206 |         public static let v10_15: MacOSVersion = .init(string: "10.15")
    |                           |- warning: static property 'v10_15' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.MacOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10_15' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
207 |     }
208 |
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:224:27: warning: static property 'v9' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
208 |
209 |     /// The supported tvOS version.
210 |     public struct TVOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'TVOSVersion' conform to the 'Sendable' protocol
211 |         fileprivate static let name = "tvOS"
212 |         fileprivate static let minimumMajorVersion = 9
    :
222 |         ///
223 |         /// - Since: First available in PackageDescription 5.0
224 |         public static let v9: TVOSVersion = .init(string: "9.0")
    |                           |- warning: static property 'v9' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v9' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
225 |
226 |         /// The value that represents tvOS 10.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:229:27: warning: static property 'v10' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
208 |
209 |     /// The supported tvOS version.
210 |     public struct TVOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'TVOSVersion' conform to the 'Sendable' protocol
211 |         fileprivate static let name = "tvOS"
212 |         fileprivate static let minimumMajorVersion = 9
    :
227 |         ///
228 |         /// - Since: First available in PackageDescription 5.0
229 |         public static let v10: TVOSVersion = .init(string: "10.0")
    |                           |- warning: static property 'v10' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
230 |
231 |         /// The value that represents tvOS 11.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:234:27: warning: static property 'v11' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
208 |
209 |     /// The supported tvOS version.
210 |     public struct TVOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'TVOSVersion' conform to the 'Sendable' protocol
211 |         fileprivate static let name = "tvOS"
212 |         fileprivate static let minimumMajorVersion = 9
    :
232 |         ///
233 |         /// - Since: First available in PackageDescription 5.0
234 |         public static let v11: TVOSVersion = .init(string: "11.0")
    |                           |- warning: static property 'v11' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v11' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
235 |
236 |         /// The value that represents tvOS 12.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:239:27: warning: static property 'v12' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
208 |
209 |     /// The supported tvOS version.
210 |     public struct TVOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'TVOSVersion' conform to the 'Sendable' protocol
211 |         fileprivate static let name = "tvOS"
212 |         fileprivate static let minimumMajorVersion = 9
    :
237 |         ///
238 |         /// - Since: First available in PackageDescription 5.0
239 |         public static let v12: TVOSVersion = .init(string: "12.0")
    |                           |- warning: static property 'v12' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v12' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
240 |
241 |         /// The value that represents tvOS 13.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:245:27: warning: static property 'v13' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
208 |
209 |     /// The supported tvOS version.
210 |     public struct TVOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'TVOSVersion' conform to the 'Sendable' protocol
211 |         fileprivate static let name = "tvOS"
212 |         fileprivate static let minimumMajorVersion = 9
    :
243 |         /// - Since: First available in PackageDescription 5.1
244 |         @available(_PackageDescription, introduced: 5.1)
245 |         public static let v13: TVOSVersion = .init(string: "13.0")
    |                           |- warning: static property 'v13' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.TVOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v13' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
246 |     }
247 |
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:263:27: warning: static property 'v8' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
247 |
248 |     /// The supported iOS version.
249 |     public struct IOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'IOSVersion' conform to the 'Sendable' protocol
250 |         fileprivate static let name = "iOS"
251 |         fileprivate static let minimumMajorVersion = 2
    :
261 |         ///
262 |         /// - Since: First available in PackageDescription 5.0
263 |         public static let v8: IOSVersion = .init(string: "8.0")
    |                           |- warning: static property 'v8' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v8' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
264 |
265 |         /// The value that represents iOS 9.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:268:27: warning: static property 'v9' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
247 |
248 |     /// The supported iOS version.
249 |     public struct IOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'IOSVersion' conform to the 'Sendable' protocol
250 |         fileprivate static let name = "iOS"
251 |         fileprivate static let minimumMajorVersion = 2
    :
266 |         ///
267 |         /// - Since: First available in PackageDescription 5.0
268 |         public static let v9: IOSVersion = .init(string: "9.0")
    |                           |- warning: static property 'v9' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v9' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
269 |
270 |         /// The value that represents iOS 10.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:273:27: warning: static property 'v10' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
247 |
248 |     /// The supported iOS version.
249 |     public struct IOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'IOSVersion' conform to the 'Sendable' protocol
250 |         fileprivate static let name = "iOS"
251 |         fileprivate static let minimumMajorVersion = 2
    :
271 |         ///
272 |         /// - Since: First available in PackageDescription 5.0
273 |         public static let v10: IOSVersion = .init(string: "10.0")
    |                           |- warning: static property 'v10' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v10' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
274 |
275 |         /// The value that represents iOS 11.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:278:27: warning: static property 'v11' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
247 |
248 |     /// The supported iOS version.
249 |     public struct IOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'IOSVersion' conform to the 'Sendable' protocol
250 |         fileprivate static let name = "iOS"
251 |         fileprivate static let minimumMajorVersion = 2
    :
276 |         ///
277 |         /// - Since: First available in PackageDescription 5.0
278 |         public static let v11: IOSVersion = .init(string: "11.0")
    |                           |- warning: static property 'v11' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v11' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
279 |
280 |         /// The value that represents iOS 12.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:283:27: warning: static property 'v12' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
247 |
248 |     /// The supported iOS version.
249 |     public struct IOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'IOSVersion' conform to the 'Sendable' protocol
250 |         fileprivate static let name = "iOS"
251 |         fileprivate static let minimumMajorVersion = 2
    :
281 |         ///
282 |         /// - Since: First available in PackageDescription 5.0
283 |         public static let v12: IOSVersion = .init(string: "12.0")
    |                           |- warning: static property 'v12' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v12' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
284 |
285 |         /// The value that represents iOS 13.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:289:27: warning: static property 'v13' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
247 |
248 |     /// The supported iOS version.
249 |     public struct IOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'IOSVersion' conform to the 'Sendable' protocol
250 |         fileprivate static let name = "iOS"
251 |         fileprivate static let minimumMajorVersion = 2
    :
287 |         /// - Since: First available in PackageDescription 5.1
288 |         @available(_PackageDescription, introduced: 5.1)
289 |         public static let v13: IOSVersion = .init(string: "13.0")
    |                           |- warning: static property 'v13' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.IOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v13' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
290 |     }
291 |
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:307:27: warning: static property 'v2' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
291 |
292 |     /// The supported watchOS version.
293 |     public struct WatchOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'WatchOSVersion' conform to the 'Sendable' protocol
294 |         fileprivate static let name = "watchOS"
295 |         fileprivate static let minimumMajorVersion = 2
    :
305 |         ///
306 |         /// - Since: First available in PackageDescription 5.0
307 |         public static let v2: WatchOSVersion = .init(string: "2.0")
    |                           |- warning: static property 'v2' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v2' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
308 |
309 |         /// The value that represents watchOS 3.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:312:27: warning: static property 'v3' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
291 |
292 |     /// The supported watchOS version.
293 |     public struct WatchOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'WatchOSVersion' conform to the 'Sendable' protocol
294 |         fileprivate static let name = "watchOS"
295 |         fileprivate static let minimumMajorVersion = 2
    :
310 |         ///
311 |         /// - Since: First available in PackageDescription 5.0
312 |         public static let v3: WatchOSVersion = .init(string: "3.0")
    |                           |- warning: static property 'v3' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v3' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
313 |
314 |         /// The value that represents watchOS 4.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:317:27: warning: static property 'v4' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
291 |
292 |     /// The supported watchOS version.
293 |     public struct WatchOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'WatchOSVersion' conform to the 'Sendable' protocol
294 |         fileprivate static let name = "watchOS"
295 |         fileprivate static let minimumMajorVersion = 2
    :
315 |         ///
316 |         /// - Since: First available in PackageDescription 5.0
317 |         public static let v4: WatchOSVersion = .init(string: "4.0")
    |                           |- warning: static property 'v4' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v4' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
318 |
319 |         /// The value that represents watchOS 5.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:322:27: warning: static property 'v5' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
291 |
292 |     /// The supported watchOS version.
293 |     public struct WatchOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'WatchOSVersion' conform to the 'Sendable' protocol
294 |         fileprivate static let name = "watchOS"
295 |         fileprivate static let minimumMajorVersion = 2
    :
320 |         ///
321 |         /// - Since: First available in PackageDescription 5.0
322 |         public static let v5: WatchOSVersion = .init(string: "5.0")
    |                           |- warning: static property 'v5' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v5' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
323 |
324 |         /// The value that represents watchOS 6.0.
/host/spi-builder-workspace/Sources/PackageDescription/SupportedPlatforms.swift:328:27: warning: static property 'v6' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
291 |
292 |     /// The supported watchOS version.
293 |     public struct WatchOSVersion: Encodable, AppleOSVersion {
    |                   `- note: consider making struct 'WatchOSVersion' conform to the 'Sendable' protocol
294 |         fileprivate static let name = "watchOS"
295 |         fileprivate static let minimumMajorVersion = 2
    :
326 |         /// - Since: First available in PackageDescription 5.1
327 |         @available(_PackageDescription, introduced: 5.1)
328 |         public static let v6: WatchOSVersion = .init(string: "6.0")
    |                           |- warning: static property 'v6' is not concurrency-safe because non-'Sendable' type 'SupportedPlatform.WatchOSVersion' may have shared mutable state; this is an error in the Swift 6 language mode
    |                           |- note: add '@MainActor' to make static property 'v6' part of global actor 'MainActor'
    |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
329 |     }
330 | }
[128/210] Compiling PackageDescription Version.swift
[129/210] Compiling TSCBasic Result.swift
[130/210] Compiling TSCBasic SHA256.swift
[131/210] Compiling TSCBasic SortedArray.swift
[132/210] Compiling TSCBasic StringConversions.swift
[133/210] Compiling TSCBasic SynchronizedQueue.swift
[134/210] Compiling llbuildSwift BuildValue.swift
[135/210] Compiling llbuildSwift CoreBindings.swift
[136/210] Compiling TSCBasic CodableResult.swift
/host/spi-builder-workspace/Sources/PackageDescription/BuildSettings.swift:20:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'BuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// The build configuration such as debug or release.
 12 | public struct BuildConfiguration: Encodable {
    |               `- note: consider making struct 'BuildConfiguration' conform to the 'Sendable' protocol
 13 |     private let config: String
 14 |
    :
 18 |
 19 |     /// The debug build configuration.
 20 |     public static let debug: BuildConfiguration = BuildConfiguration("debug")
    |                       |- warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'BuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'debug' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     /// The release build configuration.
/host/spi-builder-workspace/Sources/PackageDescription/BuildSettings.swift:23:23: warning: static property 'release' is not concurrency-safe because non-'Sendable' type 'BuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// The build configuration such as debug or release.
 12 | public struct BuildConfiguration: Encodable {
    |               `- note: consider making struct 'BuildConfiguration' conform to the 'Sendable' protocol
 13 |     private let config: String
 14 |
    :
 21 |
 22 |     /// The release build configuration.
 23 |     public static let release: BuildConfiguration = BuildConfiguration("release")
    |                       |- warning: static property 'release' is not concurrency-safe because non-'Sendable' type 'BuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'release' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 | }
 25 |
[137/210] Compiling TSCBasic CollectionAlgorithms.swift
/host/spi-builder-workspace/Sources/PackageDescription/BuildSettings.swift:20:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'BuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// The build configuration such as debug or release.
 12 | public struct BuildConfiguration: Encodable {
    |               `- note: consider making struct 'BuildConfiguration' conform to the 'Sendable' protocol
 13 |     private let config: String
 14 |
    :
 18 |
 19 |     /// The debug build configuration.
 20 |     public static let debug: BuildConfiguration = BuildConfiguration("debug")
    |                       |- warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'BuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'debug' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 21 |
 22 |     /// The release build configuration.
/host/spi-builder-workspace/Sources/PackageDescription/BuildSettings.swift:23:23: warning: static property 'release' is not concurrency-safe because non-'Sendable' type 'BuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
 10 |
 11 | /// The build configuration such as debug or release.
 12 | public struct BuildConfiguration: Encodable {
    |               `- note: consider making struct 'BuildConfiguration' conform to the 'Sendable' protocol
 13 |     private let config: String
 14 |
    :
 21 |
 22 |     /// The release build configuration.
 23 |     public static let release: BuildConfiguration = BuildConfiguration("release")
    |                       |- warning: static property 'release' is not concurrency-safe because non-'Sendable' type 'BuildConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'release' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 | }
 25 |
[138/210] Compiling TSCBasic CStringArray.swift
/host/spi-builder-workspace/Sources/PackageDescription/Package.swift:508:5: warning: var 'errors' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
506 | }
507 |
508 | var errors: [String] = []
    |     |- warning: var 'errors' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'errors' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'errors' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
509 | private var dumpInfo: (package: Package, fileNo: Int32)?
510 | private func dumpPackageAtExit(_ package: Package, fileNo: Int32) {
/host/spi-builder-workspace/Sources/PackageDescription/Package.swift:509:13: warning: var 'dumpInfo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
507 |
508 | var errors: [String] = []
509 | private var dumpInfo: (package: Package, fileNo: Int32)?
    |             |- warning: var 'dumpInfo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'dumpInfo' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'dumpInfo' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
510 | private func dumpPackageAtExit(_ package: Package, fileNo: Int32) {
511 |     func dump() {
[139/210] Compiling TSCBasic CacheableSequence.swift
/host/spi-builder-workspace/Sources/PackageDescription/Package.swift:508:5: warning: var 'errors' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
506 | }
507 |
508 | var errors: [String] = []
    |     |- warning: var 'errors' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'errors' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'errors' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
509 | private var dumpInfo: (package: Package, fileNo: Int32)?
510 | private func dumpPackageAtExit(_ package: Package, fileNo: Int32) {
/host/spi-builder-workspace/Sources/PackageDescription/Package.swift:509:13: warning: var 'dumpInfo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
507 |
508 | var errors: [String] = []
509 | private var dumpInfo: (package: Package, fileNo: Int32)?
    |             |- warning: var 'dumpInfo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert 'dumpInfo' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var 'dumpInfo' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
510 | private func dumpPackageAtExit(_ package: Package, fileNo: Int32) {
511 |     func dump() {
[140/210] Compiling TSCBasic TemporaryFile.swift
[141/210] Compiling TSCBasic TerminalController.swift
[142/210] Compiling TSCBasic Thread.swift
[143/210] Compiling TSCBasic Tuple.swift
[144/210] Compiling TSCBasic misc.swift
[145/210] Compiling llbuildSwift BuildDBBindings.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'get'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).get()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'get'
19 | }
20 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'get'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).get()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'get'
19 | }
20 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'get'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).get()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'get'
19 | }
20 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'get'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).get()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'get'
19 | }
20 |
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'get'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).get()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'get'
19 | }
20 |
[151/210] Emitting module llbuildSwift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCBasic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'get'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 |     return try await(body).get()
   |                            `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'get'
19 | }
20 |
[153/210] Compiling PackageDescription Version+StringLiteralConvertible.swift
[154/211] Compiling TSCBasic ObjectIdentifierProtocol.swift
[155/211] Compiling TSCBasic OrderedDictionary.swift
[156/211] Compiling TSCBasic OrderedSet.swift
[157/211] Compiling TSCBasic OutputByteStream.swift
[158/211] Compiling TSCBasic Path.swift
[159/211] Compiling TSCBasic JSONMapper.swift
[160/211] Compiling TSCBasic KeyedPair.swift
[161/211] Compiling TSCBasic LazyCache.swift
[162/211] Compiling TSCBasic Lock.swift
[163/211] Compiling TSCBasic OSLog.swift
[164/211] Compiling TSCBasic PathShims.swift
[165/211] Compiling TSCBasic Process.swift
[166/211] Compiling TSCBasic ProcessEnv.swift
[167/211] Compiling TSCBasic ProcessSet.swift
[168/211] Compiling TSCBasic RegEx.swift
[169/211] Compiling llbuildSwift BuildSystemBindings.swift
[170/212] Compiling TSCBasic CollectionExtensions.swift
[171/212] Compiling TSCBasic Condition.swift
[172/212] Compiling TSCBasic DeltaAlgorithm.swift
[173/212] Compiling TSCBasic DiagnosticsEngine.swift
[174/212] Compiling TSCBasic DictionaryExtensions.swift
[175/212] Compiling TSCBasic DictionaryLiteralExtensions.swift
[176/212] Compiling TSCBasic EditDistance.swift
[177/212] Compiling TSCBasic FileInfo.swift
[178/212] Compiling TSCBasic FileSystem.swift
[179/212] Compiling TSCBasic GraphAlgorithms.swift
[180/212] Compiling TSCBasic JSON.swift
[181/212] Wrapping AST for PackageDescription for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'swift-llbuild': ignoring broken symlink /host/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm
error: 'swift-llbuild': Error Domain=NSCocoaErrorDomain Code=256 "(null)"UserInfo={NSURL=file:///host/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Config, NSFilePath=/host/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Config, NSUnderlyingError=Error Domain=NSPOSIXErrorDomain Code=40 "Too many levels of symbolic links", NSUserStringVariant=["Folder"]}
error: ExitCode(rawValue: 1)
[0/1] Planning build
BUILD FAILURE 6.1 linux