Build Information
Failed to build swift-format, reference 0.50800.0 (e725e5), with Swift 6.1 for Wasm on 29 May 2025 01:35:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SDGGiesbrecht/swift-format.git
Reference: 0.50800.0
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/SDGGiesbrecht/swift-format
* tag 0.50800.0 -> FETCH_HEAD
HEAD is now at e725e5a Converted deployment targets.
Cloned https://github.com/SDGGiesbrecht/swift-format.git
Revision (git rev-parse @):
e725e5a10b177415b68922822544178052c89b9e
SUCCESS checkout https://github.com/SDGGiesbrecht/swift-format.git at 0.50800.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/SDGGiesbrecht/swift-format.git
https://github.com/SDGGiesbrecht/swift-format.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "0.50800.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDGGiesbrecht/swift-syntax"
},
{
"identity" : "swift-tools-support-core",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-tools-support-core.git"
}
],
"manifest_display_name" : "swift-format",
"name" : "swift-format",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "swift-format",
"targets" : [
"swift-format"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftFormat",
"targets" : [
"SwiftFormat",
"SwiftFormatConfiguration"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftFormatConfiguration",
"targets" : [
"SwiftFormatConfiguration"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FormatPlugin",
"targets" : [
"Format Source Code"
],
"type" : {
"plugin" : null
}
},
{
"name" : "LintPlugin",
"targets" : [
"Lint Source Code"
],
"type" : {
"plugin" : null
}
},
{
"name" : "generate-pipeline",
"targets" : [
"generate-pipeline"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_format",
"module_type" : "SwiftTarget",
"name" : "swift-format",
"path" : "Sources/swift-format",
"product_dependencies" : [
"ArgumentParser",
"SwiftSyntax",
"SwiftParser",
"TSCBasic"
],
"product_memberships" : [
"swift-format",
"FormatPlugin",
"LintPlugin"
],
"sources" : [
"Frontend/ConfigurationLoader.swift",
"Frontend/FormatFrontend.swift",
"Frontend/Frontend.swift",
"Frontend/LintFrontend.swift",
"Subcommands/DumpConfiguration.swift",
"Subcommands/Format.swift",
"Subcommands/Lint.swift",
"Subcommands/LintFormatOptions.swift",
"Utilities/FileHandleTextOutputStream.swift",
"Utilities/FileIterator.swift",
"Utilities/FormatError.swift",
"Utilities/StderrDiagnosticPrinter.swift",
"Utilities/UnifiedDiagnosticsEngine.swift",
"VersionOptions.swift",
"main.swift"
],
"target_dependencies" : [
"SwiftFormat",
"SwiftFormatConfiguration",
"SwiftFormatCore"
],
"type" : "executable"
},
{
"c99name" : "generate_pipeline",
"module_type" : "SwiftTarget",
"name" : "generate-pipeline",
"path" : "Sources/generate-pipeline",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"product_memberships" : [
"generate-pipeline"
],
"sources" : [
"FileGenerator.swift",
"PipelineGenerator.swift",
"RuleCollector.swift",
"RuleNameCacheGenerator.swift",
"RuleRegistryGenerator.swift",
"Syntax+Convenience.swift",
"main.swift"
],
"target_dependencies" : [
"SwiftFormatCore",
"SwiftFormatRules"
],
"type" : "executable"
},
{
"c99name" : "SwiftFormatWhitespaceLinterTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatWhitespaceLinterTests",
"path" : "Tests/SwiftFormatWhitespaceLinterTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"sources" : [
"WhitespaceLintTests.swift",
"WhitespaceTestCase.swift"
],
"target_dependencies" : [
"SwiftFormatConfiguration",
"SwiftFormatCore",
"SwiftFormatTestSupport",
"SwiftFormatWhitespaceLinter"
],
"type" : "test"
},
{
"c99name" : "SwiftFormatWhitespaceLinter",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatWhitespaceLinter",
"path" : "Sources/SwiftFormatWhitespaceLinter",
"product_dependencies" : [
"SwiftSyntax"
],
"product_memberships" : [
"swift-format",
"SwiftFormat",
"FormatPlugin",
"LintPlugin"
],
"sources" : [
"LazySplitSequence.swift",
"RememberingIterator.swift",
"WhitespaceFindingCategory.swift",
"WhitespaceLinter.swift"
],
"target_dependencies" : [
"SwiftFormatCore"
],
"type" : "library"
},
{
"c99name" : "SwiftFormatTestSupport",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatTestSupport",
"path" : "Sources/SwiftFormatTestSupport",
"product_dependencies" : [
"SwiftOperators"
],
"sources" : [
"DiagnosingTestCase.swift",
"TestingFindingConsumer.swift"
],
"target_dependencies" : [
"SwiftFormatCore",
"SwiftFormatRules",
"SwiftFormatConfiguration"
],
"type" : "library"
},
{
"c99name" : "SwiftFormatRulesTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatRulesTests",
"path" : "Tests/SwiftFormatRulesTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"sources" : [
"AllPublicDeclarationsHaveDocumentationTests.swift",
"AlwaysUseLowerCamelCaseTests.swift",
"AmbiguousTrailingClosureOverloadTests.swift",
"BeginDocumentationCommentWithOneLineSummaryTests.swift",
"DoNotUseSemicolonsTests.swift",
"DontRepeatTypeInStaticPropertiesTests.swift",
"FileScopedDeclarationPrivacyTests.swift",
"FullyIndirectEnumTests.swift",
"GroupNumericLiteralsTests.swift",
"IdentifiersMustBeASCIITests.swift",
"ImportsXCTestVisitorTests.swift",
"LintOrFormatRuleTestCase.swift",
"NeverForceUnwrapTests.swift",
"NeverUseForceTryTests.swift",
"NeverUseImplicitlyUnwrappedOptionalsTests.swift",
"NoAccessLevelOnExtensionDeclarationTests.swift",
"NoAssignmentInExpressionsTests.swift",
"NoBlockCommentsTests.swift",
"NoCasesWithOnlyFallthroughTests.swift",
"NoEmptyTrailingClosureParenthesesTests.swift",
"NoLabelsInCasePatternsTests.swift",
"NoLeadingUnderscoresTests.swift",
"NoParensAroundConditionsTests.swift",
"NoVoidReturnOnFunctionSignatureTests.swift",
"OneCasePerLineTests.swift",
"OneVariableDeclarationPerLineTests.swift",
"OnlyOneTrailingClosureArgumentTests.swift",
"OrderedImportsTests.swift",
"ReturnVoidInsteadOfEmptyTupleTests.swift",
"UseEarlyExitsTests.swift",
"UseLetInEveryBoundCaseVariableTests.swift",
"UseShorthandTypeNamesTests.swift",
"UseSingleLinePropertyGetterTests.swift",
"UseSynthesizedInitializerTests.swift",
"UseTripleSlashForDocumentationCommentsTests.swift",
"UseWhereClausesInForLoopsTests.swift",
"ValidateDocumentationCommentsTests.swift"
],
"target_dependencies" : [
"SwiftFormatConfiguration",
"SwiftFormatCore",
"SwiftFormatPrettyPrint",
"SwiftFormatRules",
"SwiftFormatTestSupport"
],
"type" : "test"
},
{
"c99name" : "SwiftFormatRules",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatRules",
"path" : "Sources/SwiftFormatRules",
"product_memberships" : [
"swift-format",
"SwiftFormat",
"FormatPlugin",
"LintPlugin",
"generate-pipeline"
],
"sources" : [
"AddModifierRewriter.swift",
"AllPublicDeclarationsHaveDocumentation.swift",
"AlwaysUseLowerCamelCase.swift",
"AmbiguousTrailingClosureOverload.swift",
"BeginDocumentationCommentWithOneLineSummary.swift",
"DeclSyntaxProtocol+Comments.swift",
"DoNotUseSemicolons.swift",
"DontRepeatTypeInStaticProperties.swift",
"FileScopedDeclarationPrivacy.swift",
"FullyIndirectEnum.swift",
"FunctionDeclSyntax+Convenience.swift",
"GroupNumericLiterals.swift",
"IdentifiersMustBeASCII.swift",
"ImportsXCTestVisitor.swift",
"ModifierListSyntax+Convenience.swift",
"NeverForceUnwrap.swift",
"NeverUseForceTry.swift",
"NeverUseImplicitlyUnwrappedOptionals.swift",
"NoAccessLevelOnExtensionDeclaration.swift",
"NoAssignmentInExpressions.swift",
"NoBlockComments.swift",
"NoCasesWithOnlyFallthrough.swift",
"NoEmptyTrailingClosureParentheses.swift",
"NoLabelsInCasePatterns.swift",
"NoLeadingUnderscores.swift",
"NoParensAroundConditions.swift",
"NoPlaygroundLiterals.swift",
"NoVoidReturnOnFunctionSignature.swift",
"OneCasePerLine.swift",
"OneVariableDeclarationPerLine.swift",
"OnlyOneTrailingClosureArgument.swift",
"OrderedImports.swift",
"ReplaceTrivia.swift",
"ReturnVoidInsteadOfEmptyTuple.swift",
"RuleNameCache+Generated.swift",
"SemicolonSyntaxProtocol.swift",
"TokenSyntax+Convenience.swift",
"UseEarlyExits.swift",
"UseLetInEveryBoundCaseVariable.swift",
"UseShorthandTypeNames.swift",
"UseSingleLinePropertyGetter.swift",
"UseSynthesizedInitializer.swift",
"UseTripleSlashForDocumentationComments.swift",
"UseWhereClausesInForLoops.swift",
"ValidateDocumentationComments.swift",
"VarDeclSyntax+Convenience.swift"
],
"target_dependencies" : [
"SwiftFormatCore",
"SwiftFormatConfiguration"
],
"type" : "library"
},
{
"c99name" : "SwiftFormatPrettyPrintTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatPrettyPrintTests",
"path" : "Tests/SwiftFormatPrettyPrintTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftOperators",
"SwiftParser"
],
"sources" : [
"AccessorTests.swift",
"ArrayDeclTests.swift",
"AsExprTests.swift",
"AssignmentExprTests.swift",
"AttributeTests.swift",
"AvailabilityConditionTests.swift",
"AwaitExprTests.swift",
"BacktickTests.swift",
"BinaryOperatorExprTests.swift",
"ClassDeclTests.swift",
"ClosureExprTests.swift",
"CommentTests.swift",
"ConstrainedSugarTypeTests.swift",
"DeclNameArgumentTests.swift",
"DeinitializerDeclTests.swift",
"DictionaryDeclTests.swift",
"DifferentiationAttributeTests.swift",
"DoStmtTests.swift",
"EnumDeclTests.swift",
"ExtensionDeclTests.swift",
"ForInStmtTests.swift",
"FunctionCallTests.swift",
"FunctionDeclTests.swift",
"FunctionTypeTests.swift",
"GarbageTextTests.swift",
"GuardStmtTests.swift",
"IfConfigTests.swift",
"IfStmtTests.swift",
"IgnoreNodeTests.swift",
"ImportTests.swift",
"InitializerDeclTests.swift",
"KeyPathExprTests.swift",
"MemberAccessExprTests.swift",
"MemberTypeIdentifierTests.swift",
"NewlineTests.swift",
"ObjectLiteralExprTests.swift",
"OperatorDeclTests.swift",
"ParenthesizedExprTests.swift",
"PatternBindingTests.swift",
"PrettyPrintTestCase.swift",
"ProtocolDeclTests.swift",
"RepeatStmtTests.swift",
"RespectsExistingLineBreaksTests.swift",
"SemicolonTests.swift",
"StringTests.swift",
"StructDeclTests.swift",
"SubscriptDeclTests.swift",
"SubscriptExprTests.swift",
"SwitchCaseIndentConfigTests.swift",
"SwitchStmtTests.swift",
"TernaryExprTests.swift",
"TryCatchTests.swift",
"TupleDeclTests.swift",
"TypeAliasTests.swift",
"UnknownNodeTests.swift",
"VariableDeclTests.swift",
"WhileStmtTests.swift",
"YieldStmtTests.swift"
],
"target_dependencies" : [
"SwiftFormatConfiguration",
"SwiftFormatCore",
"SwiftFormatPrettyPrint",
"SwiftFormatRules",
"SwiftFormatTestSupport"
],
"type" : "test"
},
{
"c99name" : "SwiftFormatPrettyPrint",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatPrettyPrint",
"path" : "Sources/SwiftFormatPrettyPrint",
"product_dependencies" : [
"SwiftOperators"
],
"product_memberships" : [
"swift-format",
"SwiftFormat",
"FormatPlugin",
"LintPlugin"
],
"sources" : [
"Comment.swift",
"Indent+Length.swift",
"PrettyPrint.swift",
"PrettyPrintFindingCategory.swift",
"Token.swift",
"TokenStreamCreator.swift",
"Verbatim.swift"
],
"target_dependencies" : [
"SwiftFormatCore",
"SwiftFormatConfiguration"
],
"type" : "library"
},
{
"c99name" : "SwiftFormatPerformanceTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatPerformanceTests",
"path" : "Tests/SwiftFormatPerformanceTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"sources" : [
"WhitespaceLinterPerformanceTests.swift"
],
"target_dependencies" : [
"SwiftFormatTestSupport",
"SwiftFormatWhitespaceLinter"
],
"type" : "test"
},
{
"c99name" : "SwiftFormatCoreTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatCoreTests",
"path" : "Tests/SwiftFormatCoreTests",
"product_dependencies" : [
"SwiftSyntax",
"SwiftParser"
],
"sources" : [
"RuleMaskTests.swift"
],
"target_dependencies" : [
"SwiftFormatConfiguration",
"SwiftFormatCore"
],
"type" : "test"
},
{
"c99name" : "SwiftFormatCore",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatCore",
"path" : "Sources/SwiftFormatCore",
"product_dependencies" : [
"SwiftOperators",
"SwiftSyntax"
],
"product_memberships" : [
"swift-format",
"SwiftFormat",
"FormatPlugin",
"LintPlugin",
"generate-pipeline"
],
"sources" : [
"Context.swift",
"Finding+Convenience.swift",
"Finding.swift",
"FindingCategorizing.swift",
"FindingEmitter.swift",
"LegacyTriviaBehavior.swift",
"Rule.swift",
"RuleBasedFindingCategory.swift",
"RuleMask.swift",
"RuleState.swift",
"SyntaxFormatRule.swift",
"SyntaxLintRule.swift",
"SyntaxProtocol+Convenience.swift",
"Trivia+Convenience.swift"
],
"target_dependencies" : [
"SwiftFormatConfiguration"
],
"type" : "library"
},
{
"c99name" : "SwiftFormatConfigurationTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatConfigurationTests",
"path" : "Tests/SwiftFormatConfigurationTests",
"sources" : [
"ConfigurationTests.swift"
],
"target_dependencies" : [
"SwiftFormatConfiguration"
],
"type" : "test"
},
{
"c99name" : "SwiftFormatConfiguration",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatConfiguration",
"path" : "Sources/SwiftFormatConfiguration",
"product_memberships" : [
"swift-format",
"SwiftFormat",
"SwiftFormatConfiguration",
"FormatPlugin",
"LintPlugin",
"generate-pipeline"
],
"sources" : [
"Configuration.swift",
"Indent.swift",
"RuleRegistry+Generated.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftFormat",
"module_type" : "SwiftTarget",
"name" : "SwiftFormat",
"path" : "Sources/SwiftFormat",
"product_dependencies" : [
"SwiftSyntax",
"SwiftOperators",
"SwiftParser",
"SwiftParserDiagnostics"
],
"product_memberships" : [
"swift-format",
"SwiftFormat",
"FormatPlugin",
"LintPlugin"
],
"sources" : [
"DebugOptions.swift",
"Exports.swift",
"FormatPipeline.swift",
"LintPipeline.swift",
"Parsing.swift",
"Pipelines+Generated.swift",
"SwiftFormatError.swift",
"SwiftFormatter.swift",
"SwiftLinter.swift"
],
"target_dependencies" : [
"SwiftFormatConfiguration",
"SwiftFormatCore",
"SwiftFormatPrettyPrint",
"SwiftFormatRules",
"SwiftFormatWhitespaceLinter"
],
"type" : "library"
},
{
"c99name" : "Lint_Source_Code",
"module_type" : "PluginTarget",
"name" : "Lint Source Code",
"path" : "Plugins/LintPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Lint source code for a specified target.",
"type" : "custom",
"verb" : "lint-source-code"
},
"permissions" : [
],
"type" : "command"
},
"product_memberships" : [
"LintPlugin"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"swift-format"
],
"type" : "plugin"
},
{
"c99name" : "Format_Source_Code",
"module_type" : "PluginTarget",
"name" : "Format Source Code",
"path" : "Plugins/FormatPlugin",
"plugin_capability" : {
"intent" : {
"type" : "sourceCodeFormatting"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command formats the Swift source files",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"FormatPlugin"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"swift-format"
],
"type" : "plugin"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/SDGGiesbrecht/swift-syntax
[1/30074] Fetching swift-syntax
[3911/36838] Fetching swift-syntax, swift-tools-support-core
[10428/52189] Fetching swift-syntax, swift-tools-support-core, swift-argument-parser
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.77s)
[18143/45425] Fetching swift-syntax, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.61s)
Fetched https://github.com/SDGGiesbrecht/swift-syntax from cache (2.64s)
Computing version for https://github.com/SDGGiesbrecht/swift-syntax
Computed https://github.com/SDGGiesbrecht/swift-syntax at 0.50800.0 (3.81s)
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.06s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.89s)
Creating working copy for https://github.com/SDGGiesbrecht/swift-syntax
Working copy of https://github.com/SDGGiesbrecht/swift-syntax resolved at 0.50800.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.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
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/103] Write sources
[39/103] Compiling TSCclibc libc.c
[40/103] Compiling TSCclibc strerror.c
[42/103] Compiling TSCclibc process.c
[44/103] Compiling TSCclibc libc.c
[45/103] Write swift-version-24593BA9C3E375BF.txt
[47/195] Emitting module ArgumentParserToolInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/195] Emitting module TSCLibc
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:21:19: error: no such module 'Darwin.C'
19 | @_exported import Android
20 | #else
21 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
22 | #endif
23 |
[50/195] Compiling TSCLibc libc.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:21:19: error: no such module 'Darwin.C'
19 | @_exported import Android
20 | #else
21 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
22 | #endif
23 |
[51/195] Emitting module SwiftFormatConfiguration
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/61] Write swift-version-24593BA9C3E375BF.txt
[5/153] Emitting module TSCLibc
[6/153] Compiling TSCLibc libc.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:21:19: error: no such module 'Darwin.C'
19 | @_exported import Android
20 | #else
21 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
22 | #endif
23 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/153] Emitting module TSCLibc
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:21:19: error: no such module 'Darwin.C'
19 | @_exported import Android
20 | #else
21 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
22 | #endif
23 |
BUILD FAILURE 6.1 wasm