Build Information
Successful build of WasmKit, reference 0.1.5 (ab6209
), with Swift 6.0 for Linux on 28 Mar 2025 09:25:49 UTC.
Swift 6 data race errors: 25
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftwasm/WasmKit.git
Reference: 0.1.5
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
* tag 0.1.5 -> FETCH_HEAD
HEAD is now at ab62093 Bump version to 0.1.5
Cloned https://github.com/swiftwasm/WasmKit.git
Revision (git rev-parse @):
ab620931c67155b2f000dd0d1f39522e3abe6490
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftwasm/WasmKit.git at 0.1.5
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
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" : "1.4.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/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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
[1/4221] Fetching swift-system
[4222/19008] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.43s)
[1183/14787] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.07s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.3.2 (0.74s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.82s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
[8/48] 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 {
[9/51] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/51] Emitting module ArgumentParserToolInfo
[11/52] Compiling WIT ParseFunctionDecl.swift
[12/52] Compiling WIT ParseInterface.swift
[13/52] Compiling WIT ParseTop.swift
[15/52] Emitting module WITExtractor
[16/52] Compiling WIT CanonicalDeallocation.swift
[17/52] Compiling WIT CanonicalLifting.swift
[18/53] Compiling WITExtractor WITBuilder.swift
[19/53] Compiling WIT ParseTypes.swift
[20/53] Compiling WIT ParseWorld.swift
[21/53] Compiling WIT Parser.swift
[22/53] Compiling WIT Type.swift
[23/53] Compiling WIT Validation.swift
[24/53] Compiling WIT SyntaxNode.swift
[25/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 {
[26/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 {
[27/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 {
[28/53] Compiling WITExtractor SourcePrinter.swift
[29/53] Compiling WITExtractor TypeMapping.swift
[30/53] Compiling WITExtractor ConvertCase.swift
[30/53] Wrapping AST for ArgumentParserToolInfo for debugging
[34/53] Compiling WIT CanonicalLoading.swift
[35/91] Compiling ArgumentParser BashCompletionsGenerator.swift
[36/91] Compiling ArgumentParser CompletionsGenerator.swift
[37/91] Compiling ArgumentParser FishCompletionsGenerator.swift
[38/91] Compiling ArgumentParser ZshCompletionsGenerator.swift
[39/91] Compiling ArgumentParser Argument.swift
[40/91] Compiling ArgumentParser ArgumentHelp.swift
[41/91] Emitting module ArgumentParser
[42/96] Compiling ArgumentParser ArgumentVisibility.swift
[43/96] Compiling ArgumentParser CompletionKind.swift
[44/96] Compiling ArgumentParser Errors.swift
[45/96] Compiling ArgumentParser Flag.swift
[46/96] Compiling ArgumentParser NameSpecification.swift
[47/96] Compiling ArgumentParser Option.swift
[48/96] Compiling ArgumentParser ExpressibleByArgument.swift
[49/96] Compiling ArgumentParser ParsableArguments.swift
[50/96] Compiling ArgumentParser ParsableArgumentsValidation.swift
[51/96] Compiling ArgumentParser ParsableCommand.swift
[52/96] Compiling ArgumentParser ArgumentDecoder.swift
[56/96] Compiling WITExtractor SwiftAPIDigester.swift
[57/96] Compiling WITExtractor SourceSummary.swift
[58/96] Compiling ArgumentParser OptionGroup.swift
[59/96] Compiling ArgumentParser AsyncParsableCommand.swift
[60/96] Compiling ArgumentParser CommandConfiguration.swift
[61/96] Compiling ArgumentParser CommandGroup.swift
[62/96] Compiling ArgumentParser EnumerableFlag.swift
[63/96] Compiling ArgumentParser ArgumentDefinition.swift
[64/96] Compiling ArgumentParser ArgumentSet.swift
[65/96] Compiling ArgumentParser CommandParser.swift
[66/96] Compiling ArgumentParser InputKey.swift
[67/96] Compiling ArgumentParser InputOrigin.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
/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/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
[74/97] Compiling WITExtractor WITExtractor.swift
[77/98] Compiling ArgumentParser CollectionExtensions.swift
[78/98] Compiling ArgumentParser Platform.swift
[79/98] Compiling ArgumentParser SequenceExtensions.swift
[80/98] Compiling ArgumentParser StringExtensions.swift
[81/98] Compiling ArgumentParser Tree.swift
[81/98] Wrapping AST for WIT for debugging
[82/98] Wrapping AST for WITExtractor for debugging
[84/122] Compiling ArgumentParser Name.swift
[85/122] Compiling ArgumentParser Parsed.swift
[86/122] Compiling ArgumentParser ParsedValues.swift
[87/122] Compiling ArgumentParser ParserError.swift
[88/122] Compiling ArgumentParser SplitArguments.swift
[89/122] Compiling ArgumentParser DumpHelpGenerator.swift
[90/122] Compiling ArgumentParser HelpCommand.swift
[91/122] Compiling ArgumentParser HelpGenerator.swift
[92/122] Compiling ArgumentParser MessageInfo.swift
[93/122] Compiling ArgumentParser UsageGenerator.swift
[94/123] Wrapping AST for ArgumentParser for debugging
[96/123] Compiling WITOverlayGenerator SourcePrinter.swift
[97/123] Compiling WITOverlayGenerator InterfaceTypeGenerator.swift
[98/123] Compiling WITOverlayGenerator TypeAccessory.swift
[99/126] Compiling WITOverlayGenerator HostExportInterface.swift
[100/126] Compiling WITOverlayGenerator HostWorldGenerator.swift
[101/126] Compiling WITOverlayGenerator WasmKitSourcePrinter.swift
[102/126] Compiling WITOverlayGenerator ConvertCase.swift
[103/126] Compiling WITOverlayGenerator SwiftName.swift
[104/126] Compiling WITOverlayGenerator TypeName.swift
[105/126] Compiling WITOverlayGenerator GuestPrelude.swift
[106/126] Compiling WITOverlayGenerator GuestWorldGenerator.swift
[107/126] Compiling WITOverlayGenerator HostExportFunction.swift
[108/126] Compiling WITOverlayGenerator DefinitionMapping.swift
[109/126] Compiling WITOverlayGenerator GuestExportFunction.swift
[110/126] Compiling WITOverlayGenerator GuestExportInterface.swift
[111/126] Compiling WITOverlayGenerator StaticCanonicalLifting.swift
[112/126] Compiling WITOverlayGenerator StaticCanonicalLoading.swift
[113/126] Compiling WITOverlayGenerator StaticCanonicalLowering.swift
[114/126] Compiling WITOverlayGenerator StaticCanonicalStoring.swift
[115/126] Compiling WITOverlayGenerator CanonicalName.swift
[116/126] Compiling WITOverlayGenerator CanonicalOperation.swift
[117/126] Compiling WITOverlayGenerator SignatureTranslation.swift
[118/126] Compiling WITOverlayGenerator StaticCanonicalDeallocation.swift
[119/126] Emitting module WITOverlayGenerator
[120/126] Compiling WITOverlayGenerator TypeDefinition.swift
[121/126] Compiling WITOverlayGenerator TypeGenerator.swift
[122/126] Compiling WITOverlayGenerator WITOverlayGen.swift
[123/127] Wrapping AST for WITOverlayGenerator for debugging
[125/130] Compiling WITTool Utilities.swift
[126/130] Compiling WITTool WITTool.swift
[127/130] Emitting module WITTool
[128/131] Wrapping AST for WITTool for debugging
[129/131] Write Objects.LinkFileList
[130/131] Linking WITTool-tool
Build of product 'WITTool' complete! (28.58s)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateOverlayForTesting
[3/3] Compiling plugin WITExtractorPlugin
[4/4] Compiling plugin WITOverlayPlugin
Building for debugging...
[4/43] Write sources
[20/43] Compiling _CabiShims shims.c
[21/43] Compiling CSystem shims.c
[22/43] Compiling _CWasmKit _CWasmKit.c
[23/43] Write swift-version-24593BA9C3E375BF.txt
[25/100] Emitting module SystemPackage
[26/102] Emitting module ArgumentParserToolInfo
[27/102] Compiling ArgumentParserToolInfo ToolInfo.swift
[28/103] Compiling WIT CanonicalLowering.swift
[29/103] Compiling WIT CanonicalStoring.swift
[31/103] Compiling SystemPackage Util.swift
[32/103] Compiling SystemPackage UtilConsumers.swift
[33/103] Compiling WIT ParseFunctionDecl.swift
[34/103] Compiling WIT ParseInterface.swift
[35/103] Compiling WIT ParseTop.swift
[36/103] Compiling WITExtractor ConvertCase.swift
[37/103] Compiling WITExtractor WITBuilder.swift
[38/107] Compiling WITExtractor TypeMapping.swift
[39/107] 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 {
[40/107] 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 {
[41/107] 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 {
[42/107] Compiling WIT Type.swift
[43/107] Compiling WIT Validation.swift
[44/107] Compiling WIT SyntaxNode.swift
[45/107] Compiling WIT CanonicalDeallocation.swift
[46/107] Compiling WIT CanonicalLifting.swift
[47/107] Compiling WIT CanonicalLoading.swift
[48/107] Emitting module WITExtractor
[54/107] Emitting module WasmTypes
[55/107] Compiling WasmTypes WasmTypes.swift
[56/107] Compiling WasmTypes GuestMemory.swift
[56/108] Wrapping AST for ArgumentParserToolInfo for debugging
[58/108] Compiling WIT AST.swift
[59/108] Compiling WIT ASTVisitor.swift
[60/108] Compiling WIT CanonicalABI.swift
[61/108] Compiling WIT Lexer.swift
[62/108] Compiling WIT PackageResolver.swift
[63/108] Compiling WIT NameLookup.swift
[64/108] Wrapping AST for WasmTypes for debugging
[66/146] Compiling ArgumentParser NameSpecification.swift
[67/146] Compiling ArgumentParser Option.swift
[68/146] Compiling ArgumentParser ArgumentDefinition.swift
[69/146] Compiling ArgumentParser CompletionKind.swift
[70/146] Compiling ArgumentParser Errors.swift
[71/146] Compiling ArgumentParser Flag.swift
[72/146] Compiling ArgumentParser CommandGroup.swift
[73/146] Compiling ArgumentParser EnumerableFlag.swift
[74/146] Compiling ArgumentParser ArgumentVisibility.swift
[75/147] Compiling ArgumentParser InputOrigin.swift
[76/147] Compiling ArgumentParser ExpressibleByArgument.swift
[77/147] Compiling ArgumentParser ParsableArguments.swift
[78/147] Wrapping AST for SystemPackage for debugging
[80/147] Compiling ArgumentParser OptionGroup.swift
[81/147] Compiling ArgumentParser AsyncParsableCommand.swift
[82/147] Compiling ArgumentParser CommandConfiguration.swift
[85/169] Compiling WasmParser ParsingLimits.swift
[86/170] Compiling WasmParser Stream.swift
/host/spi-builder-workspace/Sources/WasmParser/Stream/Stream.swift:3:10: warning: associated value 'unexpectedEnd(expected:)' of 'Sendable'-conforming generic enum 'StreamError' has non-sendable type 'Element'; this is an error in the Swift 6 language mode
1 | @usableFromInline
2 | enum StreamError<Element>: Swift.Error, Equatable where Element: Hashable {
| `- note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
3 | case unexpectedEnd(expected: Set<Element>?)
| `- warning: associated value 'unexpectedEnd(expected:)' of 'Sendable'-conforming generic enum 'StreamError' has non-sendable type 'Element'; this is an error in the Swift 6 language mode
4 | case unexpected(Element, index: Int, expected: Set<Element>?)
5 | }
/host/spi-builder-workspace/Sources/WasmParser/Stream/Stream.swift:4:10: warning: associated value 'unexpected(_:index:expected:)' of 'Sendable'-conforming generic enum 'StreamError' has non-sendable type 'Element'; this is an error in the Swift 6 language mode
1 | @usableFromInline
2 | enum StreamError<Element>: Swift.Error, Equatable where Element: Hashable {
| `- note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
3 | case unexpectedEnd(expected: Set<Element>?)
4 | case unexpected(Element, index: Int, expected: Set<Element>?)
| `- warning: associated value 'unexpected(_:index:expected:)' of 'Sendable'-conforming generic enum 'StreamError' has non-sendable type 'Element'; this is an error in the Swift 6 language mode
5 | }
6 |
/host/spi-builder-workspace/Sources/WasmParser/Stream/Stream.swift:4:10: warning: associated value 'unexpected(_:index:expected:)' of 'Sendable'-conforming generic enum 'StreamError' has non-sendable type 'Element'; this is an error in the Swift 6 language mode
1 | @usableFromInline
2 | enum StreamError<Element>: Swift.Error, Equatable where Element: Hashable {
| `- note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
3 | case unexpectedEnd(expected: Set<Element>?)
4 | case unexpected(Element, index: Int, expected: Set<Element>?)
| `- warning: associated value 'unexpected(_:index:expected:)' of 'Sendable'-conforming generic enum 'StreamError' has non-sendable type 'Element'; this is an error in the Swift 6 language mode
5 | }
6 |
[87/170] Compiling SystemExtras Clock.swift
[88/171] Compiling SystemExtras Constants.swift
[89/171] Compiling SystemExtras WindowsSyscallAdapter.swift
[90/171] Compiling SystemExtras Exports.swift
[91/171] Compiling SystemExtras Utils.swift
[92/171] Compiling SystemExtras Syscalls.swift
[93/171] Compiling WasmParser ByteStream.swift
[94/171] Compiling WasmParser FileHandleStream.swift
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:284:16: warning: static property 'unexpectedEnd' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
207 | public struct WasmParserError: Swift.Error {
208 | @usableFromInline
209 | struct Message {
| `- note: consider making struct 'Message' conform to the 'Sendable' protocol
210 | let text: String
211 |
:
282 |
283 | @usableFromInline
284 | static let unexpectedEnd = Self("Unexpected end of the stream")
| |- warning: static property 'unexpectedEnd' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unexpectedEnd' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
285 |
286 | @usableFromInline
[95/171] Emitting module SystemExtras
[96/171] Emitting module ArgumentParser
[97/171] Compiling WasmParser LEB.swift
[98/171] Compiling SystemExtras FileAtOperations.swift
[99/171] Compiling SystemExtras FileOperations.swift
[101/172] Compiling WasmParser BinaryInstructionDecoder.swift
[102/172] Compiling WasmParser InstructionVisitor.swift
[103/172] Compiling ArgumentParser FishCompletionsGenerator.swift
[104/172] Compiling ArgumentParser ZshCompletionsGenerator.swift
[105/172] Compiling ArgumentParser Argument.swift
[106/172] Compiling ArgumentParser ArgumentHelp.swift
[107/172] Compiling WITExtractor SourcePrinter.swift
[108/172] Compiling WITExtractor SourceSummary.swift
[109/172] Compiling WITExtractor SwiftAPIDigester.swift
[110/172] 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 {
[110/172] Wrapping AST for SystemExtras for debugging
[112/172] Compiling ArgumentParser CollectionExtensions.swift
[113/172] Compiling ArgumentParser Platform.swift
[114/172] Compiling ArgumentParser SequenceExtensions.swift
[115/172] Compiling ArgumentParser StringExtensions.swift
[116/172] Compiling ArgumentParser Tree.swift
[123/172] Compiling ArgumentParser ArgumentSet.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
[124/172] Compiling ArgumentParser CommandParser.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
[125/172] Compiling ArgumentParser InputKey.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
[126/173] Compiling WasmParser WasmTypes.swift
/host/spi-builder-workspace/Sources/WasmParser/WasmTypes.swift:208:38: warning: static property 'isPassiveOrDeclarative' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
190 | public struct ElementSegment: Equatable {
191 | @usableFromInline
192 | struct Flag: OptionSet {
| `- note: consider making struct 'Flag' conform to the 'Sendable' protocol
193 | @usableFromInline let rawValue: UInt32
194 |
:
206 | }
207 |
208 | @usableFromInline static let isPassiveOrDeclarative = Flag(rawValue: 1 << 0)
| |- warning: static property 'isPassiveOrDeclarative' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'isPassiveOrDeclarative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 | @usableFromInline static let isDeclarative = Flag(rawValue: 1 << 1)
210 | @usableFromInline static let hasTableIndex = Flag(rawValue: 1 << 1)
/host/spi-builder-workspace/Sources/WasmParser/WasmTypes.swift:209:38: warning: static property 'isDeclarative' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
190 | public struct ElementSegment: Equatable {
191 | @usableFromInline
192 | struct Flag: OptionSet {
| `- note: consider making struct 'Flag' conform to the 'Sendable' protocol
193 | @usableFromInline let rawValue: UInt32
194 |
:
207 |
208 | @usableFromInline static let isPassiveOrDeclarative = Flag(rawValue: 1 << 0)
209 | @usableFromInline static let isDeclarative = Flag(rawValue: 1 << 1)
| |- warning: static property 'isDeclarative' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'isDeclarative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
210 | @usableFromInline static let hasTableIndex = Flag(rawValue: 1 << 1)
211 | @usableFromInline static let usesExpressions = Flag(rawValue: 1 << 2)
/host/spi-builder-workspace/Sources/WasmParser/WasmTypes.swift:210:38: warning: static property 'hasTableIndex' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
190 | public struct ElementSegment: Equatable {
191 | @usableFromInline
192 | struct Flag: OptionSet {
| `- note: consider making struct 'Flag' conform to the 'Sendable' protocol
193 | @usableFromInline let rawValue: UInt32
194 |
:
208 | @usableFromInline static let isPassiveOrDeclarative = Flag(rawValue: 1 << 0)
209 | @usableFromInline static let isDeclarative = Flag(rawValue: 1 << 1)
210 | @usableFromInline static let hasTableIndex = Flag(rawValue: 1 << 1)
| |- warning: static property 'hasTableIndex' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hasTableIndex' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
211 | @usableFromInline static let usesExpressions = Flag(rawValue: 1 << 2)
212 | }
/host/spi-builder-workspace/Sources/WasmParser/WasmTypes.swift:211:38: warning: static property 'usesExpressions' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
190 | public struct ElementSegment: Equatable {
191 | @usableFromInline
192 | struct Flag: OptionSet {
| `- note: consider making struct 'Flag' conform to the 'Sendable' protocol
193 | @usableFromInline let rawValue: UInt32
194 |
:
209 | @usableFromInline static let isDeclarative = Flag(rawValue: 1 << 1)
210 | @usableFromInline static let hasTableIndex = Flag(rawValue: 1 << 1)
211 | @usableFromInline static let usesExpressions = Flag(rawValue: 1 << 2)
| |- warning: static property 'usesExpressions' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'usesExpressions' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
212 | }
213 |
[128/173] Compiling WITExtractor WITExtractor.swift
[129/186] Compiling WASI Clock.swift
[130/186] Compiling WASI FileSystem.swift
[130/186] Wrapping AST for WIT for debugging
[138/186] Wrapping AST for WITExtractor for debugging
[140/186] Compiling WASI OpenParent.swift
[141/187] Compiling WASI RandomBufferGenerator.swift
[142/196] Compiling ArgumentParser Name.swift
[143/196] Compiling ArgumentParser Parsed.swift
[144/196] Compiling ArgumentParser ParsedValues.swift
[145/196] Compiling ArgumentParser ParserError.swift
[146/196] Compiling ArgumentParser SplitArguments.swift
[147/196] Compiling ArgumentParser DumpHelpGenerator.swift
[148/196] Compiling ArgumentParser HelpCommand.swift
[149/196] Compiling ArgumentParser HelpGenerator.swift
[150/196] Compiling ArgumentParser MessageInfo.swift
[151/196] Compiling ArgumentParser UsageGenerator.swift
[152/211] Emitting module WasmParser
/host/spi-builder-workspace/Sources/WasmParser/Stream/Stream.swift:3:10: warning: associated value 'unexpectedEnd(expected:)' of 'Sendable'-conforming generic enum 'StreamError' has non-sendable type 'Element'; this is an error in the Swift 6 language mode
1 | @usableFromInline
2 | enum StreamError<Element>: Swift.Error, Equatable where Element: Hashable {
| `- note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
3 | case unexpectedEnd(expected: Set<Element>?)
| `- warning: associated value 'unexpectedEnd(expected:)' of 'Sendable'-conforming generic enum 'StreamError' has non-sendable type 'Element'; this is an error in the Swift 6 language mode
4 | case unexpected(Element, index: Int, expected: Set<Element>?)
5 | }
/host/spi-builder-workspace/Sources/WasmParser/Stream/Stream.swift:4:10: warning: associated value 'unexpected(_:index:expected:)' of 'Sendable'-conforming generic enum 'StreamError' has non-sendable type 'Element'; this is an error in the Swift 6 language mode
1 | @usableFromInline
2 | enum StreamError<Element>: Swift.Error, Equatable where Element: Hashable {
| `- note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
3 | case unexpectedEnd(expected: Set<Element>?)
4 | case unexpected(Element, index: Int, expected: Set<Element>?)
| `- warning: associated value 'unexpected(_:index:expected:)' of 'Sendable'-conforming generic enum 'StreamError' has non-sendable type 'Element'; this is an error in the Swift 6 language mode
5 | }
6 |
/host/spi-builder-workspace/Sources/WasmParser/Stream/Stream.swift:4:10: warning: associated value 'unexpected(_:index:expected:)' of 'Sendable'-conforming generic enum 'StreamError' has non-sendable type 'Element'; this is an error in the Swift 6 language mode
1 | @usableFromInline
2 | enum StreamError<Element>: Swift.Error, Equatable where Element: Hashable {
| `- note: consider making generic parameter 'Element' conform to the 'Sendable' protocol
3 | case unexpectedEnd(expected: Set<Element>?)
4 | case unexpected(Element, index: Int, expected: Set<Element>?)
| `- warning: associated value 'unexpected(_:index:expected:)' of 'Sendable'-conforming generic enum 'StreamError' has non-sendable type 'Element'; this is an error in the Swift 6 language mode
5 | }
6 |
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:201:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'WasmFeatureSet' may have shared mutable state; this is an error in the Swift 6 language mode
176 |
177 | /// Flags for enabling/disabling WebAssembly features
178 | public struct WasmFeatureSet: OptionSet {
| `- note: consider making struct 'WasmFeatureSet' conform to the 'Sendable' protocol
179 | /// The raw value of the feature set
180 | public let rawValue: Int
:
199 |
200 | /// The default feature set
201 | public static let `default`: WasmFeatureSet = [.referenceTypes]
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'WasmFeatureSet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
202 | /// The feature set with all features enabled
203 | public static let all: WasmFeatureSet = [.memory64, .referenceTypes, .threads, .tailCall]
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:203:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'WasmFeatureSet' may have shared mutable state; this is an error in the Swift 6 language mode
176 |
177 | /// Flags for enabling/disabling WebAssembly features
178 | public struct WasmFeatureSet: OptionSet {
| `- note: consider making struct 'WasmFeatureSet' conform to the 'Sendable' protocol
179 | /// The raw value of the feature set
180 | public let rawValue: Int
:
201 | public static let `default`: WasmFeatureSet = [.referenceTypes]
202 | /// The feature set with all features enabled
203 | public static let all: WasmFeatureSet = [.memory64, .referenceTypes, .threads, .tailCall]
| |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'WasmFeatureSet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
204 | }
205 |
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:217:9: warning: stored property 'message' of 'Sendable'-conforming struct 'WasmParserError' has non-sendable type 'WasmParserError.Message'; this is an error in the Swift 6 language mode
207 | public struct WasmParserError: Swift.Error {
208 | @usableFromInline
209 | struct Message {
| `- note: consider making struct 'Message' conform to the 'Sendable' protocol
210 | let text: String
211 |
:
215 | }
216 |
217 | let message: Message
| `- warning: stored property 'message' of 'Sendable'-conforming struct 'WasmParserError' has non-sendable type 'WasmParserError.Message'; this is an error in the Swift 6 language mode
218 | let offset: Int
219 |
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:278:16: warning: static property 'integerRepresentationTooLong' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
207 | public struct WasmParserError: Swift.Error {
208 | @usableFromInline
209 | struct Message {
| `- note: consider making struct 'Message' conform to the 'Sendable' protocol
210 | let text: String
211 |
:
276 |
277 | @usableFromInline
278 | static let integerRepresentationTooLong = Self("Integer representation is too long")
| |- warning: static property 'integerRepresentationTooLong' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'integerRepresentationTooLong' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
279 |
280 | @usableFromInline
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:281:16: warning: static property 'endOpcodeExpected' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
207 | public struct WasmParserError: Swift.Error {
208 | @usableFromInline
209 | struct Message {
| `- note: consider making struct 'Message' conform to the 'Sendable' protocol
210 | let text: String
211 |
:
279 |
280 | @usableFromInline
281 | static let endOpcodeExpected = Self("`end` opcode expected but not found")
| |- warning: static property 'endOpcodeExpected' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'endOpcodeExpected' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
282 |
283 | @usableFromInline
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:284:16: warning: static property 'unexpectedEnd' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
207 | public struct WasmParserError: Swift.Error {
208 | @usableFromInline
209 | struct Message {
| `- note: consider making struct 'Message' conform to the 'Sendable' protocol
210 | let text: String
211 |
:
282 |
283 | @usableFromInline
284 | static let unexpectedEnd = Self("Unexpected end of the stream")
| |- warning: static property 'unexpectedEnd' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unexpectedEnd' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
285 |
286 | @usableFromInline
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:306:16: warning: static property 'sectionOutOfOrder' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
207 | public struct WasmParserError: Swift.Error {
208 | @usableFromInline
209 | struct Message {
| `- note: consider making struct 'Message' conform to the 'Sendable' protocol
210 | let text: String
211 |
:
304 |
305 | @usableFromInline
306 | static let sectionOutOfOrder = Self("Sections in the module are out of order")
| |- warning: static property 'sectionOutOfOrder' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sectionOutOfOrder' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
307 |
308 | @usableFromInline
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:313:34: warning: static property 'malformedIndirectCall' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
207 | public struct WasmParserError: Swift.Error {
208 | @usableFromInline
209 | struct Message {
| `- note: consider making struct 'Message' conform to the 'Sendable' protocol
210 | let text: String
211 |
:
311 | }
312 |
313 | @usableFromInline static let malformedIndirectCall = Self("Malformed indirect call")
| |- warning: static property 'malformedIndirectCall' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'malformedIndirectCall' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
314 |
315 | @usableFromInline static func malformedDataSegmentKind(_ kind: UInt32) -> Self {
/host/spi-builder-workspace/Sources/WasmParser/WasmTypes.swift:208:38: warning: static property 'isPassiveOrDeclarative' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
190 | public struct ElementSegment: Equatable {
191 | @usableFromInline
192 | struct Flag: OptionSet {
| `- note: consider making struct 'Flag' conform to the 'Sendable' protocol
193 | @usableFromInline let rawValue: UInt32
194 |
:
206 | }
207 |
208 | @usableFromInline static let isPassiveOrDeclarative = Flag(rawValue: 1 << 0)
| |- warning: static property 'isPassiveOrDeclarative' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'isPassiveOrDeclarative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 | @usableFromInline static let isDeclarative = Flag(rawValue: 1 << 1)
210 | @usableFromInline static let hasTableIndex = Flag(rawValue: 1 << 1)
/host/spi-builder-workspace/Sources/WasmParser/WasmTypes.swift:209:38: warning: static property 'isDeclarative' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
190 | public struct ElementSegment: Equatable {
191 | @usableFromInline
192 | struct Flag: OptionSet {
| `- note: consider making struct 'Flag' conform to the 'Sendable' protocol
193 | @usableFromInline let rawValue: UInt32
194 |
:
207 |
208 | @usableFromInline static let isPassiveOrDeclarative = Flag(rawValue: 1 << 0)
209 | @usableFromInline static let isDeclarative = Flag(rawValue: 1 << 1)
| |- warning: static property 'isDeclarative' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'isDeclarative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
210 | @usableFromInline static let hasTableIndex = Flag(rawValue: 1 << 1)
211 | @usableFromInline static let usesExpressions = Flag(rawValue: 1 << 2)
/host/spi-builder-workspace/Sources/WasmParser/WasmTypes.swift:210:38: warning: static property 'hasTableIndex' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
190 | public struct ElementSegment: Equatable {
191 | @usableFromInline
192 | struct Flag: OptionSet {
| `- note: consider making struct 'Flag' conform to the 'Sendable' protocol
193 | @usableFromInline let rawValue: UInt32
194 |
:
208 | @usableFromInline static let isPassiveOrDeclarative = Flag(rawValue: 1 << 0)
209 | @usableFromInline static let isDeclarative = Flag(rawValue: 1 << 1)
210 | @usableFromInline static let hasTableIndex = Flag(rawValue: 1 << 1)
| |- warning: static property 'hasTableIndex' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hasTableIndex' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
211 | @usableFromInline static let usesExpressions = Flag(rawValue: 1 << 2)
212 | }
/host/spi-builder-workspace/Sources/WasmParser/WasmTypes.swift:211:38: warning: static property 'usesExpressions' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
190 | public struct ElementSegment: Equatable {
191 | @usableFromInline
192 | struct Flag: OptionSet {
| `- note: consider making struct 'Flag' conform to the 'Sendable' protocol
193 | @usableFromInline let rawValue: UInt32
194 |
:
209 | @usableFromInline static let isDeclarative = Flag(rawValue: 1 << 1)
210 | @usableFromInline static let hasTableIndex = Flag(rawValue: 1 << 1)
211 | @usableFromInline static let usesExpressions = Flag(rawValue: 1 << 2)
| |- warning: static property 'usesExpressions' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'usesExpressions' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
212 | }
213 |
[153/211] Compiling WASI Open.swift
[154/211] Emitting module WASI
[155/211] Compiling WITOverlayGenerator StaticCanonicalLowering.swift
[156/211] Compiling WITOverlayGenerator StaticCanonicalStoring.swift
[157/211] Compiling WITOverlayGenerator StaticCanonicalLifting.swift
[158/211] Compiling WITOverlayGenerator StaticCanonicalLoading.swift
[159/211] Compiling WITOverlayGenerator CanonicalName.swift
[160/211] Compiling WITOverlayGenerator CanonicalOperation.swift
[161/211] Compiling WITOverlayGenerator SignatureTranslation.swift
[162/211] Compiling WITOverlayGenerator StaticCanonicalDeallocation.swift
[163/211] Compiling WITOverlayGenerator TypeAccessory.swift
[165/211] Compiling ArgumentParser ParsableArgumentsValidation.swift
[166/211] Compiling ArgumentParser ParsableCommand.swift
[167/211] Compiling ArgumentParser ArgumentDecoder.swift
[168/211] Compiling WITOverlayGenerator HostExportInterface.swift
[169/211] Compiling WITOverlayGenerator HostWorldGenerator.swift
[170/211] Compiling WITOverlayGenerator WasmKitSourcePrinter.swift
[171/211] Compiling WITOverlayGenerator SourcePrinter.swift
[172/211] Compiling WITOverlayGenerator InterfaceTypeGenerator.swift
[174/212] Compiling WasmParser WasmParser.swift
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:201:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'WasmFeatureSet' may have shared mutable state; this is an error in the Swift 6 language mode
176 |
177 | /// Flags for enabling/disabling WebAssembly features
178 | public struct WasmFeatureSet: OptionSet {
| `- note: consider making struct 'WasmFeatureSet' conform to the 'Sendable' protocol
179 | /// The raw value of the feature set
180 | public let rawValue: Int
:
199 |
200 | /// The default feature set
201 | public static let `default`: WasmFeatureSet = [.referenceTypes]
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'WasmFeatureSet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
202 | /// The feature set with all features enabled
203 | public static let all: WasmFeatureSet = [.memory64, .referenceTypes, .threads, .tailCall]
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:203:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'WasmFeatureSet' may have shared mutable state; this is an error in the Swift 6 language mode
176 |
177 | /// Flags for enabling/disabling WebAssembly features
178 | public struct WasmFeatureSet: OptionSet {
| `- note: consider making struct 'WasmFeatureSet' conform to the 'Sendable' protocol
179 | /// The raw value of the feature set
180 | public let rawValue: Int
:
201 | public static let `default`: WasmFeatureSet = [.referenceTypes]
202 | /// The feature set with all features enabled
203 | public static let all: WasmFeatureSet = [.memory64, .referenceTypes, .threads, .tailCall]
| |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'WasmFeatureSet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'all' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
204 | }
205 |
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:217:9: warning: stored property 'message' of 'Sendable'-conforming struct 'WasmParserError' has non-sendable type 'WasmParserError.Message'; this is an error in the Swift 6 language mode
207 | public struct WasmParserError: Swift.Error {
208 | @usableFromInline
209 | struct Message {
| `- note: consider making struct 'Message' conform to the 'Sendable' protocol
210 | let text: String
211 |
:
215 | }
216 |
217 | let message: Message
| `- warning: stored property 'message' of 'Sendable'-conforming struct 'WasmParserError' has non-sendable type 'WasmParserError.Message'; this is an error in the Swift 6 language mode
218 | let offset: Int
219 |
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:278:16: warning: static property 'integerRepresentationTooLong' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
207 | public struct WasmParserError: Swift.Error {
208 | @usableFromInline
209 | struct Message {
| `- note: consider making struct 'Message' conform to the 'Sendable' protocol
210 | let text: String
211 |
:
276 |
277 | @usableFromInline
278 | static let integerRepresentationTooLong = Self("Integer representation is too long")
| |- warning: static property 'integerRepresentationTooLong' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'integerRepresentationTooLong' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
279 |
280 | @usableFromInline
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:281:16: warning: static property 'endOpcodeExpected' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
207 | public struct WasmParserError: Swift.Error {
208 | @usableFromInline
209 | struct Message {
| `- note: consider making struct 'Message' conform to the 'Sendable' protocol
210 | let text: String
211 |
:
279 |
280 | @usableFromInline
281 | static let endOpcodeExpected = Self("`end` opcode expected but not found")
| |- warning: static property 'endOpcodeExpected' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'endOpcodeExpected' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
282 |
283 | @usableFromInline
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:284:16: warning: static property 'unexpectedEnd' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
207 | public struct WasmParserError: Swift.Error {
208 | @usableFromInline
209 | struct Message {
| `- note: consider making struct 'Message' conform to the 'Sendable' protocol
210 | let text: String
211 |
:
282 |
283 | @usableFromInline
284 | static let unexpectedEnd = Self("Unexpected end of the stream")
| |- warning: static property 'unexpectedEnd' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'unexpectedEnd' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
285 |
286 | @usableFromInline
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:306:16: warning: static property 'sectionOutOfOrder' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
207 | public struct WasmParserError: Swift.Error {
208 | @usableFromInline
209 | struct Message {
| `- note: consider making struct 'Message' conform to the 'Sendable' protocol
210 | let text: String
211 |
:
304 |
305 | @usableFromInline
306 | static let sectionOutOfOrder = Self("Sections in the module are out of order")
| |- warning: static property 'sectionOutOfOrder' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sectionOutOfOrder' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
307 |
308 | @usableFromInline
/host/spi-builder-workspace/Sources/WasmParser/WasmParser.swift:313:34: warning: static property 'malformedIndirectCall' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
207 | public struct WasmParserError: Swift.Error {
208 | @usableFromInline
209 | struct Message {
| `- note: consider making struct 'Message' conform to the 'Sendable' protocol
210 | let text: String
211 |
:
311 | }
312 |
313 | @usableFromInline static let malformedIndirectCall = Self("Malformed indirect call")
| |- warning: static property 'malformedIndirectCall' is not concurrency-safe because non-'Sendable' type 'WasmParserError.Message' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'malformedIndirectCall' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
314 |
315 | @usableFromInline static func malformedDataSegmentKind(_ kind: UInt32) -> Self {
/host/spi-builder-workspace/Sources/WasmParser/WasmTypes.swift:208:38: warning: static property 'isPassiveOrDeclarative' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
190 | public struct ElementSegment: Equatable {
191 | @usableFromInline
192 | struct Flag: OptionSet {
| `- note: consider making struct 'Flag' conform to the 'Sendable' protocol
193 | @usableFromInline let rawValue: UInt32
194 |
:
206 | }
207 |
208 | @usableFromInline static let isPassiveOrDeclarative = Flag(rawValue: 1 << 0)
| |- warning: static property 'isPassiveOrDeclarative' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'isPassiveOrDeclarative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
209 | @usableFromInline static let isDeclarative = Flag(rawValue: 1 << 1)
210 | @usableFromInline static let hasTableIndex = Flag(rawValue: 1 << 1)
/host/spi-builder-workspace/Sources/WasmParser/WasmTypes.swift:209:38: warning: static property 'isDeclarative' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
190 | public struct ElementSegment: Equatable {
191 | @usableFromInline
192 | struct Flag: OptionSet {
| `- note: consider making struct 'Flag' conform to the 'Sendable' protocol
193 | @usableFromInline let rawValue: UInt32
194 |
:
207 |
208 | @usableFromInline static let isPassiveOrDeclarative = Flag(rawValue: 1 << 0)
209 | @usableFromInline static let isDeclarative = Flag(rawValue: 1 << 1)
| |- warning: static property 'isDeclarative' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'isDeclarative' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
210 | @usableFromInline static let hasTableIndex = Flag(rawValue: 1 << 1)
211 | @usableFromInline static let usesExpressions = Flag(rawValue: 1 << 2)
/host/spi-builder-workspace/Sources/WasmParser/WasmTypes.swift:210:38: warning: static property 'hasTableIndex' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
190 | public struct ElementSegment: Equatable {
191 | @usableFromInline
192 | struct Flag: OptionSet {
| `- note: consider making struct 'Flag' conform to the 'Sendable' protocol
193 | @usableFromInline let rawValue: UInt32
194 |
:
208 | @usableFromInline static let isPassiveOrDeclarative = Flag(rawValue: 1 << 0)
209 | @usableFromInline static let isDeclarative = Flag(rawValue: 1 << 1)
210 | @usableFromInline static let hasTableIndex = Flag(rawValue: 1 << 1)
| |- warning: static property 'hasTableIndex' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'hasTableIndex' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
211 | @usableFromInline static let usesExpressions = Flag(rawValue: 1 << 2)
212 | }
/host/spi-builder-workspace/Sources/WasmParser/WasmTypes.swift:211:38: warning: static property 'usesExpressions' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
190 | public struct ElementSegment: Equatable {
191 | @usableFromInline
192 | struct Flag: OptionSet {
| `- note: consider making struct 'Flag' conform to the 'Sendable' protocol
193 | @usableFromInline let rawValue: UInt32
194 |
:
209 | @usableFromInline static let isDeclarative = Flag(rawValue: 1 << 1)
210 | @usableFromInline static let hasTableIndex = Flag(rawValue: 1 << 1)
211 | @usableFromInline static let usesExpressions = Flag(rawValue: 1 << 2)
| |- warning: static property 'usesExpressions' is not concurrency-safe because non-'Sendable' type 'ElementSegment.Flag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'usesExpressions' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
212 | }
213 |
[179/216] Wrapping AST for ArgumentParser for debugging
[183/216] Wrapping AST for WasmParser for debugging
[188/216] Compiling WITOverlayGenerator ConvertCase.swift
[189/216] Compiling WITOverlayGenerator SwiftName.swift
[190/216] Compiling WITOverlayGenerator TypeName.swift
[191/216] Compiling WITOverlayGenerator GuestPrelude.swift
[192/216] Compiling WITOverlayGenerator GuestWorldGenerator.swift
[193/216] Compiling WITOverlayGenerator HostExportFunction.swift
[194/258] Emitting module WITOverlayGenerator
[195/258] Compiling WasmKit ComponentTypes.swift
[196/258] Compiling WasmKit Execution.swift
[197/258] Compiling WasmKit Function.swift
[198/258] Compiling WasmKit IO.swift
[199/258] Compiling WasmKit Instances.swift
[200/258] Compiling WasmKit Engine.swift
[201/258] Compiling WasmKit ConstEvaluation.swift
[202/258] Compiling WasmKit SignpostTracer.swift
[203/258] Compiling WasmKit Store.swift
[204/258] Compiling WasmKit StoreAllocator.swift
[206/259] Compiling WasmKit CanonicalLowering.swift
[207/259] Compiling WasmKit CanonicalOptions.swift
[207/260] Wrapping AST for WITOverlayGenerator for debugging
[209/260] Compiling WAT ExpressionParser.swift
[210/260] Compiling WasmKit Misc.swift
[211/260] Compiling WasmKit Table.swift
[212/260] Compiling WasmKit NameRegistry.swift
[213/260] Compiling WasmKit Profiler.swift
[214/267] Compiling WAT Parser.swift
/host/spi-builder-workspace/Sources/WAT/Parser.swift:340:16: warning: stored property 'location' of 'Sendable'-conforming struct 'WatParserError' has non-sendable type 'Location?'; this is an error in the Swift 6 language mode
338 | public struct WatParserError: Error, CustomStringConvertible {
339 | public let message: String
340 | public let location: Location?
| `- warning: stored property 'location' of 'Sendable'-conforming struct 'WatParserError' has non-sendable type 'Location?'; this is an error in the Swift 6 language mode
341 |
342 | public var description: String {
/host/spi-builder-workspace/Sources/WAT/Location.swift:2:15: note: consider making struct 'Location' conform to the 'Sendable' protocol
1 | /// A location in a WAT source file.
2 | public struct Location: Equatable, CustomDebugStringConvertible {
| `- note: consider making struct 'Location' conform to the 'Sendable' protocol
3 | let index: Lexer.Index
4 | let source: String.UnicodeScalarView
[215/267] Compiling WASI WASI.swift
[216/268] Compiling WasmKit Runtime.swift
[220/268] Emitting module WAT
/host/spi-builder-workspace/Sources/WAT/Parser.swift:340:16: warning: stored property 'location' of 'Sendable'-conforming struct 'WatParserError' has non-sendable type 'Location?'; this is an error in the Swift 6 language mode
338 | public struct WatParserError: Error, CustomStringConvertible {
339 | public let message: String
340 | public let location: Location?
| `- warning: stored property 'location' of 'Sendable'-conforming struct 'WatParserError' has non-sendable type 'Location?'; this is an error in the Swift 6 language mode
341 |
342 | public var description: String {
/host/spi-builder-workspace/Sources/WAT/Location.swift:2:15: note: consider making struct 'Location' conform to the 'Sendable' protocol
1 | /// A location in a WAT source file.
2 | public struct Location: Equatable, CustomDebugStringConvertible {
| `- note: consider making struct 'Location' conform to the 'Sendable' protocol
3 | let index: Lexer.Index
4 | let source: String.UnicodeScalarView
/host/spi-builder-workspace/Sources/WAT/WAT.swift:9:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'EncodeOptions' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | /// Options for encoding a WebAssembly module into a binary format.
4 | public struct EncodeOptions {
| `- note: consider making struct 'EncodeOptions' conform to the 'Sendable' protocol
5 | /// Whether to include the name section.
6 | public var nameSection: Bool
7 |
8 | /// The default encoding options.
9 | public static let `default` = EncodeOptions()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'EncodeOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | /// Creates a new encoding options instance.
[221/268] Compiling WasmKit CanonicalCall.swift
[222/268] Compiling WasmKit CanonicalLifting.swift
[223/268] Compiling WAT WastParser.swift
[224/268] Compiling WAT WatParser.swift
[226/268] Emitting module WITTool
[226/268] Wrapping AST for WASI for debugging
[228/268] Compiling WAT WAT.swift
/host/spi-builder-workspace/Sources/WAT/WAT.swift:9:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'EncodeOptions' may have shared mutable state; this is an error in the Swift 6 language mode
2 |
3 | /// Options for encoding a WebAssembly module into a binary format.
4 | public struct EncodeOptions {
| `- note: consider making struct 'EncodeOptions' conform to the 'Sendable' protocol
5 | /// Whether to include the name section.
6 | public var nameSection: Bool
7 |
8 | /// The default encoding options.
9 | public static let `default` = EncodeOptions()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'EncodeOptions' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | /// Creates a new encoding options instance.
[232/269] Compiling WasmKit UntypedValue.swift
[233/269] Compiling WasmKit Value.swift
[234/269] Compiling WasmKit Imports.swift
[235/269] Compiling WasmKit Module.swift
[235/269] Wrapping AST for WAT for debugging
[237/269] Compiling WITTool Utilities.swift
[238/269] Compiling WITTool WITTool.swift
[239/270] Wrapping AST for WITTool for debugging
[240/270] Write Objects.LinkFileList
[245/270] Linking WITTool
/host/spi-builder-workspace/Sources/WasmKit/Component/ComponentTypes.swift:4:16: warning: stored property 'content' of 'Sendable'-conforming generic struct 'ComponentError' has non-sendable type 'Content'; this is an error in the Swift 6 language mode
1 | /// Error type raised from Component Model operations
2 | public struct ComponentError<Content>: Error {
| `- note: consider making generic parameter 'Content' conform to the 'Sendable' protocol
3 | /// The content of the error
4 | public let content: Content
| `- warning: stored property 'content' of 'Sendable'-conforming generic struct 'ComponentError' has non-sendable type 'Content'; this is an error in the Swift 6 language mode
5 |
6 | /// Initialize a new error with the given content
/host/spi-builder-workspace/Sources/WasmKit/Component/ComponentTypes.swift:4:16: warning: stored property 'content' of 'Sendable'-conforming generic struct 'ComponentError' has non-sendable type 'Content'; this is an error in the Swift 6 language mode
1 | /// Error type raised from Component Model operations
2 | public struct ComponentError<Content>: Error {
| `- note: consider making generic parameter 'Content' conform to the 'Sendable' protocol
3 | /// The content of the error
4 | public let content: Content
| `- warning: stored property 'content' of 'Sendable'-conforming generic struct 'ComponentError' has non-sendable type 'Content'; this is an error in the Swift 6 language mode
5 |
6 | /// Initialize a new error with the given content
/host/spi-builder-workspace/Sources/WasmKit/Component/ComponentTypes.swift:4:16: warning: stored property 'content' of 'Sendable'-conforming generic struct 'ComponentError' has non-sendable type 'Content'; this is an error in the Swift 6 language mode
1 | /// Error type raised from Component Model operations
2 | public struct ComponentError<Content>: Error {
| `- note: consider making generic parameter 'Content' conform to the 'Sendable' protocol
3 | /// The content of the error
4 | public let content: Content
| `- warning: stored property 'content' of 'Sendable'-conforming generic struct 'ComponentError' has non-sendable type 'Content'; this is an error in the Swift 6 language mode
5 |
6 | /// Initialize a new error with the given content
/host/spi-builder-workspace/Sources/WasmKit/Component/ComponentTypes.swift:4:16: warning: stored property 'content' of 'Sendable'-conforming generic struct 'ComponentError' has non-sendable type 'Content'; this is an error in the Swift 6 language mode
1 | /// Error type raised from Component Model operations
2 | public struct ComponentError<Content>: Error {
| `- note: consider making generic parameter 'Content' conform to the 'Sendable' protocol
3 | /// The content of the error
4 | public let content: Content
| `- warning: stored property 'content' of 'Sendable'-conforming generic struct 'ComponentError' has non-sendable type 'Content'; this is an error in the Swift 6 language mode
5 |
6 | /// Initialize a new error with the given content
/host/spi-builder-workspace/Sources/WasmKit/Component/ComponentTypes.swift:4:16: warning: stored property 'content' of 'Sendable'-conforming generic struct 'ComponentError' has non-sendable type 'Content'; this is an error in the Swift 6 language mode
1 | /// Error type raised from Component Model operations
2 | public struct ComponentError<Content>: Error {
| `- note: consider making generic parameter 'Content' conform to the 'Sendable' protocol
3 | /// The content of the error
4 | public let content: Content
| `- warning: stored property 'content' of 'Sendable'-conforming generic struct 'ComponentError' has non-sendable type 'Content'; this is an error in the Swift 6 language mode
5 |
6 | /// Initialize a new error with the given content
[252/270] Emitting module WasmKit
/host/spi-builder-workspace/Sources/WasmKit/Component/ComponentTypes.swift:4:16: warning: stored property 'content' of 'Sendable'-conforming generic struct 'ComponentError' has non-sendable type 'Content'; this is an error in the Swift 6 language mode
1 | /// Error type raised from Component Model operations
2 | public struct ComponentError<Content>: Error {
| `- note: consider making generic parameter 'Content' conform to the 'Sendable' protocol
3 | /// The content of the error
4 | public let content: Content
| `- warning: stored property 'content' of 'Sendable'-conforming generic struct 'ComponentError' has non-sendable type 'Content'; this is an error in the Swift 6 language mode
5 |
6 | /// Initialize a new error with the given content
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:34:22: warning: stored property 'backtrace' of 'Sendable'-conforming struct 'Trap' has non-sendable type 'Backtrace?'; this is an error in the Swift 6 language mode
4 |
5 | /// The backtrace of the trap.
6 | struct Backtrace: CustomStringConvertible {
| `- note: consider making struct 'Backtrace' conform to the 'Sendable' protocol
7 | /// A symbol in the backtrace.
8 | struct Symbol {
:
32 |
33 | /// The backtrace of the trap.
34 | private(set) var backtrace: Backtrace?
| `- warning: stored property 'backtrace' of 'Sendable'-conforming struct 'Trap' has non-sendable type 'Backtrace?'; this is an error in the Swift 6 language mode
35 |
36 | init(_ code: TrapReason, backtrace: Backtrace? = nil) {
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:85:10: warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
83 | case indirectCallToNull(Int)
84 | /// Indirect call type mismatch
85 | case typeMismatchCall(actual: FunctionType, expected: FunctionType)
| `- warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
86 | /// Integer divided by zero
87 | case integerDividedByZero
/host/spi-builder-workspace/Sources/WasmTypes/WasmTypes.swift:5:15: note: struct 'FunctionType' does not conform to the 'Sendable' protocol
3 | /// > Note:
4 | /// <https://webassembly.github.io/spec/core/syntax/types.html#function-types>
5 | public struct FunctionType: Equatable, Hashable {
| `- note: struct 'FunctionType' does not conform to the 'Sendable' protocol
6 | public init(parameters: [ValueType], results: [ValueType] = []) {
7 | self.parameters = parameters
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WasmTypes'
1 | import WasmTypes
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WasmTypes'
2 |
3 | import struct WasmParser.Import
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:85:10: warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
83 | case indirectCallToNull(Int)
84 | /// Indirect call type mismatch
85 | case typeMismatchCall(actual: FunctionType, expected: FunctionType)
| `- warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
86 | /// Integer divided by zero
87 | case integerDividedByZero
/host/spi-builder-workspace/Sources/WasmTypes/WasmTypes.swift:5:15: note: struct 'FunctionType' does not conform to the 'Sendable' protocol
3 | /// > Note:
4 | /// <https://webassembly.github.io/spec/core/syntax/types.html#function-types>
5 | public struct FunctionType: Equatable, Hashable {
| `- note: struct 'FunctionType' does not conform to the 'Sendable' protocol
6 | public init(parameters: [ValueType], results: [ValueType] = []) {
7 | self.parameters = parameters
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:34:22: warning: stored property 'backtrace' of 'Sendable'-conforming struct 'Trap' has non-sendable type 'Backtrace?'; this is an error in the Swift 6 language mode
4 |
5 | /// The backtrace of the trap.
6 | struct Backtrace: CustomStringConvertible {
| `- note: consider making struct 'Backtrace' conform to the 'Sendable' protocol
7 | /// A symbol in the backtrace.
8 | struct Symbol {
:
32 |
33 | /// The backtrace of the trap.
34 | private(set) var backtrace: Backtrace?
| `- warning: stored property 'backtrace' of 'Sendable'-conforming struct 'Trap' has non-sendable type 'Backtrace?'; this is an error in the Swift 6 language mode
35 |
36 | init(_ code: TrapReason, backtrace: Backtrace? = nil) {
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:85:10: warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
83 | case indirectCallToNull(Int)
84 | /// Indirect call type mismatch
85 | case typeMismatchCall(actual: FunctionType, expected: FunctionType)
| `- warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
86 | /// Integer divided by zero
87 | case integerDividedByZero
/host/spi-builder-workspace/Sources/WasmTypes/WasmTypes.swift:5:15: note: struct 'FunctionType' does not conform to the 'Sendable' protocol
3 | /// > Note:
4 | /// <https://webassembly.github.io/spec/core/syntax/types.html#function-types>
5 | public struct FunctionType: Equatable, Hashable {
| `- note: struct 'FunctionType' does not conform to the 'Sendable' protocol
6 | public init(parameters: [ValueType], results: [ValueType] = []) {
7 | self.parameters = parameters
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WasmTypes'
1 | import WasmTypes
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WasmTypes'
2 |
3 | import struct WasmParser.Import
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:85:10: warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
83 | case indirectCallToNull(Int)
84 | /// Indirect call type mismatch
85 | case typeMismatchCall(actual: FunctionType, expected: FunctionType)
| `- warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
86 | /// Integer divided by zero
87 | case integerDividedByZero
/host/spi-builder-workspace/Sources/WasmTypes/WasmTypes.swift:5:15: note: struct 'FunctionType' does not conform to the 'Sendable' protocol
3 | /// > Note:
4 | /// <https://webassembly.github.io/spec/core/syntax/types.html#function-types>
5 | public struct FunctionType: Equatable, Hashable {
| `- note: struct 'FunctionType' does not conform to the 'Sendable' protocol
6 | public init(parameters: [ValueType], results: [ValueType] = []) {
7 | self.parameters = parameters
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:34:22: warning: stored property 'backtrace' of 'Sendable'-conforming struct 'Trap' has non-sendable type 'Backtrace?'; this is an error in the Swift 6 language mode
4 |
5 | /// The backtrace of the trap.
6 | struct Backtrace: CustomStringConvertible {
| `- note: consider making struct 'Backtrace' conform to the 'Sendable' protocol
7 | /// A symbol in the backtrace.
8 | struct Symbol {
:
32 |
33 | /// The backtrace of the trap.
34 | private(set) var backtrace: Backtrace?
| `- warning: stored property 'backtrace' of 'Sendable'-conforming struct 'Trap' has non-sendable type 'Backtrace?'; this is an error in the Swift 6 language mode
35 |
36 | init(_ code: TrapReason, backtrace: Backtrace? = nil) {
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:85:10: warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
83 | case indirectCallToNull(Int)
84 | /// Indirect call type mismatch
85 | case typeMismatchCall(actual: FunctionType, expected: FunctionType)
| `- warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
86 | /// Integer divided by zero
87 | case integerDividedByZero
/host/spi-builder-workspace/Sources/WasmTypes/WasmTypes.swift:5:15: note: struct 'FunctionType' does not conform to the 'Sendable' protocol
3 | /// > Note:
4 | /// <https://webassembly.github.io/spec/core/syntax/types.html#function-types>
5 | public struct FunctionType: Equatable, Hashable {
| `- note: struct 'FunctionType' does not conform to the 'Sendable' protocol
6 | public init(parameters: [ValueType], results: [ValueType] = []) {
7 | self.parameters = parameters
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WasmTypes'
1 | import WasmTypes
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WasmTypes'
2 |
3 | import struct WasmParser.Import
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:85:10: warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
83 | case indirectCallToNull(Int)
84 | /// Indirect call type mismatch
85 | case typeMismatchCall(actual: FunctionType, expected: FunctionType)
| `- warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
86 | /// Integer divided by zero
87 | case integerDividedByZero
/host/spi-builder-workspace/Sources/WasmTypes/WasmTypes.swift:5:15: note: struct 'FunctionType' does not conform to the 'Sendable' protocol
3 | /// > Note:
4 | /// <https://webassembly.github.io/spec/core/syntax/types.html#function-types>
5 | public struct FunctionType: Equatable, Hashable {
| `- note: struct 'FunctionType' does not conform to the 'Sendable' protocol
6 | public init(parameters: [ValueType], results: [ValueType] = []) {
7 | self.parameters = parameters
[255/270] Compiling WasmKit DispatchInstruction.swift
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:34:22: warning: stored property 'backtrace' of 'Sendable'-conforming struct 'Trap' has non-sendable type 'Backtrace?'; this is an error in the Swift 6 language mode
4 |
5 | /// The backtrace of the trap.
6 | struct Backtrace: CustomStringConvertible {
| `- note: consider making struct 'Backtrace' conform to the 'Sendable' protocol
7 | /// A symbol in the backtrace.
8 | struct Symbol {
:
32 |
33 | /// The backtrace of the trap.
34 | private(set) var backtrace: Backtrace?
| `- warning: stored property 'backtrace' of 'Sendable'-conforming struct 'Trap' has non-sendable type 'Backtrace?'; this is an error in the Swift 6 language mode
35 |
36 | init(_ code: TrapReason, backtrace: Backtrace? = nil) {
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:85:10: warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
83 | case indirectCallToNull(Int)
84 | /// Indirect call type mismatch
85 | case typeMismatchCall(actual: FunctionType, expected: FunctionType)
| `- warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
86 | /// Integer divided by zero
87 | case integerDividedByZero
/host/spi-builder-workspace/Sources/WasmTypes/WasmTypes.swift:5:15: note: struct 'FunctionType' does not conform to the 'Sendable' protocol
3 | /// > Note:
4 | /// <https://webassembly.github.io/spec/core/syntax/types.html#function-types>
5 | public struct FunctionType: Equatable, Hashable {
| `- note: struct 'FunctionType' does not conform to the 'Sendable' protocol
6 | public init(parameters: [ValueType], results: [ValueType] = []) {
7 | self.parameters = parameters
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WasmTypes'
1 | import WasmTypes
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WasmTypes'
2 |
3 | import struct WasmParser.Import
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:85:10: warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
83 | case indirectCallToNull(Int)
84 | /// Indirect call type mismatch
85 | case typeMismatchCall(actual: FunctionType, expected: FunctionType)
| `- warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
86 | /// Integer divided by zero
87 | case integerDividedByZero
/host/spi-builder-workspace/Sources/WasmTypes/WasmTypes.swift:5:15: note: struct 'FunctionType' does not conform to the 'Sendable' protocol
3 | /// > Note:
4 | /// <https://webassembly.github.io/spec/core/syntax/types.html#function-types>
5 | public struct FunctionType: Equatable, Hashable {
| `- note: struct 'FunctionType' does not conform to the 'Sendable' protocol
6 | public init(parameters: [ValueType], results: [ValueType] = []) {
7 | self.parameters = parameters
[256/270] Compiling WasmKit EngineInterceptor.swift
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:34:22: warning: stored property 'backtrace' of 'Sendable'-conforming struct 'Trap' has non-sendable type 'Backtrace?'; this is an error in the Swift 6 language mode
4 |
5 | /// The backtrace of the trap.
6 | struct Backtrace: CustomStringConvertible {
| `- note: consider making struct 'Backtrace' conform to the 'Sendable' protocol
7 | /// A symbol in the backtrace.
8 | struct Symbol {
:
32 |
33 | /// The backtrace of the trap.
34 | private(set) var backtrace: Backtrace?
| `- warning: stored property 'backtrace' of 'Sendable'-conforming struct 'Trap' has non-sendable type 'Backtrace?'; this is an error in the Swift 6 language mode
35 |
36 | init(_ code: TrapReason, backtrace: Backtrace? = nil) {
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:85:10: warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
83 | case indirectCallToNull(Int)
84 | /// Indirect call type mismatch
85 | case typeMismatchCall(actual: FunctionType, expected: FunctionType)
| `- warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
86 | /// Integer divided by zero
87 | case integerDividedByZero
/host/spi-builder-workspace/Sources/WasmTypes/WasmTypes.swift:5:15: note: struct 'FunctionType' does not conform to the 'Sendable' protocol
3 | /// > Note:
4 | /// <https://webassembly.github.io/spec/core/syntax/types.html#function-types>
5 | public struct FunctionType: Equatable, Hashable {
| `- note: struct 'FunctionType' does not conform to the 'Sendable' protocol
6 | public init(parameters: [ValueType], results: [ValueType] = []) {
7 | self.parameters = parameters
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WasmTypes'
1 | import WasmTypes
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WasmTypes'
2 |
3 | import struct WasmParser.Import
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:85:10: warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
83 | case indirectCallToNull(Int)
84 | /// Indirect call type mismatch
85 | case typeMismatchCall(actual: FunctionType, expected: FunctionType)
| `- warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
86 | /// Integer divided by zero
87 | case integerDividedByZero
/host/spi-builder-workspace/Sources/WasmTypes/WasmTypes.swift:5:15: note: struct 'FunctionType' does not conform to the 'Sendable' protocol
3 | /// > Note:
4 | /// <https://webassembly.github.io/spec/core/syntax/types.html#function-types>
5 | public struct FunctionType: Equatable, Hashable {
| `- note: struct 'FunctionType' does not conform to the 'Sendable' protocol
6 | public init(parameters: [ValueType], results: [ValueType] = []) {
7 | self.parameters = parameters
[257/270] Compiling WasmKit Errors.swift
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:34:22: warning: stored property 'backtrace' of 'Sendable'-conforming struct 'Trap' has non-sendable type 'Backtrace?'; this is an error in the Swift 6 language mode
4 |
5 | /// The backtrace of the trap.
6 | struct Backtrace: CustomStringConvertible {
| `- note: consider making struct 'Backtrace' conform to the 'Sendable' protocol
7 | /// A symbol in the backtrace.
8 | struct Symbol {
:
32 |
33 | /// The backtrace of the trap.
34 | private(set) var backtrace: Backtrace?
| `- warning: stored property 'backtrace' of 'Sendable'-conforming struct 'Trap' has non-sendable type 'Backtrace?'; this is an error in the Swift 6 language mode
35 |
36 | init(_ code: TrapReason, backtrace: Backtrace? = nil) {
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:85:10: warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
83 | case indirectCallToNull(Int)
84 | /// Indirect call type mismatch
85 | case typeMismatchCall(actual: FunctionType, expected: FunctionType)
| `- warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
86 | /// Integer divided by zero
87 | case integerDividedByZero
/host/spi-builder-workspace/Sources/WasmTypes/WasmTypes.swift:5:15: note: struct 'FunctionType' does not conform to the 'Sendable' protocol
3 | /// > Note:
4 | /// <https://webassembly.github.io/spec/core/syntax/types.html#function-types>
5 | public struct FunctionType: Equatable, Hashable {
| `- note: struct 'FunctionType' does not conform to the 'Sendable' protocol
6 | public init(parameters: [ValueType], results: [ValueType] = []) {
7 | self.parameters = parameters
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WasmTypes'
1 | import WasmTypes
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'WasmTypes'
2 |
3 | import struct WasmParser.Import
/host/spi-builder-workspace/Sources/WasmKit/Execution/Errors.swift:85:10: warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
83 | case indirectCallToNull(Int)
84 | /// Indirect call type mismatch
85 | case typeMismatchCall(actual: FunctionType, expected: FunctionType)
| `- warning: associated value 'typeMismatchCall(actual:expected:)' of 'Sendable'-conforming enum 'TrapReason' has non-sendable type 'FunctionType'; this is an error in the Swift 6 language mode
86 | /// Integer divided by zero
87 | case integerDividedByZero
/host/spi-builder-workspace/Sources/WasmTypes/WasmTypes.swift:5:15: note: struct 'FunctionType' does not conform to the 'Sendable' protocol
3 | /// > Note:
4 | /// <https://webassembly.github.io/spec/core/syntax/types.html#function-types>
5 | public struct FunctionType: Equatable, Hashable {
| `- note: struct 'FunctionType' does not conform to the 'Sendable' protocol
6 | public init(parameters: [ValueType], results: [ValueType] = []) {
7 | self.parameters = parameters
[258/270] Compiling WasmKit Control.swift
[259/270] Compiling WasmKit Instruction.swift
[260/270] Compiling WasmKit InstructionSupport.swift
[261/270] Compiling WasmKit Memory.swift
[262/270] Compiling WasmKit ModuleParser.swift
[263/270] Compiling WasmKit ResourceLimiter.swift
[264/270] Compiling WasmKit Translator.swift
[265/270] Compiling WasmKit Validator.swift
[266/271] Wrapping AST for WasmKit for debugging
[268/275] Emitting module WasmKitWASI
[269/275] Compiling WasmKitWASI WASIBridgeToHost+WasmKit.swift
[270/276] Emitting module WasmKitFuzzing
[271/276] Compiling WasmKitFuzzing WasmKitFuzzing.swift
[272/277] Wrapping AST for WasmKitWASI for debugging
[275/281] Compiling CLI Explore.swift
[276/281] Compiling CLI Run.swift
[277/281] Emitting module CLI
[278/281] Compiling CLI CLI.swift
[279/282] Wrapping AST for CLI for debugging
[280/282] Write Objects.LinkFileList
[281/282] Linking wasmkit-cli
Build complete! (65.99s)
Build complete.
{
"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" : "1.4.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/Run.swift"
],
"target_dependencies" : [
"WAT",
"WasmKit",
"WasmKitWASI"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.