Build Information
Successful build of WasmKit, reference main (ab6209
), with Swift 6.0 for Linux on 28 Mar 2025 23:29:57 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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swiftwasm/WasmKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 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 main
========================================
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-argument-parser
Fetching https://github.com/apple/swift-system
[1/4221] Fetching swift-system
[4222/19008] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.49s)
[888/14787] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.19s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.3.2 (0.97s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.09s)
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
[14/52] Compiling WIT ParseTypes.swift
[15/52] Compiling WIT ParseWorld.swift
[16/52] Compiling WIT Parser.swift
[17/52] Compiling WITExtractor WITBuilder.swift
[18/52] Compiling WITExtractor TypeMapping.swift
[20/53] Compiling WITExtractor ConvertCase.swift
[21/53] Emitting module WITExtractor
[22/53] Compiling WIT AST.swift
[23/53] Compiling WIT ASTVisitor.swift
[24/53] Compiling WIT CanonicalLowering.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
[25/53] Compiling WIT CanonicalStoring.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
[26/53] Compiling WIT Diagnostics.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
[27/53] Compiling WIT Type.swift
[28/53] Compiling WIT Validation.swift
[29/53] Compiling WIT SyntaxNode.swift
[29/53] Wrapping AST for ArgumentParserToolInfo for debugging
[31/91] Emitting module ArgumentParser
[32/96] Compiling ArgumentParser ArgumentVisibility.swift
[33/96] Compiling ArgumentParser CompletionKind.swift
[34/96] Compiling ArgumentParser Errors.swift
[35/96] Compiling ArgumentParser Flag.swift
[36/96] Compiling ArgumentParser NameSpecification.swift
[37/96] Compiling ArgumentParser Option.swift
[38/96] Compiling ArgumentParser OptionGroup.swift
[39/96] Compiling ArgumentParser AsyncParsableCommand.swift
[40/96] Compiling ArgumentParser CommandConfiguration.swift
[41/96] Compiling ArgumentParser CommandGroup.swift
[42/96] Compiling ArgumentParser EnumerableFlag.swift
[43/96] Compiling ArgumentParser Name.swift
[44/96] Compiling ArgumentParser Parsed.swift
[45/96] Compiling ArgumentParser ParsedValues.swift
[46/96] Compiling ArgumentParser ParserError.swift
[47/96] Compiling ArgumentParser SplitArguments.swift
[48/96] Compiling ArgumentParser BashCompletionsGenerator.swift
[49/96] Compiling ArgumentParser CompletionsGenerator.swift
[50/96] Compiling ArgumentParser FishCompletionsGenerator.swift
[51/96] Compiling ArgumentParser ZshCompletionsGenerator.swift
[52/96] Compiling ArgumentParser Argument.swift
[53/96] Compiling ArgumentParser ArgumentHelp.swift
[54/96] Compiling ArgumentParser CollectionExtensions.swift
[55/96] Compiling ArgumentParser Platform.swift
[56/96] Compiling ArgumentParser SequenceExtensions.swift
[57/96] Compiling ArgumentParser StringExtensions.swift
[58/96] Compiling ArgumentParser Tree.swift
[59/96] Compiling ArgumentParser ArgumentDefinition.swift
[60/96] Compiling ArgumentParser ArgumentSet.swift
[61/96] Compiling ArgumentParser CommandParser.swift
[62/96] Compiling ArgumentParser InputKey.swift
[63/96] Compiling ArgumentParser InputOrigin.swift
[67/96] Compiling WITExtractor SourceSummary.swift
[68/96] Compiling WITExtractor SourcePrinter.swift
[69/96] Compiling WITExtractor SwiftAPIDigester.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 {
/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 {
/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 {
[80/97] Compiling WITExtractor WITExtractor.swift
[81/98] Wrapping AST for WIT for debugging
[82/98] Wrapping AST for WITExtractor for debugging
[84/122] Compiling ArgumentParser ExpressibleByArgument.swift
[85/122] Compiling ArgumentParser ParsableArguments.swift
[86/122] Compiling ArgumentParser ParsableArgumentsValidation.swift
[87/122] Compiling ArgumentParser ParsableCommand.swift
[88/122] Compiling ArgumentParser ArgumentDecoder.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 CanonicalName.swift
[97/123] Compiling WITOverlayGenerator CanonicalOperation.swift
[98/123] Compiling WITOverlayGenerator SignatureTranslation.swift
[99/123] Compiling WITOverlayGenerator StaticCanonicalDeallocation.swift
[100/126] Compiling WITOverlayGenerator HostExportInterface.swift
[101/126] Compiling WITOverlayGenerator HostWorldGenerator.swift
[102/126] Compiling WITOverlayGenerator WasmKitSourcePrinter.swift
[103/126] Compiling WITOverlayGenerator ConvertCase.swift
[104/126] Compiling WITOverlayGenerator SwiftName.swift
[105/126] Compiling WITOverlayGenerator TypeName.swift
[106/126] Compiling WITOverlayGenerator SourcePrinter.swift
[107/126] Compiling WITOverlayGenerator InterfaceTypeGenerator.swift
[108/126] Compiling WITOverlayGenerator TypeAccessory.swift
[109/126] Compiling WITOverlayGenerator GuestPrelude.swift
[110/126] Compiling WITOverlayGenerator GuestWorldGenerator.swift
[111/126] Compiling WITOverlayGenerator HostExportFunction.swift
[112/126] Emitting module WITOverlayGenerator
[113/126] Compiling WITOverlayGenerator DefinitionMapping.swift
[114/126] Compiling WITOverlayGenerator GuestExportFunction.swift
[115/126] Compiling WITOverlayGenerator GuestExportInterface.swift
[116/126] Compiling WITOverlayGenerator StaticCanonicalLifting.swift
[117/126] Compiling WITOverlayGenerator StaticCanonicalLoading.swift
[118/126] Compiling WITOverlayGenerator StaticCanonicalLowering.swift
[119/126] Compiling WITOverlayGenerator StaticCanonicalStoring.swift
[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! (41.13s)
[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 _CWasmKit _CWasmKit.c
[21/43] Compiling CSystem shims.c
[22/43] Compiling _CabiShims shims.c
[23/43] Write swift-version-24593BA9C3E375BF.txt
[25/100] Compiling WasmTypes WasmTypes.swift
[26/100] Emitting module WITExtractor
[27/101] Compiling WITExtractor TypeMapping.swift
[28/101] Compiling SystemPackage Errno.swift
[29/101] Compiling SystemPackage FileDescriptor.swift
[30/101] Compiling WITExtractor WITBuilder.swift
[31/101] Emitting module ArgumentParserToolInfo
[32/101] Compiling ArgumentParserToolInfo ToolInfo.swift
[33/102] Compiling SystemPackage Mocking.swift
[34/102] Compiling SystemPackage Syscalls.swift
[35/102] Compiling SystemPackage WindowsSyscallAdapters.swift
[37/105] Compiling SystemPackage PlatformString.swift
[38/105] Compiling SystemPackage SystemString.swift
[39/107] Compiling SystemPackage FilePathComponents.swift
[40/107] Compiling SystemPackage FilePathParsing.swift
[41/107] Compiling SystemPackage FilePathString.swift
[42/107] Compiling SystemPackage FileOperations.swift
[43/107] Compiling SystemPackage FilePath.swift
[44/107] Compiling SystemPackage FilePathComponentView.swift
[45/107] Compiling SystemPackage FilePathSyntax.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
[46/107] Compiling SystemPackage FilePathWindows.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
[47/107] Compiling SystemPackage FilePermissions.swift
/host/spi-builder-workspace/Sources/WIT/Diagnostics.swift:6:9: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
4 |
5 | struct DiagnosticError: Error {
6 | let diagnostic: Diagnostic
| `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
7 | }
8 |
9 | public struct Diagnostic {
| `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
10 |
11 | public let message: String
[48/107] Emitting module WasmTypes
[49/107] Compiling WasmTypes GuestMemory.swift
[50/107] Compiling SystemPackage CInterop.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 {
[51/107] Compiling SystemPackage Constants.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 {
[52/107] Compiling SystemPackage Exports.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 {
[55/108] Compiling SystemPackage FileHelpers.swift
[56/108] Emitting module SystemPackage
[60/108] Wrapping AST for ArgumentParserToolInfo for debugging
[61/108] Wrapping AST for WasmTypes for debugging
[63/108] Compiling SystemPackage UtilConsumers.swift
[64/108] Compiling WIT ParseWorld.swift
[65/108] Compiling WIT Parser.swift
[66/146] Compiling ArgumentParser ParsableCommand.swift
[67/146] Compiling ArgumentParser ArgumentDecoder.swift
[68/146] Compiling ArgumentParser CompletionKind.swift
[69/146] Compiling ArgumentParser Errors.swift
[70/146] Compiling ArgumentParser Flag.swift
[71/146] Compiling ArgumentParser NameSpecification.swift
[72/146] Compiling ArgumentParser Option.swift
[73/146] Compiling ArgumentParser BashCompletionsGenerator.swift
[74/146] Compiling ArgumentParser CompletionsGenerator.swift
[75/146] Compiling ArgumentParser FishCompletionsGenerator.swift
[76/146] Compiling ArgumentParser ZshCompletionsGenerator.swift
[77/146] Compiling ArgumentParser Argument.swift
[78/146] Compiling ArgumentParser ArgumentHelp.swift
[79/146] Compiling ArgumentParser ExpressibleByArgument.swift
[81/147] Compiling ArgumentParser OptionGroup.swift
[82/147] Compiling ArgumentParser AsyncParsableCommand.swift
[83/147] Compiling ArgumentParser CommandConfiguration.swift
[84/147] Compiling ArgumentParser CommandGroup.swift
[85/147] Compiling ArgumentParser EnumerableFlag.swift
[85/152] Wrapping AST for SystemPackage for debugging
[87/169] Compiling SystemExtras Syscalls.swift
[88/170] Compiling SystemExtras Clock.swift
[89/170] Compiling WasmParser ParsingLimits.swift
[90/170] Compiling WasmParser ByteStream.swift
[91/170] 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
[92/171] Compiling SystemExtras WindowsSyscallAdapter.swift
[93/171] Compiling SystemExtras Exports.swift
[94/171] Compiling SystemExtras Utils.swift
[95/171] Compiling WasmParser LEB.swift
[96/171] Compiling WITExtractor SourcePrinter.swift
[97/171] Compiling WITExtractor ConvertCase.swift
[98/171] Compiling WITExtractor SourceSummary.swift
[99/171] Compiling WITExtractor SwiftAPIDigester.swift
[100/171] Compiling ArgumentParser ParsableArguments.swift
[101/171] Compiling ArgumentParser ParsableArgumentsValidation.swift
[103/171] Compiling WITExtractor WITExtractor.swift
[104/172] Compiling ArgumentParser CollectionExtensions.swift
[105/172] Compiling ArgumentParser Platform.swift
[106/172] Compiling ArgumentParser SequenceExtensions.swift
[107/172] Compiling ArgumentParser StringExtensions.swift
[108/172] Compiling ArgumentParser Tree.swift
[110/172] Compiling ArgumentParser ArgumentVisibility.swift
[116/172] Compiling SystemExtras Constants.swift
[117/172] Compiling SystemExtras FileOperations.swift
[118/172] Compiling SystemExtras FileAtOperations.swift
[119/172] Emitting module SystemExtras
[120/173] 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 {
[121/173] Compiling WasmParser BinaryInstructionDecoder.swift
[122/173] Compiling WasmParser InstructionVisitor.swift
[123/174] Wrapping AST for WITExtractor for debugging
[126/174] Emitting module ArgumentParser
[127/174] Wrapping AST for SystemExtras for debugging
[128/174] Wrapping AST for WIT for debugging
[132/186] 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 |
[133/198] Compiling ArgumentParser Name.swift
[134/198] Compiling ArgumentParser Parsed.swift
[135/198] Compiling ArgumentParser ParsedValues.swift
[136/198] Compiling ArgumentParser ParserError.swift
[137/198] Compiling ArgumentParser SplitArguments.swift
[138/201] Compiling ArgumentParser DumpHelpGenerator.swift
[139/201] Compiling ArgumentParser HelpCommand.swift
[140/201] Compiling ArgumentParser HelpGenerator.swift
[141/201] Compiling ArgumentParser MessageInfo.swift
[142/201] Compiling ArgumentParser UsageGenerator.swift
[143/210] Compiling WASI OpenParent.swift
[144/210] Compiling WASI RandomBufferGenerator.swift
[145/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 |
[146/211] Compiling WASI Open.swift
[147/211] Compiling WITOverlayGenerator StaticCanonicalLowering.swift
[148/211] Compiling WITOverlayGenerator StaticCanonicalStoring.swift
[149/211] Compiling WITOverlayGenerator ConvertCase.swift
[150/211] Compiling WITOverlayGenerator SwiftName.swift
[151/211] Compiling WITOverlayGenerator TypeName.swift
[152/211] Compiling WITOverlayGenerator SourcePrinter.swift
[153/211] Compiling WITOverlayGenerator InterfaceTypeGenerator.swift
[154/211] Compiling WITOverlayGenerator GuestPrelude.swift
[155/211] Compiling WITOverlayGenerator GuestWorldGenerator.swift
[156/211] Compiling WITOverlayGenerator HostExportFunction.swift
[157/211] Compiling WITOverlayGenerator HostExportInterface.swift
[158/211] Compiling WITOverlayGenerator HostWorldGenerator.swift
[159/211] Compiling WITOverlayGenerator WasmKitSourcePrinter.swift
[160/211] Compiling WITOverlayGenerator TypeAccessory.swift
[161/211] Compiling ArgumentParser ArgumentSet.swift
[162/211] Compiling ArgumentParser CommandParser.swift
[163/211] Compiling ArgumentParser InputKey.swift
[164/211] Compiling ArgumentParser InputOrigin.swift
[165/211] Compiling WITOverlayGenerator CanonicalName.swift
[166/211] Compiling WITOverlayGenerator CanonicalOperation.swift
[167/211] Compiling WITOverlayGenerator SignatureTranslation.swift
[168/211] Compiling WITOverlayGenerator StaticCanonicalDeallocation.swift
[169/212] Compiling WITOverlayGenerator StaticCanonicalLifting.swift
[170/212] Compiling WITOverlayGenerator StaticCanonicalLoading.swift
[177/215] Wrapping AST for ArgumentParser for debugging
[179/215] Emitting module WASI
[180/215] 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 |
[181/215] 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 |
[188/216] Wrapping AST for WasmParser for debugging
[194/216] Emitting module WITOverlayGenerator
[195/258] Compiling WasmKit CanonicalOptions.swift
[196/258] Compiling WasmKit ComponentTypes.swift
[197/258] Compiling WasmKit Control.swift
[198/258] Compiling WasmKit Errors.swift
[199/258] Compiling WasmKit CanonicalCall.swift
[200/258] Compiling WasmKit CanonicalLifting.swift
[201/258] Compiling WasmKit CanonicalLowering.swift
[202/258] Compiling WasmKit SignpostTracer.swift
[203/258] Compiling WasmKit Store.swift
[204/258] Compiling WasmKit StoreAllocator.swift
[205/259] Wrapping AST for WITOverlayGenerator for debugging
[207/262] Compiling WITTool Utilities.swift
[208/262] Compiling WAT ExpressionParser.swift
[209/263] Compiling WAT WastParser.swift
[210/263] Compiling WAT WatParser.swift
[211/263] 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
[212/263] Emitting module WITTool
[215/263] Compiling WasmKit DispatchInstruction.swift
[216/263] Compiling WasmKit EngineInterceptor.swift
[217/263] Compiling WasmKit Misc.swift
[218/263] Compiling WasmKit Table.swift
[219/263] Compiling WasmKit NameRegistry.swift
[220/263] Compiling WasmKit Profiler.swift
[221/267] Compiling WasmKit Engine.swift
[222/267] Compiling WasmKit ConstEvaluation.swift
[223/267] 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.
[224/267] 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
[225/267] 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.
[226/268] Compiling WITTool WITTool.swift
[228/269] Wrapping AST for WAT for debugging
[230/269] Compiling WASI WASI.swift
[230/270] Wrapping AST for WITTool for debugging
[231/270] Write Objects.LinkFileList
[233/270] Compiling WasmKit Runtime.swift
[237/270] Compiling WasmKit UntypedValue.swift
[238/270] Compiling WasmKit Value.swift
[239/270] Compiling WasmKit Imports.swift
[240/270] Compiling WasmKit Module.swift
[241/270] Wrapping AST for WASI for debugging
[242/270] Linking WITTool
[245/270] Compiling WasmKit Instruction.swift
[246/270] Compiling WasmKit InstructionSupport.swift
[247/270] Compiling WasmKit Memory.swift
[248/270] Compiling WasmKit Execution.swift
[249/270] Compiling WasmKit Function.swift
[250/270] Compiling WasmKit IO.swift
[251/270] Compiling WasmKit Instances.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
/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
/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/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
[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
[271/276] Compiling WasmKitFuzzing WasmKitFuzzing.swift
[272/276] Emitting module WasmKitFuzzing
[273/277] Wrapping AST for WasmKitWASI for debugging
[275/281] Emitting module CLI
[276/281] Compiling CLI Run.swift
[277/281] Compiling CLI Explore.swift
[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! (79.66s)
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.