Build Information
Failed to build HTMLKit, reference main (ceff35), with Swift 6.1 for Wasm on 12 Dec 2025 18:55:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/vapor-community/htmlkit.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/vapor-community/htmlkit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ceff351 Revise some attributes (#207)
Cloned https://github.com/vapor-community/htmlkit.git
Revision (git rev-parse @):
ceff351a7041a19f75da51ee05a5dea0cc9d58e2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor-community/htmlkit.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/htmlkit.git
https://github.com/vapor-community/htmlkit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.114.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "HTMLKit",
"name" : "HTMLKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "HTMLKit",
"targets" : [
"HTMLKit",
"HTMLKitComponents",
"HTMLKitVapor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ComponentsPlugin",
"targets" : [
"ComponentsPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "ConverterPlugin",
"targets" : [
"ConverterPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "DeployCommand",
"targets" : [
"DeployCommand"
],
"type" : {
"executable" : null
}
},
{
"name" : "ConvertCommand",
"targets" : [
"ConvertCommand"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "UtilitiesTests",
"module_type" : "SwiftTarget",
"name" : "UtilitiesTests",
"path" : "Tests/UtilitiesTests",
"sources" : [
"Minification/JavascriptTests.swift",
"Minification/StylesheetTests.swift"
],
"target_dependencies" : [
"Minifier"
],
"type" : "test"
},
{
"c99name" : "Minifier",
"module_type" : "SwiftTarget",
"name" : "Minifier",
"path" : "Sources/Utilities",
"product_memberships" : [
"ComponentsPlugin",
"DeployCommand"
],
"sources" : [
"Minifier/Extensions/Minifier+Character.swift",
"Minifier/Minifier.swift",
"Minifier/Tokenization/Javascript/Javascript.swift",
"Minifier/Tokenization/Stylesheet/Stylesheet.swift",
"Minifier/Tokenization/Token.swift"
],
"type" : "library"
},
{
"c99name" : "HTMLKitVaporTests",
"module_type" : "SwiftTarget",
"name" : "HTMLKitVaporTests",
"path" : "Tests/HTMLKitVaporTests",
"product_dependencies" : [
"XCTVapor"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/HTMLKitVaporTests/Localization",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ProviderTests.swift",
"Utilities/AbortResponse.swift"
],
"target_dependencies" : [
"HTMLKitVapor",
"HTMLKit"
],
"type" : "test"
},
{
"c99name" : "HTMLKitVapor",
"module_type" : "SwiftTarget",
"name" : "HTMLKitVapor",
"path" : "Sources/HTMLKitVapor",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"HTMLKit"
],
"sources" : [
"Configuration.swift",
"Extensions/Vapor+HTMLKit.swift",
"ViewRenderer.swift"
],
"target_dependencies" : [
"HTMLKit"
],
"type" : "library"
},
{
"c99name" : "HTMLKitTests",
"module_type" : "SwiftTarget",
"name" : "HTMLKitTests",
"path" : "Tests/HTMLKitTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/HTMLKitTests/Localization",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AttributesTests.swift",
"ContextTests.swift",
"ElementTests.swift",
"EnvironmentTests.swift",
"LocalizationTests.swift",
"Performance/Samples.swift",
"PerformanceTests.swift",
"RenderingTests.swift",
"SecurityTests.swift",
"StatementTests.swift",
"TemplatingTests.swift"
],
"target_dependencies" : [
"HTMLKit"
],
"type" : "test"
},
{
"c99name" : "HTMLKitConverterTests",
"module_type" : "SwiftTarget",
"name" : "HTMLKitConverterTests",
"path" : "Tests/HTMLKitConverterTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/HTMLKitConverterTests/Conversion/articles/article.html",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/HTMLKitConverterTests/Conversion/component.html",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/HTMLKitConverterTests/Conversion/index.html",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ConversionTests.swift"
],
"target_dependencies" : [
"HTMLKitConverter"
],
"type" : "test"
},
{
"c99name" : "HTMLKitConverter",
"module_type" : "SwiftTarget",
"name" : "HTMLKitConverter",
"path" : "Sources/HTMLKitConverter",
"product_memberships" : [
"ConverterPlugin",
"ConvertCommand"
],
"sources" : [
"Converter.swift",
"InitRepresentable.swift",
"Parser.swift"
],
"target_dependencies" : [
"HTMLKit"
],
"type" : "library"
},
{
"c99name" : "HTMLKitComponentsTests",
"module_type" : "SwiftTarget",
"name" : "HTMLKitComponentsTests",
"path" : "Tests/HTMLKitComponentsTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/HTMLKitComponentsTests/Localization",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ComponentTests.swift",
"InteractionTests.swift",
"LocalizationTests.swift",
"ModifierTests.swift",
"SecurityTests.swift"
],
"target_dependencies" : [
"HTMLKitComponents",
"HTMLKit"
],
"type" : "test"
},
{
"c99name" : "HTMLKitComponents",
"module_type" : "SwiftTarget",
"name" : "HTMLKitComponents",
"path" : "Sources/HTMLKitComponents",
"product_memberships" : [
"HTMLKit",
"ComponentsPlugin",
"DeployCommand"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/buttons/button.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/checkfield.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/datepicker.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/filedialog.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/picker.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/radioselect.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/searchfield.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/securefield.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/selectfield.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/slider.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/texteditor.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/textfield.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/forms/textpad.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/globals.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/helpers/grouping.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/layout/grid.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/layout/list.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/layout/stack.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/typography/link.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/typography/symbol.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/typography/text.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/alert.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/card.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/carousel.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/chart.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/disclosure.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/divider.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/dropdown.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/form.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/image.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/modal.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/navigation.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/progress.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/scroll.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/snippet.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/tabs.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/css/views/video.css",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/buttons/dropdown.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/forms/progress.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/forms/selectfield.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/forms/textpad.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/alert.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/carousel.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/chart.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/datepicker.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/disclosure.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/navigation.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/tabs.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/components/views/video.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/js/interactions/all.js",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/bell.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/bookmark.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/calendar.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/chart.pie.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/chevron.down.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/chevron.left.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/chevron.right.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/chevron.up.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/clock.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/cloud.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/ellipsis.horizontal.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/ellipsis.vertical.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/envelope.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/eye.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/file.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/filter.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/flask.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/folder.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/house.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/key.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/lifepreserver.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/lightbulb.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/location.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/lock.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/pencil.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/person.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/photo.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/refresh.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/scope.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/sidebar.left.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/sidebar.right.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/square.split.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/target.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/text.aligncenter.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/text.alignjustify.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/text.alignleft.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/text.alignright.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/trash.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/tresor.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/window.maximize.svg",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/HTMLKitComponents/Resources/symbols/window.minimize.svg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Actions/SubmitAction.swift",
"Actions/ViewAction.swift",
"Builders/ActionBuilder.swift",
"Components/Alert.swift",
"Components/BarMark.swift",
"Components/Button.swift",
"Components/Card.swift",
"Components/Carousel.swift",
"Components/Chart.swift",
"Components/CheckField.swift",
"Components/DatePicker.swift",
"Components/Disclosure.swift",
"Components/Divider.swift",
"Components/Dropdown.swift",
"Components/FieldLabel.swift",
"Components/FileDialog.swift",
"Components/Form.swift",
"Components/Grid.swift",
"Components/Grouping.swift",
"Components/HStack.swift",
"Components/Image.swift",
"Components/Link.swift",
"Components/LinkButton.swift",
"Components/List.swift",
"Components/Modal.swift",
"Components/Navigation.swift",
"Components/Pane.swift",
"Components/Picker.swift",
"Components/Progress.swift",
"Components/RadioSelect.swift",
"Components/Scroll.swift",
"Components/SearchField.swift",
"Components/SectorMark.swift",
"Components/SecureField.swift",
"Components/SelectField.swift",
"Components/Slide.swift",
"Components/Slider.swift",
"Components/Snippet.swift",
"Components/Symbol.swift",
"Components/Tabs.swift",
"Components/Text.swift",
"Components/TextEditor.swift",
"Components/TextField.swift",
"Components/TextPad.swift",
"Components/VStack.swift",
"Components/Video.swift",
"Components/ZStack.swift",
"Events/DragEvent.swift",
"Events/FormEvent.swift",
"Events/MouseEvent.swift",
"Events/PressEvent.swift",
"Extensions/Components+Image.swift",
"Extensions/Components+Input.swift",
"Extensions/Components+String.swift",
"Modifiers/ButtonModifier.swift",
"Modifiers/GraphicsModifier.swift",
"Modifiers/ImageModifier.swift",
"Modifiers/InputModifier.swift",
"Modifiers/TextModifier.swift",
"Modifiers/ViewModifier.swift",
"Options.swift",
"Primitives/Action.swift",
"Primitives/Configurations.swift",
"Primitives/DynamicType.swift",
"Properties/Actionable.swift",
"Properties/Identifiable.swift",
"Properties/Modifiable.swift",
"Properties/Selectable.swift",
"Tokens.swift",
"Validator.swift"
],
"target_dependencies" : [
"HTMLKit"
],
"type" : "library"
},
{
"c99name" : "HTMLKit",
"module_type" : "SwiftTarget",
"name" : "HTMLKit",
"path" : "Sources/HTMLKit",
"product_dependencies" : [
"Collections",
"Logging"
],
"product_memberships" : [
"HTMLKit",
"ComponentsPlugin",
"ConverterPlugin",
"DeployCommand",
"ConvertCommand"
],
"sources" : [
"Abstraction/Attributes/AriaAttributes.swift",
"Abstraction/Attributes/BasicAttributes.swift",
"Abstraction/Attributes/EventAttributes.swift",
"Abstraction/Attributes/VectorAttributes.swift",
"Abstraction/Elements/BasicElements.swift",
"Abstraction/Elements/BodyElements.swift",
"Abstraction/Elements/DefinitionElements.swift",
"Abstraction/Elements/FigureElements.swift",
"Abstraction/Elements/FormElements.swift",
"Abstraction/Elements/HeadElements.swift",
"Abstraction/Elements/HtmlElements.swift",
"Abstraction/Elements/InputElements.swift",
"Abstraction/Elements/ListElements.swift",
"Abstraction/Elements/MapElements.swift",
"Abstraction/Elements/MediaElements.swift",
"Abstraction/Elements/ObjectElements.swift",
"Abstraction/Elements/RubyElements.swift",
"Abstraction/Elements/TableElements.swift",
"Abstraction/Elements/VectorElements.swift",
"Abstraction/Tokens/EventTokens.swift",
"Abstraction/Tokens/ValueTokens.swift",
"Abstraction/Types/MediaQuery.swift",
"Abstraction/Types/SizeCandidate.swift",
"Abstraction/Types/SourceCandidate.swift",
"Abstraction/Types/UnitPoint.swift",
"Framework/Builders/ContentBuilder.swift",
"Framework/Environment/Condition.swift",
"Framework/Environment/Conditional.swift",
"Framework/Environment/Environment.swift",
"Framework/Environment/EnvironmentKeys.swift",
"Framework/Environment/EnvironmentModifier.swift",
"Framework/Environment/EnvironmentObject.swift",
"Framework/Environment/EnvironmentString.swift",
"Framework/Environment/EnvironmentValue.swift",
"Framework/Environment/Negation.swift",
"Framework/Environment/Nullable.swift",
"Framework/Environment/Relation.swift",
"Framework/Environment/Sequence.swift",
"Framework/Environment/Statement.swift",
"Framework/Extensions/Comparable+HTMLKit.swift",
"Framework/Extensions/Datatypes+Content.swift",
"Framework/Extensions/Optional+HTMLKit.swift",
"Framework/Extensions/URL+HTMLKit.swift",
"Framework/Localization/InterpolationArgument.swift",
"Framework/Localization/Locale.swift",
"Framework/Localization/Localizable.swift",
"Framework/Localization/Localization.swift",
"Framework/Localization/LocalizedString.swift",
"Framework/Localization/LocalizedStringKey.swift",
"Framework/Localization/TranslationTable.swift",
"Framework/Primitives/Attributes/Attribute.swift",
"Framework/Primitives/Elements/Element.swift",
"Framework/Primitives/Elements/Elements.swift",
"Framework/Primitives/Layouts/Layouts.swift",
"Framework/Primitives/Nodes/Node.swift",
"Framework/Primitives/Nodes/Nodes.swift",
"Framework/Primitives/Shared/Content.swift",
"Framework/Rendering/Encoding/Encoder.swift",
"Framework/Rendering/Encoding/HtmlString.swift",
"Framework/Rendering/Encoding/Sanitizer.swift",
"Framework/Rendering/Encoding/TaintedString.swift",
"Framework/Rendering/Features.swift",
"Framework/Rendering/Markdown/Extensions/Markdown+Character.swift",
"Framework/Rendering/Markdown/Lexer/MarkdownLexer.swift",
"Framework/Rendering/Markdown/Lexer/MarkdownToken.swift",
"Framework/Rendering/Markdown/Markdown.swift",
"Framework/Rendering/Markdown/MarkdownString.swift",
"Framework/Rendering/Markdown/Parser/MarkdownNode.swift",
"Framework/Rendering/Markdown/Parser/MarkdownParser.swift",
"Framework/Rendering/Renderer.swift"
],
"type" : "library"
},
{
"c99name" : "DeployCommand",
"module_type" : "SwiftTarget",
"name" : "DeployCommand",
"path" : "Sources/Commands/Components",
"product_memberships" : [
"ComponentsPlugin",
"DeployCommand"
],
"sources" : [
"DeployCommand.swift"
],
"target_dependencies" : [
"HTMLKitComponents",
"Minifier"
],
"type" : "executable"
},
{
"c99name" : "ConverterPlugin",
"module_type" : "PluginTarget",
"name" : "ConverterPlugin",
"path" : "Plugins/ConverterPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Converts HTML markup into Swift syntax.",
"type" : "custom",
"verb" : "convert"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "The command needs the permission to create the file.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"ConverterPlugin"
],
"sources" : [
"Plugin.swift"
],
"target_dependencies" : [
"ConvertCommand"
],
"type" : "plugin"
},
{
"c99name" : "ConvertCommand",
"module_type" : "SwiftTarget",
"name" : "ConvertCommand",
"path" : "Sources/Commands/Converter",
"product_memberships" : [
"ConverterPlugin",
"ConvertCommand"
],
"sources" : [
"ConvertCommand.swift"
],
"target_dependencies" : [
"HTMLKitConverter"
],
"type" : "executable"
},
{
"c99name" : "ComponentsPlugin",
"module_type" : "PluginTarget",
"name" : "ComponentsPlugin",
"path" : "Plugins/ComponentsPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Deploys the CSS and JS files for the HTMLKit components.",
"type" : "custom",
"verb" : "deploy"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "The command needs the permission to create the files.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"ComponentsPlugin"
],
"sources" : [
"Plugin.swift"
],
"target_dependencies" : [
"DeployCommand"
],
"type" : "plugin"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
[2159/20545] Fetching swift-docc-plugin, swift-collections
[2343/26292] Fetching swift-docc-plugin, swift-collections, swift-log
Fetched https://github.com/apple/swift-docc-plugin from cache (0.49s)
[3828/24134] Fetching swift-collections, swift-log
[10161/100519] Fetching swift-collections, swift-log, vapor
Fetched https://github.com/apple/swift-collections.git from cache (1.90s)
Fetched https://github.com/apple/swift-log.git from cache (2.71s)
Fetched https://github.com/vapor/vapor.git from cache (2.75s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (5.13s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3596] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.23s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.84s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.25s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.119.2 (1.05s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/1667] Fetching swift-asn1
[718/3487] Fetching swift-asn1, swift-atomics
[2269/9528] Fetching swift-asn1, swift-atomics, swift-algorithms
[2330/16598] Fetching swift-asn1, swift-atomics, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.53s)
[5274/14931] Fetching swift-atomics, swift-algorithms, swift-certificates
Fetching https://github.com/apple/swift-service-context.git
[14932/16093] Fetching swift-atomics, swift-algorithms, swift-certificates, swift-service-context
Fetched https://github.com/apple/swift-algorithms.git from cache (0.93s)
[9971/10052] Fetching swift-atomics, swift-certificates, swift-service-context
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.98s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.50s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetched https://github.com/apple/swift-certificates.git from cache (1.10s)
Fetching https://github.com/apple/swift-nio-http2.git
[1/5583] Fetching swift-distributed-tracing
[1397/8088] Fetching swift-distributed-tracing, swift-metrics
[4958/14452] Fetching swift-distributed-tracing, swift-metrics, swift-nio-extras
[6706/17084] Fetching swift-distributed-tracing, swift-metrics, swift-nio-extras, websocket-kit
[11161/20700] Fetching swift-distributed-tracing, swift-metrics, swift-nio-extras, websocket-kit, multipart-kit
[16804/32418] Fetching swift-distributed-tracing, swift-metrics, swift-nio-extras, websocket-kit, multipart-kit, swift-nio-http2
Fetched https://github.com/apple/swift-metrics.git from cache (1.12s)
[20074/29913] Fetching swift-distributed-tracing, swift-nio-extras, websocket-kit, multipart-kit, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
[29914/45209] Fetching swift-distributed-tracing, swift-nio-extras, websocket-kit, multipart-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/vapor/websocket-kit.git from cache (3.78s)
[27434/42577] Fetching swift-distributed-tracing, swift-nio-extras, multipart-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (3.92s)
[22310/36994] Fetching swift-nio-extras, multipart-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (5.87s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (5.86s)
Fetching https://github.com/vapor/console-kit.git
[1/21356] Fetching routing-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (6.78s)
Fetching https://github.com/vapor/async-kit.git
[21357/27857] Fetching routing-kit, console-kit
[27858/45322] Fetching routing-kit, console-kit, swift-crypto
[28732/126038] Fetching routing-kit, console-kit, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.35s)
Fetching https://github.com/swift-server/async-http-client.git
[107475/128477] Fetching routing-kit, console-kit, swift-crypto, swift-nio, async-kit
Fetched https://github.com/vapor/routing-kit.git from cache (6.32s)
[92593/107121] Fetching console-kit, swift-crypto, swift-nio, async-kit
[107122/121624] Fetching console-kit, swift-crypto, swift-nio, async-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (5.05s)
[100911/115123] Fetching swift-crypto, swift-nio, async-kit, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (5.71s)
Fetched https://github.com/vapor/async-kit.git from cache (5.25s)
Fetched https://github.com/swift-server/async-http-client.git from cache (5.31s)
Fetched https://github.com/apple/swift-nio.git from cache (10.10s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (15.63s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.70s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (2.03s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.58s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (0.66s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (3.10s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.58s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2809] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.36s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.92s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.62s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.59s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (0.65s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (0.62s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.57s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.53s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (0.93s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/2568] Fetching swift-service-lifecycle
[2/3519] Fetching swift-service-lifecycle, swift-http-types
[82/4723] Fetching swift-service-lifecycle, swift-http-types, swift-http-structured-headers
[4019/10556] Fetching swift-service-lifecycle, swift-http-types, swift-http-structured-headers, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.48s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.48s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.62s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.63s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.46s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (1.23s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.81s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (1.12s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.35s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (1.27s)
Fetching https://github.com/apple/swift-system.git
[1/5221] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.50s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.23s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.1 (0.90s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.78s)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.30.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.119.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.21.0
[1/1] Compiling plugin ConverterPlugin
[2/2] Compiling plugin ComponentsPlugin
[3/3] Compiling plugin Swift-DocC Preview
[4/4] Compiling plugin Swift-DocC
Building for debugging...
[4/1096] Write sources
[4/1096] Copying radioselect.css
[4/1096] Write sources
[4/1096] Copying picker.css
[4/1096] Copying filedialog.css
[4/1096] Copying datepicker.css
[4/1096] Copying checkfield.css
[4/1096] Copying button.css
[4/1096] Copying picker.css
[4/1096] Copying radioselect.css
[4/1096] Copying filedialog.css
[4/1096] Copying datepicker.css
[4/1096] Copying checkfield.css
[4/1096] Copying button.css
[28/1096] Copying window.minimize.svg
[40/1096] Copying window.maximize.svg
[50/1096] Copying video.js
[50/1096] Copying video.css
[51/1096] Copying tresor.svg
[53/1096] Copying trash.svg
[54/1096] Copying textpad.js
[54/1096] Copying textpad.css
[54/1096] Copying textfield.css
[54/1096] Copying texteditor.css
[54/1096] Copying text.css
[54/1096] Copying text.alignright.svg
[54/1096] Copying text.alignleft.svg
[54/1096] Copying text.alignjustify.svg
[54/1096] Copying text.aligncenter.svg
[54/1096] Copying target.svg
[55/1096] Copying tabs.js
[65/1096] Copying stack.css
[66/1096] Copying tabs.css
[66/1096] Copying symbol.css
[68/1096] Copying square.split.svg
[68/1096] Copying snippet.css
[69/1096] Copying slider.css
[71/1096] Copying sidebar.right.svg
[71/1096] Copying sidebar.left.svg
[71/1096] Copying selectfield.js
[71/1096] Copying selectfield.css
[71/1096] Copying securefield.css
[71/1096] Copying searchfield.css
[71/1096] Copying scroll.css
[71/1096] Copying scope.svg
[71/1096] Copying refresh.svg
[71/1096] Copying progress.js
[71/1096] Copying progress.css
[71/1096] Copying photo.svg
[71/1096] Copying person.svg
[71/1096] Copying pencil.svg
[71/1096] Copying navigation.js
[71/1096] Copying navigation.css
[71/1096] Copying modal.css
[71/1096] Copying lock.svg
[71/1096] Copying location.svg
[71/1096] Copying list.css
[71/1096] Copying link.css
[71/1096] Copying lightbulb.svg
[71/1096] Copying lifepreserver.svg
[71/1096] Copying key.svg
[71/1096] Copying image.css
[71/1096] Copying house.svg
[71/1096] Copying grouping.css
[71/1096] Copying grid.css
[71/1096] Copying globals.css
[71/1096] Copying form.css
[71/1096] Copying folder.svg
[71/1096] Copying flask.svg
[71/1096] Copying filter.svg
[71/1096] Copying file.svg
[71/1096] Copying eye.svg
[71/1096] Copying envelope.svg
[71/1096] Copying ellipsis.vertical.svg
[71/1096] Copying ellipsis.horizontal.svg
[71/1096] Copying dropdown.js
[71/1096] Copying dropdown.css
[71/1096] Copying divider.css
[71/1096] Copying disclosure.js
[71/1096] Copying disclosure.css
[71/1096] Copying cloud.svg
[71/1096] Copying datepicker.js
[71/1096] Copying clock.svg
[71/1096] Copying chevron.up.svg
[73/1096] Copying chevron.left.svg
[87/1096] Copying chart.css
[103/1096] Copying carousel.js
[118/1096] Copying carousel.css
[122/1096] Copying card.css
[123/1096] Copying calendar.svg
[124/1096] Copying bookmark.svg
[125/1096] Copying bell.svg
[126/1096] Copying all.js
[127/1096] Copying alert.js
[128/1096] Copying alert.css
[129/1096] Copying chart.js
[130/1096] Write sources
[136/1096] Copying chart.pie.svg
[137/1096] Write sources
[150/1096] Copying window.minimize.svg
[150/1096] Copying window.maximize.svg
[150/1096] Copying video.js
[150/1096] Copying video.css
[150/1096] Copying tresor.svg
[163/1096] Copying trash.svg
[171/1096] Copying textpad.js
[172/1096] Copying textpad.css
[173/1096] Copying textfield.css
[174/1096] Copying texteditor.css
[175/1096] Copying text.css
[176/1096] Copying text.alignright.svg
[177/1096] Copying text.alignleft.svg
[178/1096] Copying text.alignjustify.svg
[179/1096] Copying text.aligncenter.svg
[180/1096] Copying target.svg
[181/1096] Copying tabs.js
[182/1096] Copying tabs.css
[183/1096] Copying symbol.css
[184/1096] Copying stack.css
[185/1096] Copying square.split.svg
[186/1096] Copying snippet.css
[187/1096] Copying slider.css
[188/1096] Copying chevron.down.svg
[189/1096] Copying chevron.right.svg
[190/1096] Copying selectfield.js
[191/1096] Copying selectfield.css
[192/1096] Copying securefield.css
[193/1096] Copying searchfield.css
[194/1096] Copying scroll.css
[195/1096] Copying scope.svg
[196/1096] Copying refresh.svg
[197/1096] Copying progress.js
[198/1096] Copying progress.css
[199/1096] Copying photo.svg
[200/1096] Copying person.svg
[201/1096] Copying pencil.svg
[202/1096] Copying navigation.js
[203/1096] Copying navigation.css
[204/1096] Copying modal.css
[205/1096] Copying lock.svg
[206/1096] Copying location.svg
[207/1096] Copying sidebar.left.svg
[207/1096] Copying link.css
[207/1096] Copying lightbulb.svg
[207/1096] Copying lifepreserver.svg
[207/1096] Copying key.svg
[207/1096] Copying image.css
[207/1096] Copying house.svg
[207/1096] Copying grouping.css
[207/1096] Copying grid.css
[207/1096] Copying globals.css
[207/1096] Copying form.css
[207/1096] Copying folder.svg
[207/1096] Copying flask.svg
[207/1096] Copying filter.svg
[207/1096] Copying file.svg
[207/1096] Copying eye.svg
[207/1096] Copying envelope.svg
[207/1096] Copying ellipsis.vertical.svg
[213/1096] Copying ellipsis.horizontal.svg
[226/1096] Copying dropdown.js
[227/1096] Copying dropdown.css
[228/1096] Copying divider.css
[229/1096] Copying disclosure.js
[230/1096] Copying disclosure.css
[231/1096] Copying datepicker.js
[232/1096] Copying cloud.svg
[233/1096] Copying clock.svg
[234/1096] Copying chevron.up.svg
[235/1096] Copying chevron.left.svg
[236/1096] Copying chevron.down.svg
[237/1096] Copying chart.pie.svg
[238/1096] Copying chevron.right.svg
[239/1096] Copying chart.js
[240/1096] Copying chart.css
[241/1096] Copying carousel.js
[242/1096] Copying carousel.css
[243/1096] Copying card.css
[244/1096] Copying calendar.svg
[245/1096] Copying bell.svg
[246/1096] Copying all.js
[247/1096] Copying alert.js
[248/1096] Copying alert.css
[249/1096] Write sources
[256/1096] Copying sidebar.right.svg
[257/1096] Copying list.css
[258/1096] Copying bookmark.svg
[259/1096] Compiling _NumericsShims _NumericsShims.c
[260/1096] Compiling _CWASI _CWASI.c
[261/1096] Compiling _AtomicsShims.c
[262/1096] Compiling CXKCPShims shims.c
[263/1096] Compiling SimpleFIPS202.c
[264/1096] Compiling KeccakHash.c
[265/1096] Compiling KeccakSponge.c
[266/1096] Compiling CSystem shims.c
[267/1096] Compiling CNIOWindows shim.c
[268/1096] Compiling CNIOWindows WSAStartup.c
[269/1096] Compiling CVaporBcrypt bcrypt.c
[270/1096] Compiling CVaporBcrypt blf.c
[271/1096] Compiling CNIOWASI CNIOWASI.c
[272/1096] Compiling CNIOOpenBSD shim.c
[273/1096] Compiling CNIOLinux liburing_shims.c
[274/1096] Compiling CNIOLinux shim.c
[275/1096] Compiling CNIOPosix event_loop_id.c
[276/1096] Compiling CNIOSHA1 c_nio_sha1.c
[277/1096] Compiling CNIOExtrasZlib empty.c
[277/1096] Compiling CNIODarwin shim.c
[279/1096] Compiling CNIOLLHTTP c_nio_http.c
[280/1096] Compiling fiat_p256_adx_sqr.S
[281/1096] Compiling fiat_p256_adx_mul.S
[282/1096] Write swift-version-24593BA9C3E375BF.txt
[283/1096] Compiling fiat_curve25519_adx_square.S
[284/1096] Compiling CNIOLLHTTP c_nio_api.c
[285/1096] Compiling fiat_curve25519_adx_mul.S
[286/1104] Compiling CNIOBoringSSLShims shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[287/1135] Compiling tls_record.cc
[287/1135] Compiling tls_method.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[287/1135] Compiling KeccakP-1600-opt64.c
[287/1135] Compiling CNIOLLHTTP c_nio_llhttp.c
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[288/1135] Emitting module _NIODataStructures
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
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 ConverterPlugin
[2/2] Compiling plugin ComponentsPlugin
[3/3] Compiling plugin Swift-DocC Preview
[4/4] Compiling plugin Swift-DocC
Building for debugging...
[4/813] Write sources
[6/814] Compiling fiat_p256_adx_mul.S
[7/814] Compiling fiat_curve25519_adx_square.S
[8/814] Compiling fiat_p256_adx_sqr.S
[9/814] Write swift-version-24593BA9C3E375BF.txt
[10/814] Compiling CCryptoBoringSSLShims shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[11/818] Compiling tls_method.cc
[11/818] Compiling tls13_enc.cc
[11/818] Compiling tls_record.cc
[11/818] Compiling tls13_client.cc
[11/818] Compiling tls13_server.cc
[11/818] Compiling KeccakP-1600-opt64.c
[11/818] Compiling CNIOLLHTTP c_nio_llhttp.c
BUILD FAILURE 6.1 wasm