Build Information
Successful build of WingedSwift, reference v1.3.3 (f7d45e), with Swift 6.1 for Wasm on 17 Oct 2025 22:22:48 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 -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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/micheltlutz/Winged-Swift.git
Reference: v1.3.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/micheltlutz/Winged-Swift
* tag v1.3.3 -> FETCH_HEAD
HEAD is now at f7d45e7 Merge remote-tracking branch 'refs/remotes/origin/main'
Cloned https://github.com/micheltlutz/Winged-Swift.git
Revision (git rev-parse @):
f7d45e7622f7a256bc3a15e9b433a05ec1069183
SUCCESS checkout https://github.com/micheltlutz/Winged-Swift.git at v1.3.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/micheltlutz/Winged-Swift.git
https://github.com/micheltlutz/Winged-Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"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" : "WingedSwift",
"name" : "WingedSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WingedSwift",
"targets" : [
"WingedSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WingedSwiftTests",
"module_type" : "SwiftTarget",
"name" : "WingedSwiftTests",
"path" : "Tests/WingedSwiftTests",
"sources" : [
"AttributeHelpersTests.swift",
"CSSHelpersTests.swift",
"CodeTests.swift",
"FormsTests.swift",
"HTML5TagsTests.swift",
"HTMLBuilderTests.swift",
"HTMLEscapeTests.swift",
"HTMLTagTests.swift",
"PrettyPrintTests.swift",
"SEOTests.swift"
],
"target_dependencies" : [
"WingedSwift"
],
"type" : "test"
},
{
"c99name" : "WingedSwift",
"module_type" : "SwiftTarget",
"name" : "WingedSwift",
"path" : "Sources/WingedSwift",
"product_memberships" : [
"WingedSwift"
],
"sources" : [
"HTML/Code/Code.swift",
"HTML/Code/Embed.swift",
"HTML/Code/Pre.swift",
"HTML/Commons/A.swift",
"HTML/Commons/Article.swift",
"HTML/Commons/Aside.swift",
"HTML/Commons/Body.swift",
"HTML/Commons/Button.swift",
"HTML/Commons/Div.swift",
"HTML/Commons/Dl.swift",
"HTML/Commons/Figcaption.swift",
"HTML/Commons/Figure.swift",
"HTML/Commons/Footer.swift",
"HTML/Commons/H1.swift",
"HTML/Commons/H2.swift",
"HTML/Commons/H3.swift",
"HTML/Commons/H4.swift",
"HTML/Commons/H5.swift",
"HTML/Commons/H6.swift",
"HTML/Commons/Head.swift",
"HTML/Commons/Header.swift",
"HTML/Commons/Img.swift",
"HTML/Commons/Li.swift",
"HTML/Commons/Link.swift",
"HTML/Commons/MainTag.swift",
"HTML/Commons/Mark.swift",
"HTML/Commons/Meta.swift",
"HTML/Commons/Nav.swift",
"HTML/Commons/Ol.swift",
"HTML/Commons/P.swift",
"HTML/Commons/Script.swift",
"HTML/Commons/Span.swift",
"HTML/Commons/Table.swift",
"HTML/Commons/Td.swift",
"HTML/Commons/Th.swift",
"HTML/Commons/Time.swift",
"HTML/Commons/Title.swift",
"HTML/Commons/Tr.swift",
"HTML/Commons/Ul.swift",
"HTML/Forms/Fieldset.swift",
"HTML/Forms/Form.swift",
"HTML/Forms/Input.swift",
"HTML/Forms/Label.swift",
"HTML/Forms/Option.swift",
"HTML/Forms/Section.swift",
"HTML/Forms/Select.swift",
"HTML/Forms/Textarea.swift",
"WingedSwift.swift",
"core/Attribute.swift",
"core/AttributeHelpers.swift",
"core/CSSHelpers.swift",
"core/HTMLEscape.swift",
"core/HTMLTag.swift",
"feed/RSSGenerator.swift",
"functions/HTMLFunctions.swift",
"seo/SEOHelpers.swift",
"seo/SitemapGenerator.swift",
"static/StaticSiteGenerator.swift",
"templates/Layout.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 -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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2133] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.68s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3553] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.06s)
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.5
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/57] Emitting module WingedSwift
[6/64] Compiling WingedSwift Div.swift
[7/64] Compiling WingedSwift Dl.swift
[8/64] Compiling WingedSwift Figcaption.swift
[9/64] Compiling WingedSwift Figure.swift
[10/64] Compiling WingedSwift Footer.swift
[11/64] Compiling WingedSwift H1.swift
[12/64] Compiling WingedSwift H2.swift
[13/64] Compiling WingedSwift H3.swift
[14/64] Compiling WingedSwift Ul.swift
[15/64] Compiling WingedSwift Fieldset.swift
[16/64] Compiling WingedSwift Form.swift
[17/64] Compiling WingedSwift Input.swift
[18/64] Compiling WingedSwift Label.swift
[19/64] Compiling WingedSwift Option.swift
[20/64] Compiling WingedSwift Section.swift
[21/64] Compiling WingedSwift Select.swift
[22/64] Compiling WingedSwift Textarea.swift
[23/64] Compiling WingedSwift WingedSwift.swift
[24/64] Compiling WingedSwift Attribute.swift
[25/64] Compiling WingedSwift AttributeHelpers.swift
[26/64] Compiling WingedSwift CSSHelpers.swift
[27/64] Compiling WingedSwift HTMLEscape.swift
[28/64] Compiling WingedSwift Code.swift
[29/64] Compiling WingedSwift Embed.swift
[30/64] Compiling WingedSwift Pre.swift
[31/64] Compiling WingedSwift A.swift
[32/64] Compiling WingedSwift Article.swift
[33/64] Compiling WingedSwift Aside.swift
[34/64] Compiling WingedSwift Body.swift
[35/64] Compiling WingedSwift Button.swift
[36/64] Compiling WingedSwift H4.swift
[37/64] Compiling WingedSwift H5.swift
[38/64] Compiling WingedSwift H6.swift
[39/64] Compiling WingedSwift Head.swift
[40/64] Compiling WingedSwift Header.swift
[41/64] Compiling WingedSwift Img.swift
[42/64] Compiling WingedSwift Li.swift
[43/64] Compiling WingedSwift Link.swift
[44/64] Compiling WingedSwift Span.swift
[45/64] Compiling WingedSwift Table.swift
[46/64] Compiling WingedSwift Td.swift
[47/64] Compiling WingedSwift Th.swift
[48/64] Compiling WingedSwift Time.swift
[49/64] Compiling WingedSwift Title.swift
[50/64] Compiling WingedSwift Tr.swift
[51/64] Compiling WingedSwift MainTag.swift
[52/64] Compiling WingedSwift Mark.swift
[53/64] Compiling WingedSwift Meta.swift
[54/64] Compiling WingedSwift Nav.swift
[55/64] Compiling WingedSwift Ol.swift
[56/64] Compiling WingedSwift P.swift
[57/64] Compiling WingedSwift Script.swift
[58/64] Compiling WingedSwift HTMLTag.swift
[59/64] Compiling WingedSwift RSSGenerator.swift
[60/64] Compiling WingedSwift HTMLFunctions.swift
[61/64] Compiling WingedSwift SEOHelpers.swift
[62/64] Compiling WingedSwift SitemapGenerator.swift
[63/64] Compiling WingedSwift StaticSiteGenerator.swift
[64/64] Compiling WingedSwift Layout.swift
Build complete! (36.12s)
Build complete.
{
"dependencies" : [
{
"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" : "WingedSwift",
"name" : "WingedSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WingedSwift",
"targets" : [
"WingedSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WingedSwiftTests",
"module_type" : "SwiftTarget",
"name" : "WingedSwiftTests",
"path" : "Tests/WingedSwiftTests",
"sources" : [
"AttributeHelpersTests.swift",
"CSSHelpersTests.swift",
"CodeTests.swift",
"FormsTests.swift",
"HTML5TagsTests.swift",
"HTMLBuilderTests.swift",
"HTMLEscapeTests.swift",
"HTMLTagTests.swift",
"PrettyPrintTests.swift",
"SEOTests.swift"
],
"target_dependencies" : [
"WingedSwift"
],
"type" : "test"
},
{
"c99name" : "WingedSwift",
"module_type" : "SwiftTarget",
"name" : "WingedSwift",
"path" : "Sources/WingedSwift",
"product_memberships" : [
"WingedSwift"
],
"sources" : [
"HTML/Code/Code.swift",
"HTML/Code/Embed.swift",
"HTML/Code/Pre.swift",
"HTML/Commons/A.swift",
"HTML/Commons/Article.swift",
"HTML/Commons/Aside.swift",
"HTML/Commons/Body.swift",
"HTML/Commons/Button.swift",
"HTML/Commons/Div.swift",
"HTML/Commons/Dl.swift",
"HTML/Commons/Figcaption.swift",
"HTML/Commons/Figure.swift",
"HTML/Commons/Footer.swift",
"HTML/Commons/H1.swift",
"HTML/Commons/H2.swift",
"HTML/Commons/H3.swift",
"HTML/Commons/H4.swift",
"HTML/Commons/H5.swift",
"HTML/Commons/H6.swift",
"HTML/Commons/Head.swift",
"HTML/Commons/Header.swift",
"HTML/Commons/Img.swift",
"HTML/Commons/Li.swift",
"HTML/Commons/Link.swift",
"HTML/Commons/MainTag.swift",
"HTML/Commons/Mark.swift",
"HTML/Commons/Meta.swift",
"HTML/Commons/Nav.swift",
"HTML/Commons/Ol.swift",
"HTML/Commons/P.swift",
"HTML/Commons/Script.swift",
"HTML/Commons/Span.swift",
"HTML/Commons/Table.swift",
"HTML/Commons/Td.swift",
"HTML/Commons/Th.swift",
"HTML/Commons/Time.swift",
"HTML/Commons/Title.swift",
"HTML/Commons/Tr.swift",
"HTML/Commons/Ul.swift",
"HTML/Forms/Fieldset.swift",
"HTML/Forms/Form.swift",
"HTML/Forms/Input.swift",
"HTML/Forms/Label.swift",
"HTML/Forms/Option.swift",
"HTML/Forms/Section.swift",
"HTML/Forms/Select.swift",
"HTML/Forms/Textarea.swift",
"WingedSwift.swift",
"core/Attribute.swift",
"core/AttributeHelpers.swift",
"core/CSSHelpers.swift",
"core/HTMLEscape.swift",
"core/HTMLTag.swift",
"feed/RSSGenerator.swift",
"functions/HTMLFunctions.swift",
"seo/SEOHelpers.swift",
"seo/SitemapGenerator.swift",
"static/StaticSiteGenerator.swift",
"templates/Layout.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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
Done.