Build Information
Failed to build swift-html-css-pointfree, reference main (925b36
), with Swift 6.1 for Wasm on 30 Jul 2025 06:46:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-html-css-pointfree.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/coenttb/swift-html-css-pointfree
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 925b36f update package configurations
Cloned https://github.com/coenttb/swift-html-css-pointfree.git
Revision (git rev-parse @):
925b36fa89e8247f7b01240905930886c46dd32f
SUCCESS checkout https://github.com/coenttb/swift-html-css-pointfree.git at main
========================================
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-2":/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 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
Fetching https://github.com/coenttb/swift-html-types.git
Fetching https://github.com/coenttb/pointfree-html.git
Fetching https://github.com/coenttb/swift-css-types.git
[1/1047] Fetching pointfree-html
[1048/3094] Fetching pointfree-html, swift-css-types
[1929/6207] Fetching pointfree-html, swift-css-types, swift-html-types
Fetched https://github.com/coenttb/pointfree-html.git from cache (0.81s)
Fetched https://github.com/coenttb/swift-css-types.git from cache (0.93s)
Fetched https://github.com/coenttb/swift-html-types.git from cache (1.07s)
Computing version for https://github.com/coenttb/pointfree-html.git
Computed https://github.com/coenttb/pointfree-html.git at 2.0.0 (2.08s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-dependencies.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/16901] Fetching swift-collections
[2030/23192] Fetching swift-collections, swift-dependencies
[10518/38533] Fetching swift-collections, swift-dependencies, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (4.64s)
Fetched https://github.com/apple/swift-collections.git from cache (4.70s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (4.79s)
Computing version for https://github.com/coenttb/swift-html-types.git
Computed https://github.com/coenttb/swift-html-types.git at 0.1.0 (5.78s)
Computing version for https://github.com/coenttb/swift-css-types.git
Computed https://github.com/coenttb/swift-css-types.git at 0.1.0 (1.01s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.6 (1.20s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
[4582/75947] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (9.48s)
Fetched https://github.com/swiftlang/swift-syntax from cache (9.71s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (10.71s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5482] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.76s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (4.07s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (4.02s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.0 (1.79s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.2 (0.84s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
[1/2410] Fetching combine-schedulers
[797/3288] Fetching combine-schedulers, swift-concurrency-extras
[2657/4580] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.37s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.38s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.38s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.97s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.76s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.83s)
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.6
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.0
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/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.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.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.9.2
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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Building for debugging...
[0/32] Write sources
[27/32] Write swift-version-24593BA9C3E375BF.txt
[29/292] Emitting module HTMLAttributeTypes
[30/311] Emitting module ConcurrencyExtras
[31/312] Emitting module CSSPseudoElementTypes
[32/314] Compiling ConcurrencyExtras MainSerialExecutor.swift
[33/314] Compiling ConcurrencyExtras UncheckedSendable.swift
[34/314] Compiling ConcurrencyExtras Result.swift
[35/314] Compiling HTMLAttributeTypes Ping.swift
[36/314] Compiling HTMLAttributeTypes Placeholder.swift
[37/314] Compiling HTMLAttributeTypes Playsinline.swift
[38/314] Compiling HTMLAttributeTypes PopoverTarget.swift
[39/314] Compiling HTMLAttributeTypes PopoverTargetAction.swift
[40/314] Compiling HTMLAttributeTypes Poster.swift
[41/314] Compiling HTMLAttributeTypes Preload.swift
[42/314] Compiling HTMLAttributeTypes Readonly.swift
[43/314] Compiling HTMLAttributeTypes ReferrerPolicy.swift
[44/314] Compiling HTMLAttributeTypes Rel.swift
[45/314] Compiling HTMLAttributeTypes Required.swift
[46/314] Compiling HTMLAttributeTypes Reversed.swift
[47/314] Compiling HTMLAttributeTypes RowSpan.swift
[48/314] Compiling HTMLAttributeTypes Rows.swift
[49/314] Compiling HTMLAttributeTypes Scope.swift
[50/314] Compiling HTMLAttributeTypes ScriptType.swift
[51/314] Compiling HTMLAttributeTypes Scrolling.swift
[52/314] Compiling HTMLAttributeTypes Selected.swift
[53/314] Compiling HTMLAttributeTypes ShadowRootClonable.swift
[54/314] Compiling HTMLAttributeTypes ShadowRootDelegatesFocus.swift
[55/314] Compiling HTMLAttributeTypes Controls.swift
[56/314] Compiling HTMLAttributeTypes ControlsList.swift
[57/315] Compiling HTMLAttributeTypes Default.swift
[58/315] Compiling HTMLAttributeTypes Defer.swift
[59/315] Compiling HTMLAttributeTypes Direction.swift
[60/315] Compiling HTMLAttributeTypes Dirname.swift
[61/315] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/315] Emitting module InternalCollectionsUtilities
[63/315] Compiling HTMLAttributeTypes Color.swift
[64/315] Compiling HTMLAttributeTypes Cols.swift
[65/315] Compiling HTMLAttributeTypes Crossorigin.swift
[66/315] Compiling HTMLAttributeTypes DateTime.swift
[67/315] Compiling HTMLAttributeTypes Compact.swift
[68/315] Compiling HTMLAttributeTypes Content.swift
[69/315] Compiling IssueReportingPackageSupport _Test.swift
[70/315] Emitting module IssueReportingPackageSupport
[72/316] Compiling HTMLAttributeTypes MarginWidth.swift
[73/316] Compiling HTMLAttributeTypes Max.swift
[74/316] Compiling HTMLAttributeTypes Maxlength.swift
[75/316] Compiling HTMLAttributeTypes Media.swift
[76/316] Compiling HTMLAttributeTypes MetaName.swift
[77/316] Compiling HTMLAttributeTypes Method.swift
[78/316] Compiling HTMLAttributeTypes Min.swift
[79/316] Compiling HTMLAttributeTypes Minlength.swift
[80/316] Compiling HTMLAttributeTypes Multiple.swift
[81/316] Compiling HTMLAttributeTypes Muted.swift
[82/316] Compiling HTMLAttributeTypes Name.swift
[83/316] Compiling HTMLAttributeTypes NoResize.swift
[84/316] Compiling HTMLAttributeTypes Nomodule.swift
[85/316] Compiling HTMLAttributeTypes Novalidate.swift
[86/316] Compiling HTMLAttributeTypes ObjectData.swift
[87/316] Compiling HTMLAttributeTypes ObjectForm.swift
[88/316] Compiling HTMLAttributeTypes ObjectType.swift
[89/316] Compiling HTMLAttributeTypes Open.swift
[90/316] Compiling HTMLAttributeTypes Optimum.swift
[91/316] Compiling HTMLAttributeTypes Pattern.swift
[92/316] Compiling HTMLAttributeTypes FontSize.swift
[93/316] Compiling HTMLAttributeTypes For.swift
[94/316] Compiling HTMLAttributeTypes Form.swift
[95/316] Compiling HTMLAttributeTypes FormAction.swift
[96/316] Compiling HTMLAttributeTypes FormEncType.swift
[97/316] Compiling HTMLAttributeTypes FormMethod.swift
[98/316] Compiling HTMLAttributeTypes FormNovalidate.swift
[99/316] Compiling HTMLAttributeTypes FormTarget.swift
[100/316] Compiling HTMLAttributeTypes FrameBorder.swift
[101/316] Compiling HTMLAttributeTypes Autocapitalize.swift
[102/316] Compiling HTMLAttributeTypes Autocorrect.swift
[103/316] Compiling HTMLAttributeTypes Autofocus.swift
[104/316] Compiling HTMLAttributeTypes Class.swift
[105/316] Compiling HTMLAttributeTypes Contenteditable.swift
[106/316] Compiling HTMLAttributeTypes DataAttribute.swift
[107/316] Compiling HTMLAttributeTypes Dir.swift
[108/316] Compiling HTMLAttributeTypes Draggable.swift
[109/316] Compiling HTMLAttributeTypes Enterkeyhint.swift
[110/316] Compiling HTMLAttributeTypes Exportparts.swift
[111/316] Compiling HTMLAttributeTypes Hidden.swift
[112/316] Compiling HTMLAttributeTypes Id.swift
[113/316] Compiling HTMLAttributeTypes Inert.swift
[114/316] Compiling HTMLAttributeTypes Inputmode.swift
[115/316] Compiling HTMLAttributeTypes Is.swift
[116/316] Compiling HTMLAttributeTypes Itemid.swift
[117/316] Compiling HTMLAttributeTypes Itemprop.swift
[118/316] Compiling HTMLAttributeTypes Itemref.swift
[119/316] Compiling HTMLAttributeTypes Itemscope.swift
[120/316] Compiling HTMLAttributeTypes Itemtype.swift
[121/316] Compiling HTMLAttributeTypes Lang.swift
[122/316] Compiling HTMLAttributeTypes Nonce.swift
[123/316] Compiling HTMLAttributeTypes Part.swift
[124/316] Compiling HTMLAttributeTypes Popover.swift
[125/316] Compiling HTMLAttributeTypes Slot.swift
[126/316] Compiling HTMLAttributeTypes Spellcheck.swift
[127/316] Compiling HTMLAttributeTypes Style.swift
[128/316] Compiling HTMLAttributeTypes Tabindex.swift
[129/316] Compiling HTMLAttributeTypes Title.swift
[130/316] Compiling HTMLAttributeTypes Translate.swift
[131/316] Compiling HTMLAttributeTypes Virtualkeyboardpolicy.swift
[132/316] Compiling HTMLAttributeTypes Abbr.swift
[133/316] Compiling HTMLAttributeTypes Accept.swift
[134/316] Compiling HTMLAttributeTypes AcceptCharset.swift
[135/316] Compiling HTMLAttributeTypes Action.swift
[136/316] Compiling HTMLAttributeTypes Allow.swift
[137/316] Compiling HTMLAttributeTypes Allowfullscreen.swift
[138/316] Compiling HTMLAttributeTypes Alt.swift
[139/316] Compiling HTMLAttributeTypes As.swift
[140/316] Compiling HTMLAttributeTypes Async.swift
[141/316] Compiling HTMLAttributeTypes AttributionSrc.swift
[142/316] Compiling HTMLAttributeTypes Autocomplete.swift
[143/316] Compiling HTMLAttributeTypes Autoplay.swift
[144/316] Compiling HTMLAttributeTypes Behavior.swift
[145/316] Compiling HTMLAttributeTypes Blocking.swift
[146/316] Compiling HTMLAttributeTypes ButtonType.swift
[147/316] Compiling HTMLAttributeTypes Capture.swift
[148/316] Compiling HTMLAttributeTypes CharSet.swift
[149/316] Compiling HTMLAttributeTypes Checked.swift
[150/316] Compiling HTMLAttributeTypes Cite.swift
[151/316] Compiling HTMLAttributeTypes ColSpan.swift
[152/316] Compiling HTMLAttributeTypes Writingsuggestions.swift
[153/316] Compiling HTMLAttributeTypes Headers.swift
[154/316] Compiling HTMLAttributeTypes Height.swift
[155/316] Compiling HTMLAttributeTypes High.swift
[156/316] Compiling HTMLAttributeTypes Href.swift
[157/316] Compiling HTMLAttributeTypes Hreflang.swift
[158/316] Compiling HTMLAttributeTypes HttpEquiv.swift
[159/316] Compiling HTMLAttributeTypes ImageSrcSet.swift
[160/316] Compiling HTMLAttributeTypes Imagesizes.swift
[161/316] Compiling HTMLAttributeTypes Integrity.swift
[162/316] Compiling HTMLAttributeTypes Ismap.swift
[163/316] Compiling HTMLAttributeTypes Kind.swift
[164/316] Compiling HTMLAttributeTypes Label.swift
[165/316] Compiling HTMLAttributeTypes LinkType.swift
[166/316] Compiling HTMLAttributeTypes List.swift
[167/316] Compiling HTMLAttributeTypes ListType.swift
[168/316] Compiling HTMLAttributeTypes Loading.swift
[169/316] Compiling HTMLAttributeTypes Loop.swift
[170/316] Compiling HTMLAttributeTypes Low.swift
[171/316] Compiling HTMLAttributeTypes MarginHeight.swift
[184/316] Compiling HTMLAttributeTypes DisablePictureInPicture.swift
[185/316] Compiling HTMLAttributeTypes DisableRemotePlayback.swift
[186/316] Compiling HTMLAttributeTypes Disabled.swift
[187/316] Compiling HTMLAttributeTypes Download.swift
[188/316] Compiling HTMLAttributeTypes Elementtiming.swift
[189/316] Compiling HTMLAttributeTypes Enctype.swift
[190/316] Compiling CSSPseudoElementTypes spelling-error.swift
[191/316] Compiling CSSPseudoElementTypes target-text.swift
[192/318] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[193/319] Emitting module CSSTypeTypes
[195/331] Compiling HTMLAttributeTypes ShadowRootMode.swift
[196/331] Compiling HTMLAttributeTypes Size.swift
[197/331] Compiling HTMLAttributeTypes Sizes.swift
[198/331] Compiling HTMLAttributeTypes SourceType.swift
[199/331] Compiling HTMLAttributeTypes Span.swift
[200/331] Compiling HTMLAttributeTypes Src.swift
[201/331] Compiling HTMLAttributeTypes SrcLang.swift
[202/331] Compiling HTMLAttributeTypes Start.swift
[203/331] Compiling HTMLAttributeTypes Step.swift
[204/331] Compiling HTMLAttributeTypes Target.swift
[205/331] Compiling HTMLAttributeTypes TextareaWrap.swift
[206/331] Compiling HTMLAttributeTypes Truespeed.swift
[207/331] Compiling HTMLAttributeTypes Usemap.swift
[208/331] Compiling HTMLAttributeTypes Value.swift
[209/331] Compiling HTMLAttributeTypes Width.swift
[210/331] Compiling HTMLAttributeTypes Xmlns.swift
[211/331] Compiling HTMLAttributeTypes HTMLAttribute.swift
[212/331] Compiling HTMLAttributeTypes HTMLBooleanAttribute.swift
[213/331] Compiling HTMLAttributeTypes HTMLStringAttribute.swift
[215/332] Compiling CSSSelectorTypes Type.swift
[225/332] Compiling CSSSelectorTypes Universal.swift
[226/332] Emitting module IssueReportingTestSupport
[227/332] Compiling IssueReportingTestSupport SwiftTesting.swift
[228/332] Compiling IssueReportingTestSupport XCTest.swift
[231/354] Emitting module CSSFunctionTypes
[232/354] Compiling CSSFunctionTypes Functions.swift
[233/364] Compiling CSSSelectorTypes Class.swift
[234/373] Compiling CSSSelectorTypes ID.swift
[235/380] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[236/380] Compiling OrderedCollections _HashTable+Testing.swift
[237/380] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[238/380] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[239/380] Compiling OrderedCollections _HashTable+BucketIterator.swift
[240/380] Compiling OrderedCollections _HashTable+Constants.swift
[241/385] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[242/385] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[243/385] Compiling OrderedCollections _HashTable+Bucket.swift
[244/389] Compiling OrderedCollections OrderedDictionary+Codable.swift
[245/389] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[246/389] Compiling CSSSelectorTypes & nesting.swift
[247/389] Emitting module CSSSelectorTypes
[248/389] Compiling CSSSelectorTypes Attribute.swift
[249/390] Compiling ConcurrencyExtras Task.swift
[250/390] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[251/390] Compiling OrderedCollections _HashTable.swift
[252/390] Compiling OrderedCollections _Hashtable+Header.swift
[253/390] Compiling CSSPseudoClassTypes Pseudo-classes.swift
[256/390] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[257/390] Emitting module CSSPseudoClassTypes
[258/390] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[259/390] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[260/390] Compiling OrderedCollections OrderedDictionary+Elements.swift
[265/392] Compiling ConcurrencyExtras LockIsolated.swift
[267/393] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[268/393] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[269/393] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[270/393] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[271/393] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[272/393] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[273/393] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[274/393] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[275/393] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[277/393] Compiling OrderedCollections OrderedSet+Descriptions.swift
[278/393] Compiling OrderedCollections OrderedSet+Diffing.swift
[279/393] Compiling OrderedCollections OrderedSet+Equatable.swift
[280/393] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[281/393] Compiling OrderedCollections OrderedSet+Hashable.swift
[282/393] Compiling OrderedCollections OrderedSet+Initializers.swift
[283/393] Compiling OrderedCollections OrderedSet+Insertions.swift
[284/393] Compiling OrderedCollections OrderedSet+Invariants.swift
[285/393] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[286/393] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[287/393] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[288/393] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[289/393] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[290/393] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[291/393] Compiling OrderedCollections OrderedDictionary+Values.swift
[292/393] Compiling OrderedCollections OrderedDictionary.swift
[293/393] Compiling OrderedCollections OrderedSet+Codable.swift
[294/393] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[295/393] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[296/393] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[297/393] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[298/393] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[299/393] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[300/393] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[301/393] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[302/393] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[303/393] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[326/412] Compiling CSSTypeTypes SelfPosition.swift
[327/412] Compiling CSSTypeTypes Shape.swift
[328/412] Compiling CSSTypeTypes String.swift
[329/412] Compiling CSSTypeTypes SystemColor.swift
[330/412] Compiling CSSTypeTypes TextEdge.swift
[331/412] Compiling CSSTypeTypes Time.swift
[332/412] Compiling CSSTypeTypes TimePercentage.swift
[333/412] Compiling CSSTypeTypes TransformFunction.swift
[334/412] Compiling CSSTypeTypes Url.swift
[334/413] Wrapping AST for IssueReportingTestSupport for debugging
[335/413] Wrapping AST for IssueReportingPackageSupport for debugging
[336/413] Write Objects.LinkFileList
[339/415] Compiling IssueReporting ErrorReporting.swift
[340/415] Compiling IssueReporting AppHostWarning.swift
[341/415] Compiling IssueReporting Deprecations.swift
[349/424] Compiling CSSCombinatorTypes Combinators.swift
[350/424] Emitting module CSSCombinatorTypes
[358/425] Compiling IssueReporting XCTest.swift
[359/425] Compiling IssueReporting IsTesting.swift
[360/425] Compiling IssueReporting IssueReporter.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[360/536] Linking libIssueReportingTestSupport.wasm
[361/544] Compiling HTMLElementTypes <area> Image Map Area.swift
[362/544] Compiling HTMLElementTypes <article> Article Contents.swift
[363/544] Compiling HTMLElementTypes <aside> Aside.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
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/77] Compiling CSSPseudoClassTypes Pseudo-classes.swift
[3/77] Compiling CSSFunctionTypes Functions.swift
[4/77] Emitting module CSSFunctionTypes
[5/116] Emitting module CSSSelectorTypes
[6/116] Compiling CSSSelectorTypes Universal.swift
[7/116] Compiling CSSSelectorTypes Type.swift
[8/116] Compiling CSSSelectorTypes & nesting.swift
[9/116] Compiling CSSSelectorTypes Attribute.swift
[10/116] Compiling CSSSelectorTypes Class.swift
[11/116] Compiling CSSSelectorTypes ID.swift
[12/117] Emitting module CSSPseudoClassTypes
[13/118] Emitting module IssueReportingPackageSupport
[14/118] Compiling IssueReportingPackageSupport _Test.swift
[15/119] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/120] Emitting module CSSPseudoElementTypes
[18/122] Compiling CSSTypeTypes CSS.Types.swift
[19/122] Compiling CSSTypeTypes CalcKeyword.swift
[22/122] Compiling CSSTypeTypes Gradient.swift
[23/122] Compiling CSSTypeTypes HexColor.swift
[24/122] Compiling CSSTypeTypes ContentDistribution.swift
[25/122] Compiling CSSTypeTypes GlobalConvertible.swift
[26/163] Compiling HTMLAttributeTypes DataAttribute.swift
[27/163] Compiling HTMLAttributeTypes Dir.swift
[28/171] Compiling HTMLAttributeTypes Draggable.swift
[29/171] Compiling HTMLAttributeTypes Enterkeyhint.swift
[30/215] Compiling HTMLAttributeTypes Autofocus.swift
[31/215] Compiling HTMLAttributeTypes Class.swift
[32/215] Compiling HTMLAttributeTypes Contenteditable.swift
[33/215] Compiling HTMLAttributeTypes FormMethod.swift
[34/215] Compiling HTMLAttributeTypes FormNovalidate.swift
[35/215] Compiling HTMLAttributeTypes FormTarget.swift
[36/215] Compiling HTMLAttributeTypes Form.swift
[37/215] Compiling HTMLAttributeTypes FormAction.swift
[38/215] Compiling HTMLAttributeTypes FormEncType.swift
[39/215] Compiling HTMLAttributeTypes FrameBorder.swift
[40/215] Compiling HTMLAttributeTypes Autocapitalize.swift
[41/215] Compiling HTMLAttributeTypes Autocorrect.swift
[43/262] Compiling HTMLAttributeTypes Exportparts.swift
[44/262] Compiling HTMLAttributeTypes Hidden.swift
[45/277] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[47/298] Emitting module ConcurrencyExtras
[48/299] Compiling CSSCombinatorTypes Combinators.swift
[49/299] Emitting module CSSCombinatorTypes
[50/299] Compiling IssueReportingTestSupport XCTest.swift
[52/300] Compiling ConcurrencyExtras LockIsolated.swift
[53/300] Compiling IssueReporting IsTesting.swift
[54/300] Compiling IssueReporting IssueReporter.swift
[55/300] Emitting module IssueReportingTestSupport
[56/300] Compiling IssueReportingTestSupport SwiftTesting.swift
[58/301] Compiling IssueReporting BreakpointReporter.swift
[59/301] Compiling IssueReporting FatalErrorReporter.swift
[60/301] Emitting module IssueReporting
[61/303] Emitting module HTMLAttributeTypes
[62/322] Compiling ConcurrencyExtras UncheckedSendable.swift
[63/322] Compiling IssueReporting FailureObserver.swift
[64/322] Compiling IssueReporting LockIsolated.swift
[65/322] Compiling IssueReporting Deprecations.swift
[66/322] Compiling IssueReporting XCTest.swift
[69/322] Emitting module InternalCollectionsUtilities
[70/322] Compiling IssueReporting ErrorReporting.swift
[71/322] Compiling IssueReporting AppHostWarning.swift
[72/323] Compiling ConcurrencyExtras Task.swift
[73/323] Compiling ConcurrencyExtras MainSerialExecutor.swift
[74/323] Compiling ConcurrencyExtras Result.swift
[76/323] Emitting module CSSTypeTypes
[76/331] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[77/331] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm