Build Information
Failed to build swift-snapshot, reference main (ef3524), with Swift 6.1 for Wasm on 21 Oct 2025 17:54:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mackoj/swift-snapshot.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/mackoj/swift-snapshot
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ef3524c Update run-linux.sh
Cloned https://github.com/mackoj/swift-snapshot.git
Revision (git rev-parse @):
ef3524cf4e0f0923d0e5d7689e73760ca039b9d8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mackoj/swift-snapshot.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mackoj/swift-snapshot.git
https://github.com/mackoj/swift-snapshot.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swift-format",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-format"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-snapshot",
"name" : "swift-snapshot",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "SwiftSnapshot",
"targets" : [
"SwiftSnapshot"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftSnapshotMacros",
"targets" : [
"SwiftSnapshotMacros"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SwiftSnapshotTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSnapshotTests",
"path" : "Tests/SwiftSnapshotTests",
"product_dependencies" : [
"SnapshotTesting",
"InlineSnapshotTesting"
],
"sources" : [
"DependencyInjectionTests.swift",
"EditorConfigIntegrationTests.swift",
"FormattingConfigTests.swift",
"GenericCollectionTests.swift",
"IntegerTypesTests.swift",
"IntegrationTests.swift",
"ManualSanitizationVerification.swift",
"PathResolverTests.swift",
"PerformanceTests.swift",
"PropertyWrapperTests.swift",
"RenderOptionsTests.swift",
"ReproductionTests.swift",
"SnapshotRenderContextTests.swift",
"SnapshotRendererRegistryTests.swift",
"Support/SnapshotTests.swift",
"SwiftSnapshotConfigTests.swift",
"SwiftSnapshotErrorTests.swift",
"SwiftSnapshotTests.swift",
"VariableNameSanitizationTests.swift"
],
"target_dependencies" : [
"SwiftSnapshot"
],
"type" : "test"
},
{
"c99name" : "SwiftSnapshotMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSnapshotMacrosTests",
"path" : "Tests/SwiftSnapshotMacrosTests",
"product_dependencies" : [
"InlineSnapshotTesting",
"MacroTesting",
"SwiftCompilerPlugin"
],
"sources" : [
"IntegrationTests.swift",
"Support/SnapshotTests.swift",
"SwiftSnapshotMacrosTests.swift"
],
"target_dependencies" : [
"SwiftSnapshotMacros",
"SwiftSnapshot"
],
"type" : "test"
},
{
"c99name" : "SwiftSnapshotMacros",
"module_type" : "SwiftTarget",
"name" : "SwiftSnapshotMacros",
"path" : "Sources/SwiftSnapshotMacros",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftDiagnostics"
],
"product_memberships" : [
"SwiftSnapshot",
"SwiftSnapshotMacros"
],
"sources" : [
"PeerMacros.swift",
"SwiftSnapshotMacro.swift",
"SwiftSnapshotMacrosPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "SwiftSnapshotCore",
"module_type" : "SwiftTarget",
"name" : "SwiftSnapshotCore",
"path" : "Sources/SwiftSnapshotCore",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftParser",
"SwiftFormat",
"IssueReporting",
"Dependencies"
],
"product_memberships" : [
"SwiftSnapshot"
],
"sources" : [
"CodeFormatter.swift",
"FormatConfigLoader.swift",
"PathResolver.swift",
"RenderOptions.swift",
"SnapshotRenderContext.swift",
"SnapshotRendererRegistry.swift",
"SwiftSnapshot.swift",
"SwiftSnapshotConfig.swift",
"SwiftSnapshotError.swift",
"SwiftSnapshotExportable.swift",
"SwiftSnapshotRuntime.swift",
"ValueRenderer.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftSnapshot",
"module_type" : "SwiftTarget",
"name" : "SwiftSnapshot",
"path" : "Sources/SwiftSnapshot",
"product_memberships" : [
"SwiftSnapshot"
],
"sources" : [
"Exports.swift",
"SwiftSnapshotMacros.swift"
],
"target_dependencies" : [
"SwiftSnapshotCore",
"SwiftSnapshotMacros"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/swiftlang/swift-format
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-docc-plugin
[1/914] Fetching swift-macro-testing
[705/7295] Fetching swift-macro-testing, swift-dependencies
[1472/9428] Fetching swift-macro-testing, swift-dependencies, swift-docc-plugin
[3490/22029] Fetching swift-macro-testing, swift-dependencies, swift-docc-plugin, swift-format
[4650/27581] Fetching swift-macro-testing, swift-dependencies, swift-docc-plugin, swift-format, xctest-dynamic-overlay
Fetched https://github.com/apple/swift-docc-plugin from cache (0.95s)
[23451/41002] Fetching swift-macro-testing, swift-dependencies, swift-format, xctest-dynamic-overlay, swift-snapshot-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetched https://github.com/swiftlang/swift-format from cache (1.69s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.73s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.78s)
[2315/89087] Fetching swift-macro-testing, swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (5.29s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (5.46s)
Fetched https://github.com/swiftlang/swift-syntax from cache (13.12s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (15.35s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2417] Fetching combine-schedulers
[267/3709] Fetching combine-schedulers, swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.28s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.28s)
[1/878] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.82s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (3.16s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.98s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.97s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (1.26s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (3.91s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3554] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.67s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.12s)
Computing version for https://github.com/swiftlang/swift-format
Computed https://github.com/swiftlang/swift-format at 602.0.0 (1.58s)
Fetching https://github.com/apple/swift-markdown.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/16683] Fetching swift-argument-parser
[502/23627] Fetching swift-argument-parser, swift-markdown
Fetched https://github.com/apple/swift-markdown.git from cache (1.46s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.46s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.88s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.94s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (1.11s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.67s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.70s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.7.3 (1.09s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18218] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.68s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.0 (2.87s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (1.08s)
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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.5
Creating working copy for https://github.com/swiftlang/swift-format
Working copy of https://github.com/swiftlang/swift-format resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
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/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/apple/swift-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at 0.7.3
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.6.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.7.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin Lint Source Code
[4/4] Compiling plugin Format Source Code
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/149] Write sources
[24/149] Compiling cmark-gfm-extensions tagfilter.c
[25/149] Compiling cmark-gfm-extensions ext_scanners.c
[26/149] Compiling cmark-gfm-extensions tasklist.c
[27/149] Compiling cmark-gfm-extensions core-extensions.c
[28/149] Compiling cmark-gfm-extensions strikethrough.c
[29/149] Compiling cmark-gfm-extensions autolink.c
[30/149] Compiling cmark-gfm-extensions table.c
[31/149] Compiling cmark-gfm xml.c
[32/149] Compiling cmark-gfm syntax_extension.c
[33/149] Compiling cmark-gfm render.c
[34/149] Compiling cmark-gfm registry.c
[35/149] Compiling cmark-gfm references.c
[35/149] Compiling cmark-gfm plugin.c
[37/149] Compiling cmark-gfm plaintext.c
[38/149] Compiling cmark-gfm map.c
[39/149] Compiling cmark-gfm linked_list.c
[40/149] Compiling cmark-gfm man.c
[41/149] Compiling cmark-gfm utf8.c
[42/149] Compiling cmark-gfm iterator.c
[43/149] Write swift-version-24593BA9C3E375BF.txt
[44/149] Compiling cmark-gfm latex.c
[45/149] Compiling cmark-gfm html.c
[46/149] Compiling cmark-gfm houdini_html_e.c
[47/149] Compiling cmark-gfm node.c
[48/149] Compiling cmark-gfm cmark_ctype.c
[49/149] Compiling cmark-gfm houdini_href_e.c
[50/149] Compiling cmark-gfm footnotes.c
[51/149] Compiling cmark-gfm cmark.c
[52/149] Compiling cmark-gfm houdini_html_u.c
[53/149] Write sources
[60/149] Compiling cmark-gfm commonmark.c
[60/149] Compiling cmark-gfm inlines.c
[62/149] Compiling cmark-gfm buffer.c
[63/149] Compiling cmark-gfm arena.c
[63/149] Write sources
[75/149] Compiling _SwiftSyntaxCShims PlatformMutex.c
[76/149] Compiling CAtomic CAtomic.c
[77/149] Compiling cmark-gfm scanners.c
[78/149] Compiling cmark-gfm blocks.c
[79/153] Compiling cmark-gfm-extensions tasklist.c
[81/172] Emitting module SwiftSyntax602
[82/172] Emitting module SwiftSyntax509
[83/235] Compiling ConcurrencyExtras Result.swift
[84/236] Compiling SwiftSyntax510 Empty.swift
[85/236] Emitting module SwiftSyntax510
[86/236] Compiling SwiftSyntax509 Empty.swift
[87/238] Emitting module IssueReportingPackageSupport
[88/238] Compiling IssueReportingPackageSupport _Test.swift
[89/239] Compiling SwiftSyntax601 Empty.swift
[90/239] Emitting module SwiftSyntax601
[91/240] Compiling SwiftSyntax602 Empty.swift
[92/241] Emitting module SwiftSyntax600
[93/241] Compiling Markdown BasicBlockContainer.swift
[94/241] Compiling Markdown BasicInlineContainer.swift
[95/241] Compiling Markdown BlockContainer.swift
[96/241] Compiling Markdown BlockMarkup.swift
[97/241] Compiling Markdown InlineContainer.swift
[98/241] Compiling Markdown InlineMarkup.swift
[99/241] Compiling Markdown ListItemContainer.swift
[100/241] Compiling Markdown AtomicCounter.swift
[101/241] Compiling SwiftSyntax600 Empty.swift
[107/250] Compiling cmark-gfm-extensions tagfilter.c
[108/250] Wrapping AST for SwiftSyntax509 for debugging
[109/250] Wrapping AST for SwiftSyntax600 for debugging
[110/250] Wrapping AST for SwiftSyntax510 for debugging
[111/250] Wrapping AST for SwiftSyntax601 for debugging
[113/250] Compiling ConcurrencyExtras UncheckedSendable.swift
[113/250] Compiling cmark-gfm-extensions strikethrough.c
[114/269] Compiling cmark-gfm-extensions ext_scanners.c
[115/269] Wrapping AST for SwiftSyntax602 for debugging
/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.
[116/269] Compiling cmark-gfm-extensions core-extensions.c
[116/269] Compiling cmark-gfm-extensions table.c
[116/269] Compiling cmark-gfm xml.c
[116/269] Compiling cmark-gfm-extensions autolink.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
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 Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin Lint Source Code
[4/4] Compiling plugin Format Source Code
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/67] Write sources
[12/73] Compiling cmark-gfm syntax_extension.c
[13/73] Compiling cmark-gfm xml.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.
[14/73] Compiling cmark-gfm-extensions core-extensions.c
[14/73] Compiling cmark-gfm registry.c
[14/73] Compiling cmark-gfm utf8.c
[14/73] Compiling cmark-gfm-extensions table.c
[14/73] Compiling cmark-gfm render.c
[14/73] Compiling cmark-gfm scanners.c
[14/73] Compiling cmark-gfm-extensions autolink.c
[14/73] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm