Build Information
Failed to build WasmKit, reference slim (cdf87a), with Swift 6.1 for Android on 29 May 2025 07:04:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kabiroberai/WasmKit.git
Reference: slim
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/kabiroberai/WasmKit
* branch slim -> FETCH_HEAD
* [new branch] slim -> origin/slim
HEAD is now at cdf87a7 slim
Cloned https://github.com/kabiroberai/WasmKit.git
Revision (git rev-parse @):
cdf87a7dc0c5a92823f0c873b52e70ea5f9a3c64
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kabiroberai/WasmKit.git at slim
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/kabiroberai/WasmKit.git
https://github.com/kabiroberai/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.1.1",
"upper_bound" : "1.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-format",
"requirement" : {
"range" : [
{
"lower_bound" : "508.0.1",
"upper_bound" : "509.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-format.git"
}
],
"manifest_display_name" : "WasmKit",
"name" : "WasmKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "WasmKit",
"targets" : [
"WasmKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WASI",
"targets" : [
"WASI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WIT",
"targets" : [
"WIT"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "wasmkit-cli",
"targets" : [
"CLI"
],
"type" : {
"executable" : null
}
},
{
"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
}
},
{
"name" : "Spectest",
"targets" : [
"Spectest"
],
"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" : "WasmKitTests",
"module_type" : "SwiftTarget",
"name" : "WasmKitTests",
"path" : "Tests/WasmKitTests",
"sources" : [
"Execution/EndiannessTests.swift",
"Execution/HostModuleTests.swift",
"Parser/LEBTests.swift"
],
"target_dependencies" : [
"WasmKit"
],
"type" : "test"
},
{
"c99name" : "WasmKit",
"module_type" : "SwiftTarget",
"name" : "WasmKit",
"path" : "Sources/WasmKit",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"WasmKit",
"WASI",
"wasmkit-cli",
"Spectest"
],
"sources" : [
"Component/CanonicalCall.swift",
"Component/CanonicalLifting.swift",
"Component/CanonicalLowering.swift",
"Component/CanonicalOptions.swift",
"Component/ComponentTypes.swift",
"Execution/Instructions/Control.swift",
"Execution/Instructions/Expression.swift",
"Execution/Instructions/Instruction.swift",
"Execution/Instructions/InstructionSupport.swift",
"Execution/Instructions/Memory.swift",
"Execution/Instructions/Numeric.swift",
"Execution/Instructions/Parametric.swift",
"Execution/Instructions/Reference.swift",
"Execution/Instructions/Table.swift",
"Execution/Instructions/Variable.swift",
"Execution/Runtime/ExecutionState.swift",
"Execution/Runtime/Function.swift",
"Execution/Runtime/GuestMemory.swift",
"Execution/Runtime/InstDispatch.swift",
"Execution/Runtime/NameRegistry.swift",
"Execution/Runtime/Profiler.swift",
"Execution/Runtime/Runtime.swift",
"Execution/Runtime/Stack.swift",
"Execution/Runtime/Store.swift",
"Execution/Types/Errors.swift",
"Execution/Types/Instances.swift",
"Execution/Types/Value.swift",
"Parser/Stream/ByteStream.swift",
"Parser/Stream/FileHandleStream.swift",
"Parser/Stream/Stream.swift",
"Parser/Wasm/InstructionCode.swift",
"Parser/Wasm/LEB.swift",
"Parser/Wasm/WasmParser.swift",
"Parser/Wasm/WasmTypes.swift",
"Types/Module.swift",
"Types/Types.swift"
],
"target_dependencies" : [
"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",
"WASI",
"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" : "WASITests",
"module_type" : "SwiftTarget",
"name" : "WASITests",
"path" : "Tests/WASITests",
"sources" : [
"Platform/SandboxPrimitives/OpenParentTests.swift"
],
"target_dependencies" : [
"WASI"
],
"type" : "test"
},
{
"c99name" : "WASI",
"module_type" : "SwiftTarget",
"name" : "WASI",
"path" : "Sources/WASI",
"product_memberships" : [
"WASI",
"wasmkit-cli"
],
"sources" : [
"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",
"WASI.swift"
],
"target_dependencies" : [
"WasmKit",
"SystemExtras"
],
"type" : "library"
},
{
"c99name" : "SystemExtras",
"module_type" : "SwiftTarget",
"name" : "SystemExtras",
"path" : "Sources/SystemExtras",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"WasmKit",
"WASI",
"wasmkit-cli",
"Spectest"
],
"sources" : [
"Clock.swift",
"Constants.swift",
"FileAtOperations.swift",
"FileOperations.swift",
"Syscalls.swift",
"Vendor/Exports.swift",
"Vendor/Utils.swift"
],
"type" : "library"
},
{
"c99name" : "Spectest",
"module_type" : "SwiftTarget",
"name" : "Spectest",
"path" : "Sources/Spectest",
"product_dependencies" : [
"ArgumentParser",
"SystemPackage"
],
"product_memberships" : [
"Spectest"
],
"sources" : [
"Spectest.swift",
"TestCase.swift"
],
"target_dependencies" : [
"WasmKit"
],
"type" : "executable"
},
{
"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",
"Run/Run.swift"
],
"target_dependencies" : [
"WasmKit",
"WASI"
],
"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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-format.git
[1/12163] Fetching swift-format
[7178/27542] Fetching swift-format, swift-argument-parser
Fetched https://github.com/apple/swift-format.git from cache (1.23s)
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-docc-plugin
Fetched https://github.com/apple/swift-argument-parser from cache (1.54s)
[1/4391] Fetching swift-system
[485/6440] Fetching swift-system, swift-docc-plugin
Fetched https://github.com/apple/swift-system from cache (0.75s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.75s)
Computing version for https://github.com/apple/swift-format.git
Computed https://github.com/apple/swift-format.git at 508.0.1 (3.31s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6764] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.82s)
[1/70452] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (7.86s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.1.1 (8.91s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 508.0.1 (1.08s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.02s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.60s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.74s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.12s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.7.3 (1.12s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 508.0.1
Creating working copy for https://github.com/apple/swift-format.git
Working copy of https://github.com/apple/swift-format.git resolved at 508.0.1
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.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.7.3
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
[8/48] Compiling WITExtractor WITBuilder.swift
[9/49] Compiling WITExtractor SourcePrinter.swift
[10/49] Compiling WIT ParseFunctionDecl.swift
[11/49] Compiling WIT ParseInterface.swift
[12/49] Compiling WIT ParseTop.swift
[13/52] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/52] Emitting module ArgumentParserToolInfo
[15/53] Compiling WITExtractor TypeMapping.swift
[16/53] Compiling WITExtractor ConvertCase.swift
[17/53] Emitting module WITExtractor
[18/53] Compiling WITExtractor Diagnostic.swift
[19/53] Compiling WITExtractor ModuleTranslation.swift
[20/53] Wrapping AST for ArgumentParserToolInfo for debugging
[22/53] Compiling WIT PackageBuilder.swift
/host/spi-builder-workspace/Sources/WIT/Semantics/RequestEvaluator.swift:67:13: warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
1 | protocol EvaluationRequest: Hashable {
| `- note: protocol 'EvaluationRequest' does not conform to the 'Sendable' protocol
2 | associatedtype Output
3 |
:
65 | extension Evaluator {
66 | struct CyclicalRequestError: Error, CustomStringConvertible {
67 | let activeRequests: [any EvaluationRequest]
| `- warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
68 |
69 | var description: String {
[23/53] Compiling WIT RequestEvaluator.swift
/host/spi-builder-workspace/Sources/WIT/Semantics/RequestEvaluator.swift:67:13: warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
1 | protocol EvaluationRequest: Hashable {
| `- note: protocol 'EvaluationRequest' does not conform to the 'Sendable' protocol
2 | associatedtype Output
3 |
:
65 | extension Evaluator {
66 | struct CyclicalRequestError: Error, CustomStringConvertible {
67 | let activeRequests: [any EvaluationRequest]
| `- warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
68 |
69 | var description: String {
[24/53] Compiling WIT SemanticsContext.swift
/host/spi-builder-workspace/Sources/WIT/Semantics/RequestEvaluator.swift:67:13: warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
1 | protocol EvaluationRequest: Hashable {
| `- note: protocol 'EvaluationRequest' does not conform to the 'Sendable' protocol
2 | associatedtype Output
3 |
:
65 | extension Evaluator {
66 | struct CyclicalRequestError: Error, CustomStringConvertible {
67 | let activeRequests: [any EvaluationRequest]
| `- warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
68 |
69 | var description: String {
[25/53] Compiling WIT Type.swift
[26/53] Compiling WIT Validation.swift
[27/53] Compiling WIT SyntaxNode.swift
[28/91] Compiling ArgumentParser ArgumentDecoder.swift
[29/91] Compiling ArgumentParser ArgumentDefinition.swift
[30/91] Compiling ArgumentParser ArgumentSet.swift
[31/91] Compiling ArgumentParser OptionGroup.swift
[32/91] Compiling ArgumentParser AsyncParsableCommand.swift
[33/91] Compiling ArgumentParser CommandConfiguration.swift
[34/91] Compiling ArgumentParser CommandGroup.swift
[35/91] Compiling ArgumentParser EnumerableFlag.swift
[36/96] Compiling ArgumentParser CollectionExtensions.swift
[37/96] Compiling ArgumentParser Platform.swift
[38/96] Compiling ArgumentParser SequenceExtensions.swift
[39/96] Compiling ArgumentParser StringExtensions.swift
[40/96] Compiling ArgumentParser Tree.swift
[41/96] Compiling WITExtractor WITExtractor.swift
[42/96] Compiling WITExtractor SourceSummary.swift
[43/96] Compiling WITExtractor SwiftAPIDigester.swift
[44/97] Compiling ArgumentParser BashCompletionsGenerator.swift
[45/97] Compiling ArgumentParser CompletionsGenerator.swift
[46/97] Compiling ArgumentParser FishCompletionsGenerator.swift
[47/97] Compiling ArgumentParser ZshCompletionsGenerator.swift
[48/97] Compiling ArgumentParser Argument.swift
[49/97] Compiling ArgumentParser ArgumentHelp.swift
[50/97] Emitting module ArgumentParser
[51/97] Compiling ArgumentParser ArgumentVisibility.swift
[52/97] Compiling ArgumentParser CompletionKind.swift
[53/97] Compiling ArgumentParser Errors.swift
[54/97] Compiling ArgumentParser Flag.swift
[55/97] Compiling ArgumentParser NameSpecification.swift
[56/97] Compiling ArgumentParser Option.swift
/host/spi-builder-workspace/Sources/WIT/Diagnostics.swift:6:9: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
4 |
5 | struct DiagnosticError: Error {
6 | let diagnostic: Diagnostic
| `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
7 | }
8 |
9 | public struct Diagnostic {
| `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
10 |
11 | public let message: String
/host/spi-builder-workspace/Sources/WIT/Diagnostics.swift:6:9: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
4 |
5 | struct DiagnosticError: Error {
6 | let diagnostic: Diagnostic
| `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
7 | }
8 |
9 | public struct Diagnostic {
| `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
10 |
11 | public let message: String
/host/spi-builder-workspace/Sources/WIT/Diagnostics.swift:6:9: warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
4 |
5 | struct DiagnosticError: Error {
6 | let diagnostic: Diagnostic
| `- warning: stored property 'diagnostic' of 'Sendable'-conforming struct 'DiagnosticError' has non-sendable type 'Diagnostic'; this is an error in the Swift 6 language mode
7 | }
8 |
9 | public struct Diagnostic {
| `- note: consider making struct 'Diagnostic' conform to the 'Sendable' protocol
10 |
11 | public let message: String
[70/97] 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 {
[70/97] Wrapping AST for WITExtractor for debugging
[72/98] Wrapping AST for WIT for debugging
[74/122] Compiling ArgumentParser DumpHelpGenerator.swift
[75/122] Compiling ArgumentParser HelpCommand.swift
[76/122] Compiling ArgumentParser HelpGenerator.swift
[77/122] Compiling ArgumentParser MessageInfo.swift
[78/122] Compiling ArgumentParser UsageGenerator.swift
[79/122] Compiling ArgumentParser Name.swift
[80/122] Compiling ArgumentParser Parsed.swift
[81/122] Compiling ArgumentParser ParsedValues.swift
[82/122] Compiling ArgumentParser ParserError.swift
[83/122] Compiling ArgumentParser SplitArguments.swift
[84/122] Compiling WITOverlayGenerator TypeAccessory.swift
[86/122] Compiling ArgumentParser CommandParser.swift
[87/122] Compiling ArgumentParser InputKey.swift
[88/122] Compiling ArgumentParser InputOrigin.swift
[89/122] Compiling WITOverlayGenerator ConvertCase.swift
[90/122] Compiling WITOverlayGenerator SwiftName.swift
[91/122] Compiling WITOverlayGenerator TypeName.swift
[92/122] Compiling WITOverlayGenerator SourcePrinter.swift
[93/122] Compiling WITOverlayGenerator InterfaceTypeGenerator.swift
[94/123] Wrapping AST for ArgumentParser for debugging
[96/123] Compiling WITOverlayGenerator HostExportInterface.swift
[97/123] Compiling WITOverlayGenerator HostWorldGenerator.swift
[98/123] Compiling WITOverlayGenerator WasmKitSourcePrinter.swift
[105/126] Compiling WITOverlayGenerator GuestPrelude.swift
[106/126] Compiling WITOverlayGenerator GuestWorldGenerator.swift
[107/126] Compiling WITOverlayGenerator HostExportFunction.swift
[108/126] Emitting module WITOverlayGenerator
[109/126] Compiling WITOverlayGenerator DefinitionMapping.swift
[110/126] Compiling WITOverlayGenerator GuestExportFunction.swift
[111/126] Compiling WITOverlayGenerator GuestExportInterface.swift
[112/126] Compiling WITOverlayGenerator StaticCanonicalLifting.swift
[113/126] Compiling WITOverlayGenerator StaticCanonicalLoading.swift
[114/126] Compiling WITOverlayGenerator StaticCanonicalLowering.swift
[115/126] Compiling WITOverlayGenerator StaticCanonicalStoring.swift
[116/126] Compiling WITOverlayGenerator CanonicalName.swift
[117/126] Compiling WITOverlayGenerator CanonicalOperation.swift
[118/126] Compiling WITOverlayGenerator SignatureTranslation.swift
[119/126] Compiling WITOverlayGenerator StaticCanonicalDeallocation.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] Emitting module WITTool
[126/130] Compiling WITTool WITTool.swift
[127/130] Compiling WITTool Utilities.swift
[128/131] Wrapping AST for WITTool for debugging
[129/131] Write Objects.LinkFileList
[130/131] Linking WITTool-tool
[1/1] Compiling plugin GenerateOverlayForTesting
[2/2] Compiling plugin WITExtractorPlugin
[3/3] Compiling plugin WITOverlayPlugin
[4/4] Compiling plugin Lint Source Code
[5/5] Compiling plugin Format Source Code
[6/6] Compiling plugin Swift-DocC Preview
[7/7] Compiling plugin Swift-DocC
[8/8] Compiling plugin GenerateManual
Building for debugging...
[8/55] Write sources
[26/55] Compiling _CabiShims shims.c
[27/55] Compiling CSystem shims.c
[28/55] Write swift-version-24593BA9C3E375BF.txt
[30/112] Emitting module ArgumentParserToolInfo
[33/113] Emitting module WITExtractor
[33/114] Wrapping AST for ArgumentParserToolInfo for debugging
[35/115] Wrapping AST for WITExtractor for debugging
[37/115] 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 {
[38/116] Wrapping AST for WIT for debugging
[40/117] Emitting module ArgumentParser
[41/118] Wrapping AST for ArgumentParser for debugging
[43/118] Emitting module WITOverlayGenerator
[44/119] Wrapping AST for WITOverlayGenerator for debugging
[46/120] Emitting module WITTool
[47/121] Wrapping AST for WITTool for debugging
[48/121] Write Objects.LinkFileList
[50/121] Compiling WITExtractor SourcePrinter.swift
[51/121] Compiling WITExtractor WITBuilder.swift
[52/121] Compiling ArgumentParserToolInfo ToolInfo.swift
[53/123] Compiling WIT ParseFunctionDecl.swift
[54/123] Compiling WIT ParseInterface.swift
[55/123] Compiling WIT ParseTop.swift
[56/123] Compiling WITExtractor TypeMapping.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[59/126] Compiling WIT Type.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[60/126] Compiling WIT Validation.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[61/126] Compiling WIT SyntaxNode.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[62/128] Compiling WIT PackageBuilder.swift
/host/spi-builder-workspace/Sources/WIT/Semantics/RequestEvaluator.swift:67:13: warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
1 | protocol EvaluationRequest: Hashable {
| `- note: protocol 'EvaluationRequest' does not conform to the 'Sendable' protocol
2 | associatedtype Output
3 |
:
65 | extension Evaluator {
66 | struct CyclicalRequestError: Error, CustomStringConvertible {
67 | let activeRequests: [any EvaluationRequest]
| `- warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
68 |
69 | var description: String {
[63/128] Compiling WIT RequestEvaluator.swift
/host/spi-builder-workspace/Sources/WIT/Semantics/RequestEvaluator.swift:67:13: warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
1 | protocol EvaluationRequest: Hashable {
| `- note: protocol 'EvaluationRequest' does not conform to the 'Sendable' protocol
2 | associatedtype Output
3 |
:
65 | extension Evaluator {
66 | struct CyclicalRequestError: Error, CustomStringConvertible {
67 | let activeRequests: [any EvaluationRequest]
| `- warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
68 |
69 | var description: String {
[64/128] Compiling WIT SemanticsContext.swift
/host/spi-builder-workspace/Sources/WIT/Semantics/RequestEvaluator.swift:67:13: warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
1 | protocol EvaluationRequest: Hashable {
| `- note: protocol 'EvaluationRequest' does not conform to the 'Sendable' protocol
2 | associatedtype Output
3 |
:
65 | extension Evaluator {
66 | struct CyclicalRequestError: Error, CustomStringConvertible {
67 | let activeRequests: [any EvaluationRequest]
| `- warning: stored property 'activeRequests' of 'Sendable'-conforming struct 'CyclicalRequestError' has non-sendable type '[any EvaluationRequest]'; this is an error in the Swift 6 language mode
68 |
69 | var description: String {
[65/128] Emitting module WITExtractor
[66/128] Compiling WIT AST.swift
[67/128] Compiling WIT ASTVisitor.swift
[68/128] Compiling WITExtractor ConvertCase.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[69/128] Emitting module SystemPackage
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[72/128] Compiling WIT CanonicalABI.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[72/128] Linking WITTool-tool
[74/128] 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
[75/128] 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
[76/128] 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
[78/128] Compiling WIT CanonicalDeallocation.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[79/128] Compiling WIT CanonicalLifting.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[80/128] Compiling WIT CanonicalLoading.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[81/128] Compiling WIT Lexer.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[82/128] Compiling WIT PackageResolver.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[83/128] Compiling WIT NameLookup.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[89/128] Wrapping AST for ArgumentParserToolInfo for debugging
[91/128] Compiling SystemPackage Util.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[92/128] Compiling SystemPackage UtilConsumers.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/9] Write swift-version-24593BA9C3E375BF.txt
[2/42] Compiling WITExtractor ConvertCase.swift
[3/43] Compiling WITExtractor TypeMapping.swift
[4/43] Compiling WITExtractor WITBuilder.swift
[5/43] Compiling WIT CanonicalDeallocation.swift
[6/43] Compiling WIT CanonicalLifting.swift
[7/43] Emitting module WITExtractor
[8/43] Compiling WITExtractor WITExtractor.swift
[9/43] Compiling WIT ParseFunctionDecl.swift
[10/43] Compiling WIT ParseInterface.swift
[11/43] Compiling WIT ParseTop.swift
[12/46] Compiling WITExtractor SourceSummary.swift
[13/46] Compiling WITExtractor SourcePrinter.swift
[14/46] Compiling WITExtractor SwiftAPIDigester.swift
[15/47] Emitting module WIT
[16/47] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/47] Emitting module ArgumentParserToolInfo
[21/48] Compiling WIT CanonicalLoading.swift
[22/48] Wrapping AST for WITExtractor for debugging
[24/48] Compiling WIT ParseTypes.swift
[25/48] Compiling WIT ParseWorld.swift
[26/48] Compiling WIT Parser.swift
[27/48] Compiling WIT Type.swift
[28/48] Compiling WIT Validation.swift
[29/48] Compiling WIT SyntaxNode.swift
[30/48] Compiling WIT PackageBuilder.swift
[31/48] Compiling WIT RequestEvaluator.swift
[32/48] Compiling WIT SemanticsContext.swift
[33/48] Compiling WIT CanonicalLowering.swift
[34/48] Compiling WIT CanonicalStoring.swift
[35/48] Compiling WIT Diagnostics.swift
[36/48] Compiling WIT Lexer.swift
[37/48] Compiling WIT PackageResolver.swift
[38/48] Compiling WIT NameLookup.swift
[38/48] Wrapping AST for ArgumentParserToolInfo for debugging
[40/86] Emitting module ArgumentParser
[41/91] Compiling ArgumentParser Flag.swift
[42/91] Compiling ArgumentParser NameSpecification.swift
[43/91] Compiling ArgumentParser Option.swift
[44/92] Wrapping AST for WIT for debugging
[46/92] Compiling ArgumentParser Name.swift
[47/92] Compiling ArgumentParser Parsed.swift
[48/92] Compiling ArgumentParser ParsedValues.swift
[49/92] Compiling ArgumentParser ParserError.swift
[50/92] Compiling ArgumentParser SplitArguments.swift
[51/92] Compiling ArgumentParser ArgumentVisibility.swift
[52/92] Compiling ArgumentParser CompletionKind.swift
[53/92] Compiling ArgumentParser Errors.swift
[57/116] Compiling ArgumentParser CollectionExtensions.swift
[58/116] Compiling ArgumentParser Platform.swift
[59/116] Compiling ArgumentParser SequenceExtensions.swift
[60/116] Compiling ArgumentParser StringExtensions.swift
[61/116] Compiling ArgumentParser Tree.swift
[62/116] Compiling WITOverlayGenerator SourcePrinter.swift
[63/116] Compiling WITOverlayGenerator InterfaceTypeGenerator.swift
[64/116] Compiling WITOverlayGenerator TypeAccessory.swift
[65/119] Compiling WITOverlayGenerator GuestPrelude.swift
[66/119] Compiling WITOverlayGenerator GuestWorldGenerator.swift
[67/119] Compiling WITOverlayGenerator HostExportFunction.swift
[68/119] Compiling WITOverlayGenerator StaticCanonicalLowering.swift
[69/119] Compiling WITOverlayGenerator StaticCanonicalStoring.swift
[73/119] Compiling WITOverlayGenerator DefinitionMapping.swift
[74/119] Compiling WITOverlayGenerator GuestExportFunction.swift
[75/119] Compiling WITOverlayGenerator GuestExportInterface.swift
[76/119] Compiling WITOverlayGenerator HostExportInterface.swift
[77/119] Compiling WITOverlayGenerator HostWorldGenerator.swift
[78/119] Compiling WITOverlayGenerator WasmKitSourcePrinter.swift
[82/119] Compiling WITOverlayGenerator ConvertCase.swift
[83/119] Compiling WITOverlayGenerator SwiftName.swift
[84/119] Compiling WITOverlayGenerator TypeName.swift
[88/119] Compiling WITOverlayGenerator StaticCanonicalLifting.swift
[89/119] Compiling WITOverlayGenerator StaticCanonicalLoading.swift
[92/119] Compiling WITOverlayGenerator CanonicalName.swift
[93/119] Compiling WITOverlayGenerator CanonicalOperation.swift
[94/119] Compiling WITOverlayGenerator SignatureTranslation.swift
[95/119] Compiling WITOverlayGenerator StaticCanonicalDeallocation.swift
[96/119] Emitting module WITOverlayGenerator
[103/119] Compiling WITOverlayGenerator TypeDefinition.swift
[104/119] Compiling WITOverlayGenerator TypeGenerator.swift
[105/119] Compiling WITOverlayGenerator WITOverlayGen.swift
[106/119] Compiling ArgumentParser InputOrigin.swift
[107/119] Compiling ArgumentParser DumpHelpGenerator.swift
[108/119] Compiling ArgumentParser HelpCommand.swift
[109/119] Compiling ArgumentParser HelpGenerator.swift
[110/119] Compiling ArgumentParser MessageInfo.swift
[111/119] Compiling ArgumentParser UsageGenerator.swift
[112/120] Wrapping AST for ArgumentParser for debugging
[117/121] Wrapping AST for WITOverlayGenerator for debugging
[119/124] Emitting module WITTool
[120/124] Compiling WITTool Utilities.swift
[121/124] Compiling WITTool WITTool.swift
[122/125] Wrapping AST for WITTool for debugging
[123/125] Write Objects.LinkFileList
[124/125] Linking WITTool-tool
[0/1] Planning build
[1/1] Compiling plugin GenerateOverlayForTesting
[2/2] Compiling plugin WITExtractorPlugin
[3/3] Compiling plugin WITOverlayPlugin
[4/4] Compiling plugin Lint Source Code
[5/5] Compiling plugin Format Source Code
[6/6] Compiling plugin Swift-DocC Preview
[7/7] Compiling plugin Swift-DocC
[8/8] Compiling plugin GenerateManual
Building for debugging...
[8/35] Write swift-version-24593BA9C3E375BF.txt
[10/92] Emitting module ArgumentParserToolInfo
[11/93] Compiling SystemPackage CInterop.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[12/93] Compiling SystemPackage Constants.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[13/93] Compiling SystemPackage Exports.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[15/95] Emitting module WITExtractor
[16/96] Compiling SystemPackage Mocking.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[17/96] Compiling SystemPackage Syscalls.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[18/96] Compiling SystemPackage WindowsSyscallAdapters.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[19/96] Compiling SystemPackage PlatformString.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[20/96] Compiling SystemPackage SystemString.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[21/96] Compiling WITExtractor ConvertCase.swift
[22/96] Emitting module WITExtractor
[22/97] Wrapping AST for ArgumentParserToolInfo for debugging
[24/97] Compiling WITExtractor Diagnostic.swift
[25/97] Compiling WITExtractor ModuleTranslation.swift
[26/97] Compiling WITExtractor WITBuilder.swift
[27/97] Compiling WITExtractor TypeMapping.swift
[29/97] Compiling SystemPackage Errno.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[30/97] Compiling SystemPackage FileDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[31/97] Compiling SystemPackage FileHelpers.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[32/97] Compiling SystemPackage FilePathSyntax.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[33/97] Compiling SystemPackage FilePathWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[34/97] Compiling SystemPackage FilePermissions.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/100] Emitting module SystemPackage
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[39/100] Compiling WITExtractor SourcePrinter.swift
[42/100] Compiling SystemPackage Util.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[44/100] Compiling WIT ParseTypes.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[44/100] Wrapping AST for WITExtractor for debugging
[46/100] Compiling SystemPackage FileOperations.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[47/100] Compiling SystemPackage FilePath.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[48/100] Compiling SystemPackage FilePathComponentView.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[51/101] Compiling SystemPackage FilePathString.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[52/101] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 android