Build Information
Failed to build swift-dom, reference 1.2.3 (2e7407), with Swift 6.1 for Wasm on 3 Apr 2026 03:26:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rarestype/swift-dom.git
Reference: 1.2.3
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/rarestype/swift-dom
* tag 1.2.3 -> FETCH_HEAD
HEAD is now at 2e7407e Merge pull request #16 from rarestype/upgrade-SS-to-603
Cloned https://github.com/rarestype/swift-dom.git
Revision (git rev-parse @):
2e7407e4b9c7602510bbefe45cac732cb7cab3c1
SUCCESS checkout https://github.com/rarestype/swift-dom.git at 1.2.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/rarestype/swift-dom.git
https://github.com/rarestype/swift-dom.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "dollup",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ordo-one/dollup"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "603.0.0",
"upper_bound" : "604.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "swift-dom",
"name" : "swift-dom",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "DOM",
"targets" : [
"DOM"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HTML",
"targets" : [
"HTML"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DynamicMemberFactoryMacro",
"targets" : [
"DynamicMemberFactoryMacro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SVG resource",
"targets" : [
"SVG resource"
],
"type" : {
"snippet" : null
}
},
{
"name" : "Protocols",
"targets" : [
"Protocols"
],
"type" : {
"snippet" : null
}
},
{
"name" : "Entrypoints",
"targets" : [
"Entrypoints"
],
"type" : {
"snippet" : null
}
},
{
"name" : "SVG embedded",
"targets" : [
"SVG embedded"
],
"type" : {
"snippet" : null
}
},
{
"name" : "Patterns",
"targets" : [
"Patterns"
],
"type" : {
"snippet" : null
}
},
{
"name" : "DynamicLookupMacros",
"targets" : [
"DynamicLookupMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "HTML",
"module_type" : "SwiftTarget",
"name" : "HTML",
"path" : "Sources/HTML",
"product_memberships" : [
"HTML",
"SVG resource",
"Protocols",
"Entrypoints",
"SVG embedded",
"Patterns"
],
"sources" : [
"Encoding/HTML (ext).swift",
"Encoding/HTML.AttributeEncoder (ext).swift",
"Encoding/HTML.ContentEncoder (ext).swift",
"Encoding/SVG (ext).swift",
"Encoding/SVG.ContentEncoder (ext).swift",
"HTML.OutputStreamable (ext).swift",
"HTML.OutputStreamableHeading (ext).swift",
"Never (ext).swift",
"Optional (ext).swift",
"Types/HTML.Attribute.Property.swift",
"Types/HTML.Attribute.Rel.swift",
"Types/HTML.Link.swift",
"Types/SVG.Point.swift",
"exports.swift",
"lexemes.swift"
],
"target_dependencies" : [
"DOM"
],
"type" : "library"
},
{
"c99name" : "DynamicMemberFactoryMacro",
"module_type" : "SwiftTarget",
"name" : "DynamicMemberFactoryMacro",
"path" : "Macros/DynamicMemberFactoryMacro",
"product_memberships" : [
"DynamicMemberFactoryMacro",
"SVG resource",
"Protocols",
"Entrypoints",
"SVG embedded",
"Patterns"
],
"sources" : [
"GenerateDynamicMemberFactory.swift"
],
"target_dependencies" : [
"DynamicLookupMacros"
],
"type" : "library"
},
{
"c99name" : "DynamicLookupMacros",
"module_type" : "SwiftTarget",
"name" : "DynamicLookupMacros",
"path" : "Macros/DynamicLookupMacros",
"product_dependencies" : [
"SwiftCompilerPlugin",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"DynamicMemberFactoryMacro",
"SVG resource",
"Protocols",
"Entrypoints",
"SVG embedded",
"Patterns",
"DynamicLookupMacros"
],
"sources" : [
"GenerateDynamicMemberFactory.swift",
"MacroExpansionContext (ext).swift",
"MacroExpansionMessage.swift",
"Main.swift"
],
"type" : "macro"
},
{
"c99name" : "DOM",
"module_type" : "SwiftTarget",
"name" : "DOM",
"path" : "Sources/DOM",
"product_memberships" : [
"DOM",
"HTML",
"SVG resource",
"Protocols",
"Entrypoints",
"SVG embedded",
"Patterns"
],
"sources" : [
"Conformances/Character (ext).swift",
"Conformances/String (ext).swift",
"Conformances/Substring (ext).swift",
"Conformances/Unicode.Scalar (ext).swift",
"DOM.Attribute.swift",
"DOM.ContentEncoder.swift",
"DOM.Property.swift",
"DOM.UTF8.swift",
"DOM.swift",
"HTML/HTML.Attribute.Factory (mxt).swift",
"HTML/HTML.AttributeEncoder.CustomData.swift",
"HTML/HTML.AttributeEncoder.swift",
"HTML/HTML.ContainerElement.swift",
"HTML/HTML.ContentEncoder.swift",
"HTML/HTML.OutputStreamable.swift",
"HTML/HTML.OutputStreamableAnchor.swift",
"HTML/HTML.OutputStreamableHeading.swift",
"HTML/HTML.UnsafeElement.swift",
"HTML/HTML.VoidElement.swift",
"HTML/HTML.swift",
"HTML/HTMLAttribute (gen).swift",
"SVG/SVG.Attribute (gen).swift",
"SVG/SVG.AttributeEncoder.swift",
"SVG/SVG.ContainerElement.swift",
"SVG/SVG.ContentEncoder.swift",
"SVG/SVG.Embedded.swift",
"SVG/SVG.OutputStreamable.swift",
"SVG/SVG.swift",
"Sitemap/XML.Sitemap.AttributeEncoder.swift",
"Sitemap/XML.Sitemap.ContentEncoder.swift",
"Sitemap/XML.Sitemap.Element.swift",
"Sitemap/XML.Sitemap.swift",
"Sitemap/XML.swift",
"Sitemap/XMLNS.swift",
"StreamingEncoder.swift"
],
"type" : "library"
},
{
"c99name" : "SVG_resource",
"module_type" : "SwiftTarget",
"name" : "SVG resource",
"path" : "Snippets",
"product_memberships" : [
"SVG resource"
],
"sources" : [
"SVG resource.swift"
],
"target_dependencies" : [
"HTML",
"DynamicMemberFactoryMacro",
"DOM"
],
"type" : "snippet"
},
{
"c99name" : "Protocols",
"module_type" : "SwiftTarget",
"name" : "Protocols",
"path" : "Snippets",
"product_memberships" : [
"Protocols"
],
"sources" : [
"Protocols.swift"
],
"target_dependencies" : [
"HTML",
"DynamicMemberFactoryMacro",
"DOM"
],
"type" : "snippet"
},
{
"c99name" : "Entrypoints",
"module_type" : "SwiftTarget",
"name" : "Entrypoints",
"path" : "Snippets",
"product_memberships" : [
"Entrypoints"
],
"sources" : [
"Entrypoints.swift"
],
"target_dependencies" : [
"HTML",
"DynamicMemberFactoryMacro",
"DOM"
],
"type" : "snippet"
},
{
"c99name" : "SVG_embedded",
"module_type" : "SwiftTarget",
"name" : "SVG embedded",
"path" : "Snippets",
"product_memberships" : [
"SVG embedded"
],
"sources" : [
"SVG embedded.swift"
],
"target_dependencies" : [
"HTML",
"DynamicMemberFactoryMacro",
"DOM"
],
"type" : "snippet"
},
{
"c99name" : "Patterns",
"module_type" : "SwiftTarget",
"name" : "Patterns",
"path" : "Snippets",
"product_memberships" : [
"Patterns"
],
"sources" : [
"Patterns.swift"
],
"target_dependencies" : [
"HTML",
"DynamicMemberFactoryMacro",
"DOM"
],
"type" : "snippet"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
BUILD FAILURE 6.1 wasm