The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-html-css-pointfree, reference main (dbda28), with Swift 6.1 for Wasm on 6 Nov 2025 17:06:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 dbda286 chore: apply swift-format with 4-space indentation
Cloned https://github.com/coenttb/swift-html-css-pointfree.git
Revision (git rev-parse @):
dbda2862b930e39e828f8aaa76680dc2e5b46a6b
SPI manifest file found: $PWD/.spi.yml
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" : [
        "Support/SnapshotTests.swift",
        "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" : [
        "Internal/HTMLElementNoAttributes.swift",
        "Internal/HTMLVoidElement.swift",
        "Internal/String+HTML.swift",
        "Internal/exports.swift",
        "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"
      ],
      "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",
        "ReadmeVerificationTests.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-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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/swift-css-types.git
Fetching https://github.com/coenttb/swift-html-types.git
Fetching https://github.com/coenttb/pointfree-html.git
[1/4115] Fetching swift-html-types
[578/5378] Fetching swift-html-types, pointfree-html
[3326/8722] Fetching swift-html-types, pointfree-html, swift-css-types
Fetched https://github.com/coenttb/pointfree-html.git from cache (0.71s)
[6891/7459] Fetching swift-html-types, swift-css-types
Fetched https://github.com/coenttb/swift-html-types.git from cache (0.91s)
Fetched https://github.com/coenttb/swift-css-types.git from cache (1.01s)
Computing version for https://github.com/coenttb/pointfree-html.git
Computed https://github.com/coenttb/pointfree-html.git at 2.0.0 (2.30s)
Fetching https://github.com/pointfreeco/swift-dependencies.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/6392] Fetching swift-dependencies
[3517/24678] Fetching swift-dependencies, swift-collections
[10965/40274] Fetching swift-dependencies, swift-collections, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (5.32s)
Fetched https://github.com/apple/swift-collections.git from cache (5.39s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (5.50s)
Computing version for https://github.com/coenttb/swift-html-types.git
Computed https://github.com/coenttb/swift-html-types.git at 0.1.2 (6.82s)
Computing version for https://github.com/coenttb/swift-css-types.git
Computed https://github.com/coenttb/swift-css-types.git at 0.1.2 (1.35s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.7 (1.23s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.84s)
[1/72718] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (11.22s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (12.98s)
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.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (3.14s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (4.65s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (1.07s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.10.0 (1.13s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
[1/1292] Fetching swift-clocks
[221/2175] Fetching swift-clocks, swift-concurrency-extras
[654/4697] Fetching swift-clocks, swift-concurrency-extras, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.58s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.60s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.60s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.77s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (2.49s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (2.49s)
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/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/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/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/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/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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
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/coenttb/swift-css-types.git
Working copy of https://github.com/coenttb/swift-css-types.git resolved at 0.1.2
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/coenttb/swift-html-types.git
Working copy of https://github.com/coenttb/swift-html-types.git resolved at 0.1.2
Building for debugging...
[0/32] Write sources
[27/32] Write swift-version-24593BA9C3E375BF.txt
[29/155] Emitting module CSSCombinatorTypes
[30/155] Emitting module CSSPseudoElementTypes
[31/157] Emitting module ConcurrencyExtras
[32/158] Emitting module CSSTypeTypes
[33/167] Compiling ConcurrencyExtras UncheckedSendable.swift
[34/167] Compiling CSSTypeTypes DisplayInside.swift
[35/167] Compiling CSSTypeTypes DisplayInternal.swift
[36/169] Compiling CSSTypeTypes ContentPosition.swift
[37/169] Compiling CSSTypeTypes CustomIdent.swift
[38/169] Compiling CSSTypeTypes DashedIdent.swift
[39/169] Compiling CSSTypeTypes DisplayLegacy.swift
[40/169] Compiling CSSTypeTypes DisplayListitem.swift
[41/169] Compiling CSSTypeTypes HexColor.swift
[42/169] Compiling CSSTypeTypes Hue.swift
[43/169] Compiling CSSTypeTypes HueInterpolationMethod.swift
[44/169] Compiling CSSTypeTypes Ident.swift
[45/169] Compiling CSSTypeTypes GlobalConvertible.swift
[46/169] Compiling CSSTypeTypes Gradient.swift
[47/169] Compiling CSSTypeTypes Dimension.swift
[48/169] Compiling CSSTypeTypes DisplayBox.swift
[49/169] Emitting module InternalCollectionsUtilities
[50/169] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[51/169] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[53/225] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[54/225] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[55/225] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[56/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[57/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[58/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[59/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[60/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[61/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[62/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[63/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[64/225] Compiling CSSCombinatorTypes Combinators.swift
[65/226] Compiling ConcurrencyExtras Result.swift
[66/226] Compiling ConcurrencyExtras MainSerialExecutor.swift
[67/226] Compiling ConcurrencyExtras Task.swift
[68/226] Compiling CSSSelectorTypes & nesting.swift
[69/226] Compiling CSSSelectorTypes ID.swift
[70/226] Compiling CSSSelectorTypes Type.swift
[72/226] Emitting module CSSSelectorTypes
[73/226] Compiling CSSSelectorTypes Class.swift
[74/226] Compiling CSSPseudoClassTypes Pseudo-classes.swift
[75/226] Emitting module CSSPseudoClassTypes
[76/226] Compiling CSSSelectorTypes Universal.swift
[77/226] Compiling CSSSelectorTypes Attribute.swift
[78/226] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[79/226] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[80/228] Compiling OrderedCollections OrderedDictionary+Codable.swift
[81/228] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[87/228] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[88/228] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[89/235] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[90/235] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[91/235] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[92/235] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[93/235] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[94/235] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[95/235] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[96/235] Compiling OrderedCollections _HashTable.swift
[97/235] Compiling OrderedCollections _Hashtable+Header.swift
[98/235] Emitting module CSSFunctionTypes
[99/235] Compiling CSSFunctionTypes Functions.swift
[100/235] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[101/235] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[102/235] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[103/235] Compiling OrderedCollections OrderedDictionary+Elements.swift
[104/236] Compiling ConcurrencyExtras LockIsolated.swift
[105/237] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[106/237] Compiling OrderedCollections _HashTable+Testing.swift
[107/237] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[114/237] Compiling OrderedCollections _HashTable+Bucket.swift
[115/237] Compiling OrderedCollections _HashTable+BucketIterator.swift
[116/237] Compiling OrderedCollections _HashTable+Constants.swift
[117/237] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[118/237] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[121/238] Compiling OrderedCollections OrderedSet+Sendable.swift
[122/238] Compiling OrderedCollections OrderedSet+SubSequence.swift
[123/238] Compiling OrderedCollections OrderedSet+Testing.swift
[124/238] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[125/238] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[126/238] Compiling OrderedCollections OrderedSet.swift
[127/238] Compiling OrderedCollections _UnsafeBitset.swift
[128/238] Compiling CSSTypeTypes NumberConvertible.swift
[129/238] Compiling CSSTypeTypes NumberPercentage.swift
[142/240] Compiling OrderedCollections OrderedDictionary.swift
[143/240] Compiling OrderedCollections OrderedSet+Codable.swift
[144/240] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[145/240] Compiling OrderedCollections OrderedSet+Descriptions.swift
[146/240] Compiling OrderedCollections OrderedSet+Diffing.swift
[147/240] Compiling OrderedCollections OrderedSet+Equatable.swift
[148/240] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[149/240] Compiling OrderedCollections OrderedSet+Hashable.swift
[152/240] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[153/240] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[154/240] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[155/240] Compiling OrderedCollections OrderedDictionary+Values.swift
[159/240] Compiling OrderedCollections OrderedSet+Initializers.swift
[160/240] Compiling OrderedCollections OrderedSet+Insertions.swift
[161/240] Compiling OrderedCollections OrderedSet+Invariants.swift
[162/240] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[194/240] Compiling CSSTypeTypes SelfPosition.swift
[195/240] Compiling CSSTypeTypes Shape.swift
[196/240] Compiling CSSTypeTypes String.swift
[197/240] Compiling CSSTypeTypes SystemColor.swift
[198/240] Compiling CSSTypeTypes TextEdge.swift
[199/240] Compiling CSSTypeTypes Time.swift
[200/240] Compiling CSSTypeTypes TimePercentage.swift
[201/240] Compiling CSSTypeTypes TransformFunction.swift
[202/240] Compiling CSSTypeTypes Url.swift
[219/241] Emitting module IssueReportingPackageSupport
[220/241] Compiling IssueReportingPackageSupport _Test.swift
[222/383] Wrapping AST for IssueReportingPackageSupport for debugging
[224/405] Compiling IssueReportingTestSupport XCTest.swift
[225/405] Emitting module IssueReportingTestSupport
[226/405] Compiling IssueReportingTestSupport SwiftTesting.swift
[227/406] Compiling IssueReporting Warn.swift
[228/406] Compiling IssueReporting XCTest.swift
[229/406] Compiling IssueReporting IsTesting.swift
[230/406] Compiling IssueReporting IssueReporter.swift
[231/406] Compiling IssueReporting BreakpointReporter.swift
[232/406] Compiling IssueReporting FatalErrorReporter.swift
[233/406] Compiling IssueReporting RuntimeWarningReporter.swift
[234/406] Compiling IssueReporting ReportIssue.swift
[235/407] Compiling IssueReporting ErrorReporting.swift
[236/407] Compiling IssueReporting AppHostWarning.swift
[237/407] Compiling IssueReporting Deprecations.swift
[239/580] Compiling CSSPropertyTypes BorderBottomRightRadius.swift
[240/580] Compiling CSSPropertyTypes BorderBottomStyle.swift
[241/580] Compiling CSSPropertyTypes BorderBottomWidth.swift
[242/580] Compiling CSSPropertyTypes BorderCollapse.swift
[243/580] Compiling CSSPropertyTypes BorderColor.swift
[244/580] Compiling CSSPropertyTypes BorderEndEndRadius.swift
[245/580] Compiling CSSPropertyTypes BorderEndStartRadius.swift
[246/580] Compiling CSSPropertyTypes BorderBlockEnd.swift
[247/580] Compiling CSSPropertyTypes BorderBlockEndColor.swift
[247/580] Wrapping AST for IssueReportingTestSupport for debugging
[248/580] Write Objects.LinkFileList
[250/580] Compiling CSSPropertyTypes BorderBlock.swift
[251/580] Compiling CSSPropertyTypes BorderBlockColor.swift
[252/580] Compiling CSSPropertyTypes BlockSize.swift
[253/580] Compiling CSSPropertyTypes Border.swift
[254/580] Compiling CSSPropertyTypes BackgroundPositionY.swift
[255/580] Compiling CSSPropertyTypes BackgroundRepeat.swift
[256/580] Compiling CSSPropertyTypes BackgroundSize.swift
[257/580] Emitting module IssueReporting
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[257/580] Linking libIssueReportingTestSupport.wasm
[258/580] Compiling CSSPropertyTypes BackgroundClip.swift
[259/580] Compiling CSSPropertyTypes BackgroundColor.swift
[260/580] Compiling CSSPropertyTypes BackgroundImage.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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/205] Compiling CSSSelectorTypes & nesting.swift
[3/215] Compiling CSSSelectorTypes Attribute.swift
[4/215] Compiling CSSSelectorTypes Class.swift
[5/215] Emitting module CSSSelectorTypes
[6/215] Compiling CSSSelectorTypes Universal.swift
[7/225] Compiling CSSSelectorTypes ID.swift
[8/225] Compiling CSSSelectorTypes Type.swift
[9/232] Compiling IssueReportingPackageSupport _Test.swift
[10/232] Emitting module IssueReportingPackageSupport
[11/252] Emitting module CSSPseudoClassTypes
[12/252] Compiling CSSPseudoClassTypes Pseudo-classes.swift
[14/270] Compiling ConcurrencyExtras MainSerialExecutor.swift
[15/271] Compiling CSSTypeTypes BlendMode.swift
[16/271] Compiling CSSTypeTypes BoxEdge.swift
[17/273] Compiling CSSTypeTypes AbsoluteSize.swift
[18/273] Compiling CSSTypeTypes AlphaValue.swift
[19/273] Compiling CSSTypeTypes Angle.swift
[20/277] Emitting module CSSPseudoElementTypes
[22/277] Compiling ConcurrencyExtras LockIsolated.swift
[24/276] Compiling CSSTypeTypes AngleConvertible.swift
[25/276] Compiling CSSTypeTypes AnglePercentage.swift
[26/276] Compiling CSSTypeTypes BaselinePosition.swift
[27/276] Compiling CSSTypeTypes ContentPosition.swift
[28/276] Compiling CSSTypeTypes CustomIdent.swift
[29/276] Compiling CSSTypeTypes DashedIdent.swift
[30/276] Compiling CSSTypeTypes Dimension.swift
[31/276] Compiling CSSTypeTypes DisplayBox.swift
[32/276] Compiling CSSTypeTypes BasicShape.swift
[35/276] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[36/276] Compiling CSSTypeTypes DisplayListitem.swift
[37/276] Compiling CSSTypeTypes DisplayInside.swift
[38/276] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[43/279] Compiling ConcurrencyExtras Result.swift
[46/279] Compiling ConcurrencyExtras Task.swift
[47/279] Emitting module CSSFunctionTypes
[48/279] Compiling CSSFunctionTypes Functions.swift
[49/279] Emitting module ConcurrencyExtras
[52/280] Compiling IssueReportingTestSupport XCTest.swift
[55/280] Compiling CSSPseudoElementTypes spelling-error.swift
[56/280] Compiling CSSPseudoElementTypes target-text.swift
[57/281] Compiling ConcurrencyExtras UncheckedSendable.swift
[59/284] Compiling IssueReportingTestSupport SwiftTesting.swift
[60/284] Emitting module IssueReportingTestSupport
[67/284] Write Objects.LinkFileList
[69/285] Emitting module InternalCollectionsUtilities
[70/302] Emitting module CSSCombinatorTypes
[71/302] Compiling CSSCombinatorTypes Combinators.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[72/304] Linking libIssueReportingTestSupport.wasm
[73/304] Compiling IssueReporting XCTest.swift
[74/304] Compiling IssueReporting IsTesting.swift
BUILD FAILURE 6.1 wasm