Build Information
Failed to build HTMLKit, reference 3.0.0-alpha.13 (7ac9a1
), with Swift 6.1 for Wasm on 12 Aug 2025 02:07:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/htmlkit.git
Reference: 3.0.0-alpha.13
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
* tag 3.0.0-alpha.13 -> FETCH_HEAD
HEAD is now at 7ac9a1f Support unescaped html (#181)
Cloned https://github.com/vapor-community/htmlkit.git
Revision (git rev-parse @):
7ac9a1fb286b0c690153ab4be538c5269e0b699d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor-community/htmlkit.git at 3.0.0-alpha.13
========================================
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",
"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/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/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-4609320-1":/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
e1a89dea01a6: Already exists
39bc14e52995: Already exists
cc0382103b05: Already exists
084072dee40a: Already exists
3e2e57d68c90: Pulling fs layer
e5492cdddd5d: Pulling fs layer
3e2e57d68c90: Verifying Checksum
3e2e57d68c90: Download complete
e5492cdddd5d: Verifying Checksum
e5492cdddd5d: Download complete
3e2e57d68c90: Pull complete
e5492cdddd5d: Pull complete
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/2094] Fetching swift-docc-plugin
[22/5980] Fetching swift-docc-plugin, swift-log
[2935/22933] Fetching swift-docc-plugin, swift-log, swift-collections
[5743/97611] Fetching swift-docc-plugin, swift-log, swift-collections, vapor
Fetched https://github.com/apple/swift-log.git from cache (2.34s)
[69829/93725] Fetching swift-docc-plugin, swift-collections, vapor
Fetched https://github.com/apple/swift-collections.git from cache (2.41s)
[55116/76772] Fetching swift-docc-plugin, vapor
Fetched https://github.com/apple/swift-docc-plugin from cache (4.59s)
Fetched https://github.com/vapor/vapor.git from cache (4.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (5.80s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.1 (3.80s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
[1/3493] Fetching multipart-kit
[840/5301] Fetching multipart-kit, swift-atomics
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.78s)
Fetching https://github.com/apple/swift-metrics.git
[1643/8609] Fetching multipart-kit, swift-distributed-tracing
[1644/10828] Fetching multipart-kit, swift-distributed-tracing, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.61s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.77s)
Fetching https://github.com/apple/swift-nio-http2.git
[1650/9620] Fetching multipart-kit, swift-nio-extras
[6491/21281] Fetching multipart-kit, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.93s)
Fetching https://github.com/apple/swift-nio-ssl.git
[4448/15154] Fetching multipart-kit, swift-nio-http2
[15155/30152] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.31s)
[13611/26659] Fetching swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
[14062/29268] Fetching swift-nio-http2, swift-nio-ssl, websocket-kit
[14917/30356] Fetching swift-nio-http2, swift-nio-ssl, websocket-kit, swift-service-context
[17616/36324] Fetching swift-nio-http2, swift-nio-ssl, websocket-kit, swift-service-context, swift-algorithms
Fetched https://github.com/vapor/websocket-kit.git from cache (1.23s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.24s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.24s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/apple/swift-crypto.git
[16311/26659] Fetching swift-nio-http2, swift-nio-ssl
[17062/103983] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.97s)
[8147/92322] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
[12243/98408] Fetching swift-nio-ssl, swift-nio, console-kit
[14037/119260] Fetching swift-nio-ssl, swift-nio, console-kit, routing-kit
[21843/135478] Fetching swift-nio-ssl, swift-nio, console-kit, routing-kit, swift-crypto
[29230/137848] Fetching swift-nio-ssl, swift-nio, console-kit, routing-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (10.27s)
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (13.23s)
[1/14087] Fetching async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (11.70s)
Fetched https://github.com/vapor/routing-kit.git from cache (11.73s)
Fetched https://github.com/apple/swift-crypto.git from cache (11.81s)
Fetched https://github.com/apple/swift-nio.git from cache (13.40s)
Fetched https://github.com/swift-server/async-http-client.git from cache (4.09s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (19.83s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3450] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.35s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.07s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.88s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.86s)
Fetching https://github.com/apple/swift-numerics.git
[1/5906] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.91s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (3.38s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.05s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.83s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2701] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.46s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.33s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.84s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.15s)
Fetching https://github.com/apple/swift-system.git
[1/4847] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (10.10s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (14.33s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.21s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.21s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.21s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
[148/2546] Fetching swift-asn1, swift-http-types
[342/4979] Fetching swift-asn1, swift-http-types, swift-service-lifecycle
[921/6155] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-http-structured-headers
[2030/11165] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms
[2064/17625] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.61s)
[13867/15996] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.84s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.93s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.93s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.93s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.94s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.80s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.98s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.89s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.83s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (0.96s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.97s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.82s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (4.04s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.83s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.26s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.88s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.91s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.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.8.0
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.33.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
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/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/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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.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.2
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.12.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.26.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.4.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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.29.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.86.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.38.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.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.25.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.20.0
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.2
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/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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/1085] Write sources
[4/1085] Copying checkfield.css
[4/1085] Copying radioselect.css
[4/1085] Copying button.css
[4/1085] Copying window.minimize.svg
[4/1085] Copying window.maximize.svg
[4/1085] Copying video.js
[4/1085] Copying video.css
[4/1085] Copying tresor.svg
[4/1085] Copying trash.svg
[4/1085] Copying textpad.js
[4/1085] Copying textpad.css
[4/1085] Copying text.alignleft.svg
[4/1085] Write sources
[4/1085] Copying text.css
[4/1085] Copying texteditor.css
[4/1085] Copying textfield.css
[4/1085] Copying text.alignright.svg
[4/1085] Copying text.alignjustify.svg
[4/1085] Copying target.svg
[4/1085] Copying text.aligncenter.svg
[4/1085] Copying tabs.js
[4/1085] Copying tabs.css
[4/1085] Copying symbol.css
[4/1085] Copying stack.css
[4/1085] Copying square.split.svg
[4/1085] Copying snippet.css
[4/1085] Copying slider.css
[4/1085] Copying sidebar.right.svg
[4/1085] Copying sidebar.left.svg
[4/1085] Copying searchfield.css
[4/1085] Copying scroll.css
[4/1085] Copying securefield.css
[4/1085] Write sources
[4/1085] Copying progress.css
[4/1085] Copying progress.js
[4/1085] Copying selectfield.js
[4/1085] Copying picker.css
[4/1085] Copying pencil.svg
[4/1085] Copying photo.svg
[4/1085] Copying person.svg
[4/1085] Copying navigation.js
[4/1085] Copying lock.svg
[4/1085] Copying navigation.css
[4/1085] Copying location.svg
[4/1085] Copying modal.css
[4/1085] Copying link.css
[4/1085] Copying lifepreserver.svg
[4/1085] Copying list.css
[4/1085] Copying lightbulb.svg
[4/1085] Copying key.svg
[4/1085] Copying grouping.css
[4/1085] Copying image.css
[4/1085] Copying grid.css
[4/1085] Copying house.svg
[4/1085] Copying form.css
[4/1085] Copying globals.css
[4/1085] Copying folder.svg
[4/1085] Copying flask.svg
[4/1085] Copying filter.svg
[4/1085] Copying filedialog.css
[4/1085] Copying file.svg
[4/1085] Copying eye.svg
[4/1085] Copying envelope.svg
[4/1085] Copying ellipsis.vertical.svg
[4/1085] Copying ellipsis.horizontal.svg
[4/1085] Copying dropdown.js
[4/1085] Copying dropdown.css
[4/1085] Copying divider.css
[4/1085] Copying disclosure.css
[4/1085] Copying disclosure.js
[4/1085] Copying datepicker.js
[4/1085] Copying datepicker.css
[4/1085] Copying cloud.svg
[4/1085] Copying clock.svg
[4/1085] Copying chevron.up.svg
[4/1085] Copying chevron.right.svg
[4/1085] Copying chevron.left.svg
[4/1085] Copying chevron.down.svg
[4/1085] Copying chart.pie.svg
[4/1085] Copying chart.css
[4/1085] Copying chart.js
[4/1085] Copying carousel.js
[4/1085] Copying carousel.css
[4/1085] Copying card.css
[4/1085] Copying calendar.svg
[4/1085] Copying bookmark.svg
[4/1085] Copying bell.svg
[4/1085] Copying all.js
[4/1085] Copying alert.js
[4/1085] Write sources
[4/1085] Copying alert.css
[4/1085] Write sources
[4/1085] Copying window.maximize.svg
[4/1085] Copying window.minimize.svg
[4/1085] Copying video.css
[4/1085] Copying scope.svg
[4/1085] Copying video.js
[4/1085] Copying trash.svg
[4/1085] Copying textpad.js
[4/1085] Copying textfield.css
[4/1085] Copying textpad.css
[4/1085] Copying texteditor.css
[4/1085] Copying text.css
[4/1085] Copying text.alignleft.svg
[4/1085] Copying text.alignright.svg
[4/1085] Copying text.alignjustify.svg
[4/1085] Copying text.aligncenter.svg
[4/1085] Copying tabs.js
[4/1085] Copying target.svg
[4/1085] Copying tabs.css
[4/1085] Copying symbol.css
[4/1085] Copying square.split.svg
[4/1085] Copying stack.css
[4/1085] Copying snippet.css
[4/1085] Copying slider.css
[4/1085] Copying sidebar.left.svg
[4/1085] Copying selectfield.js
[4/1085] Copying sidebar.right.svg
[4/1085] Copying selectfield.css
[4/1085] Copying securefield.css
[4/1085] Copying searchfield.css
[4/1085] Copying scroll.css
[4/1085] Copying scope.svg
[4/1085] Copying refresh.svg
[4/1085] Copying radioselect.css
[4/1085] Copying progress.js
[4/1085] Copying picker.css
[4/1085] Copying photo.svg
[4/1085] Copying progress.css
[4/1085] Copying pencil.svg
[4/1085] Copying person.svg
[4/1085] Copying navigation.css
[4/1085] Copying navigation.js
[4/1085] Copying modal.css
[4/1085] Copying lock.svg
[4/1085] Copying list.css
[4/1085] Copying location.svg
[4/1085] Copying link.css
[4/1085] Copying lightbulb.svg
[4/1085] Copying key.svg
[4/1085] Copying lifepreserver.svg
[4/1085] Copying image.css
[4/1085] Copying house.svg
[4/1085] Copying grid.css
[4/1085] Copying grouping.css
[4/1085] Copying globals.css
[4/1085] Copying form.css
[4/1085] Copying folder.svg
[4/1085] Copying flask.svg
[4/1085] Copying filter.svg
[4/1085] Copying file.svg
[4/1085] Copying filedialog.css
[4/1085] Copying eye.svg
[4/1085] Copying envelope.svg
[4/1085] Copying ellipsis.horizontal.svg
[4/1085] Copying ellipsis.vertical.svg
[4/1085] Copying dropdown.js
[4/1085] Copying dropdown.css
[4/1085] Copying disclosure.js
[4/1085] Copying divider.css
[4/1085] Copying disclosure.css
[4/1085] Copying datepicker.js
[4/1085] Copying cloud.svg
[4/1085] Copying datepicker.css
[4/1085] Copying clock.svg
[4/1085] Copying chevron.up.svg
[4/1085] Copying chevron.left.svg
[4/1085] Copying chevron.right.svg
[4/1085] Copying chevron.down.svg
[4/1085] Copying checkfield.css
[4/1085] Copying chart.js
[4/1085] Copying chart.pie.svg
[4/1085] Copying chart.css
[4/1085] Copying carousel.css
[4/1085] Copying calendar.svg
[4/1085] Copying card.css
[4/1085] Copying button.css
[4/1085] Copying bookmark.svg
[4/1085] Copying bell.svg
[4/1085] Copying all.js
[4/1085] Copying alert.js
[4/1085] Write sources
[4/1085] Copying alert.css
[4/1085] Copying carousel.js
[4/1085] Write sources
[4/1085] Copying refresh.svg
[4/1085] Copying selectfield.css
[45/1085] Copying tresor.svg
[251/1085] Compiling CNIOWindows shim.c
[252/1085] Compiling CNIOWindows WSAStartup.c
[253/1085] Write sources
[256/1085] Compiling CNIOWASI CNIOWASI.c
[257/1085] Compiling CVaporBcrypt bcrypt.c
[258/1085] Compiling _AtomicsShims.c
[258/1085] Compiling CSystem shims.c
[260/1085] Compiling _NumericsShims _NumericsShims.c
[260/1085] Compiling CNIOLinux shim.c
[261/1085] Compiling CVaporBcrypt blf.c
[262/1085] Compiling CNIOPosix event_loop_id.c
[264/1085] Compiling CNIOLinux liburing_shims.c
[265/1085] Compiling CNIOExtrasZlib empty.c
[266/1085] Compiling CNIOSHA1 c_nio_sha1.c
[267/1085] Compiling CNIOLLHTTP c_nio_http.c
[268/1085] Compiling CNIODarwin shim.c
[269/1085] Compiling fiat_p256_adx_sqr.S
[270/1085] Compiling CNIOLLHTTP c_nio_api.c
[271/1085] Compiling fiat_curve25519_adx_square.S
[272/1085] Write swift-version-24593BA9C3E375BF.txt
[273/1085] Compiling fiat_curve25519_adx_mul.S
[274/1085] Compiling fiat_p256_adx_mul.S
[275/1088] 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.
[276/1122] Compiling tls_method.cc
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.
[276/1122] Compiling tls_record.cc
[276/1122] Compiling CNIOLLHTTP c_nio_llhttp.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/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>
| ^~~~~~~~~~~
[276/1122] Compiling tls13_server.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/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>
| ^~~~~~~~~~~
[276/1122] Compiling tls13_enc.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/814] Compiling fiat_p256_adx_sqr.S
[5/814] Compiling fiat_curve25519_adx_square.S
[6/814] Compiling fiat_curve25519_adx_mul.S
[7/814] Compiling fiat_p256_adx_mul.S
[8/814] Compiling md5-x86_64-linux.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/tls13_server.cc:32:
/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 tls13_server.cc
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>
| ^~~~~~~~~~~
[11/818] Compiling tls_record.cc
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>
| ^~~~~~~~~~~
[11/818] Compiling tls_method.cc
[11/818] Compiling tls13_both.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/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>
| ^~~~~~~~~~~
[11/818] Compiling tls13_enc.cc
[11/818] Compiling CNIOLLHTTP c_nio_llhttp.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/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>
| ^~~~~~~~~~~
[11/818] Compiling tls13_client.cc
BUILD FAILURE 6.1 wasm