Build Information
Failed to build swift-format, reference main (24c744
), with Swift 6.1 for Wasm on 11 Jun 2025 15:46:47 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-format.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/swiftlang/swift-format
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 24c7446 Add support for BorrowExprSyntax (#1031)
Cloned https://github.com/swiftlang/swift-format.git
Revision (git rev-parse @):
24c744665e4e0de6100ca7fd06f8862ab41e358b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftlang/swift-format.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/swiftlang/swift-format.git
https://github.com/swiftlang/swift-format.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.git"
},
{
"identity" : "swift-markdown",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-markdown.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "swift-format",
"name" : "swift-format",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "swift-format",
"targets" : [
"swift-format"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftFormat",
"targets" : [
"SwiftFormat"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FormatPlugin",
"targets" : [
"Format Source Code"
],
"type" : {
"plugin" : null
}
},
{
"name" : "LintPlugin",
"targets" : [
"Lint Source Code"
],
"type" : {
"plugin" : null
}
},
{
"name" : "generate-swift-format",
"targets" : [
"generate-swift-format"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_format",
"module_type" : "SwiftTarget",
"name" : "swift-format",
"path" : "Sources/swift-format",
"product_dependencies" : [
"ArgumentParser",
"SwiftDiagnostics",
"SwiftParser",
"SwiftSyntax"
],
"product_memberships" : [
"swift-format",
"FormatPlugin",
"LintPlugin"
],
"sources" : [
"Frontend/ConfigurationLoader.swift",
"Frontend/FormatFrontend.swift",
"Frontend/Frontend.swift",
"Frontend/LintFrontend.swift",
"PrintVersion.swift",
"Subcommands/ConfigurationOptions.swift",
"Subcommands/DumpConfiguration.swift",
"Subcommands/Format.swift",
"Subcommands/Lint.swift",
"Subcommands/LintFormatOptions.swift",
"Subcommands/PerformanceMeasurement.swift",
"SwiftFormatCommand.swift",
"Utilities/Diagnostic.swift",
"Utilities/DiagnosticsEngine.swift",
"Utilities/FileHandleTextOutputStream.swift",
"Utilities/StderrDiagnosticPrinter.swift",
"Utilities/TTY.swift",
"VersionOptions.swift"
],
"target_dependencies" : [
"_SwiftFormatInstructionCounter",
"SwiftFormat"
],
"type" : "executable"
},
{
"c99name" : "generate_swift_format",
"module_type" : "SwiftTarget",
"name" : "generate-swift-format",
"path" : "Sources/generate-swift-format",
"product_memberships" : [
"generate-swift-format"
],
"sources" : [
"FileGenerator.swift",
"PipelineGenerator.swift",
"RuleCollector.swift",
"RuleDocumentationGenerator.swift",
"RuleNameCacheGenerator.swift",
"RuleRegistryGenerator.swift",
"Syntax+Convenience.swift",
"main.swift"
],
"target_dependencies" : [
"SwiftFormat"
],
"type" : "executable"
},
{
"c99name" : "_SwiftFormatTestSupport",
"module_type" : "SwiftTarget",
"name" : "_SwiftFormatTestSupport",
"path" : "Sources/_SwiftFormatTestSupport",
"product_dependencies" : [
"SwiftOperators",
"SwiftParser",
"SwiftParserDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"sources" : [
"Configuration+Testing.swift",
"DiagnosingTestCase.swift",
"FindingSpec.swift",
"MarkedText.swift",
"Parsing.swift"
],
"target_dependencies" : [
"SwiftFormat"
],
"type" : "library"
},
{
"c99name" : "_SwiftFormatInstructionCounter",
"module_type" : "ClangTarget",
"name" : "_SwiftFormatInstructionCounter",
"path" : "Sources/_SwiftFormatInstructionCounter",
"product_memberships" : [
"swift-format",
"FormatPlugin",
"LintPlugin"
],
"sources" : [
"src/InstructionsExecuted.c"
],
"type" : "library"
},
{
"c99name" : "SwiftFormatTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatTests",
"path" : "Tests/SwiftFormatTests",
"product_dependencies" : [
"Markdown",
"SwiftOperators",
"SwiftParser",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"sources" : [
"API/ConfigurationTests.swift",
"Core/DocumentationCommentTests.swift",
"Core/DocumentationCommentTextTests.swift",
"Core/RuleMaskTests.swift",
"PrettyPrint/AccessorTests.swift",
"PrettyPrint/ArrayDeclTests.swift",
"PrettyPrint/AsExprTests.swift",
"PrettyPrint/AssignmentExprTests.swift",
"PrettyPrint/AttributeTests.swift",
"PrettyPrint/AvailabilityConditionTests.swift",
"PrettyPrint/BackDeployAttributeTests.swift",
"PrettyPrint/BacktickTests.swift",
"PrettyPrint/BinaryOperatorExprTests.swift",
"PrettyPrint/BorrowExprTests.swift",
"PrettyPrint/ClassDeclTests.swift",
"PrettyPrint/ClosureExprTests.swift",
"PrettyPrint/CommaTests.swift",
"PrettyPrint/CommentTests.swift",
"PrettyPrint/ConstrainedSugarTypeTests.swift",
"PrettyPrint/ConsumeExprTests.swift",
"PrettyPrint/CopyExprSyntax.swift",
"PrettyPrint/DeclNameArgumentTests.swift",
"PrettyPrint/DeinitializerDeclTests.swift",
"PrettyPrint/DictionaryDeclTests.swift",
"PrettyPrint/DifferentiationAttributeTests.swift",
"PrettyPrint/DiscardStmtTests.swift",
"PrettyPrint/DoStmtTests.swift",
"PrettyPrint/EnumDeclTests.swift",
"PrettyPrint/ExpressionModifierTests.swift",
"PrettyPrint/ExtensionDeclTests.swift",
"PrettyPrint/ForInStmtTests.swift",
"PrettyPrint/FunctionCallTests.swift",
"PrettyPrint/FunctionDeclTests.swift",
"PrettyPrint/FunctionTypeTests.swift",
"PrettyPrint/GarbageTextTests.swift",
"PrettyPrint/GuardStmtTests.swift",
"PrettyPrint/IfConfigTests.swift",
"PrettyPrint/IfStmtTests.swift",
"PrettyPrint/IgnoreNodeTests.swift",
"PrettyPrint/ImportTests.swift",
"PrettyPrint/IndentBlankLinesTests.swift",
"PrettyPrint/InitializerDeclTests.swift",
"PrettyPrint/KeyPathExprTests.swift",
"PrettyPrint/LineNumbersTests.swift",
"PrettyPrint/MacroCallTests.swift",
"PrettyPrint/MacroDeclTests.swift",
"PrettyPrint/MemberAccessExprTests.swift",
"PrettyPrint/MemberTypeIdentifierTests.swift",
"PrettyPrint/NewlineTests.swift",
"PrettyPrint/ObjectLiteralExprTests.swift",
"PrettyPrint/OperatorDeclTests.swift",
"PrettyPrint/ParameterPackTests.swift",
"PrettyPrint/ParenthesizedExprTests.swift",
"PrettyPrint/PatternBindingTests.swift",
"PrettyPrint/PrettyPrintTestCase.swift",
"PrettyPrint/ProtocolDeclTests.swift",
"PrettyPrint/RepeatStmtTests.swift",
"PrettyPrint/RespectsExistingLineBreaksTests.swift",
"PrettyPrint/SelectionTests.swift",
"PrettyPrint/SemicolonTests.swift",
"PrettyPrint/StringTests.swift",
"PrettyPrint/StructDeclTests.swift",
"PrettyPrint/SubscriptDeclTests.swift",
"PrettyPrint/SubscriptExprTests.swift",
"PrettyPrint/SwitchCaseIndentConfigTests.swift",
"PrettyPrint/SwitchStmtTests.swift",
"PrettyPrint/TernaryExprTests.swift",
"PrettyPrint/TupleDeclTests.swift",
"PrettyPrint/TypeAliasTests.swift",
"PrettyPrint/ValueGenericsTests.swift",
"PrettyPrint/VariableDeclTests.swift",
"PrettyPrint/WhileStmtTests.swift",
"PrettyPrint/WhitespaceLintTests.swift",
"PrettyPrint/WhitespaceTestCase.swift",
"PrettyPrint/YieldStmtTests.swift",
"Rules/AllPublicDeclarationsHaveDocumentationTests.swift",
"Rules/AlwaysUseLiteralForEmptyCollectionInitTests.swift",
"Rules/AlwaysUseLowerCamelCaseTests.swift",
"Rules/AmbiguousTrailingClosureOverloadTests.swift",
"Rules/AvoidRetroactiveConformancesTests.swift",
"Rules/BeginDocumentationCommentWithOneLineSummaryTests.swift",
"Rules/DoNotUseSemicolonsTests.swift",
"Rules/DontRepeatTypeInStaticPropertiesTests.swift",
"Rules/FileScopedDeclarationPrivacyTests.swift",
"Rules/FullyIndirectEnumTests.swift",
"Rules/GroupNumericLiteralsTests.swift",
"Rules/IdentifiersMustBeASCIITests.swift",
"Rules/ImportsXCTestVisitorTests.swift",
"Rules/LintOrFormatRuleTestCase.swift",
"Rules/NeverForceUnwrapTests.swift",
"Rules/NeverUseForceTryTests.swift",
"Rules/NeverUseImplicitlyUnwrappedOptionalsTests.swift",
"Rules/NoAccessLevelOnExtensionDeclarationTests.swift",
"Rules/NoAssignmentInExpressionsTests.swift",
"Rules/NoBlockCommentsTests.swift",
"Rules/NoCasesWithOnlyFallthroughTests.swift",
"Rules/NoEmptyLinesOpeningClosingBracesTests.swift",
"Rules/NoEmptyTrailingClosureParenthesesTests.swift",
"Rules/NoLabelsInCasePatternsTests.swift",
"Rules/NoLeadingUnderscoresTests.swift",
"Rules/NoParensAroundConditionsTests.swift",
"Rules/NoPlaygroundLiteralsTests.swift",
"Rules/NoVoidReturnOnFunctionSignatureTests.swift",
"Rules/OmitReturnsTests.swift",
"Rules/OneCasePerLineTests.swift",
"Rules/OneVariableDeclarationPerLineTests.swift",
"Rules/OnlyOneTrailingClosureArgumentTests.swift",
"Rules/OrderedImportsTests.swift",
"Rules/ReplaceForEachWithForLoopTests.swift",
"Rules/ReturnVoidInsteadOfEmptyTupleTests.swift",
"Rules/TypeNamesShouldBeCapitalizedTests.swift",
"Rules/UseEarlyExitsTests.swift",
"Rules/UseExplicitNilCheckInConditionsTests.swift",
"Rules/UseLetInEveryBoundCaseVariableTests.swift",
"Rules/UseShorthandTypeNamesTests.swift",
"Rules/UseSingleLinePropertyGetterTests.swift",
"Rules/UseSynthesizedInitializerTests.swift",
"Rules/UseTripleSlashForDocumentationCommentsTests.swift",
"Rules/UseWhereClausesInForLoopsTests.swift",
"Rules/ValidateDocumentationCommentsTests.swift",
"Utilities/FileIteratorTests.swift"
],
"target_dependencies" : [
"SwiftFormat",
"_SwiftFormatTestSupport"
],
"type" : "test"
},
{
"c99name" : "SwiftFormatPerformanceTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatPerformanceTests",
"path" : "Tests/SwiftFormatPerformanceTests",
"product_dependencies" : [
"SwiftParser",
"SwiftSyntax"
],
"sources" : [
"WhitespaceLinterPerformanceTests.swift"
],
"target_dependencies" : [
"SwiftFormat",
"_SwiftFormatTestSupport"
],
"type" : "test"
},
{
"c99name" : "SwiftFormat",
"module_type" : "SwiftTarget",
"name" : "SwiftFormat",
"path" : "Sources/SwiftFormat",
"product_dependencies" : [
"Markdown",
"SwiftOperators",
"SwiftParser",
"SwiftParserDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"swift-format",
"SwiftFormat",
"FormatPlugin",
"LintPlugin",
"generate-swift-format"
],
"sources" : [
"API/Configuration+Default.swift",
"API/Configuration+Dump.swift",
"API/Configuration.swift",
"API/DebugOptions.swift",
"API/Finding.swift",
"API/FindingCategorizing.swift",
"API/Indent.swift",
"API/Selection.swift",
"API/SwiftFormatError.swift",
"API/SwiftFormatter.swift",
"API/SwiftLinter.swift",
"Core/Context.swift",
"Core/DocumentationComment.swift",
"Core/DocumentationCommentText.swift",
"Core/Finding+Convenience.swift",
"Core/FindingEmitter.swift",
"Core/FormatPipeline.swift",
"Core/FunctionDeclSyntax+Convenience.swift",
"Core/ImportsXCTestVisitor.swift",
"Core/LazySplitSequence.swift",
"Core/LintPipeline.swift",
"Core/ModifierListSyntax+Convenience.swift",
"Core/Parsing.swift",
"Core/Pipelines+Generated.swift",
"Core/RememberingIterator.swift",
"Core/Rule.swift",
"Core/RuleBasedFindingCategory.swift",
"Core/RuleMask.swift",
"Core/RuleNameCache+Generated.swift",
"Core/RuleRegistry+Generated.swift",
"Core/RuleState.swift",
"Core/SyntaxFormatRule.swift",
"Core/SyntaxLintRule.swift",
"Core/SyntaxProtocol+Convenience.swift",
"Core/SyntaxTraits.swift",
"Core/Trivia+Convenience.swift",
"Core/WithAttributesSyntax+Convenience.swift",
"Core/WithSemicolonSyntax.swift",
"PrettyPrint/Comment.swift",
"PrettyPrint/Indent+Length.swift",
"PrettyPrint/PrettyPrint.swift",
"PrettyPrint/PrettyPrintBuffer.swift",
"PrettyPrint/PrettyPrintFindingCategory.swift",
"PrettyPrint/Token.swift",
"PrettyPrint/TokenStreamCreator.swift",
"PrettyPrint/Verbatim.swift",
"PrettyPrint/WhitespaceFindingCategory.swift",
"PrettyPrint/WhitespaceLinter.swift",
"Rules/AllPublicDeclarationsHaveDocumentation.swift",
"Rules/AlwaysUseLiteralForEmptyCollectionInit.swift",
"Rules/AlwaysUseLowerCamelCase.swift",
"Rules/AmbiguousTrailingClosureOverload.swift",
"Rules/AvoidRetroactiveConformances.swift",
"Rules/BeginDocumentationCommentWithOneLineSummary.swift",
"Rules/DoNotUseSemicolons.swift",
"Rules/DontRepeatTypeInStaticProperties.swift",
"Rules/FileScopedDeclarationPrivacy.swift",
"Rules/FullyIndirectEnum.swift",
"Rules/GroupNumericLiterals.swift",
"Rules/IdentifiersMustBeASCII.swift",
"Rules/NeverForceUnwrap.swift",
"Rules/NeverUseForceTry.swift",
"Rules/NeverUseImplicitlyUnwrappedOptionals.swift",
"Rules/NoAccessLevelOnExtensionDeclaration.swift",
"Rules/NoAssignmentInExpressions.swift",
"Rules/NoBlockComments.swift",
"Rules/NoCasesWithOnlyFallthrough.swift",
"Rules/NoEmptyLineOpeningClosingBraces.swift",
"Rules/NoEmptyTrailingClosureParentheses.swift",
"Rules/NoLabelsInCasePatterns.swift",
"Rules/NoLeadingUnderscores.swift",
"Rules/NoParensAroundConditions.swift",
"Rules/NoPlaygroundLiterals.swift",
"Rules/NoVoidReturnOnFunctionSignature.swift",
"Rules/OmitExplicitReturns.swift",
"Rules/OneCasePerLine.swift",
"Rules/OneVariableDeclarationPerLine.swift",
"Rules/OnlyOneTrailingClosureArgument.swift",
"Rules/OrderedImports.swift",
"Rules/ReplaceForEachWithForLoop.swift",
"Rules/ReturnVoidInsteadOfEmptyTuple.swift",
"Rules/TypeNamesShouldBeCapitalized.swift",
"Rules/UseEarlyExits.swift",
"Rules/UseExplicitNilCheckInConditions.swift",
"Rules/UseLetInEveryBoundCaseVariable.swift",
"Rules/UseShorthandTypeNames.swift",
"Rules/UseSingleLinePropertyGetter.swift",
"Rules/UseSynthesizedInitializer.swift",
"Rules/UseTripleSlashForDocumentationComments.swift",
"Rules/UseWhereClausesInForLoops.swift",
"Rules/ValidateDocumentationComments.swift",
"Utilities/FileIterator.swift",
"Utilities/URL+isRoot.swift"
],
"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.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/swiftlang/swift-syntax.git
[1/70776] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.70s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-markdown.git
[1/6776] Fetching swift-markdown
[1967/22156] Fetching swift-markdown, swift-argument-parser
Fetched https://github.com/apple/swift-markdown.git from cache (1.28s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.66s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.6.0 (2.76s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18107] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.84s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.6.0 (3.16s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.96s)
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.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at main (3274aaa)
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at 0.6.0
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/159] Write sources
[6/159] Compiling InstructionsExecuted.c
[7/159] Compiling cmark-gfm-extensions ext_scanners.c
[8/159] Compiling cmark-gfm-extensions autolink.c
[9/159] Compiling cmark-gfm-extensions tagfilter.c
[9/159] Compiling cmark-gfm-extensions tasklist.c
[11/159] Compiling cmark-gfm-extensions strikethrough.c
[12/159] Compiling cmark-gfm-extensions core-extensions.c
[13/159] Compiling cmark-gfm-extensions table.c
[14/159] Compiling cmark-gfm xml.c
[15/159] Compiling cmark-gfm syntax_extension.c
[16/159] Compiling cmark-gfm registry.c
[17/159] Compiling cmark-gfm render.c
[18/159] Compiling cmark-gfm references.c
[19/159] Compiling cmark-gfm plugin.c
[20/159] Compiling cmark-gfm plaintext.c
[21/159] Compiling cmark-gfm linked_list.c
[22/159] Compiling cmark-gfm map.c
[23/159] Compiling cmark-gfm man.c
[24/159] Compiling cmark-gfm node.c
[25/159] Compiling cmark-gfm iterator.c
[26/159] Compiling cmark-gfm latex.c
[27/159] Compiling cmark-gfm houdini_html_e.c
[27/159] Compiling cmark-gfm utf8.c
[29/159] Compiling cmark-gfm html.c
[30/159] Compiling cmark-gfm houdini_href_e.c
[31/159] Compiling cmark-gfm cmark_ctype.c
[32/159] Compiling cmark-gfm footnotes.c
[33/159] Compiling cmark-gfm cmark.c
[34/159] Compiling cmark-gfm houdini_html_u.c
[34/159] Write sources
[48/159] Compiling cmark-gfm commonmark.c
[49/159] Write sources
[52/159] Compiling cmark-gfm buffer.c
[53/159] Write sources
[54/159] Compiling cmark-gfm arena.c
[55/159] Compiling CAtomic CAtomic.c
[56/159] Compiling _SwiftSyntaxCShims PlatformMutex.c
[57/159] Compiling cmark-gfm inlines.c
[58/159] Compiling cmark-gfm-extensions tagfilter.c
[59/159] Compiling cmark-gfm-extensions tasklist.c
[60/159] Compiling cmark-gfm-extensions strikethrough.c
[61/159] Compiling cmark-gfm blocks.c
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:22:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
22 | CMARK_DEFINE_ONCE(registered);
| ^
| int
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:22:19: error: a parameter list without types is only allowed in a function definition
22 | CMARK_DEFINE_ONCE(registered);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:30:3: error: call to undeclared function 'CMARK_RUN_ONCE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
30 | CMARK_RUN_ONCE(registered, register_plugins);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:30:18: error: use of undeclared identifier 'registered'
30 | CMARK_RUN_ONCE(registered, register_plugins);
| ^
4 errors generated.
[62/159] Compiling cmark-gfm-extensions core-extensions.c
[62/159] Compiling cmark-gfm-extensions ext_scanners.c
[62/159] Compiling cmark-gfm-extensions autolink.c
[62/159] Compiling cmark-gfm scanners.c
[62/159] Compiling cmark-gfm-extensions table.c
[62/159] Compiling cmark-gfm xml.c
[62/159] Compiling cmark-gfm utf8.c
[62/159] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/100] Write sources
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:22:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
22 | CMARK_DEFINE_ONCE(registered);
| ^
| int
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:22:19: error: a parameter list without types is only allowed in a function definition
22 | CMARK_DEFINE_ONCE(registered);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:30:3: error: call to undeclared function 'CMARK_RUN_ONCE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
30 | CMARK_RUN_ONCE(registered, register_plugins);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/extensions/core-extensions.c:30:18: error: use of undeclared identifier 'registered'
30 | CMARK_RUN_ONCE(registered, register_plugins);
| ^
4 errors generated.
[19/100] Compiling cmark-gfm-extensions core-extensions.c
[19/100] Compiling cmark-gfm-extensions ext_scanners.c
[19/100] Compiling cmark-gfm-extensions table.c
[19/100] Compiling cmark-gfm xml.c
[19/100] Compiling cmark-gfm-extensions autolink.c
[19/100] Compiling cmark-gfm utf8.c
[19/100] Compiling cmark-gfm scanners.c
[19/100] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm