The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
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
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/132] Write sources
[5/132] Write swift-test-entitlement.plist
[5/132] Write swift-run-entitlement.plist
[8/132] Write swift-package-entitlement.plist
[9/132] Write swift-build-entitlement.plist
[9/132] Write swiftpm-xctest-helper-entitlement.plist
[11/132] Write swift-version-2F0A5646E1D333AE.txt
[12/132] Compiling llvmSupport UnicodeCaseFold.cpp
[13/132] Compiling llvmSupport Valgrind.cpp
[14/134] Compiling llvmSupport circular_raw_ostream.cpp
[15/134] Compiling llvmSupport Twine.cpp
[15/134] Compiling llvmSupport StringSaver.cpp
[15/134] Compiling llvmSupport Threading.cpp
[18/134] Compiling llvmSupport Unicode.cpp
[19/134] Compiling llvmSupport Triple.cpp
[20/134] Compiling llvmSupport TargetParser.cpp
[21/134] Compiling llvmSupport raw_ostream.cpp
[22/134] Compiling llvmSupport SmallVector.cpp
[23/134] Compiling llvmSupport YAMLParser.cpp
[24/134] Compiling llvmSupport StringExtras.cpp
[25/134] Compiling llvmSupport StringMap.cpp
[26/134] Compiling llvmSupport SmallPtrSet.cpp
[27/134] Compiling llvmSupport StringRef.cpp
[28/134] Compiling llvmSupport Program.cpp
[29/134] Compiling llvmSupport Signals.cpp
[30/134] Compiling llvmSupport SourceMgr.cpp
[31/134] Compiling llvmSupport Mutex.cpp
[32/134] Compiling llvmSupport Options.cpp
[33/134] Compiling llvmSupport NativeFormatting.cpp
[34/134] Compiling llvmSupport Process.cpp
[35/134] Compiling llvmSupport MathExtras.cpp
[36/134] Compiling llvmSupport Path.cpp
[37/134] Compiling llvmSupport MemoryBuffer.cpp
[38/134] Compiling llvmSupport ManagedStatic.cpp
[39/134] Compiling llvmSupport Memory.cpp
[40/134] Compiling llvmSupport MD5.cpp
[41/134] Compiling llvmSupport Locale.cpp
[42/134] Compiling llvmSupport Hashing.cpp
[43/134] Compiling llvmSupport FormatVariadic.cpp
[44/134] Compiling llvmSupport FoldingSet.cpp
[45/134] Compiling llvmSupport Host.cpp
[46/134] Compiling llvmSupport Errno.cpp
[47/134] Compiling llvmSupport FileUtilities.cpp
[48/134] Compiling llvmSupport ErrorHandling.cpp
[49/134] Compiling llvmSupport Error.cpp
[50/134] Compiling llvmSupport DJB.cpp
[51/134] Compiling llvmSupport Atomic.cpp
[52/134] Compiling llvmSupport Debug.cpp
[53/134] Compiling llvmSupport ConvertUTF.cpp
[54/134] Compiling llvmSupport ConvertUTFWrapper.cpp
[55/134] Compiling llvmDemangle MicrosoftDemangle.cpp
[56/134] Compiling llvmSupport Allocator.cpp
[57/134] Compiling llvmSupport Chrono.cpp
[58/134] Compiling llvmSupport APSInt.cpp
[59/134] Compiling llvmSupport APInt.cpp
[60/134] Compiling llvmDemangle ItaniumDemangle.cpp
[61/134] Compiling llvmSupport APFloat.cpp
[62/134] Compiling llbuildCore MakefileDepsParser.cpp
[63/134] Compiling llbuildCore DependencyInfoParser.cpp
[64/134] Compiling llvmSupport CommandLine.cpp
[65/134] Compiling llbuildCore SQLiteBuildDB.cpp
[66/134] Compiling llbuildCore BuildEngineTrace.cpp
[67/134] Compiling llbuildCore BuildDB.cpp
[68/134] Compiling llbuildBuildSystem BuildValue.cpp
[69/134] Compiling llbuildBuildSystem ExternalCommand.cpp
[70/134] Compiling llbuildBuildSystem ShellCommand.cpp
[71/134] Compiling llbuildBuildSystem BuildSystemExtensionManager.cpp
[72/134] Compiling llbuildBuildSystem BuildNode.cpp
[73/134] Compiling llbuildCore BuildEngine.cpp
[74/134] Compiling llbuildBuildSystem BuildKey.cpp
[75/134] Compiling llbuildBuildSystem BuildSystemFrontend.cpp
[76/134] Compiling llbuildBasic Version.cpp
[77/134] Compiling llbuildBasic Tracing.cpp
[78/134] Compiling llbuildBasic ShellUtility.cpp
[79/134] Compiling llbuildBuildSystem BuildDescription.cpp
[80/134] Compiling llbuildBuildSystem BuildFile.cpp
[81/134] Compiling llbuildBasic SerialQueue.cpp
[82/134] Compiling llbuildBasic PlatformUtility.cpp
[83/134] Compiling llbuildBasic Subprocess.cpp
[84/134] Compiling llbuildBasic Hashing.cpp
[85/134] Compiling llbuildBasic FileInfo.cpp
[86/134] Compiling llbuildBasic FileSystem.cpp
[87/134] Compiling libllbuild C-API.cpp
[88/134] Write sources
[90/134] Compiling TSCclibc libc.c
[90/134] Write sources
[95/134] Compiling llbuildBasic ExecutionQueue.cpp
[96/134] Write sources
[106/136] Compiling libllbuild Core-C-API.cpp
[107/147] Compiling llbuildBasic LaneBasedExecutionQueue.cpp
[108/147] Compiling libllbuild BuildValue-C-API.cpp
[109/147] Compiling libllbuild BuildKey-C-API.cpp
[110/147] Compiling libllbuild BuildSystem-C-API.cpp
[111/147] Compiling libllbuild BuildDB-C-API.cpp
[112/154] Compiling llbuildBuildSystem BuildSystem.cpp
[114/154] Compiling TSCLibc libc.swift
[115/154] Emitting module TSCLibc
[116/193] Compiling llbuildSwift BuildValue.swift
[117/193] Compiling PackageDescription Product.swift
[118/193] Compiling PackageDescription SupportedPlatforms.swift
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 |
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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 |
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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 |
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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 |
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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 | }
[119/193] Compiling PackageDescription Target.swift
[120/194] Emitting module TSCBasic
[121/198] Compiling PackageDescription Version.swift
[122/198] Compiling TSCBasic ObjectIdentifierProtocol.swift
[123/198] Compiling TSCBasic OrderedDictionary.swift
[124/198] Compiling TSCBasic OrderedSet.swift
[125/198] Compiling TSCBasic OutputByteStream.swift
[126/198] Compiling TSCBasic SortedArray.swift
[127/198] Compiling TSCBasic StringConversions.swift
[128/198] Compiling TSCBasic SynchronizedQueue.swift
[129/198] Compiling TSCBasic TemporaryFile.swift
[130/198] Compiling llbuildSwift CoreBindings.swift
[131/198] Compiling llbuildSwift Internals.swift
[132/198] Compiling llbuildSwift BuildSystemBindings.swift
[133/198] Compiling TSCBasic Await.swift
/Users/admin/builder/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 |
[134/198] Compiling TSCBasic ByteString.swift
/Users/admin/builder/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 |
[135/198] Compiling TSCBasic CStringArray.swift
/Users/admin/builder/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 |
[136/198] Compiling TSCBasic CacheableSequence.swift
/Users/admin/builder/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 |
[137/198] Compiling PackageDescription Version+StringLiteralConvertible.swift
[138/198] Compiling TSCBasic CodableResult.swift
/Users/admin/builder/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 |
[139/198] Compiling PackageDescription Resource.swift
[140/198] Compiling PackageDescription PackageDependency.swift
/Users/admin/builder/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.
/Users/admin/builder/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 |
/Users/admin/builder/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.
/Users/admin/builder/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 |
[143/198] Compiling PackageDescription PackageRequirement.swift
[144/198] Compiling PackageDescription Package.swift
/Users/admin/builder/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) {
/Users/admin/builder/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() {
[145/198] Emitting module PackageDescription
/Users/admin/builder/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.
/Users/admin/builder/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 |
/Users/admin/builder/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) {
/Users/admin/builder/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() {
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 |
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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 |
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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 |
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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 |
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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.
/Users/admin/builder/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 | }
[146/198] Compiling llbuildSwift BuildKey.swift
[147/198] Emitting module llbuildSwift
[148/198] Compiling llbuildSwift BuildDBBindings.swift
[148/198] Write Objects.LinkFileList
[150/198] Compiling TSCBasic KeyedPair.swift
[151/198] Compiling TSCBasic LazyCache.swift
[152/198] Compiling TSCBasic Lock.swift
[153/198] Compiling TSCBasic OSLog.swift
[154/198] Compiling TSCBasic DictionaryExtensions.swift
[155/198] Compiling TSCBasic DictionaryLiteralExtensions.swift
[156/198] Compiling TSCBasic EditDistance.swift
[157/198] Compiling TSCBasic FileInfo.swift
[158/198] Compiling TSCBasic FileSystem.swift
[159/198] Compiling TSCBasic GraphAlgorithms.swift
[160/198] Compiling TSCBasic JSON.swift
[161/198] Compiling TSCBasic JSONMapper.swift
[162/198] Compiling TSCBasic Path.swift
[163/198] Compiling TSCBasic PathShims.swift
[164/198] Compiling TSCBasic Process.swift
[165/198] Compiling TSCBasic ProcessEnv.swift
[166/198] Compiling TSCBasic CollectionAlgorithms.swift
[167/198] Compiling TSCBasic CollectionExtensions.swift
[168/198] Compiling TSCBasic Condition.swift
[169/198] Compiling TSCBasic DeltaAlgorithm.swift
[170/198] Compiling TSCBasic DiagnosticsEngine.swift
[171/198] Compiling TSCBasic ProcessSet.swift
[172/198] Compiling TSCBasic RegEx.swift
[173/198] Compiling TSCBasic Result.swift
[174/198] Compiling TSCBasic SHA256.swift
[175/198] Compiling TSCBasic TerminalController.swift
[176/198] Compiling TSCBasic Thread.swift
[177/198] Compiling TSCBasic Tuple.swift
[178/198] Compiling TSCBasic misc.swift
[179/198] Emitting module swiftpm_xctest_helper
[179/198] Linking libPackageDescription.dylib
Fetching https://github.com/apple/swift-llbuild.git
Fetching https://github.com/apple/swift-tools-support-core.git from cache
[1/29412] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (2.23s)
Fetched https://github.com/apple/swift-tools-support-core.git from cache (2.26s)
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 (3.02s)
Computing version for https://github.com/apple/swift-llbuild.git
Computed https://github.com/apple/swift-llbuild.git at 0.3.0 (0.73s)
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
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
warning: 'swift-llbuild': ignoring broken symlink /Users/admin/builder/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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/20] Write swift-version-2F0A5646E1D333AE.txt
[2/42] Compiling TSCLibc libc.swift
[3/42] Emitting module TSCLibc
[4/81] Compiling llbuildSwift Internals.swift
[5/81] Compiling PackageDescription Product.swift
[6/81] Compiling PackageDescription PackageRequirement.swift
[7/81] Compiling PackageDescription PackageDependency.swift
[8/82] Compiling PackageDescription Resource.swift
[9/82] Compiling PackageDescription SupportedPlatforms.swift
[10/82] Compiling llbuildSwift CoreBindings.swift
[11/82] Compiling llbuildSwift BuildValue.swift
[12/82] Compiling PackageDescription Package.swift
[13/82] Compiling TSCBasic Await.swift
[14/82] Compiling TSCBasic ByteString.swift
[15/82] Emitting module PackageDescription
[16/82] Compiling PackageDescription Version.swift
[17/82] Emitting module TSCBasic
[18/86] Compiling llbuildSwift BuildKey.swift
[19/86] Emitting module llbuildSwift
[20/86] Compiling llbuildSwift BuildSystemBindings.swift
[21/86] Compiling llbuildSwift BuildDBBindings.swift
[22/86] Compiling TSCBasic ProcessSet.swift
[23/86] Compiling TSCBasic RegEx.swift
[24/86] Compiling TSCBasic Result.swift
[25/86] Compiling TSCBasic SHA256.swift
[26/86] Compiling TSCBasic SortedArray.swift
[27/86] Compiling TSCBasic StringConversions.swift
[28/86] Compiling TSCBasic SynchronizedQueue.swift
[29/86] Compiling TSCBasic TemporaryFile.swift
[30/86] Compiling PackageDescription Version+StringLiteralConvertible.swift
[31/86] Compiling PackageDescription Target.swift
[31/86] Write Objects.LinkFileList
[33/86] Compiling TSCBasic CollectionAlgorithms.swift
[34/86] Compiling TSCBasic CollectionExtensions.swift
[35/86] Compiling TSCBasic Condition.swift
[36/86] Compiling TSCBasic DeltaAlgorithm.swift
[37/86] Compiling TSCBasic DiagnosticsEngine.swift
/Users/admin/builder/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 |
/Users/admin/builder/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 |
[40/86] Compiling TSCBasic CStringArray.swift
/Users/admin/builder/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 |
[41/86] Compiling TSCBasic CacheableSequence.swift
/Users/admin/builder/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 |
[42/86] Compiling TSCBasic CodableResult.swift
/Users/admin/builder/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 |
[43/86] Compiling TSCBasic FileSystem.swift
[44/86] Compiling TSCBasic GraphAlgorithms.swift
[45/86] Compiling TSCBasic JSON.swift
[46/86] Compiling TSCBasic JSONMapper.swift
[47/86] Compiling TSCBasic ObjectIdentifierProtocol.swift
[48/86] Compiling TSCBasic OrderedDictionary.swift
[49/86] Compiling TSCBasic OrderedSet.swift
[50/86] Compiling TSCBasic OutputByteStream.swift
[51/86] Compiling TSCBasic DictionaryExtensions.swift
[52/86] Compiling TSCBasic DictionaryLiteralExtensions.swift
[53/86] Compiling TSCBasic EditDistance.swift
[54/86] Compiling TSCBasic FileInfo.swift
[55/86] Compiling TSCBasic KeyedPair.swift
[56/86] Compiling TSCBasic LazyCache.swift
[57/86] Compiling TSCBasic Lock.swift
[58/86] Compiling TSCBasic OSLog.swift
[59/86] Compiling TSCBasic Path.swift
[60/86] Compiling TSCBasic PathShims.swift
[61/86] Compiling TSCBasic Process.swift
[62/86] Compiling TSCBasic ProcessEnv.swift
[63/86] Compiling TSCBasic TerminalController.swift
[64/86] Compiling TSCBasic Thread.swift
[65/86] Compiling TSCBasic Tuple.swift
[66/86] Compiling TSCBasic misc.swift
[66/86] Linking libPackageDescription.dylib
[67/86] Emitting module swiftpm_xctest_helper
warning: 'swift-llbuild': ignoring broken symlink /Users/admin/builder/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
BUILD FAILURE 6.1 macosSpm