The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build WasmKit, reference main (b1525d), with Swift 6.1 for Wasm on 7 Sep 2025 11:49:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftwasm/WasmKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swiftwasm/WasmKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b1525db NFC: Remove `instance` parameter from `InstructionTranslator.translate`
Cloned https://github.com/swiftwasm/WasmKit.git
Revision (git rev-parse @):
b1525db5b7e4ce4a458689b5435ce15e3600f619
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftwasm/WasmKit.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftwasm/WasmKit.git
https://github.com/swiftwasm/WasmKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    }
  ],
  "manifest_display_name" : "WasmKit",
  "name" : "WasmKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "wasmkit-cli",
      "targets" : [
        "CLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "WasmKit",
      "targets" : [
        "WasmKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WasmKitWASI",
      "targets" : [
        "WasmKitWASI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WASI",
      "targets" : [
        "WASI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WasmParser",
      "targets" : [
        "WasmParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WAT",
      "targets" : [
        "WAT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WIT",
      "targets" : [
        "WIT"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_CabiShims",
      "targets" : [
        "_CabiShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WITOverlayPlugin",
      "targets" : [
        "WITOverlayPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "WITExtractorPlugin",
      "targets" : [
        "WITExtractorPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "WITTool",
      "targets" : [
        "WITTool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "_CabiShims",
      "module_type" : "ClangTarget",
      "name" : "_CabiShims",
      "path" : "Sources/_CabiShims",
      "product_memberships" : [
        "_CabiShims"
      ],
      "sources" : [
        "shims.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_CWasmKit",
      "module_type" : "ClangTarget",
      "name" : "_CWasmKit",
      "path" : "Sources/_CWasmKit",
      "product_memberships" : [
        "wasmkit-cli",
        "WasmKit",
        "WasmKitWASI"
      ],
      "sources" : [
        "_CWasmKit.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WasmTypes",
      "module_type" : "SwiftTarget",
      "name" : "WasmTypes",
      "path" : "Sources/WasmTypes",
      "product_memberships" : [
        "wasmkit-cli",
        "WasmKit",
        "WasmKitWASI",
        "WASI",
        "WasmParser",
        "WAT"
      ],
      "sources" : [
        "GuestMemory.swift",
        "WasmTypes.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WasmParserTests",
      "module_type" : "SwiftTarget",
      "name" : "WasmParserTests",
      "path" : "Tests/WasmParserTests",
      "sources" : [
        "LEBTests.swift"
      ],
      "target_dependencies" : [
        "WasmParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WasmParser",
      "module_type" : "SwiftTarget",
      "name" : "WasmParser",
      "path" : "Sources/WasmParser",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "wasmkit-cli",
        "WasmKit",
        "WasmKitWASI",
        "WasmParser",
        "WAT"
      ],
      "sources" : [
        "BinaryInstructionDecoder.swift",
        "InstructionVisitor.swift",
        "LEB.swift",
        "ParsingLimits.swift",
        "Stream/ByteStream.swift",
        "Stream/FileHandleStream.swift",
        "Stream/Stream.swift",
        "WasmParser.swift",
        "WasmTypes.swift"
      ],
      "target_dependencies" : [
        "WasmTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WasmKitWASI",
      "module_type" : "SwiftTarget",
      "name" : "WasmKitWASI",
      "path" : "Sources/WasmKitWASI",
      "product_memberships" : [
        "wasmkit-cli",
        "WasmKitWASI"
      ],
      "sources" : [
        "WASIBridgeToHost+WasmKit.swift"
      ],
      "target_dependencies" : [
        "WasmKit",
        "WASI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WasmKitTests",
      "module_type" : "SwiftTarget",
      "name" : "WasmKitTests",
      "path" : "Tests/WasmKitTests",
      "sources" : [
        "Execution/HostModuleTests.swift",
        "Execution/Runtime/StoreAllocatorTests.swift",
        "ExecutionTests.swift",
        "FuzzTranslatorRegressionTests.swift",
        "Spectest/Spectest.swift",
        "Spectest/TestCase.swift",
        "SpectestTests.swift"
      ],
      "target_dependencies" : [
        "WasmKit",
        "WAT",
        "WasmKitFuzzing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WasmKitFuzzing",
      "module_type" : "SwiftTarget",
      "name" : "WasmKitFuzzing",
      "path" : "FuzzTesting/Sources/WasmKitFuzzing",
      "sources" : [
        "WasmKitFuzzing.swift"
      ],
      "target_dependencies" : [
        "WasmKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WasmKit",
      "module_type" : "SwiftTarget",
      "name" : "WasmKit",
      "path" : "Sources/WasmKit",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "wasmkit-cli",
        "WasmKit",
        "WasmKitWASI"
      ],
      "sources" : [
        "Component/CanonicalCall.swift",
        "Component/CanonicalLifting.swift",
        "Component/CanonicalLowering.swift",
        "Component/CanonicalOptions.swift",
        "Component/ComponentTypes.swift",
        "Engine.swift",
        "Execution/ConstEvaluation.swift",
        "Execution/DispatchInstruction.swift",
        "Execution/EngineInterceptor.swift",
        "Execution/Errors.swift",
        "Execution/Execution.swift",
        "Execution/Function.swift",
        "Execution/IO.swift",
        "Execution/Instances.swift",
        "Execution/Instructions/Control.swift",
        "Execution/Instructions/Instruction.swift",
        "Execution/Instructions/InstructionSupport.swift",
        "Execution/Instructions/Memory.swift",
        "Execution/Instructions/Misc.swift",
        "Execution/Instructions/Table.swift",
        "Execution/NameRegistry.swift",
        "Execution/Profiler.swift",
        "Execution/Runtime.swift",
        "Execution/SignpostTracer.swift",
        "Execution/Store.swift",
        "Execution/StoreAllocator.swift",
        "Execution/UntypedValue.swift",
        "Execution/Value.swift",
        "Imports.swift",
        "Module.swift",
        "ModuleParser.swift",
        "ResourceLimiter.swift",
        "Translator.swift",
        "Validator.swift"
      ],
      "target_dependencies" : [
        "_CWasmKit",
        "WasmParser",
        "WasmTypes",
        "SystemExtras"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WITTool",
      "module_type" : "SwiftTarget",
      "name" : "WITTool",
      "path" : "Sources/WITTool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "WITOverlayPlugin",
        "WITExtractorPlugin",
        "WITTool"
      ],
      "sources" : [
        "Utilities.swift",
        "WITTool.swift"
      ],
      "target_dependencies" : [
        "WIT",
        "WITOverlayGenerator",
        "WITExtractor"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WITTests",
      "module_type" : "SwiftTarget",
      "name" : "WITTests",
      "path" : "Tests/WITTests",
      "sources" : [
        "LexerTests.swift",
        "PackageResolverTests.swift",
        "Semantics/NameLookupTests.swift",
        "Semantics/RequestEvaluatorTests.swift",
        "Semantics/ValidationTests.swift",
        "TextParser/ParseFunctionDeclTests.swift",
        "TextParser/ParseInterfaceTests.swift",
        "TextParser/ParseTopTests.swift",
        "TextParser/ParseTypesTests.swift",
        "TextParser/ParseVersionTests.swift",
        "TextParser/ParseWorldTests.swift"
      ],
      "target_dependencies" : [
        "WIT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WITOverlayPlugin",
      "module_type" : "PluginTarget",
      "name" : "WITOverlayPlugin",
      "path" : "Plugins/WITOverlayPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "WITOverlayPlugin"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "WITTool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "WITOverlayGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "WITOverlayGeneratorTests",
      "path" : "Tests/WITOverlayGeneratorTests",
      "sources" : [
        "HostGeneratorTests.swift",
        "Runtime/RuntimeSmokeTests.swift",
        "Runtime/RuntimeTestHarness.swift",
        "Runtime/RuntimeTypesTests.swift"
      ],
      "target_dependencies" : [
        "WITOverlayGenerator",
        "WasmKit",
        "WasmKitWASI",
        "GenerateOverlayForTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WITOverlayGenerator",
      "module_type" : "SwiftTarget",
      "name" : "WITOverlayGenerator",
      "path" : "Sources/WITOverlayGenerator",
      "product_memberships" : [
        "WITOverlayPlugin",
        "WITExtractorPlugin",
        "WITTool"
      ],
      "sources" : [
        "CanonicalABI/CanonicalName.swift",
        "CanonicalABI/CanonicalOperation.swift",
        "CanonicalABI/SignatureTranslation.swift",
        "CanonicalABI/StaticCanonicalDeallocation.swift",
        "CanonicalABI/StaticCanonicalLifting.swift",
        "CanonicalABI/StaticCanonicalLoading.swift",
        "CanonicalABI/StaticCanonicalLowering.swift",
        "CanonicalABI/StaticCanonicalStoring.swift",
        "DefinitionMapping.swift",
        "GuestGenerators/GuestExportFunction.swift",
        "GuestGenerators/GuestExportInterface.swift",
        "GuestGenerators/GuestPrelude.swift",
        "GuestGenerators/GuestWorldGenerator.swift",
        "HostGenerators/HostExportFunction.swift",
        "HostGenerators/HostExportInterface.swift",
        "HostGenerators/HostWorldGenerator.swift",
        "HostGenerators/WasmKitSourcePrinter.swift",
        "Naming/ConvertCase.swift",
        "Naming/SwiftName.swift",
        "Naming/TypeName.swift",
        "SourcePrinter.swift",
        "TypeGenerators/InterfaceTypeGenerator.swift",
        "TypeGenerators/TypeAccessory.swift",
        "TypeGenerators/TypeDefinition.swift",
        "TypeGenerators/TypeGenerator.swift",
        "WITOverlayGen.swift"
      ],
      "target_dependencies" : [
        "WIT"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WITExtractorTests",
      "module_type" : "SwiftTarget",
      "name" : "WITExtractorTests",
      "path" : "Tests/WITExtractorTests",
      "sources" : [
        "ConvertCaseTests.swift",
        "ExportFunctionTests.swift",
        "TestSupport.swift",
        "TypeTranslationTests.swift"
      ],
      "target_dependencies" : [
        "WITExtractor",
        "WIT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WITExtractorPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "WITExtractorPluginTests",
      "path" : "Tests/WITExtractorPluginTests",
      "sources" : [
        "PluginSmokeTests.swift",
        "TestSupport.swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WITExtractorPlugin",
      "module_type" : "PluginTarget",
      "name" : "WITExtractorPlugin",
      "path" : "Plugins/WITExtractorPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Extract WIT definition from Swift module",
          "type" : "custom",
          "verb" : "extract-wit"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "WITExtractorPlugin"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "WITTool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "WITExtractor",
      "module_type" : "SwiftTarget",
      "name" : "WITExtractor",
      "path" : "Sources/WITExtractor",
      "product_memberships" : [
        "WITOverlayPlugin",
        "WITExtractorPlugin",
        "WITTool"
      ],
      "sources" : [
        "Diagnostic.swift",
        "ModuleTranslation.swift",
        "Naming/ConvertCase.swift",
        "SourcePrinter.swift",
        "SourceSummary.swift",
        "SwiftAPIDigester.swift",
        "TypeMapping.swift",
        "WITBuilder.swift",
        "WITExtractor.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WIT",
      "module_type" : "SwiftTarget",
      "name" : "WIT",
      "path" : "Sources/WIT",
      "product_memberships" : [
        "WIT",
        "WITOverlayPlugin",
        "WITExtractorPlugin",
        "WITTool"
      ],
      "sources" : [
        "AST.swift",
        "ASTVisitor.swift",
        "CanonicalABI/CanonicalABI.swift",
        "CanonicalABI/CanonicalDeallocation.swift",
        "CanonicalABI/CanonicalLifting.swift",
        "CanonicalABI/CanonicalLoading.swift",
        "CanonicalABI/CanonicalLowering.swift",
        "CanonicalABI/CanonicalStoring.swift",
        "Diagnostics.swift",
        "Lexer.swift",
        "PackageResolver.swift",
        "Semantics/NameLookup.swift",
        "Semantics/PackageBuilder.swift",
        "Semantics/RequestEvaluator.swift",
        "Semantics/SemanticsContext.swift",
        "Semantics/Type.swift",
        "Semantics/Validation.swift",
        "SyntaxNode.swift",
        "TextParser/ParseFunctionDecl.swift",
        "TextParser/ParseInterface.swift",
        "TextParser/ParseTop.swift",
        "TextParser/ParseTypes.swift",
        "TextParser/ParseWorld.swift",
        "TextParser/Parser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WATTests",
      "module_type" : "SwiftTarget",
      "name" : "WATTests",
      "path" : "Tests/WATTests",
      "sources" : [
        "EncoderTests.swift",
        "LexerTests.swift",
        "ParserTests.swift",
        "Spectest.swift",
        "TestSupport.swift"
      ],
      "target_dependencies" : [
        "WAT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WAT",
      "module_type" : "SwiftTarget",
      "name" : "WAT",
      "path" : "Sources/WAT",
      "product_memberships" : [
        "wasmkit-cli",
        "WAT"
      ],
      "sources" : [
        "BinaryInstructionEncoder.swift",
        "Encoder.swift",
        "Lexer.swift",
        "Location.swift",
        "NameMapping.swift",
        "ParseTextInstruction.swift",
        "Parser.swift",
        "Parser/ExpressionParser.swift",
        "Parser/WastParser.swift",
        "Parser/WatParser.swift",
        "WAT.swift"
      ],
      "target_dependencies" : [
        "WasmParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WASITests",
      "module_type" : "SwiftTarget",
      "name" : "WASITests",
      "path" : "Tests/WASITests",
      "sources" : [
        "IntegrationTests.swift",
        "Platform/SandboxPrimitives/OpenParentTests.swift",
        "RandomBufferGeneratorTests.swift",
        "TestSupport.swift",
        "WASITests.swift"
      ],
      "target_dependencies" : [
        "WASI",
        "WasmKitWASI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WASI",
      "module_type" : "SwiftTarget",
      "name" : "WASI",
      "path" : "Sources/WASI",
      "product_memberships" : [
        "wasmkit-cli",
        "WasmKitWASI",
        "WASI"
      ],
      "sources" : [
        "Clock.swift",
        "FileSystem.swift",
        "GuestMemorySupport.swift",
        "Platform/Directory.swift",
        "Platform/Entry.swift",
        "Platform/File.swift",
        "Platform/PlatformTypes.swift",
        "Platform/SandboxPrimitives.swift",
        "Platform/SandboxPrimitives/Open.swift",
        "Platform/SandboxPrimitives/OpenParent.swift",
        "RandomBufferGenerator.swift",
        "WASI.swift"
      ],
      "target_dependencies" : [
        "WasmTypes",
        "SystemExtras"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SystemExtras",
      "module_type" : "SwiftTarget",
      "name" : "SystemExtras",
      "path" : "Sources/SystemExtras",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "wasmkit-cli",
        "WasmKit",
        "WasmKitWASI",
        "WASI"
      ],
      "sources" : [
        "Clock.swift",
        "Constants.swift",
        "FileAtOperations.swift",
        "FileOperations.swift",
        "Syscalls.swift",
        "Vendor/Exports.swift",
        "Vendor/Utils.swift",
        "Vendor/WindowsSyscallAdapter.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GenerateOverlayForTesting",
      "module_type" : "PluginTarget",
      "name" : "GenerateOverlayForTesting",
      "path" : "Plugins/GenerateOverlayForTesting",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "WITTool"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "ArgumentParser",
        "SystemPackage"
      ],
      "product_memberships" : [
        "wasmkit-cli"
      ],
      "sources" : [
        "CLI.swift",
        "Commands/Explore.swift",
        "Commands/Parse.swift",
        "Commands/Run.swift"
      ],
      "target_dependencies" : [
        "WAT",
        "WasmKit",
        "WasmKitWASI"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-system
[1/4937] Fetching swift-system
[4938/20629] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.71s)
[1256/15692] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.42s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (2.44s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.2 (1.14s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.2
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
[8/48] Emitting module WITExtractor
[9/49] Emitting module WIT
/host/spi-builder-workspace/Sources/WIT/Diagnostics.swift:6:9: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 4 |
 5 | struct DiagnosticError: Error {
 6 |     let diagnostic: Diagnostic
   |         `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 7 | }
 8 |
 9 | public struct Diagnostic {
   |               `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
10 |
11 |     public let message: String
/host/spi-builder-workspace/Sources/WIT/Semantics/RequestEvaluator.swift:67:13: warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
 1 | protocol EvaluationRequest: Hashable {
   |          `- note: protocol 'EvaluationRequest' does not conform to the 'Sendable' protocol
 2 |     associatedtype Output
 3 |
   :
65 | extension Evaluator {
66 |     struct CyclicalRequestError: Error, CustomStringConvertible {
67 |         let activeRequests: [any EvaluationRequest]
   |             `- warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
68 |
69 |         var description: String {
[10/52] Compiling WITExtractor WITBuilder.swift
[11/52] Compiling WITExtractor TypeMapping.swift
[12/52] Emitting module ArgumentParserToolInfo
[13/52] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/53] Compiling WITExtractor Diagnostic.swift
[15/53] Compiling WITExtractor ModuleTranslation.swift
[16/53] Compiling WIT ParseTypes.swift
[17/53] Compiling WIT ParseWorld.swift
[18/53] Compiling WIT Parser.swift
[19/53] Compiling WIT PackageBuilder.swift
/host/spi-builder-workspace/Sources/WIT/Semantics/RequestEvaluator.swift:67:13: warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
 1 | protocol EvaluationRequest: Hashable {
   |          `- note: protocol 'EvaluationRequest' does not conform to the 'Sendable' protocol
 2 |     associatedtype Output
 3 |
   :
65 | extension Evaluator {
66 |     struct CyclicalRequestError: Error, CustomStringConvertible {
67 |         let activeRequests: [any EvaluationRequest]
   |             `- warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
68 |
69 |         var description: String {
[20/53] Compiling WIT RequestEvaluator.swift
/host/spi-builder-workspace/Sources/WIT/Semantics/RequestEvaluator.swift:67:13: warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
 1 | protocol EvaluationRequest: Hashable {
   |          `- note: protocol 'EvaluationRequest' does not conform to the 'Sendable' protocol
 2 |     associatedtype Output
 3 |
   :
65 | extension Evaluator {
66 |     struct CyclicalRequestError: Error, CustomStringConvertible {
67 |         let activeRequests: [any EvaluationRequest]
   |             `- warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
68 |
69 |         var description: String {
[21/53] Compiling WIT SemanticsContext.swift
/host/spi-builder-workspace/Sources/WIT/Semantics/RequestEvaluator.swift:67:13: warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
 1 | protocol EvaluationRequest: Hashable {
   |          `- note: protocol 'EvaluationRequest' does not conform to the 'Sendable' protocol
 2 |     associatedtype Output
 3 |
   :
65 | extension Evaluator {
66 |     struct CyclicalRequestError: Error, CustomStringConvertible {
67 |         let activeRequests: [any EvaluationRequest]
   |             `- warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
68 |
69 |         var description: String {
[22/53] Compiling WIT Type.swift
[23/53] Compiling WIT Validation.swift
[24/53] Compiling WIT SyntaxNode.swift
[25/53] Compiling WIT ParseFunctionDecl.swift
[26/53] Compiling WIT ParseInterface.swift
[27/53] Compiling WIT ParseTop.swift
[28/53] Wrapping AST for ArgumentParserToolInfo for debugging
[30/97] Compiling ArgumentParser OptionGroup.swift
[31/97] Compiling ArgumentParser AsyncParsableCommand.swift
[32/97] Compiling ArgumentParser CommandConfiguration.swift
[33/97] Compiling ArgumentParser CommandGroup.swift
[34/97] Compiling ArgumentParser EnumerableFlag.swift
[35/97] Compiling ArgumentParser ExpressibleByArgument.swift
[36/103] Emitting module ArgumentParser
[37/103] Compiling ArgumentParser Tree.swift
[38/103] Compiling ArgumentParser CodingKeyValidator.swift
[39/103] Compiling ArgumentParser NonsenseFlagsValidator.swift
[40/103] Compiling ArgumentParser ParsableArgumentsValidation.swift
[41/103] Compiling ArgumentParser PositionalArgumentsValidator.swift
[42/103] Compiling ArgumentParser UniqueNamesValidator.swift
[43/103] Compiling WITExtractor SourceSummary.swift
[44/103] Compiling WITExtractor ConvertCase.swift
[45/103] Compiling WITExtractor SourcePrinter.swift
[46/103] Compiling WITExtractor SwiftAPIDigester.swift
[47/103] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/Sources/WIT/Diagnostics.swift:6:9: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 4 |
 5 | struct DiagnosticError: Error {
 6 |     let diagnostic: Diagnostic
   |         `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 7 | }
 8 |
 9 | public struct Diagnostic {
   |               `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
10 |
11 |     public let message: String
[48/103] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/Sources/WIT/Diagnostics.swift:6:9: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 4 |
 5 | struct DiagnosticError: Error {
 6 |     let diagnostic: Diagnostic
   |         `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 7 | }
 8 |
 9 | public struct Diagnostic {
   |               `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
10 |
11 |     public let message: String
[49/103] Compiling ArgumentParser Option.swift
/host/spi-builder-workspace/Sources/WIT/Diagnostics.swift:6:9: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 4 |
 5 | struct DiagnosticError: Error {
 6 |     let diagnostic: Diagnostic
   |         `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 7 | }
 8 |
 9 | public struct Diagnostic {
   |               `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
10 |
11 |     public let message: String
[50/103] Compiling ArgumentParser ZshCompletionsGenerator.swift
[51/103] Compiling ArgumentParser Argument.swift
[52/103] Compiling ArgumentParser ArgumentDiscussion.swift
[53/103] Compiling ArgumentParser BashCompletionsGenerator.swift
[54/103] Compiling ArgumentParser CompletionsGenerator.swift
[55/103] Compiling ArgumentParser FishCompletionsGenerator.swift
[56/103] Compiling ArgumentParser CollectionExtensions.swift
[57/103] Compiling ArgumentParser Mutex.swift
[58/103] Compiling ArgumentParser Platform.swift
[59/103] Compiling ArgumentParser SequenceExtensions.swift
[60/103] Compiling ArgumentParser StringExtensions.swift
[61/103] Compiling ArgumentParser SwiftExtensions.swift
[62/103] Compiling ArgumentParser ArgumentVisibility.swift
[63/103] Compiling ArgumentParser CompletionKind.swift
[64/103] Compiling ArgumentParser Errors.swift
[65/104] Compiling WITExtractor WITExtractor.swift
[67/105] Wrapping AST for WIT for debugging
[69/129] Compiling WITOverlayGenerator CanonicalName.swift
[70/129] Compiling WITOverlayGenerator CanonicalOperation.swift
[71/129] Compiling WITOverlayGenerator SignatureTranslation.swift
[72/129] Compiling WITOverlayGenerator StaticCanonicalDeallocation.swift
[73/129] Compiling WITOverlayGenerator DefinitionMapping.swift
[74/129] Compiling WITOverlayGenerator GuestExportFunction.swift
[75/129] Compiling WITOverlayGenerator GuestExportInterface.swift
[76/129] Compiling WITOverlayGenerator StaticCanonicalLifting.swift
[77/129] Compiling WITOverlayGenerator StaticCanonicalLoading.swift
[78/129] Compiling WITOverlayGenerator StaticCanonicalLowering.swift
[79/129] Compiling WITOverlayGenerator StaticCanonicalStoring.swift
[80/129] Compiling WITOverlayGenerator GuestPrelude.swift
[81/129] Compiling WITOverlayGenerator GuestWorldGenerator.swift
[81/129] Wrapping AST for WITExtractor for debugging
[83/129] Compiling WITOverlayGenerator SourcePrinter.swift
[84/129] Compiling WITOverlayGenerator InterfaceTypeGenerator.swift
[85/129] Compiling WITOverlayGenerator TypeAccessory.swift
[90/132] Compiling WITOverlayGenerator HostExportInterface.swift
[91/132] Compiling WITOverlayGenerator HostWorldGenerator.swift
[92/132] Compiling WITOverlayGenerator WasmKitSourcePrinter.swift
[93/132] Compiling WITOverlayGenerator ConvertCase.swift
[94/132] Compiling WITOverlayGenerator SwiftName.swift
[95/132] Compiling WITOverlayGenerator TypeName.swift
[99/132] Compiling WITOverlayGenerator WITOverlayGen.swift
[100/132] Compiling ArgumentParser InputOrigin.swift
[101/132] Compiling ArgumentParser Name.swift
[102/132] Compiling ArgumentParser Parsed.swift
[103/132] Compiling ArgumentParser ParsedValues.swift
[104/132] Compiling ArgumentParser ParserError.swift
[105/132] Compiling ArgumentParser SplitArguments.swift
[106/132] Compiling ArgumentParser DumpHelpGenerator.swift
[107/132] Compiling ArgumentParser HelpCommand.swift
[108/132] Compiling ArgumentParser HelpGenerator.swift
[109/132] Compiling ArgumentParser MessageInfo.swift
[110/132] Compiling ArgumentParser UsageGenerator.swift
[111/132] Emitting module WITOverlayGenerator
[114/132] Compiling WITOverlayGenerator HostExportFunction.swift
[123/132] Compiling WITOverlayGenerator TypeDefinition.swift
[124/132] Compiling WITOverlayGenerator TypeGenerator.swift
[128/134] Wrapping AST for ArgumentParser for debugging
[130/134] Wrapping AST for WITOverlayGenerator for debugging
[132/137] Compiling WITTool Utilities.swift
[133/137] Compiling WITTool WITTool.swift
[134/137] Emitting module WITTool
[135/138] Wrapping AST for WITTool for debugging
[136/138] Write Objects.LinkFileList
[137/138] Linking WITTool-tool
[1/1] Compiling plugin GenerateOverlayForTesting
[2/2] Compiling plugin WITExtractorPlugin
[3/3] Compiling plugin WITOverlayPlugin
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/58] Write sources
[27/58] Compiling CSystem shims.c
[28/58] Compiling _CWasmKit _CWasmKit.c
[29/58] Compiling _CabiShims shims.c
[30/58] Write swift-version-24593BA9C3E375BF.txt
[32/128] Emitting module WasmTypes
[33/128] Emitting module ArgumentParserToolInfo
[34/129] Emitting module WITExtractor
[36/130] Wrapping AST for ArgumentParserToolInfo for debugging
[37/130] Wrapping AST for WITExtractor for debugging
[39/131] Emitting module WIT
/host/spi-builder-workspace/Sources/WIT/Diagnostics.swift:6:9: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 4 |
 5 | struct DiagnosticError: Error {
 6 |     let diagnostic: Diagnostic
   |         `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 7 | }
 8 |
 9 | public struct Diagnostic {
   |               `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
10 |
11 |     public let message: String
/host/spi-builder-workspace/Sources/WIT/Semantics/RequestEvaluator.swift:67:13: warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
 1 | protocol EvaluationRequest: Hashable {
   |          `- note: protocol 'EvaluationRequest' does not conform to the 'Sendable' protocol
 2 |     associatedtype Output
 3 |
   :
65 | extension Evaluator {
66 |     struct CyclicalRequestError: Error, CustomStringConvertible {
67 |         let activeRequests: [any EvaluationRequest]
   |             `- warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
68 |
69 |         var description: String {
[40/132] Emitting module SystemPackage
[41/136] Wrapping AST for WIT for debugging
[43/136] Emitting module ArgumentParser
[44/138] Wrapping AST for ArgumentParser for debugging
[46/138] Emitting module WITOverlayGenerator
[47/139] Emitting module WIT
/host/spi-builder-workspace/Sources/WIT/Diagnostics.swift:6:9: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 4 |
 5 | struct DiagnosticError: Error {
 6 |     let diagnostic: Diagnostic
   |         `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 7 | }
 8 |
 9 | public struct Diagnostic {
   |               `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
10 |
11 |     public let message: String
/host/spi-builder-workspace/Sources/WIT/Semantics/RequestEvaluator.swift:67:13: warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
 1 | protocol EvaluationRequest: Hashable {
   |          `- note: protocol 'EvaluationRequest' does not conform to the 'Sendable' protocol
 2 |     associatedtype Output
 3 |
   :
65 | extension Evaluator {
66 |     struct CyclicalRequestError: Error, CustomStringConvertible {
67 |         let activeRequests: [any EvaluationRequest]
   |             `- warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
68 |
69 |         var description: String {
[49/142] Compiling WITExtractor WITBuilder.swift
[50/142] Compiling ArgumentParserToolInfo ToolInfo.swift
[51/142] Emitting module ArgumentParserToolInfo
[52/144] Compiling WITExtractor SourcePrinter.swift
[53/144] Emitting module WITExtractor
[54/144] Compiling SystemPackage Errno.swift
[55/144] Compiling SystemPackage ErrnoWindows.swift
[56/144] Compiling WITExtractor ConvertCase.swift
[57/144] Compiling WITExtractor TypeMapping.swift
[58/144] Compiling WIT ParseTypes.swift
[59/144] Compiling WIT ParseWorld.swift
[60/144] Compiling WIT Parser.swift
[61/144] Compiling WasmTypes GuestMemory.swift
[62/144] Compiling SystemPackage IORing.swift
[63/144] Compiling SystemPackage RawIORequest.swift
[64/144] Compiling SystemPackage Backcompat.swift
[67/144] Compiling SystemPackage FileDescriptor.swift
[68/144] Compiling SystemPackage FilePermissions.swift
/host/spi-builder-workspace/Sources/WIT/Semantics/RequestEvaluator.swift:67:13: warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
 1 | protocol EvaluationRequest: Hashable {
   |          `- note: protocol 'EvaluationRequest' does not conform to the 'Sendable' protocol
 2 |     associatedtype Output
 3 |
   :
65 | extension Evaluator {
66 |     struct CyclicalRequestError: Error, CustomStringConvertible {
67 |         let activeRequests: [any EvaluationRequest]
   |             `- warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
68 |
69 |         var description: String {
[69/144] Compiling SystemPackage IOCompletion.swift
/host/spi-builder-workspace/Sources/WIT/Semantics/RequestEvaluator.swift:67:13: warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
 1 | protocol EvaluationRequest: Hashable {
   |          `- note: protocol 'EvaluationRequest' does not conform to the 'Sendable' protocol
 2 |     associatedtype Output
 3 |
   :
65 | extension Evaluator {
66 |     struct CyclicalRequestError: Error, CustomStringConvertible {
67 |         let activeRequests: [any EvaluationRequest]
   |             `- warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
68 |
69 |         var description: String {
[70/144] Compiling SystemPackage IORequest.swift
/host/spi-builder-workspace/Sources/WIT/Semantics/RequestEvaluator.swift:67:13: warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
 1 | protocol EvaluationRequest: Hashable {
   |          `- note: protocol 'EvaluationRequest' does not conform to the 'Sendable' protocol
 2 |     associatedtype Output
 3 |
   :
65 | extension Evaluator {
66 |     struct CyclicalRequestError: Error, CustomStringConvertible {
67 |         let activeRequests: [any EvaluationRequest]
   |             `- warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
68 |
69 |         var description: String {
[71/144] Compiling SystemPackage FilePathTempPosix.swift
[72/144] Compiling SystemPackage FilePathTempWindows.swift
[73/144] Compiling SystemPackage FilePathWindows.swift
[74/144] Compiling WasmTypes WasmTypes.swift
[75/145] Compiling SystemPackage SystemString.swift
[76/145] Compiling SystemPackage Util+StringArray.swift
[77/145] Compiling SystemPackage Util.swift
[78/145] Compiling SystemPackage UtilConsumers.swift
[79/145] Compiling SystemPackage FilePathSyntax.swift
[80/145] Compiling SystemPackage FilePathTemp.swift
[82/145] Wrapping AST for WITOverlayGenerator for debugging
[87/145] Compiling SystemPackage FileHelpers.swift
[88/145] Compiling SystemPackage FileOperations.swift
[89/145] Compiling SystemPackage FilePath.swift
[90/145] Compiling SystemPackage FilePathComponentView.swift
[91/145] Compiling SystemPackage FilePathComponents.swift
[92/145] Compiling SystemPackage FilePathParsing.swift
[93/145] Compiling SystemPackage FilePathString.swift
[95/146] Wrapping AST for ArgumentParserToolInfo for debugging
[96/184] Wrapping AST for WasmTypes for debugging
[98/190] Emitting module WITTool
[99/190] Compiling ArgumentParser ParsableCommand.swift
[100/190] Compiling ArgumentParser ArgumentDecoder.swift
[101/190] Compiling ArgumentParser ArgumentDefinition.swift
[102/190] Compiling ArgumentParser ArgumentSet.swift
[103/191] Compiling ArgumentParser DumpHelpGenerator.swift
[104/191] Compiling ArgumentParser HelpCommand.swift
[105/191] Compiling ArgumentParser HelpGenerator.swift
[106/191] Compiling ArgumentParser MessageInfo.swift
[107/191] Compiling ArgumentParser CommandParser.swift
[108/191] Compiling ArgumentParser OptionGroup.swift
[109/191] Compiling ArgumentParser AsyncParsableCommand.swift
[110/191] Compiling ArgumentParser CommandConfiguration.swift
[111/191] Compiling ArgumentParser CommandGroup.swift
[112/191] Compiling ArgumentParser EnumerableFlag.swift
[113/191] Compiling ArgumentParser ExpressibleByArgument.swift
[114/191] Compiling ArgumentParser SplitArguments.swift
[117/192] Compiling WITExtractor SourceSummary.swift
[118/192] Compiling WITExtractor SwiftAPIDigester.swift
/host/spi-builder-workspace/Sources/WITExtractor/SwiftAPIDigester.swift:131:27: error: cannot find 'Process' in scope
129 |             ]
130 |             args += arguments
131 |             let process = Process()
    |                           `- error: cannot find 'Process' in scope
132 |             process.executableURL = executableURL
133 |             process.arguments = args
[119/192] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/Sources/WIT/Diagnostics.swift:6:9: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 4 |
 5 | struct DiagnosticError: Error {
 6 |     let diagnostic: Diagnostic
   |         `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 7 | }
 8 |
 9 | public struct Diagnostic {
   |               `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
10 |
11 |     public let message: String
[120/192] Compiling ArgumentParser ArgumentVisibility.swift
/host/spi-builder-workspace/Sources/WIT/Diagnostics.swift:6:9: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 4 |
 5 | struct DiagnosticError: Error {
 6 |     let diagnostic: Diagnostic
   |         `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 7 | }
 8 |
 9 | public struct Diagnostic {
   |               `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
10 |
11 |     public let message: String
[121/192] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/Sources/WIT/Diagnostics.swift:6:9: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 4 |
 5 | struct DiagnosticError: Error {
 6 |     let diagnostic: Diagnostic
   |         `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
 7 | }
 8 |
 9 | public struct Diagnostic {
   |               `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
10 |
11 |     public let message: String
[122/192] Compiling ArgumentParser Errors.swift
[123/192] Compiling ArgumentParser Flag.swift
[124/192] Compiling ArgumentParser NameSpecification.swift
[125/192] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[126/192] Compiling ArgumentParser Mutex.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[127/192] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[128/192] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[129/192] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[130/192] Compiling ArgumentParser SwiftExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
 15 | internal import class Foundation.ProcessInfo
 16 | #else
 17 | @preconcurrency import class Dispatch.DispatchSemaphore
    |                              `- error: no such module 'Dispatch'
 18 | import class Foundation.NSLock
 19 | import class Foundation.ProcessInfo
[130/198] Wrapping AST for WITTool for debugging
[131/198] Write Objects.LinkFileList
[133/198] Compiling WITExtractor WITExtractor.swift
[133/198] Wrapping AST for SystemPackage for debugging
[133/198] Linking WITTool-tool
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/9] Write swift-version-24593BA9C3E375BF.txt
[2/42] Compiling WITExtractor WITBuilder.swift
[3/43] Emitting module WITExtractor
[4/43] Compiling WITExtractor TypeMapping.swift
[5/43] Compiling WIT PackageBuilder.swift
[6/43] Compiling WIT RequestEvaluator.swift
[7/43] Compiling WIT SemanticsContext.swift
[8/46] Compiling WIT AST.swift
[9/46] Compiling WIT ASTVisitor.swift
[10/46] Compiling WIT ParseFunctionDecl.swift
[11/46] Compiling WIT ParseInterface.swift
[12/46] Compiling WIT ParseTop.swift
[13/46] Compiling WITExtractor WITExtractor.swift
[14/46] Compiling WIT CanonicalDeallocation.swift
[15/46] Compiling WIT CanonicalLifting.swift
[16/46] Compiling WIT CanonicalLoading.swift
[17/46] Compiling WITExtractor SourcePrinter.swift
[18/46] Compiling WITExtractor SourceSummary.swift
[19/46] Compiling WITExtractor ConvertCase.swift
[20/46] Compiling WITExtractor SwiftAPIDigester.swift
[21/47] Compiling WIT ParseTypes.swift
[22/47] Compiling WIT ParseWorld.swift
[23/47] Compiling WIT Parser.swift
[25/47] Emitting module ArgumentParserToolInfo
[26/47] Compiling ArgumentParserToolInfo ToolInfo.swift
[27/48] Emitting module WIT
[28/48] Wrapping AST for WITExtractor for debugging
[29/48] Wrapping AST for ArgumentParserToolInfo for debugging
[31/60] Compiling ArgumentParser Errors.swift
[32/60] Compiling ArgumentParser Flag.swift
[33/60] Compiling WIT NameLookup.swift
[34/61] Compiling ArgumentParser ArgumentHelp.swift
[35/61] Compiling ArgumentParser ArgumentVisibility.swift
[36/61] Compiling ArgumentParser CompletionKind.swift
[37/92] Compiling ArgumentParser CommandConfiguration.swift
[38/92] Compiling ArgumentParser CommandGroup.swift
[39/92] Compiling ArgumentParser EnumerableFlag.swift
[40/92] Compiling ArgumentParser OptionGroup.swift
[41/92] Compiling ArgumentParser AsyncParsableCommand.swift
[45/92] Compiling ArgumentParser ExpressibleByArgument.swift
[46/98] Emitting module ArgumentParser
[47/98] Compiling ArgumentParser CollectionExtensions.swift
[48/98] Compiling ArgumentParser Mutex.swift
[49/98] Compiling ArgumentParser Platform.swift
[50/98] Compiling ArgumentParser SequenceExtensions.swift
[51/98] Compiling ArgumentParser StringExtensions.swift
[52/98] Compiling ArgumentParser SwiftExtensions.swift
[53/98] Compiling ArgumentParser InputKey.swift
[54/98] Compiling ArgumentParser InputOrigin.swift
[55/98] Compiling ArgumentParser Name.swift
[56/98] Compiling ArgumentParser Parsed.swift
[57/98] Compiling ArgumentParser ParsedValues.swift
[58/98] Compiling ArgumentParser ParserError.swift
[59/98] Compiling ArgumentParser BashCompletionsGenerator.swift
[60/98] Compiling ArgumentParser CompletionsGenerator.swift
[61/98] Compiling ArgumentParser FishCompletionsGenerator.swift
[63/99] Compiling ArgumentParser Tree.swift
[64/99] Compiling ArgumentParser CodingKeyValidator.swift
[65/99] Compiling ArgumentParser NonsenseFlagsValidator.swift
[66/99] Compiling ArgumentParser ParsableArgumentsValidation.swift
[67/99] Compiling ArgumentParser PositionalArgumentsValidator.swift
[68/99] Compiling ArgumentParser UniqueNamesValidator.swift
[73/99] Compiling ArgumentParser NameSpecification.swift
[74/99] Compiling ArgumentParser Option.swift
[74/99] Wrapping AST for WIT for debugging
[79/99] Compiling ArgumentParser ZshCompletionsGenerator.swift
[80/99] Compiling ArgumentParser Argument.swift
[81/99] Compiling ArgumentParser ArgumentDiscussion.swift
[83/123] Compiling WITOverlayGenerator GuestPrelude.swift
[84/123] Compiling WITOverlayGenerator GuestWorldGenerator.swift
[85/123] Compiling WITOverlayGenerator HostExportFunction.swift
[86/123] Compiling WITOverlayGenerator SourcePrinter.swift
[87/123] Compiling WITOverlayGenerator InterfaceTypeGenerator.swift
[88/123] Compiling WITOverlayGenerator TypeAccessory.swift
[89/123] Compiling WITOverlayGenerator HostExportInterface.swift
[90/123] Compiling WITOverlayGenerator HostWorldGenerator.swift
[91/123] Compiling WITOverlayGenerator WasmKitSourcePrinter.swift
[92/123] Compiling WITOverlayGenerator CanonicalName.swift
[93/123] Compiling WITOverlayGenerator CanonicalOperation.swift
[94/123] Compiling WITOverlayGenerator SignatureTranslation.swift
[95/123] Compiling WITOverlayGenerator StaticCanonicalDeallocation.swift
[96/123] Compiling WITOverlayGenerator ConvertCase.swift
[97/123] Compiling WITOverlayGenerator SwiftName.swift
[98/123] Compiling WITOverlayGenerator TypeName.swift
[99/126] Compiling WITOverlayGenerator DefinitionMapping.swift
[100/126] Compiling WITOverlayGenerator GuestExportFunction.swift
[101/126] Compiling WITOverlayGenerator GuestExportInterface.swift
[102/126] Compiling WITOverlayGenerator StaticCanonicalLifting.swift
[103/126] Compiling WITOverlayGenerator StaticCanonicalLoading.swift
[104/126] Compiling WITOverlayGenerator StaticCanonicalLowering.swift
[105/126] Compiling WITOverlayGenerator StaticCanonicalStoring.swift
[106/126] Emitting module WITOverlayGenerator
[111/126] Compiling WITOverlayGenerator TypeDefinition.swift
[112/126] Compiling WITOverlayGenerator TypeGenerator.swift
[113/126] Compiling ArgumentParser ParsableArguments.swift
[114/126] Compiling ArgumentParser ParsableCommand.swift
[115/126] Compiling ArgumentParser ArgumentDecoder.swift
[116/126] Compiling ArgumentParser ArgumentDefinition.swift
[117/126] Compiling ArgumentParser ArgumentSet.swift
[118/126] Compiling ArgumentParser CommandParser.swift
[119/127] Wrapping AST for ArgumentParser for debugging
[123/127] Compiling WITOverlayGenerator WITOverlayGen.swift
[124/128] Wrapping AST for WITOverlayGenerator for debugging
[126/131] Compiling WITTool Utilities.swift
[127/131] Emitting module WITTool
[128/131] Compiling WITTool WITTool.swift
[129/132] Wrapping AST for WITTool for debugging
[130/132] Write Objects.LinkFileList
[131/132] Linking WITTool-tool
[0/1] Planning build
[1/1] Compiling plugin GenerateOverlayForTesting
[2/2] Compiling plugin WITExtractorPlugin
[3/3] Compiling plugin WITOverlayPlugin
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/33] Write swift-version-24593BA9C3E375BF.txt
[7/103] Compiling WasmTypes WasmTypes.swift
[8/103] Emitting module ArgumentParserToolInfo
[9/104] Compiling WITExtractor SourcePrinter.swift
[10/105] Emitting module WITExtractor
[12/106] Compiling WITExtractor ConvertCase.swift
[14/106] Compiling WasmTypes GuestMemory.swift
[15/106] Emitting module WasmTypes
[16/107] Compiling WITExtractor WITBuilder.swift
[17/107] Compiling SystemPackage Syscalls.swift
[18/107] Compiling SystemPackage WindowsSyscallAdapters.swift
[19/107] Compiling SystemPackage MachPort.swift
[20/107] Compiling SystemPackage PlatformString.swift
[21/111] Emitting module WITExtractor
[22/111] Compiling SystemPackage FilePathSyntax.swift
[23/111] Compiling SystemPackage FilePathTemp.swift
[23/111] Wrapping AST for ArgumentParserToolInfo for debugging
[26/111] Compiling WITExtractor TypeMapping.swift
[27/111] Compiling WITExtractor SwiftAPIDigester.swift
/host/spi-builder-workspace/Sources/WITExtractor/SwiftAPIDigester.swift:131:27: error: cannot find 'Process' in scope
129 |             ]
130 |             args += arguments
131 |             let process = Process()
    |                           `- error: cannot find 'Process' in scope
132 |             process.executableURL = executableURL
133 |             process.arguments = args
[28/111] Compiling WITExtractor WITExtractor.swift
[29/111] Compiling WITExtractor SourceSummary.swift
[29/111] Wrapping AST for WITExtractor for debugging
BUILD FAILURE 6.1 wasm