Build Information
Failed to build swift-html-css-pointfree, reference 0.0.2 (09a681), with Swift 6.1 for Wasm on 30 Oct 2025 16:57:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/coenttb/swift-html-css-pointfree.git
Reference: 0.0.2
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/coenttb/swift-html-css-pointfree
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at 09a6815 chore: run swift-format on entire codebase
Cloned https://github.com/coenttb/swift-html-css-pointfree.git
Revision (git rev-parse @):
09a6815ce5c6ece9fd196863c5b6f6b3d052be03
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-html-css-pointfree.git at 0.0.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/coenttb/swift-html-css-pointfree.git
https://github.com/coenttb/swift-html-css-pointfree.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-html-types",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/coenttb/swift-html-types.git"
},
{
"identity" : "swift-css-types",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/coenttb/swift-css-types.git"
},
{
"identity" : "pointfree-html",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/coenttb/pointfree-html.git"
}
],
"manifest_display_name" : "swift-html-css-pointfree",
"name" : "swift-html-css-pointfree",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "CSSPointFreeHTML",
"targets" : [
"CSSPointFreeHTML"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HTMLCSSPointFreeHTML",
"targets" : [
"HTMLCSSPointFreeHTML"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HTMLAttributesPointFreeHTML",
"targets" : [
"HTMLAttributesPointFreeHTML"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HTMLElementsPointFreeHTML",
"targets" : [
"HTMLElementsPointFreeHTML"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "HTMLElementsPointFreeHTML_Tests",
"module_type" : "SwiftTarget",
"name" : "HTMLElementsPointFreeHTML Tests",
"path" : "Tests/HTMLElementsPointFreeHTML Tests",
"product_dependencies" : [
"PointFreeHTML",
"PointFreeHTMLTestSupport"
],
"sources" : [
"<a> Anchor Tests.swift",
"<abbr> Abbreviation Tests.swift",
"<address> Contact Address Tests.swift",
"<area> Image Map Area Tests.swift",
"<article> Article Contents Tests.swift",
"<aside> Aside Tests.swift",
"<audio> Embed Audio Tests.swift",
"<b> Bring Attention To Tests.swift",
"<base> Document Base URL Tests.swift",
"<blockquote> Block Quotation Tests.swift",
"<body> Document Body Tests.swift",
"<br> LineBreak Tests.swift",
"<button> Button Tests.swift",
"<canvas> Graphics Canvas Tests.swift",
"<caption> Table Caption Tests.swift",
"<cite> Citation Tests.swift",
"<code> Inline Code Tests.swift",
"<col> Table Column Tests.swift",
"<data> Data Tests.swift",
"<datalist> HTML Data List Tests.swift",
"<dd> Description Details Tests.swift",
"<del> Deleted Text Tests.swift",
"<details> Details disclosure Tests.swift",
"<dfn> Definition Tests.swift",
"<dialog> Dialog Tests.swift",
"<div> Content Division Tests.swift",
"<dl> Description List Tests.swift",
"<dt> Description Term Tests.swift",
"<em> Emphasis Tests.swift",
"<embed> Embed External Content Tests.swift",
"<fieldset> Field Set Tests.swift",
"<figcaption> Figure Caption Tests.swift",
"<figure> Figure with Optional Caption Tests.swift",
"<footer> Footer Tests.swift",
"<form> Form Tests.swift",
"<h1-h6> HTML Section Heading Tests.swift",
"<head> Document Metadata (Header) Tests.swift",
"<header> Header Tests.swift",
"<hr> Thematic Break (Horizontal Rule) Tests.swift",
"<html> HTML Document Root element Tests.swift",
"<i> Idiomatic Text Tests.swift",
"<iframe> Inline Frame Tests.swift",
"<img> Image Embed Tests.swift",
"<input> Input Tests.swift",
"<ins> Inserted Text Tests.swift",
"<kbd> Keyboard Input Tests.swift",
"<label> Label Tests.swift",
"<legend> Field Set Legend Tests.swift",
"<li> List Item Tests.swift",
"<link> External Resource Link Tests.swift",
"<main> Main Tests.swift",
"<mark> Mark Text Tests.swift",
"<meta> Metadata Tests.swift",
"<meter> Meter Tests.swift",
"<nav> Navigation Section Tests.swift",
"<ol> Ordered List Tests.swift",
"<optgroup> Option Group Tests.swift",
"<option> Option Tests.swift",
"<output> Output Tests.swift",
"<p> Paragraph Tests.swift",
"<param> Object Parameter Tests.swift",
"<picture> Picture Tests.swift",
"<pre> Preformatted Text Tests.swift",
"<progress> Progress Indicator Tests.swift",
"<q> Inline Quotation Tests.swift",
"<s> Strikethrough Tests.swift",
"<samp> Sample Output Tests.swift",
"<script> Script Tests.swift",
"<section> Generic Section Tests.swift",
"<select> Selected Option Display Tests.swift",
"<small> Side Comment Tests.swift",
"<source> Media or Image Source Tests.swift",
"<span> Content Span Tests.swift",
"<strong> Strong Importance Tests.swift",
"<style> Style Information Tests.swift",
"<sub> Subscript Tests.swift",
"<summary> Disclosure Summary Tests.swift",
"<sup> Superscript Tests.swift",
"<table> Table Tests.swift",
"<tbody> Table Body Tests.swift",
"<td> Table Data Cell Tests.swift",
"<textarea> Textarea Tests.swift",
"<tfoot> Table Foot Tests.swift",
"<th> Table Header Tests.swift",
"<thead> Table Head Tests.swift",
"<time> (Date) Time Tests.swift",
"<title> Document Title Tests.swift",
"<tr> Table Row Tests.swift",
"<track> Embed Text Track Tests.swift",
"<u> Unarticulated Annotation (Underline) Tests.swift",
"<ul> Unordered List Tests.swift",
"<var> Variable Tests.swift",
"<video> Video Embed Tests.swift",
"<wbr> Line Break Opportunity Tests.swift"
],
"target_dependencies" : [
"HTMLElementsPointFreeHTML"
],
"type" : "test"
},
{
"c99name" : "HTMLElementsPointFreeHTML",
"module_type" : "SwiftTarget",
"name" : "HTMLElementsPointFreeHTML",
"path" : "Sources/HTMLElementsPointFreeHTML",
"product_dependencies" : [
"HTMLElementTypes",
"PointFreeHTML"
],
"product_memberships" : [
"HTMLCSSPointFreeHTML",
"HTMLElementsPointFreeHTML"
],
"sources" : [
"<a> Anchor.swift",
"<abbr> Abbreviation.swift",
"<address> Contact Address.swift",
"<area> Image Map Area.swift",
"<article> Article Contents.swift",
"<aside> Aside.swift",
"<audio> Embed Audio.swift",
"<b> Bring Attention To.swift",
"<base> Document Base URL.swift",
"<bdi> Bidirectional Isolate.swift",
"<bdo> Bidirectional Text Override.swift",
"<big> Bigger Text.swift",
"<blockquote> Block Quotation.swift",
"<body> Document Body.swift",
"<br> Line Break.swift",
"<button> Button.swift",
"<canvas> Graphics Canvas.swift",
"<caption> Table Caption.swift",
"<center> Centered Text.swift",
"<cite> Citation.swift",
"<code> Inline Code.swift",
"<col> Table Column.swift",
"<colgroup> Table Column Group.swift",
"<data> Data.swift",
"<datalist> HTML Data List.swift",
"<dd> Description Details.swift",
"<del> Deleted Text.swift",
"<details> Details disclosure.swift",
"<dfn> Definition.swift",
"<dialog> Dialog.swift",
"<dir> Directory.swift",
"<div> Content Division.swift",
"<dl> Description List.swift",
"<dt> Description Term.swift",
"<em> Emphasis.swift",
"<embed> Embed External Content.swift",
"<fencedframe> Fenced Frame.swift",
"<fieldset> Field Set.swift",
"<figcaption> Figure Caption.swift",
"<figure> Figure with Optional Caption.swift",
"<font> Font.swift",
"<footer> Footer.swift",
"<form> Form.swift",
"<frame> Frame.swift",
"<frameset> Frameset.swift",
"<h1-h6> HTML Section Heading.swift",
"<head> Document Metadata (Header).swift",
"<header> Header.swift",
"<hgroup> Heading Group.swift",
"<hr> Thematic Break (Horizontal Rule).swift",
"<html> HTML Document Root element.swift",
"<i> Idiomatic Text.swift",
"<iframe> Inline Frame.swift",
"<img> Image Embed.swift",
"<input> Input.swift",
"<ins> Inserted Text.swift",
"<kbd> Keyboard Input.swift",
"<label> Label.swift",
"<legend> Field Set Legend.swift",
"<li> List Item.swift",
"<link> External Resource Link.swift",
"<main> Main.swift",
"<map> Image Map.swift",
"<mark> Mark Text.swift",
"<marquee> Marquee.swift",
"<menu> Menu.swift",
"<meta> Metadata.swift",
"<meter> Meter.swift",
"<nav> Navigation Section.swift",
"<nobr> Non-Breaking Text.swift",
"<noembed> Embed Fallback.swift",
"<noframes> Frame Fallback.swift",
"<noscript> Noscript.swift",
"<object> External Object.swift",
"<ol> Ordered List.swift",
"<optgroup> Option Group.swift",
"<option> Option.swift",
"<output> Output.swift",
"<p> Paragraph.swift",
"<param> Object Parameter.swift",
"<picture> Picture.swift",
"<plaintext> Plain Text.swift",
"<pre> Preformatted Text.swift",
"<progress> Progress Indicator.swift",
"<q> Inline Quotation.swift",
"<rb> Ruby Base.swift",
"<rp> Ruby Fallback Parenthesis.swift",
"<rt> Ruby Text.swift",
"<rtc> Ruby Text Container.swift",
"<ruby> Ruby Annotation.swift",
"<s> Strikethrough.swift",
"<samp> Sample Output.swift",
"<script> Script.swift",
"<search> Search.swift",
"<section> Generic Section.swift",
"<select> Selected Option Display.swift",
"<slot> Web Component Slot.swift",
"<small> Side Comment.swift",
"<source> Media or Image Source.swift",
"<span> Content Span.swift",
"<strike> Strike.swift",
"<strong> Strong Importance.swift",
"<style> Style Information.swift",
"<sub> Subscript.swift",
"<summary> Disclosure Summary.swift",
"<sup> Superscript.swift",
"<table> Table.swift",
"<tbody> Table Body.swift",
"<td> Table Data Cell.swift",
"<template> Content Template.swift",
"<textarea> Textarea.swift",
"<tfoot> Table Foot.swift",
"<th> Table Header.swift",
"<thead> Table Head.swift",
"<time> (Date) Time.swift",
"<title> Document Title.swift",
"<tr> Table Row.swift",
"<track> Embed Text Track.swift",
"<tt> Teletype Text.swift",
"<u> Unarticulated Annotation (Underline).swift",
"<ul> Unordered List.swift",
"<var> Variable.swift",
"<video> Video Embed.swift",
"<wbr> Line Break Opportunity.swift",
"<xmp> xmp.swift",
"Internal/HTMLElementNoAttributes.swift",
"Internal/HTMLVoidElement.swift",
"Internal/String+HTML.swift",
"Internal/exports.swift"
],
"target_dependencies" : [
"HTMLAttributesPointFreeHTML"
],
"type" : "library"
},
{
"c99name" : "HTMLCSSPointFreeHTML_Tests",
"module_type" : "SwiftTarget",
"name" : "HTMLCSSPointFreeHTML Tests",
"path" : "Tests/HTMLCSSPointFreeHTML Tests",
"product_dependencies" : [
"PointFreeHTML",
"PointFreeHTMLTestSupport"
],
"sources" : [
"HTMLCSSPointFree Tests.swift"
],
"target_dependencies" : [
"HTMLCSSPointFreeHTML"
],
"type" : "test"
},
{
"c99name" : "HTMLCSSPointFreeHTML",
"module_type" : "SwiftTarget",
"name" : "HTMLCSSPointFreeHTML",
"path" : "Sources/HTMLCSSPointFreeHTML",
"product_dependencies" : [
"PointFreeHTML",
"CSSTypes",
"HTMLTypes"
],
"product_memberships" : [
"HTMLCSSPointFreeHTML"
],
"sources" : [
"HTML+CSS+PointFree.swift"
],
"target_dependencies" : [
"CSSPointFreeHTML",
"HTMLElementsPointFreeHTML",
"HTMLAttributesPointFreeHTML"
],
"type" : "library"
},
{
"c99name" : "HTMLAttributesPointFreeHTML_Tests",
"module_type" : "SwiftTarget",
"name" : "HTMLAttributesPointFreeHTML Tests",
"path" : "Tests/HTMLAttributesPointFreeHTML Tests",
"product_dependencies" : [
"PointFreeHTML",
"PointFreeHTMLTestSupport"
],
"sources" : [
"Accept Tests.swift",
"Href Tests.swift",
"Target Tests.swift"
],
"target_dependencies" : [
"HTMLAttributesPointFreeHTML"
],
"type" : "test"
},
{
"c99name" : "HTMLAttributesPointFreeHTML",
"module_type" : "SwiftTarget",
"name" : "HTMLAttributesPointFreeHTML",
"path" : "Sources/HTMLAttributesPointFreeHTML",
"product_dependencies" : [
"HTMLAttributeTypes",
"PointFreeHTML"
],
"product_memberships" : [
"HTMLCSSPointFreeHTML",
"HTMLAttributesPointFreeHTML",
"HTMLElementsPointFreeHTML"
],
"sources" : [
"Abbr.swift",
"Accept.swift",
"AcceptCharset.swift",
"Action.swift",
"Allow.swift",
"Allowfullscreen.swift",
"Alt.swift",
"As.swift",
"Async.swift",
"AttributionSrc.swift",
"Autocomplete.swift",
"Autoplay.swift",
"Behavior.swift",
"Blocking.swift",
"ButtonType.swift",
"Capture.swift",
"CharSet.swift",
"Checked.swift",
"Cite.swift",
"ColSpan.swift",
"Color.swift",
"Cols.swift",
"Compact.swift",
"Content.swift",
"Controls.swift",
"ControlsList.swift",
"Crossorigin.swift",
"DateTime.swift",
"Default.swift",
"Defer.swift",
"Direction.swift",
"Dirname.swift",
"DisablePictureInPicture.swift",
"DisableRemotePlayback.swift",
"Disabled.swift",
"Download.swift",
"Elementtiming.swift",
"EncType.swift",
"Face.swift",
"FetchPriority.swift",
"File.swift",
"FontSize.swift",
"For.swift",
"Form.swift",
"FormAction.swift",
"FormEncType.swift",
"FormMethod.swift",
"FormNovalidate.swift",
"FormTarget.swift",
"FrameBorder.swift",
"Global/Autocapitalize.swift",
"Global/Autocorrect.swift",
"Global/Autofocus.swift",
"Global/Class.swift",
"Global/Contenteditable.swift",
"Global/DataAttribute.swift",
"Global/Dir.swift",
"Global/Draggable.swift",
"Global/Enterkeyhint.swift",
"Global/Exportparts.swift",
"Global/Hidden.swift",
"Global/Id.swift",
"Global/Inert.swift",
"Global/Inputmode.swift",
"Global/Is.swift",
"Global/Itemid.swift",
"Global/Itemprop.swift",
"Global/Itemref.swift",
"Global/Itemscope.swift",
"Global/Itemtype.swift",
"Global/Lang.swift",
"Global/Nonce.swift",
"Global/Part.swift",
"Global/Popover.swift",
"Global/Slot.swift",
"Global/Spellcheck.swift",
"Global/Style.swift",
"Global/Tabindex.swift",
"Global/Title.swift",
"Global/Translate.swift",
"Global/Virtualkeyboardpolicy.swift",
"Global/Writingsuggestions.swift",
"HTTPEquiv.swift",
"Headers.swift",
"Height.swift",
"High.swift",
"Href.swift",
"Hreflang.swift",
"ImageSrcSet.swift",
"Imagesizes.swift",
"Integrity.swift",
"Internal/Attribute.swift",
"Internal/_HTMLAttributes.swift",
"Internal/exports.swift",
"IsMap.swift",
"Kind.swift",
"Label.swift",
"LinkType.swift",
"List.swift",
"ListType.swift",
"Loading.swift",
"Loop.swift",
"Low.swift",
"MarginHeight.swift",
"MarginWidth.swift",
"Max.swift",
"Maxlength.swift",
"Media.swift",
"Method.swift",
"Min.swift",
"Minlength.swift",
"Multiple.swift",
"Muted.swift",
"Name.swift",
"NoResize.swift",
"Nomodule.swift",
"Novalidate.swift",
"ObjectData.swift",
"ObjectForm.swift",
"ObjectType.swift",
"Open.swift",
"Optimum.swift",
"Pattern.swift",
"Ping.swift",
"Placeholder.swift",
"Playsinline.swift",
"PopoverTarget.swift",
"PopoverTargetAction.swift",
"Poster.swift",
"Preload.swift",
"Readonly.swift",
"ReferrerPolicy.swift",
"Rel.swift",
"Required.swift",
"Reversed.swift",
"RowSpan.swift",
"Rows.swift",
"Scope.swift",
"ScriptType.swift",
"Scrolling.swift",
"Selected.swift",
"ShadowRootClonable.swift",
"ShadowRootDelegatesFocus.swift",
"ShadowRootMode.swift",
"Size.swift",
"Sizes.swift",
"SourceType.swift",
"Span.swift",
"Src.swift",
"SrcLang.swift",
"Start.swift",
"Step.swift",
"Target.swift",
"TextareaWrap.swift",
"Truespeed.swift",
"Usemap.swift",
"Value.swift",
"Width.swift",
"Wrap.swift",
"Xmlns.swift"
],
"type" : "library"
},
{
"c99name" : "CSSPointFreeHTML_Tests",
"module_type" : "SwiftTarget",
"name" : "CSSPointFreeHTML Tests",
"path" : "Tests/CSSPointFreeHTML Tests",
"product_dependencies" : [
"CSSTypes",
"PointFreeHTML",
"PointFreeHTMLTestSupport"
],
"sources" : [
"AccentColor Tests.swift",
"AlignContent Tests.swift",
"AlignItems Tests.swift",
"AlignSelf Tests.swift",
"AlignmentBaseline Tests.swift",
"AnchorName Tests.swift",
"Animation Tests.swift",
"AnimationComposition Tests.swift",
"AnimationDelay Tests.swift",
"AnimationDirection Tests.swift",
"AnimationDuration Tests.swift",
"Appearance Tests.swift",
"AspectRatio Tests.swift",
"BackdropFilter Tests.swift",
"BackfaceVisibility Tests.swift",
"Background Tests.swift",
"BackgroundAttachment Tests.swift",
"BackgroundBlendMode Tests.swift",
"BackgroundClip Tests.swift",
"BackgroundColor Tests.swift",
"BackgroundImage Tests.swift",
"BackgroundOrigin Tests.swift",
"Color Tests.swift",
"Media.swift",
"div.swift"
],
"target_dependencies" : [
"CSSPointFreeHTML"
],
"type" : "test"
},
{
"c99name" : "CSSPointFreeHTML",
"module_type" : "SwiftTarget",
"name" : "CSSPointFreeHTML",
"path" : "Sources/CSSPointFreeHTML",
"product_dependencies" : [
"CSSTypes",
"PointFreeHTML"
],
"product_memberships" : [
"CSSPointFreeHTML",
"HTMLCSSPointFreeHTML"
],
"sources" : [
"InlineStyle/AccentColor.swift",
"InlineStyle/AlignContent.swift",
"InlineStyle/AlignItems.swift",
"InlineStyle/AlignSelf.swift",
"InlineStyle/AlignmentBaseline.swift",
"InlineStyle/AnchorName.swift",
"InlineStyle/Animation.swift",
"InlineStyle/AnimationComposition.swift",
"InlineStyle/AnimationDelay.swift",
"InlineStyle/AnimationDirection.swift",
"InlineStyle/AnimationDuration.swift",
"InlineStyle/AnimationFillMode.swift",
"InlineStyle/AnimationIterationCount.swift",
"InlineStyle/AnimationName.swift",
"InlineStyle/AnimationPlayState.swift",
"InlineStyle/AnimationRange.swift",
"InlineStyle/AnimationRangeEnd.swift",
"InlineStyle/AnimationRangeStart.swift",
"InlineStyle/AnimationTimeline.swift",
"InlineStyle/AnimationTimingFunction.swift",
"InlineStyle/Appearance.swift",
"InlineStyle/AspectRatio.swift",
"InlineStyle/BackdropFilter.swift",
"InlineStyle/BackfaceVisibility.swift",
"InlineStyle/Background.swift",
"InlineStyle/BackgroundAttachment.swift",
"InlineStyle/BackgroundBlendMode.swift",
"InlineStyle/BackgroundClip.swift",
"InlineStyle/BackgroundColor.swift",
"InlineStyle/BackgroundImage.swift",
"InlineStyle/BackgroundOrigin.swift",
"InlineStyle/BackgroundPosition.swift",
"InlineStyle/BackgroundPositionX.swift",
"InlineStyle/BackgroundPositionY.swift",
"InlineStyle/BackgroundRepeat.swift",
"InlineStyle/BackgroundSize.swift",
"InlineStyle/BlockSize.swift",
"InlineStyle/Border.swift",
"InlineStyle/BorderBlock.swift",
"InlineStyle/BorderBlockColor.swift",
"InlineStyle/BorderBlockEnd.swift",
"InlineStyle/BorderBlockEndColor.swift",
"InlineStyle/BorderBlockEndStyle.swift",
"InlineStyle/BorderBlockEndWidth.swift",
"InlineStyle/BorderBlockStart.swift",
"InlineStyle/BorderBlockStartColor.swift",
"InlineStyle/BorderBlockStartStyle.swift",
"InlineStyle/BorderBlockStartWidth.swift",
"InlineStyle/BorderBlockStyle.swift",
"InlineStyle/BorderBlockWidth.swift",
"InlineStyle/BorderBottom.swift",
"InlineStyle/BorderBottomColor.swift",
"InlineStyle/BorderBottomLeftRadius.swift",
"InlineStyle/BorderBottomRightRadius.swift",
"InlineStyle/BorderBottomStyle.swift",
"InlineStyle/BorderBottomWidth.swift",
"InlineStyle/BorderCollapse.swift",
"InlineStyle/BorderColor.swift",
"InlineStyle/BorderEndEndRadius.swift",
"InlineStyle/BorderEndStartRadius.swift",
"InlineStyle/BorderImage.swift",
"InlineStyle/BorderImageOutset.swift",
"InlineStyle/BorderImageRepeat.swift",
"InlineStyle/BorderImageSlice.swift",
"InlineStyle/BorderImageSource.swift",
"InlineStyle/BorderImageWidth.swift",
"InlineStyle/BorderInline.swift",
"InlineStyle/BorderInlineColor.swift",
"InlineStyle/BorderInlineEnd.swift",
"InlineStyle/BorderInlineEndColor.swift",
"InlineStyle/BorderInlineEndStyle.swift",
"InlineStyle/BorderInlineEndWidth.swift",
"InlineStyle/BorderInlineStart.swift",
"InlineStyle/BorderInlineStartColor.swift",
"InlineStyle/BorderInlineStartStyle.swift",
"InlineStyle/BorderInlineStartWidth.swift",
"InlineStyle/BorderInlineStyle.swift",
"InlineStyle/BorderInlineWidth.swift",
"InlineStyle/BorderLeft.swift",
"InlineStyle/BorderLeftColor.swift",
"InlineStyle/BorderLeftStyle.swift",
"InlineStyle/BorderLeftWidth.swift",
"InlineStyle/BorderRadius.swift",
"InlineStyle/BorderRight.swift",
"InlineStyle/BorderRightColor.swift",
"InlineStyle/BorderRightStyle.swift",
"InlineStyle/BorderRightWidth.swift",
"InlineStyle/BorderSpacing.swift",
"InlineStyle/BorderStartEndRadius.swift",
"InlineStyle/BorderStartStartRadius.swift",
"InlineStyle/BorderStyle.swift",
"InlineStyle/BorderTop.swift",
"InlineStyle/BorderTopColor.swift",
"InlineStyle/BorderTopLeftRadius.swift",
"InlineStyle/BorderTopRightRadius.swift",
"InlineStyle/BorderTopStyle.swift",
"InlineStyle/BorderTopWidth.swift",
"InlineStyle/BorderWidth.swift",
"InlineStyle/Bottom.swift",
"InlineStyle/BoxDecorationBreak.swift",
"InlineStyle/BoxShadow.swift",
"InlineStyle/BoxSizing.swift",
"InlineStyle/BreakAfter.swift",
"InlineStyle/BreakBefore.swift",
"InlineStyle/BreakInside.swift",
"InlineStyle/CaptionSide.swift",
"InlineStyle/CaretColor.swift",
"InlineStyle/Clear.swift",
"InlineStyle/Clip.swift",
"InlineStyle/ClipPath.swift",
"InlineStyle/ClipRule.swift",
"InlineStyle/Color.swift",
"InlineStyle/ColorInterpolation.swift",
"InlineStyle/ColorInterpolationFilters.swift",
"InlineStyle/ColorScheme.swift",
"InlineStyle/ColumnCount.swift",
"InlineStyle/ColumnFill.swift",
"InlineStyle/ColumnGap.swift",
"InlineStyle/ColumnRule.swift",
"InlineStyle/ColumnRuleColor.swift",
"InlineStyle/ColumnRuleStyle.swift",
"InlineStyle/ColumnRuleWidth.swift",
"InlineStyle/ColumnSpan.swift",
"InlineStyle/ColumnWidth.swift",
"InlineStyle/Columns.swift",
"InlineStyle/Contain.swift",
"InlineStyle/ContainIntrinsicBlockSize.swift",
"InlineStyle/ContainIntrinsicHeight.swift",
"InlineStyle/ContainIntrinsicInlineSize.swift",
"InlineStyle/ContainIntrinsicSize.swift",
"InlineStyle/ContainIntrinsicWidth.swift",
"InlineStyle/Container.swift",
"InlineStyle/ContainerName.swift",
"InlineStyle/ContainerType.swift",
"InlineStyle/Content.swift",
"InlineStyle/ContentVisibility.swift",
"InlineStyle/CounterIncrement.swift",
"InlineStyle/CounterReset.swift",
"InlineStyle/CounterSet.swift",
"InlineStyle/Cursor.swift",
"InlineStyle/Cx.swift",
"InlineStyle/Cy.swift",
"InlineStyle/D.swift",
"InlineStyle/Direction.swift",
"InlineStyle/Display.swift",
"InlineStyle/DominantBaseline.swift",
"InlineStyle/EmptyCells.swift",
"InlineStyle/FieldSizing.swift",
"InlineStyle/Fill.swift",
"InlineStyle/FillOpacity.swift",
"InlineStyle/FillRule.swift",
"InlineStyle/Filter.swift",
"InlineStyle/Flex.swift",
"InlineStyle/FlexBasis.swift",
"InlineStyle/FlexDirection.swift",
"InlineStyle/FlexFlow.swift",
"InlineStyle/FlexGrow.swift",
"InlineStyle/FlexShrink.swift",
"InlineStyle/FlexWrap.swift",
"InlineStyle/Float.swift",
"InlineStyle/FloodColor.swift",
"InlineStyle/FloodOpacity.swift",
"InlineStyle/Font.swift",
"InlineStyle/FontFamily.swift",
"InlineStyle/FontFeatureSettings.swift",
"InlineStyle/FontKerning.swift",
"InlineStyle/FontLanguageOverride.swift",
"InlineStyle/FontOpticalSizing.swift",
"InlineStyle/FontPalette.swift",
"InlineStyle/FontSize.swift",
"InlineStyle/FontSizeAdjust.swift",
"InlineStyle/FontSmooth.swift",
"InlineStyle/FontStretch.swift",
"InlineStyle/FontStyle.swift",
"InlineStyle/FontSynthesis.swift",
"InlineStyle/FontSynthesisPosition.swift",
"InlineStyle/FontSynthesisSmallCaps.swift",
"InlineStyle/FontSynthesisStyle.swift",
"InlineStyle/FontSynthesisWeight.swift",
"InlineStyle/FontVariant.swift",
"InlineStyle/FontVariantAlternates.swift",
"InlineStyle/FontVariantCaps.swift",
"InlineStyle/FontVariantEastAsian.swift",
"InlineStyle/FontVariantEmoji.swift",
"InlineStyle/FontVariantLigatures.swift",
"InlineStyle/FontVariantNumeric.swift",
"InlineStyle/FontVariantPosition.swift",
"InlineStyle/FontVariationSettings.swift",
"InlineStyle/FontWeight.swift",
"InlineStyle/ForcedColorAdjust.swift",
"InlineStyle/Gap.swift",
"InlineStyle/Grid.swift",
"InlineStyle/GridArea.swift",
"InlineStyle/GridAutoColumns.swift",
"InlineStyle/GridAutoFlow.swift",
"InlineStyle/GridAutoRows.swift",
"InlineStyle/GridColumn.swift",
"InlineStyle/GridColumnEnd.swift",
"InlineStyle/GridColumnStart.swift",
"InlineStyle/GridRow.swift",
"InlineStyle/GridRowEnd.swift",
"InlineStyle/GridRowStart.swift",
"InlineStyle/GridTemplate.swift",
"InlineStyle/GridTemplateAreas.swift",
"InlineStyle/GridTemplateColumns.swift",
"InlineStyle/GridTemplateRows.swift",
"InlineStyle/HangingPunctuation.swift",
"InlineStyle/Height.swift",
"InlineStyle/HyphenateCharacter.swift",
"InlineStyle/HyphenateLimitChars.swift",
"InlineStyle/Hyphens.swift",
"InlineStyle/ImageOrientation.swift",
"InlineStyle/ImageRendering.swift",
"InlineStyle/ImageResolution.swift",
"InlineStyle/ImeMode.swift",
"InlineStyle/InitialLetter.swift",
"InlineStyle/InlineSize.swift",
"InlineStyle/Inset.swift",
"InlineStyle/InsetBlock.swift",
"InlineStyle/InsetBlockEnd.swift",
"InlineStyle/InsetBlockStart.swift",
"InlineStyle/InsetInline.swift",
"InlineStyle/InsetInlineEnd.swift",
"InlineStyle/InsetInlineStart.swift",
"InlineStyle/InterpolateSize.swift",
"InlineStyle/Isolation.swift",
"InlineStyle/JustifyContent.swift",
"InlineStyle/JustifyItems.swift",
"InlineStyle/JustifySelf.swift",
"InlineStyle/Left.swift",
"InlineStyle/LetterSpacing.swift",
"InlineStyle/LetterSpacingEastAsian.swift",
"InlineStyle/LightingColor.swift",
"InlineStyle/LineBreak.swift",
"InlineStyle/LineClamp.swift",
"InlineStyle/LineHeight.swift",
"InlineStyle/LineHeightStep.swift",
"InlineStyle/ListStyle.swift",
"InlineStyle/ListStyleImage.swift",
"InlineStyle/ListStylePosition.swift",
"InlineStyle/ListStyleType.swift",
"InlineStyle/Margin.swift",
"InlineStyle/MarginBlock.swift",
"InlineStyle/MarginBlockEnd.swift",
"InlineStyle/MarginBlockStart.swift",
"InlineStyle/MarginBottom.swift",
"InlineStyle/MarginInline.swift",
"InlineStyle/MarginInlineEnd.swift",
"InlineStyle/MarginInlineStart.swift",
"InlineStyle/MarginLeft.swift",
"InlineStyle/MarginRight.swift",
"InlineStyle/MarginTop.swift",
"InlineStyle/MarginTrim.swift",
"InlineStyle/Marker.swift",
"InlineStyle/MarkerEnd.swift",
"InlineStyle/MarkerMid.swift",
"InlineStyle/MarkerStart.swift",
"InlineStyle/Mask.swift",
"InlineStyle/MaskBorder.swift",
"InlineStyle/MaskBorderMode.swift",
"InlineStyle/MaskBorderOutset.swift",
"InlineStyle/MaskBorderRepeat.swift",
"InlineStyle/MaskBorderSlice.swift",
"InlineStyle/MaskBorderSource.swift",
"InlineStyle/MaskBorderWidth.swift",
"InlineStyle/MaskClip.swift",
"InlineStyle/MaskComposite.swift",
"InlineStyle/MaskImage.swift",
"InlineStyle/MaskMode.swift",
"InlineStyle/MaskOrigin.swift",
"InlineStyle/MaskPosition.swift",
"InlineStyle/MaskRepeat.swift",
"InlineStyle/MaskSize.swift",
"InlineStyle/MaskType.swift",
"InlineStyle/MathDepth.swift",
"InlineStyle/MathShift.swift",
"InlineStyle/MathStyle.swift",
"InlineStyle/MaxBlockSize.swift",
"InlineStyle/MaxHeight.swift",
"InlineStyle/MaxInlineSize.swift",
"InlineStyle/MaxWidth.swift",
"InlineStyle/MinBlockSize.swift",
"InlineStyle/MinHeight.swift",
"InlineStyle/MinInlineSize.swift",
"InlineStyle/MinWidth.swift",
"InlineStyle/MixBlendMode.swift",
"InlineStyle/MozFloatEdge.swift",
"InlineStyle/MozForceBrokenImageIcon.swift",
"InlineStyle/MozImageRegion.swift",
"InlineStyle/MozOrient.swift",
"InlineStyle/MozUserFocus.swift",
"InlineStyle/MozUserInput.swift",
"InlineStyle/ObjectFit.swift",
"InlineStyle/ObjectPosition.swift",
"InlineStyle/Offset.swift",
"InlineStyle/OffsetAnchor.swift",
"InlineStyle/OffsetDistance.swift",
"InlineStyle/OffsetPath.swift",
"InlineStyle/OffsetPosition.swift",
"InlineStyle/OffsetRotate.swift",
"InlineStyle/Opacity.swift",
"InlineStyle/Order.swift",
"InlineStyle/Orphans.swift",
"InlineStyle/Outline.swift",
"InlineStyle/OutlineColor.swift",
"InlineStyle/OutlineOffset.swift",
"InlineStyle/OutlineStyle.swift",
"InlineStyle/OutlineWidth.swift",
"InlineStyle/Overflow.swift",
"InlineStyle/OverflowAnchor.swift",
"InlineStyle/OverflowBlock.swift",
"InlineStyle/OverflowClipMargin.swift",
"InlineStyle/OverflowInline.swift",
"InlineStyle/OverflowWrap.swift",
"InlineStyle/OverflowX.swift",
"InlineStyle/OverflowY.swift",
"InlineStyle/Overlay.swift",
"InlineStyle/OverscrollBehavior.swift",
"InlineStyle/OverscrollBehaviorBlock.swift",
"InlineStyle/OverscrollBehaviorInline.swift",
"InlineStyle/OverscrollBehaviorX.swift",
"InlineStyle/OverscrollBehaviorY.swift",
"InlineStyle/Padding.swift",
"InlineStyle/PaddingBlock.swift",
"InlineStyle/PaddingBlockEnd.swift",
"InlineStyle/PaddingBlockStart.swift",
"InlineStyle/PaddingBottom.swift",
"InlineStyle/PaddingInline.swift",
"InlineStyle/PaddingInlineEnd.swift",
"InlineStyle/PaddingInlineStart.swift",
"InlineStyle/PaddingLeft.swift",
"InlineStyle/PaddingRight.swift",
"InlineStyle/PaddingTop.swift",
"InlineStyle/Page.swift",
"InlineStyle/PageBreak.swift",
"InlineStyle/PageBreakAfter.swift",
"InlineStyle/PageBreakBefore.swift",
"InlineStyle/PageBreakInside.swift",
"InlineStyle/PaintOrder.swift",
"InlineStyle/Perspective.swift",
"InlineStyle/PerspectiveOrigin.swift",
"InlineStyle/PlaceContent.swift",
"InlineStyle/PlaceItems.swift",
"InlineStyle/PlaceSelf.swift",
"InlineStyle/PointerEvents.swift",
"InlineStyle/Position.swift",
"InlineStyle/PositionAnchor.swift",
"InlineStyle/PositionArea.swift",
"InlineStyle/PositionTry.swift",
"InlineStyle/PositionTryFallbacks.swift",
"InlineStyle/PositionTryOrder.swift",
"InlineStyle/PositionVisibility.swift",
"InlineStyle/PrintColorAdjust.swift",
"InlineStyle/PunctuationWrap.swift",
"InlineStyle/Quotes.swift",
"InlineStyle/R.swift",
"InlineStyle/Resize.swift",
"InlineStyle/Right.swift",
"InlineStyle/Rotate.swift",
"InlineStyle/RowGap.swift",
"InlineStyle/RubyAlign.swift",
"InlineStyle/RubyPosition.swift",
"InlineStyle/Rx.swift",
"InlineStyle/Ry.swift",
"InlineStyle/Scale.swift",
"InlineStyle/ScrollBehavior.swift",
"InlineStyle/ScrollMargin.swift",
"InlineStyle/ScrollMarginBlock.swift",
"InlineStyle/ScrollMarginBlockEnd.swift",
"InlineStyle/ScrollMarginBlockStart.swift",
"InlineStyle/ScrollMarginBottom.swift",
"InlineStyle/ScrollMarginInline.swift",
"InlineStyle/ScrollMarginInlineEnd.swift",
"InlineStyle/ScrollMarginInlineStart.swift",
"InlineStyle/ScrollMarginLeft.swift",
"InlineStyle/ScrollMarginRight.swift",
"InlineStyle/ScrollMarginTop.swift",
"InlineStyle/ScrollPadding.swift",
"InlineStyle/ScrollPaddingBlock.swift",
"InlineStyle/ScrollPaddingBlockEnd.swift",
"InlineStyle/ScrollPaddingBlockStart.swift",
"InlineStyle/ScrollPaddingBottom.swift",
"InlineStyle/ScrollPaddingInline.swift",
"InlineStyle/ScrollPaddingInlineEnd.swift",
"InlineStyle/ScrollPaddingInlineStart.swift",
"InlineStyle/ScrollPaddingLeft.swift",
"InlineStyle/ScrollPaddingRight.swift",
"InlineStyle/ScrollPaddingTop.swift",
"InlineStyle/ScrollSnapAlign.swift",
"InlineStyle/ScrollSnapStop.swift",
"InlineStyle/ScrollSnapType.swift",
"InlineStyle/ScrollTimeline.swift",
"InlineStyle/ScrollTimelineAxis.swift",
"InlineStyle/ScrollTimelineName.swift",
"InlineStyle/ScrollbarColor.swift",
"InlineStyle/ScrollbarGutter.swift",
"InlineStyle/ScrollbarWidth.swift",
"InlineStyle/ShapeImageThreshold.swift",
"InlineStyle/ShapeMargin.swift",
"InlineStyle/ShapeOutside.swift",
"InlineStyle/ShapeRendering.swift",
"InlineStyle/Size.swift",
"InlineStyle/SpeakAs.swift",
"InlineStyle/StopColor.swift",
"InlineStyle/StopOpacity.swift",
"InlineStyle/Stroke.swift",
"InlineStyle/StrokeDasharray.swift",
"InlineStyle/StrokeDashoffset.swift",
"InlineStyle/StrokeLinecap.swift",
"InlineStyle/StrokeLinejoin.swift",
"InlineStyle/StrokeMiterlimit.swift",
"InlineStyle/StrokeOpacity.swift",
"InlineStyle/StrokeWidth.swift",
"InlineStyle/TabSize.swift",
"InlineStyle/TableLayout.swift",
"InlineStyle/TextAlign.swift",
"InlineStyle/TextAlignLast.swift",
"InlineStyle/TextAnchor.swift",
"InlineStyle/TextAutospace.swift",
"InlineStyle/TextBox.swift",
"InlineStyle/TextBoxEdge.swift",
"InlineStyle/TextBoxTrim.swift",
"InlineStyle/TextCombineUpright.swift",
"InlineStyle/TextDecoration.swift",
"InlineStyle/TextDecorationColor.swift",
"InlineStyle/TextDecorationLine.swift",
"InlineStyle/TextDecorationSkip.swift",
"InlineStyle/TextDecorationSkipInk.swift",
"InlineStyle/TextDecorationStyle.swift",
"InlineStyle/TextDecorationThickness.swift",
"InlineStyle/TextEmphasis.swift",
"InlineStyle/TextEmphasisColor.swift",
"InlineStyle/TextEmphasisPosition.swift",
"InlineStyle/TextEmphasisStyle.swift",
"InlineStyle/TextIndent.swift",
"InlineStyle/TextJustify.swift",
"InlineStyle/TextKashidaSpace.swift",
"InlineStyle/TextOrientation.swift",
"InlineStyle/TextOverflow.swift",
"InlineStyle/TextRendering.swift",
"InlineStyle/TextShadow.swift",
"InlineStyle/TextSizeAdjust.swift",
"InlineStyle/TextSpacing.swift",
"InlineStyle/TextSpacingTrim.swift",
"InlineStyle/TextTransform.swift",
"InlineStyle/TextUnderlineOffset.swift",
"InlineStyle/TextUnderlinePosition.swift",
"InlineStyle/TextWrap.swift",
"InlineStyle/TextWrapMode.swift",
"InlineStyle/TextWrapStyle.swift",
"InlineStyle/TimelineScope.swift",
"InlineStyle/Top.swift",
"InlineStyle/TouchAction.swift",
"InlineStyle/Transform.swift",
"InlineStyle/TransformBox.swift",
"InlineStyle/TransformOrigin.swift",
"InlineStyle/TransformStyle.swift",
"InlineStyle/Transition.swift",
"InlineStyle/TransitionBehavior.swift",
"InlineStyle/TransitionDelay.swift",
"InlineStyle/TransitionDuration.swift",
"InlineStyle/TransitionProperty.swift",
"InlineStyle/TransitionTimingFunction.swift",
"InlineStyle/Translate.swift",
"InlineStyle/UnicodeBidi.swift",
"InlineStyle/UserModify.swift",
"InlineStyle/UserSelect.swift",
"InlineStyle/VectorEffect.swift",
"InlineStyle/VerticalAlign.swift",
"InlineStyle/ViewTimeline.swift",
"InlineStyle/ViewTimelineAxis.swift",
"InlineStyle/ViewTimelineInset.swift",
"InlineStyle/ViewTimelineName.swift",
"InlineStyle/ViewTransitionName.swift",
"InlineStyle/Visibility.swift",
"InlineStyle/WebkitBorderBefore.swift",
"InlineStyle/WebkitBoxReflect.swift",
"InlineStyle/WebkitMaskBoxImage.swift",
"InlineStyle/WebkitMaskComposite.swift",
"InlineStyle/WebkitMaskPositionX.swift",
"InlineStyle/WebkitMaskPositionY.swift",
"InlineStyle/WebkitMaskRepeatX.swift",
"InlineStyle/WebkitMaskRepeatY.swift",
"InlineStyle/WebkitTapHighlightColor.swift",
"InlineStyle/WebkitTextFillColor.swift",
"InlineStyle/WebkitTextSecurity.swift",
"InlineStyle/WebkitTextStroke.swift",
"InlineStyle/WebkitTextStrokeColor.swift",
"InlineStyle/WebkitTextStrokeWidth.swift",
"InlineStyle/WebkitTouchCallout.swift",
"InlineStyle/WhiteSpace.swift",
"InlineStyle/WhiteSpaceCollapse.swift",
"InlineStyle/Widows.swift",
"InlineStyle/Width.swift",
"InlineStyle/WillChange.swift",
"InlineStyle/WordBreak.swift",
"InlineStyle/WordSpacing.swift",
"InlineStyle/WritingMode.swift",
"InlineStyle/X.swift",
"InlineStyle/Y.swift",
"InlineStyle/ZIndex.swift",
"InlineStyle/Zoom.swift",
"Media.swift",
"_HTML.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/coenttb/pointfree-html.git
Fetching https://github.com/coenttb/swift-css-types.git
Fetching https://github.com/coenttb/swift-html-types.git
[1/2824] Fetching swift-css-types
[1583/3981] Fetching swift-css-types, pointfree-html
[3982/7700] Fetching swift-css-types, pointfree-html, swift-html-types
Fetched https://github.com/coenttb/pointfree-html.git from cache (0.83s)
Fetched https://github.com/coenttb/swift-html-types.git from cache (0.98s)
Fetched https://github.com/coenttb/swift-css-types.git from cache (0.98s)
Computing version for https://github.com/coenttb/pointfree-html.git
Computed https://github.com/coenttb/pointfree-html.git at 2.0.0 (1.58s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/pointfreeco/swift-dependencies.git
Fetching https://github.com/apple/swift-collections.git
[1/6392] Fetching swift-dependencies
[129/24678] Fetching swift-dependencies, swift-collections
[14074/40274] Fetching swift-dependencies, swift-collections, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (1.57s)
Fetched https://github.com/apple/swift-collections.git from cache (1.60s)
[4367/15596] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.54s)
Computing version for https://github.com/coenttb/swift-css-types.git
Computed https://github.com/coenttb/swift-css-types.git at 0.1.0 (4.27s)
Computing version for https://github.com/coenttb/swift-html-types.git
Computed https://github.com/coenttb/swift-html-types.git at 0.1.1 (0.78s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.7 (0.78s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
[4599/77251] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (7.44s)
Fetched https://github.com/swiftlang/swift-syntax from cache (7.55s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (8.64s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5552] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.36s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (3.02s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (4.54s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (1.03s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.10.0 (1.11s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
[1/883] Fetching swift-concurrency-extras
[884/3405] Fetching swift-concurrency-extras, combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.51s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.68s)
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.58s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (2.23s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.00s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (1.07s)
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/coenttb/swift-css-types.git
Working copy of https://github.com/coenttb/swift-css-types.git resolved at 0.1.0
Creating working copy for https://github.com/coenttb/pointfree-html.git
Working copy of https://github.com/coenttb/pointfree-html.git resolved at 2.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.7
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/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.10.0
Creating working copy for https://github.com/coenttb/swift-html-types.git
Working copy of https://github.com/coenttb/swift-html-types.git resolved at 0.1.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Building for debugging...
[0/32] Write sources
[27/32] Write swift-version-24593BA9C3E375BF.txt
[29/294] Emitting module InternalCollectionsUtilities
[30/296] Emitting module HTMLAttributeTypes
[31/315] Emitting module CSSPseudoElementTypes
[32/317] Emitting module CSSTypeTypes
[33/326] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[34/326] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[35/326] Compiling HTMLAttributeTypes DisableRemotePlayback.swift
[36/326] Compiling HTMLAttributeTypes Disabled.swift
[37/326] Emitting module ConcurrencyExtras
[38/326] Compiling ConcurrencyExtras MainSerialExecutor.swift
[39/326] Compiling ConcurrencyExtras Result.swift
[40/327] Compiling HTMLAttributeTypes Defer.swift
[41/327] Compiling HTMLAttributeTypes Direction.swift
[42/327] Emitting module IssueReportingPackageSupport
[43/327] Compiling IssueReportingPackageSupport _Test.swift
[44/328] Compiling HTMLAttributeTypes Dirname.swift
[45/328] Compiling HTMLAttributeTypes DisablePictureInPicture.swift
[46/328] Compiling HTMLAttributeTypes DateTime.swift
[47/328] Compiling HTMLAttributeTypes Default.swift
[48/328] Compiling HTMLAttributeTypes Content.swift
[49/328] Compiling HTMLAttributeTypes Controls.swift
[50/328] Compiling HTMLAttributeTypes Color.swift
[51/328] Compiling HTMLAttributeTypes Cols.swift
[52/328] Compiling HTMLAttributeTypes Compact.swift
[53/328] Compiling HTMLAttributeTypes ControlsList.swift
[54/328] Compiling HTMLAttributeTypes Crossorigin.swift
[57/329] Compiling ConcurrencyExtras UncheckedSendable.swift
[58/329] Compiling HTMLAttributeTypes Ping.swift
[59/329] Compiling HTMLAttributeTypes Placeholder.swift
[60/329] Compiling HTMLAttributeTypes Playsinline.swift
[61/329] Compiling HTMLAttributeTypes PopoverTarget.swift
[62/329] Compiling HTMLAttributeTypes PopoverTargetAction.swift
[63/329] Compiling HTMLAttributeTypes Poster.swift
[64/329] Compiling HTMLAttributeTypes Preload.swift
[65/329] Compiling HTMLAttributeTypes Readonly.swift
[66/329] Compiling HTMLAttributeTypes ReferrerPolicy.swift
[67/329] Compiling HTMLAttributeTypes Rel.swift
[68/329] Compiling HTMLAttributeTypes Required.swift
[69/329] Compiling HTMLAttributeTypes Reversed.swift
[70/329] Compiling HTMLAttributeTypes RowSpan.swift
[71/329] Compiling HTMLAttributeTypes Rows.swift
[72/329] Compiling HTMLAttributeTypes Scope.swift
[73/329] Compiling HTMLAttributeTypes ScriptType.swift
[74/329] Compiling HTMLAttributeTypes Scrolling.swift
[75/329] Compiling HTMLAttributeTypes Selected.swift
[76/329] Compiling HTMLAttributeTypes ShadowRootClonable.swift
[77/329] Compiling HTMLAttributeTypes ShadowRootDelegatesFocus.swift
[78/331] Compiling HTMLAttributeTypes Id.swift
[79/331] Compiling HTMLAttributeTypes Inert.swift
[80/331] Compiling HTMLAttributeTypes Inputmode.swift
[81/331] Compiling HTMLAttributeTypes Is.swift
[82/331] Compiling HTMLAttributeTypes Itemid.swift
[83/331] Compiling HTMLAttributeTypes Itemprop.swift
[84/331] Compiling HTMLAttributeTypes Itemref.swift
[85/331] Compiling HTMLAttributeTypes Itemscope.swift
[86/331] Compiling HTMLAttributeTypes Itemtype.swift
[87/331] Compiling HTMLAttributeTypes Lang.swift
[88/331] Compiling HTMLAttributeTypes Nonce.swift
[89/331] Compiling HTMLAttributeTypes Part.swift
[90/331] Compiling HTMLAttributeTypes Popover.swift
[91/331] Compiling HTMLAttributeTypes Slot.swift
[92/331] Compiling HTMLAttributeTypes Spellcheck.swift
[93/331] Compiling HTMLAttributeTypes Style.swift
[94/331] Compiling HTMLAttributeTypes Tabindex.swift
[95/331] Compiling HTMLAttributeTypes Title.swift
[96/331] Compiling HTMLAttributeTypes Translate.swift
[97/331] Compiling HTMLAttributeTypes Virtualkeyboardpolicy.swift
[98/331] Compiling HTMLAttributeTypes MarginWidth.swift
[99/331] Compiling HTMLAttributeTypes Max.swift
[100/331] Compiling HTMLAttributeTypes Maxlength.swift
[101/331] Compiling HTMLAttributeTypes Media.swift
[102/331] Compiling HTMLAttributeTypes MetaName.swift
[103/331] Compiling HTMLAttributeTypes Method.swift
[104/331] Compiling HTMLAttributeTypes Min.swift
[105/331] Compiling HTMLAttributeTypes Minlength.swift
[106/331] Compiling HTMLAttributeTypes Multiple.swift
[107/331] Compiling HTMLAttributeTypes Muted.swift
[108/331] Compiling HTMLAttributeTypes Name.swift
[109/331] Compiling HTMLAttributeTypes NoResize.swift
[110/331] Compiling HTMLAttributeTypes Nomodule.swift
[111/331] Compiling HTMLAttributeTypes Novalidate.swift
[112/331] Compiling HTMLAttributeTypes ObjectData.swift
[113/331] Compiling HTMLAttributeTypes ObjectForm.swift
[114/331] Compiling HTMLAttributeTypes ObjectType.swift
[115/331] Compiling HTMLAttributeTypes Open.swift
[116/331] Compiling HTMLAttributeTypes Optimum.swift
[117/331] Compiling HTMLAttributeTypes Pattern.swift
[118/331] Compiling HTMLAttributeTypes Writingsuggestions.swift
[119/331] Compiling HTMLAttributeTypes Headers.swift
[120/331] Compiling HTMLAttributeTypes Height.swift
[121/331] Compiling HTMLAttributeTypes High.swift
[122/331] Compiling HTMLAttributeTypes Href.swift
[123/331] Compiling HTMLAttributeTypes Hreflang.swift
[124/331] Compiling HTMLAttributeTypes HttpEquiv.swift
[125/331] Compiling HTMLAttributeTypes ImageSrcSet.swift
[126/331] Compiling HTMLAttributeTypes Imagesizes.swift
[127/331] Compiling HTMLAttributeTypes Integrity.swift
[128/331] Compiling HTMLAttributeTypes Ismap.swift
[129/331] Compiling HTMLAttributeTypes Kind.swift
[130/331] Compiling HTMLAttributeTypes Label.swift
[131/331] Compiling HTMLAttributeTypes LinkType.swift
[132/331] Compiling HTMLAttributeTypes List.swift
[133/331] Compiling HTMLAttributeTypes ListType.swift
[134/331] Compiling HTMLAttributeTypes Loading.swift
[135/331] Compiling HTMLAttributeTypes Loop.swift
[136/331] Compiling HTMLAttributeTypes Low.swift
[137/331] Compiling HTMLAttributeTypes MarginHeight.swift
[138/331] Compiling HTMLAttributeTypes Abbr.swift
[139/331] Compiling HTMLAttributeTypes Accept.swift
[140/331] Compiling HTMLAttributeTypes AcceptCharset.swift
[141/331] Compiling HTMLAttributeTypes Action.swift
[142/331] Compiling HTMLAttributeTypes Allow.swift
[143/331] Compiling HTMLAttributeTypes Allowfullscreen.swift
[144/331] Compiling HTMLAttributeTypes Alt.swift
[145/331] Compiling HTMLAttributeTypes As.swift
[146/331] Compiling HTMLAttributeTypes Async.swift
[147/331] Compiling HTMLAttributeTypes AttributionSrc.swift
[148/331] Compiling HTMLAttributeTypes Autocomplete.swift
[149/331] Compiling HTMLAttributeTypes Autoplay.swift
[150/331] Compiling HTMLAttributeTypes Behavior.swift
[151/331] Compiling HTMLAttributeTypes Blocking.swift
[152/331] Compiling HTMLAttributeTypes ButtonType.swift
[153/331] Compiling HTMLAttributeTypes Capture.swift
[154/331] Compiling HTMLAttributeTypes CharSet.swift
[155/331] Compiling HTMLAttributeTypes Checked.swift
[156/331] Compiling HTMLAttributeTypes Cite.swift
[157/331] Compiling HTMLAttributeTypes ColSpan.swift
[175/331] Compiling HTMLAttributeTypes Enctype.swift
[176/331] Compiling CSSPseudoElementTypes spelling-error.swift
[177/331] Compiling CSSPseudoElementTypes target-text.swift
[178/331] Compiling HTMLAttributeTypes FontSize.swift
[179/331] Compiling HTMLAttributeTypes For.swift
[180/331] Compiling HTMLAttributeTypes Form.swift
[181/331] Compiling CSSTypeTypes SelfPosition.swift
[182/331] Compiling CSSTypeTypes Shape.swift
[183/331] Compiling CSSTypeTypes String.swift
[184/331] Compiling CSSTypeTypes SystemColor.swift
[185/331] Compiling CSSTypeTypes TextEdge.swift
[186/331] Compiling CSSTypeTypes Time.swift
[187/331] Compiling CSSTypeTypes TimePercentage.swift
[188/331] Compiling CSSTypeTypes TransformFunction.swift
[189/331] Compiling CSSTypeTypes Url.swift
[190/331] Compiling HTMLAttributeTypes Class.swift
[191/331] Compiling HTMLAttributeTypes Contenteditable.swift
[192/331] Compiling HTMLAttributeTypes DataAttribute.swift
[193/331] Compiling HTMLAttributeTypes Dir.swift
[194/331] Compiling HTMLAttributeTypes Draggable.swift
[195/331] Compiling HTMLAttributeTypes Enterkeyhint.swift
[196/331] Compiling HTMLAttributeTypes Exportparts.swift
[197/331] Compiling HTMLAttributeTypes Hidden.swift
[198/386] Compiling CSSFunctionTypes Functions.swift
[199/386] Emitting module CSSFunctionTypes
[201/387] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[202/387] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[203/387] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[204/390] Compiling OrderedCollections OrderedSet+Initializers.swift
[205/390] Compiling OrderedCollections OrderedSet+Insertions.swift
[206/390] Compiling OrderedCollections OrderedSet+Invariants.swift
[207/390] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[208/390] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[209/390] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[210/390] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[211/390] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[212/397] Compiling HTMLAttributeTypes ShadowRootMode.swift
[213/397] Compiling HTMLAttributeTypes Size.swift
[214/397] Compiling HTMLAttributeTypes Sizes.swift
[215/397] Compiling HTMLAttributeTypes SourceType.swift
[216/397] Compiling HTMLAttributeTypes Span.swift
[217/397] Compiling HTMLAttributeTypes Src.swift
[218/397] Compiling HTMLAttributeTypes SrcLang.swift
[219/397] Compiling HTMLAttributeTypes Start.swift
[220/397] Compiling HTMLAttributeTypes Step.swift
[221/397] Compiling HTMLAttributeTypes Target.swift
[222/397] Compiling HTMLAttributeTypes TextareaWrap.swift
[223/397] Compiling HTMLAttributeTypes Truespeed.swift
[224/397] Compiling HTMLAttributeTypes Usemap.swift
[225/397] Compiling HTMLAttributeTypes Value.swift
[226/397] Compiling HTMLAttributeTypes Width.swift
[227/397] Compiling HTMLAttributeTypes Xmlns.swift
[228/397] Compiling HTMLAttributeTypes HTMLAttribute.swift
[229/397] Compiling HTMLAttributeTypes HTMLBooleanAttribute.swift
[230/397] Compiling HTMLAttributeTypes HTMLStringAttribute.swift
[231/398] Emitting module CSSPseudoClassTypes
[232/398] Compiling CSSPseudoClassTypes Pseudo-classes.swift
[233/399] Compiling ConcurrencyExtras Task.swift
[234/399] Compiling CSSSelectorTypes & nesting.swift
[235/399] Emitting module CSSSelectorTypes
[236/399] Compiling CSSSelectorTypes Attribute.swift
[237/399] Compiling ConcurrencyExtras LockIsolated.swift
[239/399] Compiling CSSSelectorTypes Type.swift
[240/399] Compiling CSSSelectorTypes Universal.swift
[241/399] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[242/399] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[243/399] Compiling OrderedCollections _HashTable+Bucket.swift
[244/399] Compiling OrderedCollections _HashTable+BucketIterator.swift
[245/399] Compiling CSSSelectorTypes ID.swift
[246/399] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[247/399] Compiling CSSSelectorTypes Class.swift
[248/399] Compiling OrderedCollections OrderedDictionary+Elements.swift
[249/399] Compiling IssueReportingTestSupport XCTest.swift
[251/400] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[252/400] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[253/400] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[257/401] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[258/401] Compiling OrderedCollections OrderedDictionary+Values.swift
[259/401] Compiling OrderedCollections OrderedDictionary+Codable.swift
[263/401] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[264/401] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[265/401] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[267/401] Compiling OrderedCollections OrderedSet+Sendable.swift
[268/401] Compiling OrderedCollections OrderedSet+SubSequence.swift
[269/401] Compiling OrderedCollections OrderedSet+Testing.swift
[270/401] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[271/401] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[272/401] Compiling OrderedCollections OrderedSet.swift
[273/401] Compiling OrderedCollections _UnsafeBitset.swift
[277/401] Compiling OrderedCollections _HashTable+Constants.swift
[278/401] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[279/402] Emitting module IssueReportingTestSupport
[280/402] Compiling IssueReportingTestSupport SwiftTesting.swift
[290/403] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[291/403] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[292/403] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[293/403] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[294/403] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[295/403] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[296/403] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[297/403] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[298/403] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[301/403] Compiling OrderedCollections _HashTable+Testing.swift
[302/403] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[303/403] Compiling OrderedCollections _HashTable.swift
[304/403] Compiling OrderedCollections _Hashtable+Header.swift
[305/403] Compiling OrderedCollections OrderedDictionary.swift
[306/403] Compiling OrderedCollections OrderedSet+Codable.swift
[307/403] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[317/403] Compiling OrderedCollections OrderedSet+Descriptions.swift
[318/403] Compiling OrderedCollections OrderedSet+Diffing.swift
[319/403] Compiling OrderedCollections OrderedSet+Equatable.swift
[320/403] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[321/403] Compiling OrderedCollections OrderedSet+Hashable.swift
[330/403] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[331/403] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[332/403] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[333/403] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[334/403] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[334/403] Wrapping AST for IssueReportingPackageSupport for debugging
[345/556] Wrapping AST for IssueReportingTestSupport for debugging
[346/556] Write Objects.LinkFileList
[348/556] Compiling IssueReporting BreakpointReporter.swift
[349/556] Compiling IssueReporting FatalErrorReporter.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[349/558] Linking libIssueReportingTestSupport.wasm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/HTMLElementsPointFreeHTML Tests/HTMLElementsPointFreeHTML.xctestplan
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/HTMLCSSPointFreeHTML Tests/HTMLCSSPointFreeHTML.xctestplan
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/HTMLAttributesPointFreeHTML Tests/HTMLAttributesPointFreeHTML.xctestplan
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/CSSPointFreeHTML Tests/CSSPointFreeHTML.xctestplan
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-24593BA9C3E375BF.txt
[2/198] Emitting module CSSFunctionTypes
[3/198] Compiling CSSFunctionTypes Functions.swift
[4/246] Compiling CSSTypeTypes BaselinePosition.swift
[5/246] Compiling CSSTypeTypes BasicShape.swift
[6/252] Compiling CSSPseudoClassTypes Pseudo-classes.swift
[7/252] Emitting module CSSPseudoClassTypes
[8/266] Compiling CSSTypeTypes DisplayOutside.swift
[9/266] Compiling CSSTypeTypes Double.swift
[10/266] Compiling CSSTypeTypes EasingFunction.swift
[11/266] Emitting module CSSPseudoElementTypes
[12/266] Compiling ConcurrencyExtras MainSerialExecutor.swift
[13/266] Compiling ConcurrencyExtras Result.swift
[14/267] Compiling CSSTypeTypes AngleConvertible.swift
[15/267] Compiling CSSTypeTypes AnglePercentage.swift
[16/267] Compiling CSSTypeTypes Flex.swift
[17/267] Compiling CSSTypeTypes Frequency.swift
[18/267] Compiling CSSTypeTypes BlendMode.swift
[19/267] Compiling CSSTypeTypes BoxEdge.swift
[20/267] Compiling CSSTypeTypes AbsoluteSize.swift
[21/267] Compiling CSSTypeTypes AlphaValue.swift
[22/267] Compiling CSSTypeTypes Angle.swift
[23/267] Emitting module IssueReportingPackageSupport
[24/267] Compiling IssueReportingPackageSupport _Test.swift
[25/268] Compiling CSSTypeTypes GenericFamily.swift
[26/268] Compiling CSSTypeTypes Global.swift
[29/270] Emitting module ConcurrencyExtras
[30/270] Compiling CSSPseudoElementTypes spelling-error.swift
[31/270] Compiling CSSPseudoElementTypes target-text.swift
[36/270] Compiling CSSTypeTypes FilterFunction.swift
[37/270] Compiling ConcurrencyExtras LockIsolated.swift
[40/269] Compiling ConcurrencyExtras Task.swift
[44/269] Compiling CSSTypeTypes FrequencyPercentage.swift
[47/270] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[48/270] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[53/270] Compiling ConcurrencyExtras UncheckedSendable.swift
[56/283] Compiling CSSSelectorTypes Universal.swift
[57/283] Compiling CSSSelectorTypes Attribute.swift
[58/283] Compiling CSSCombinatorTypes Combinators.swift
[59/283] Compiling CSSSelectorTypes & nesting.swift
[60/283] Emitting module IssueReportingTestSupport
[61/283] Compiling CSSSelectorTypes Type.swift
[62/283] Compiling CSSSelectorTypes Class.swift
[63/283] Compiling CSSSelectorTypes ID.swift
[64/283] Emitting module CSSSelectorTypes
[65/284] Compiling IssueReportingTestSupport XCTest.swift
[67/284] Emitting module InternalCollectionsUtilities
[68/284] Emitting module CSSCombinatorTypes
[70/304] Compiling IssueReportingTestSupport SwiftTesting.swift
[71/305] Compiling IssueReporting Rethrows.swift
[72/305] Compiling IssueReporting SwiftTesting.swift
[73/305] Compiling IssueReporting UncheckedSendable.swift
[74/305] Compiling IssueReporting Warn.swift
[75/305] Compiling IssueReporting XCTest.swift
[76/305] Compiling IssueReporting FailureObserver.swift
[77/305] Compiling IssueReporting LockIsolated.swift
[79/305] Write Objects.LinkFileList
[82/305] Compiling IssueReporting IsTesting.swift
[83/305] Compiling IssueReporting IssueReporter.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[83/307] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm