Build Information
Failed to build slipstream, reference main (9dea9d
), with Swift 6.1 for Wasm on 2 Jun 2025 19:57:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/ClutchEngineering/slipstream.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/ClutchEngineering/slipstream
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9dea9d1 Update Xcode (#208)
Cloned https://github.com/ClutchEngineering/slipstream.git
Revision (git rev-parse @):
9dea9d16292d6896cc9e7eb0fc669bda9b85da0d
SUCCESS checkout https://github.com/ClutchEngineering/slipstream.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ClutchEngineering/slipstream.git
https://github.com/ClutchEngineering/slipstream.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-markdown",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-markdown.git"
},
{
"identity" : "swiftsoup",
"requirement" : {
"range" : [
{
"lower_bound" : "2.8.7",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "slipstream",
"name" : "slipstream",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14"
},
{
"name" : "ios",
"version" : "17"
}
],
"products" : [
{
"name" : "Slipstream",
"targets" : [
"Slipstream"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TypeIntrospectionTests",
"module_type" : "SwiftTarget",
"name" : "TypeIntrospectionTests",
"path" : "Tests/TypeIntrospectionTests",
"sources" : [
"TypeIntrospectionTests.swift"
],
"target_dependencies" : [
"TypeIntrospection"
],
"type" : "test"
},
{
"c99name" : "TypeIntrospection",
"module_type" : "SwiftTarget",
"name" : "TypeIntrospection",
"path" : "Sources/TypeIntrospection",
"product_memberships" : [
"Slipstream"
],
"sources" : [
"Properties.swift",
"PropertyIntrospection/PropertyIntrospection-Access.swift",
"PropertyIntrospection/PropertyIntrospection.swift",
"TypeIntrospection.swift"
],
"type" : "library"
},
{
"c99name" : "SlipstreamTests",
"module_type" : "SwiftTarget",
"name" : "SlipstreamTests",
"path" : "Tests/SlipstreamTests",
"sources" : [
"AttributeModifierTests.swift",
"Attributes/ClassTests.swift",
"Attributes/DataTests.swift",
"Attributes/IDTests.swift",
"Attributes/LanguageTests.swift",
"EnvironmentTests.swift",
"HelloWorldTests.swift",
"Markdown/MarkdownTests.swift",
"Rendering/InlineHTMLTests.swift",
"Rendering/RenderSitemapTests.swift",
"Rendering/SitemapTests.swift",
"Sites/CatalogSiteTests.swift",
"StateTests.swift",
"TailwindCSS/Backgrounds/BackgroundTests.swift",
"TailwindCSS/Borders/BorderTests.swift",
"TailwindCSS/Borders/CornerRadiusTests.swift",
"TailwindCSS/Borders/OutlineTests.swift",
"TailwindCSS/Borders/RingTests.swift",
"TailwindCSS/Effects/OpacityTests.swift",
"TailwindCSS/Effects/ShadowTests.swift",
"TailwindCSS/Filters/ColorInvertTests.swift",
"TailwindCSS/FlexboxAndGrid/AlignItemsTests.swift",
"TailwindCSS/FlexboxAndGrid/FlexDirectionTests.swift",
"TailwindCSS/FlexboxAndGrid/FlexGapTests.swift",
"TailwindCSS/FlexboxAndGrid/GridCellColumnsTests.swift",
"TailwindCSS/FlexboxAndGrid/GridCellRowsTests.swift",
"TailwindCSS/FlexboxAndGrid/JustifyContentTests.swift",
"TailwindCSS/Layout/ContainerTests.swift",
"TailwindCSS/Layout/DisplayTests.swift",
"TailwindCSS/Layout/FloatTests.swift",
"TailwindCSS/Layout/HStackTests.swift",
"TailwindCSS/Layout/OverflowTests.swift",
"TailwindCSS/Layout/PlacementTests.swift",
"TailwindCSS/Layout/PositionTests.swift",
"TailwindCSS/Layout/ResponsiveStackTests.swift",
"TailwindCSS/Layout/VStackTests.swift",
"TailwindCSS/Sizing/FrameTests.swift",
"TailwindCSS/Spacing/MarginTests.swift",
"TailwindCSS/Spacing/PaddingTests.swift",
"TailwindCSS/Transforms/OffsetTests.swift",
"TailwindCSS/TransitionsAndAnimations/AnimationTests.swift",
"TailwindCSS/TransitionsAndAnimations/TransitionTests.swift",
"TailwindCSS/Typography/FontDesignTests.swift",
"TailwindCSS/Typography/FontLeadingTests.swift",
"TailwindCSS/Typography/FontSizeTests.swift",
"TailwindCSS/Typography/FontSmoothingTests.swift",
"TailwindCSS/Typography/FontStyleTests.swift",
"TailwindCSS/Typography/FontWeightTests.swift",
"TailwindCSS/Typography/ListStyleTests.swift",
"TailwindCSS/Typography/TextAlignmentTests.swift",
"TailwindCSS/Typography/TextColorTests.swift",
"TailwindCSS/Typography/TextDecorationTests.swift",
"TextTests.swift",
"ViewBuilderTests.swift",
"W3C/BlockquoteTests.swift",
"W3C/BodyTests.swift",
"W3C/CanonicalTests.swift",
"W3C/CanvasTests.swift",
"W3C/CharsetTests.swift",
"W3C/CodeTests.swift",
"W3C/CommentTests.swift",
"W3C/DivTests.swift",
"W3C/DividerTests.swift",
"W3C/DocumentMainTests.swift",
"W3C/FooterTests.swift",
"W3C/Forms/ButtonTests.swift",
"W3C/Forms/FormTests.swift",
"W3C/Forms/OptionTests.swift",
"W3C/Forms/PickerTests.swift",
"W3C/Forms/TextFieldTests.swift",
"W3C/HTMLTests.swift",
"W3C/HeadTests.swift",
"W3C/HeadingTests.swift",
"W3C/IFrameTests.swift",
"W3C/IconTests.swift",
"W3C/ImageTests.swift",
"W3C/LinebreakTests.swift",
"W3C/LinkTests.swift",
"W3C/ListTests.swift",
"W3C/MetaTests.swift",
"W3C/NavigationTests.swift",
"W3C/ParagraphTests.swift",
"W3C/PictureTests.swift",
"W3C/PreconnectTests.swift",
"W3C/PreformattedTests.swift",
"W3C/PreloadTests.swift",
"W3C/RawHTMLTests.swift",
"W3C/RedirectTests.swift",
"W3C/ScriptTests.swift",
"W3C/SectionTests.swift",
"W3C/SmallTests.swift",
"W3C/SourceTests.swift",
"W3C/SpanTests.swift",
"W3C/StrongTests.swift",
"W3C/StylesheetTests.swift",
"W3C/TabularData/TableBodyTests.swift",
"W3C/TabularData/TableCellTests.swift",
"W3C/TabularData/TableHeaderCellTests.swift",
"W3C/TabularData/TableHeaderTests.swift",
"W3C/TabularData/TableRowTests.swift",
"W3C/TabularData/TableTests.swift",
"W3C/TitleTests.swift",
"W3C/ViewportTests.swift"
],
"target_dependencies" : [
"Slipstream"
],
"type" : "test"
},
{
"c99name" : "Slipstream",
"module_type" : "SwiftTarget",
"name" : "Slipstream",
"path" : "Sources/Slipstream",
"product_dependencies" : [
"Markdown",
"SwiftSoup"
],
"product_memberships" : [
"Slipstream"
],
"sources" : [
"Fundamentals/AnyView.swift",
"Fundamentals/AttributeModifier.swift",
"Fundamentals/ClassModifier.swift",
"Fundamentals/DOMString.swift",
"Fundamentals/DataAndStorage/Environment.swift",
"Fundamentals/DataAndStorage/EnvironmentKey.swift",
"Fundamentals/DataAndStorage/EnvironmentValues.swift",
"Fundamentals/EmptyView.swift",
"Fundamentals/View+environment.swift",
"Fundamentals/View+modifier.swift",
"Fundamentals/View.swift",
"Fundamentals/ViewBuilder/ArrayView.swift",
"Fundamentals/ViewBuilder/ConditionalView.swift",
"Fundamentals/ViewBuilder/TupleView.swift",
"Fundamentals/ViewBuilder/ViewBuilder.swift",
"Fundamentals/ViewModifier.swift",
"Markdown/MarkdownText.swift",
"Rendering/Render.swift",
"Rendering/RenderSitemap.swift",
"Rendering/Sitemap.swift",
"TailwindCSS/Animation.swift",
"TailwindCSS/Axis.swift",
"TailwindCSS/Backgrounds/View+background.swift",
"TailwindCSS/Borders/View+border.swift",
"TailwindCSS/Borders/View+cornerRadius.swift",
"TailwindCSS/Borders/View+outline.swift",
"TailwindCSS/Borders/View+ring.swift",
"TailwindCSS/Breakpoint.swift",
"TailwindCSS/Color.swift",
"TailwindCSS/ColorPalette.swift",
"TailwindCSS/Condition.swift",
"TailwindCSS/Edge.swift",
"TailwindCSS/Effects/View+opacity.swift",
"TailwindCSS/Effects/View+shadow.swift",
"TailwindCSS/Filters/View+colorInvert.swift",
"TailwindCSS/FlexboxAndGrid/View+alignItems.swift",
"TailwindCSS/FlexboxAndGrid/View+flexDirection.swift",
"TailwindCSS/FlexboxAndGrid/View+flexGap.swift",
"TailwindCSS/FlexboxAndGrid/View+gridCellColumns.swift",
"TailwindCSS/FlexboxAndGrid/View+gridCellRows.swift",
"TailwindCSS/FlexboxAndGrid/View+justifyContent.swift",
"TailwindCSS/GridSpan.swift",
"TailwindCSS/Layout/Container.swift",
"TailwindCSS/Layout/HStack.swift",
"TailwindCSS/Layout/ResponsiveStack.swift",
"TailwindCSS/Layout/VStack.swift",
"TailwindCSS/Layout/View+display.swift",
"TailwindCSS/Layout/View+float.swift",
"TailwindCSS/Layout/View+overflow.swift",
"TailwindCSS/Layout/View+placement.swift",
"TailwindCSS/Layout/View+position.swift",
"TailwindCSS/Material.swift",
"TailwindCSS/Size.swift",
"TailwindCSS/Sizing/FrameTypes/FrameHeightValue.swift",
"TailwindCSS/Sizing/FrameTypes/FrameMaxHeightValue.swift",
"TailwindCSS/Sizing/FrameTypes/FrameMaxWidthValue.swift",
"TailwindCSS/Sizing/FrameTypes/FrameMinHeightValue.swift",
"TailwindCSS/Sizing/FrameTypes/FrameMinWidthValue.swift",
"TailwindCSS/Sizing/FrameTypes/FrameWidthValue.swift",
"TailwindCSS/Sizing/View+frame.swift",
"TailwindCSS/Spacing/View+margin.swift",
"TailwindCSS/Spacing/View+padding.swift",
"TailwindCSS/State.swift",
"TailwindCSS/TailwindClassModifier.swift",
"TailwindCSS/Transforms/View+offset.swift",
"TailwindCSS/Transition.swift",
"TailwindCSS/TransitionsAndAnimations/View+animation.swift",
"TailwindCSS/TransitionsAndAnimations/View+transition.swift",
"TailwindCSS/Typography/View+fontDesign.swift",
"TailwindCSS/Typography/View+fontLeading.swift",
"TailwindCSS/Typography/View+fontSize.swift",
"TailwindCSS/Typography/View+fontSmoothing.swift",
"TailwindCSS/Typography/View+fontStyle.swift",
"TailwindCSS/Typography/View+fontWeight.swift",
"TailwindCSS/Typography/View+listStyle.swift",
"TailwindCSS/Typography/View+textAlignment.swift",
"TailwindCSS/Typography/View+textColor.swift",
"TailwindCSS/Typography/View+textDecoration.swift",
"W3C/Attributes/CrossOrigin.swift",
"W3C/Attributes/View+accessibilityLabel.swift",
"W3C/Attributes/View+class.swift",
"W3C/Attributes/View+data.swift",
"W3C/Attributes/View+id.swift",
"W3C/Attributes/View+language.swift",
"W3C/Elements/Comment.swift",
"W3C/Elements/DocumentMetadata/Canonical.swift",
"W3C/Elements/DocumentMetadata/Charset.swift",
"W3C/Elements/DocumentMetadata/Head.swift",
"W3C/Elements/DocumentMetadata/Icon.swift",
"W3C/Elements/DocumentMetadata/Meta.swift",
"W3C/Elements/DocumentMetadata/Preconnect.swift",
"W3C/Elements/DocumentMetadata/Preload.swift",
"W3C/Elements/DocumentMetadata/Redirect.swift",
"W3C/Elements/DocumentMetadata/Stylesheet.swift",
"W3C/Elements/DocumentMetadata/Title.swift",
"W3C/Elements/DocumentMetadata/Viewport.swift",
"W3C/Elements/EmbeddedContent/IFrame.swift",
"W3C/Elements/EmbeddedContent/Image.swift",
"W3C/Elements/EmbeddedContent/Picture.swift",
"W3C/Elements/EmbeddedContent/RawHTML.swift",
"W3C/Elements/EmbeddedContent/Source.swift",
"W3C/Elements/Forms/Button.swift",
"W3C/Elements/Forms/Form.swift",
"W3C/Elements/Forms/Option.swift",
"W3C/Elements/Forms/Picker.swift",
"W3C/Elements/Forms/TextField.swift",
"W3C/Elements/GroupingContent/Blockquote.swift",
"W3C/Elements/GroupingContent/Div.swift",
"W3C/Elements/GroupingContent/Divider.swift",
"W3C/Elements/GroupingContent/DocumentMain.swift",
"W3C/Elements/GroupingContent/List.swift",
"W3C/Elements/GroupingContent/Listitem.swift",
"W3C/Elements/GroupingContent/Paragraph.swift",
"W3C/Elements/GroupingContent/Preformatted.swift",
"W3C/Elements/GroupingContent/Text.swift",
"W3C/Elements/RootElement/HTML.swift",
"W3C/Elements/Scripting/Canvas.swift",
"W3C/Elements/Scripting/Script.swift",
"W3C/Elements/Sections/Body.swift",
"W3C/Elements/Sections/Footer.swift",
"W3C/Elements/Sections/H1.swift",
"W3C/Elements/Sections/H2.swift",
"W3C/Elements/Sections/H3.swift",
"W3C/Elements/Sections/H4.swift",
"W3C/Elements/Sections/H5.swift",
"W3C/Elements/Sections/H6.swift",
"W3C/Elements/Sections/Heading.swift",
"W3C/Elements/Sections/Navigation.swift",
"W3C/Elements/Sections/Section.swift",
"W3C/Elements/TabularData/Table.swift",
"W3C/Elements/TabularData/TableBody.swift",
"W3C/Elements/TabularData/TableCell.swift",
"W3C/Elements/TabularData/TableHeader.swift",
"W3C/Elements/TabularData/TableHeaderCell.swift",
"W3C/Elements/TabularData/TableRow.swift",
"W3C/Elements/TextLevelSemantics/Code.swift",
"W3C/Elements/TextLevelSemantics/LineBreak.swift",
"W3C/Elements/TextLevelSemantics/Link.swift",
"W3C/Elements/TextLevelSemantics/Small.swift",
"W3C/Elements/TextLevelSemantics/Span.swift",
"W3C/Elements/TextLevelSemantics/Strong.swift",
"W3C/Elements/W3CElement.swift"
],
"target_dependencies" : [
"TypeIntrospection"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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-markdown.git
[1/6767] Fetching swift-markdown
Fetched https://github.com/apple/swift-markdown.git from cache (0.63s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18069] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.13s)
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/3908] Fetching swiftsoup
[549/5957] Fetching swiftsoup, swift-docc-plugin
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.83s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.84s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.7 (1.57s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3395] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.64s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.70s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
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-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at main (5ad49ed)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.7
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at gfm (b97d094)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/42] Compiling cmark-gfm cmark_ctype.c
[3/42] Compiling cmark-gfm cmark.c
[4/42] Compiling cmark-gfm buffer.c
[5/42] Compiling cmark-gfm-extensions tasklist.c
[6/42] Compiling cmark-gfm-extensions tagfilter.c
[7/42] Compiling cmark-gfm-extensions strikethrough.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.
[8/42] Compiling cmark-gfm-extensions core-extensions.c
[8/42] Compiling cmark-gfm-extensions autolink.c
[8/42] Compiling cmark-gfm-extensions table.c
[8/42] Compiling cmark-gfm xml.c
[8/42] Compiling cmark-gfm-extensions ext_scanners.c
[8/42] Compiling cmark-gfm blocks.c
[8/42] Write swift-version-24593BA9C3E375BF.txt
[8/42] Compiling cmark-gfm commonmark.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/37] Write sources
[4/36] Compiling cmark-gfm syntax_extension.c
[5/36] Compiling cmark-gfm xml.c
[6/36] Compiling cmark-gfm-extensions autolink.c
[7/36] Compiling cmark-gfm-extensions ext_scanners.c
[8/36] Compiling cmark-gfm render.c
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:15:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
15 | CMARK_DEFINE_LOCK(extensions);
| ^
| int
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:15:19: error: a parameter list without types is only allowed in a function definition
15 | CMARK_DEFINE_LOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:28:3: error: call to undeclared function 'CMARK_INITIALIZE_AND_LOCK'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
28 | CMARK_INITIALIZE_AND_LOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:28:29: error: use of undeclared identifier 'extensions'
28 | CMARK_INITIALIZE_AND_LOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:34:3: error: call to undeclared function 'CMARK_UNLOCK'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
34 | CMARK_UNLOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:34:16: error: use of undeclared identifier 'extensions'
34 | CMARK_UNLOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:41:3: error: call to undeclared function 'CMARK_INITIALIZE_AND_LOCK'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
41 | CMARK_INITIALIZE_AND_LOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:41:29: error: use of undeclared identifier 'extensions'
41 | CMARK_INITIALIZE_AND_LOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:51:3: error: call to undeclared function 'CMARK_UNLOCK'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
51 | CMARK_UNLOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:51:16: error: use of undeclared identifier 'extensions'
51 | CMARK_UNLOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:58:3: error: call to undeclared function 'CMARK_INITIALIZE_AND_LOCK'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
58 | CMARK_INITIALIZE_AND_LOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:58:29: error: use of undeclared identifier 'extensions'
58 | CMARK_INITIALIZE_AND_LOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:64:3: error: call to undeclared function 'CMARK_UNLOCK'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
64 | CMARK_UNLOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:64:16: error: use of undeclared identifier 'extensions'
64 | CMARK_UNLOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:72:3: error: call to undeclared function 'CMARK_INITIALIZE_AND_LOCK'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
72 | CMARK_INITIALIZE_AND_LOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:72:29: error: use of undeclared identifier 'extensions'
72 | CMARK_INITIALIZE_AND_LOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:82:3: error: call to undeclared function 'CMARK_UNLOCK'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
82 | CMARK_UNLOCK(extensions);
| ^
/host/spi-builder-workspace/.build/checkouts/swift-cmark/src/registry.c:82:16: error: use of undeclared identifier 'extensions'
82 | CMARK_UNLOCK(extensions);
| ^
18 errors generated.
[9/36] Compiling cmark-gfm registry.c
[9/36] Compiling cmark-gfm plugin.c
[9/36] Compiling cmark-gfm references.c
[9/36] Compiling cmark-gfm scanners.c
[9/36] Compiling cmark-gfm utf8.c
[9/36] Compiling cmark-gfm-extensions table.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.
[9/36] Compiling cmark-gfm-extensions core-extensions.c
[9/36] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm