The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-html-rendering, reference main (ae6edb), with Swift 6.1 for Linux on 10 Feb 2026 19:05:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-html-rendering.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-rendering
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ae6edb6 Add HTML Standard Test Support to HTML Rendering TestSupport
Cloned https://github.com/coenttb/swift-html-rendering.git
Revision (git rev-parse @):
ae6edb6a21bc9917ba2b5da01aa30cf1fc3fb205
SUCCESS checkout https://github.com/coenttb/swift-html-rendering.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/swift-html-rendering.git
https://github.com/coenttb/swift-html-rendering.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-renderable",
      "path" : "/host/swift-renderable",
      "type" : "fileSystem"
    },
    {
      "identity" : "swift-async-algorithms-fork",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/swift-async-algorithms-fork.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    },
    {
      "identity" : "swift-ascii",
      "path" : "/swift-foundations/swift-ascii",
      "type" : "fileSystem"
    },
    {
      "identity" : "swift-standards",
      "path" : "/swift-standards/swift-standards",
      "type" : "fileSystem"
    },
    {
      "identity" : "swift-iso-9899",
      "path" : "/swift-standards/swift-iso-9899",
      "type" : "fileSystem"
    },
    {
      "identity" : "swift-html-standard",
      "path" : "/swift-standards/swift-html-standard",
      "type" : "fileSystem"
    },
    {
      "identity" : "swift-w3c-css",
      "path" : "/swift-standards/swift-w3c-css",
      "type" : "fileSystem"
    }
  ],
  "manifest_display_name" : "swift-html-rendering",
  "name" : "swift-html-rendering",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "26.0"
    },
    {
      "name" : "macos",
      "version" : "26.0"
    },
    {
      "name" : "tvos",
      "version" : "26.0"
    },
    {
      "name" : "watchos",
      "version" : "26.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "HTML Renderable",
      "targets" : [
        "HTML Renderable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTML Attributes Rendering",
      "targets" : [
        "HTML Attributes Rendering"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTML Elements Rendering",
      "targets" : [
        "HTML Elements Rendering"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTML Rendering",
      "targets" : [
        "HTML Rendering"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTML Rendering TestSupport",
      "targets" : [
        "HTML Rendering TestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HTML_Rendering_TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "HTML Rendering TestSupport",
      "path" : "Sources/HTML Rendering TestSupport",
      "product_dependencies" : [
        "Rendering TestSupport",
        "InlineSnapshotTesting",
        "HTML Standard Test Support"
      ],
      "product_memberships" : [
        "HTML Rendering TestSupport"
      ],
      "sources" : [
        "DynamicElement.swift",
        "RenderingHTML+SnapshotTesting.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "HTML Renderable"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTML_Rendering",
      "module_type" : "SwiftTarget",
      "name" : "HTML Rendering",
      "path" : "Sources/HTML Rendering",
      "product_dependencies" : [
        "HTML Standard"
      ],
      "product_memberships" : [
        "HTML Rendering"
      ],
      "sources" : [
        "HTML Rendering.swift"
      ],
      "target_dependencies" : [
        "HTML Attributes Rendering",
        "HTML Elements Rendering"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTML_Renderable_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTML Renderable Tests",
      "path" : "Tests/HTML Renderable Tests",
      "sources" : [
        "AnyHTML Tests.swift",
        "Async Tests.swift",
        "AsyncChannel Tests.swift",
        "AtRule Media Tests.swift",
        "AtRule Tests.swift",
        "Capacity Optimization Performance Tests.swift",
        "ContiguousArray UInt8  Tests.swift",
        "CustomStringConvertible Tests.swift",
        "Doctype Tests.swift",
        "Document Tests.swift",
        "Edge Cases Tests.swift",
        "HTML Tests.swift",
        "HTML.Style Tests.swift",
        "HTMLBuilder Tests.swift",
        "HTMLContext Tests.swift",
        "HTMLContext.Rendering Tests.swift",
        "HTMLContext.Rendering.Error Tests.swift",
        "HTMLDocument Tests.swift",
        "HTMLDocumentProtocol Tests.swift",
        "HTMLElement AttributeEscaping Performance Tests.swift",
        "HTMLElement Tests.swift",
        "HTMLEmpty Tests.swift",
        "HTMLForEach Tests.swift",
        "HTMLGroup Tests.swift",
        "HTMLRaw Tests.swift",
        "HTMLStyled Tests.swift",
        "HTMLTag Tests.swift",
        "HTMLText Tests.swift",
        "HTMLTextTag Tests.swift",
        "HTMLVoidTag Tests.swift",
        "Integration Tests.swift",
        "Never Tests.swift",
        "Optional Tests.swift",
        "Pseudo Tests.swift",
        "RangeReplaceableCollection UInt8 +HTML Tests.swift",
        "ReadmeVerificationTests.swift",
        "Rendering Tests.swift",
        "Security Tests.swift",
        "Selector Tests.swift",
        "Set String  Tests.swift",
        "String Tests.swift",
        "Support/Performance Tests.swift",
        "Support/Snapshot Tests.swift",
        "Unicode Tests.swift",
        "[UInt8] Tests.swift",
        "_HTMLArray Tests.swift",
        "_HTMLAttributes Tests.swift",
        "_HTMLConditional Tests.swift",
        "_HTMLTuple Tests.swift",
        "inlineStyle Tests.swift"
      ],
      "target_dependencies" : [
        "HTML Renderable",
        "HTML Rendering TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTML_Renderable",
      "module_type" : "SwiftTarget",
      "name" : "HTML Renderable",
      "path" : "Sources/HTML Renderable",
      "product_dependencies" : [
        "Rendering",
        "RenderingAsync",
        "AsyncAlgorithms",
        "OrderedCollections",
        "ASCII",
        "Standards",
        "ISO 9899",
        "W3C CSS Shared",
        "HTML Standard"
      ],
      "product_memberships" : [
        "HTML Renderable",
        "HTML Attributes Rendering",
        "HTML Elements Rendering",
        "HTML Rendering",
        "HTML Rendering TestSupport"
      ],
      "sources" : [
        "AsyncChannel+HTML.swift",
        "Collection UInt8 +HTML.swift",
        "ForEach+HTML.swift",
        "HTML.AnyView.swift",
        "HTML.AtRule.Media.swift",
        "HTML.AtRule.swift",
        "HTML.Builder.swift",
        "HTML.Context.Configuration.swift",
        "HTML.Context.swift",
        "HTML.Doctype.swift",
        "HTML.Document+ViewRepresentable.swift",
        "HTML.Document.Protocol.swift",
        "HTML.Document.swift",
        "HTML.Element.swift",
        "HTML.Empty.swift",
        "HTML.Group.swift",
        "HTML.Pseudo.swift",
        "HTML.Raw.swift",
        "HTML.Selector.swift",
        "HTML.Style.Context.swift",
        "HTML.Style.swift",
        "HTML.Styled.swift",
        "HTML.Tag.swift",
        "HTML.Text.swift",
        "HTML.View.swift",
        "HTML._Attributes.swift",
        "HTML.swift",
        "Never+HTML.swift",
        "Optional+HTML.swift",
        "RangeReplaceableCollection UInt8 +HTML.swift",
        "String+HTML.swift",
        "StringProtocol+HTML.swift",
        "_Array+HTML.swift",
        "_Conditional+HTML.swift",
        "_Tuple+HTML.swift",
        "_deprecations.swift",
        "exports.swift",
        "tag.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTML_Elements_Rendering",
      "module_type" : "SwiftTarget",
      "name" : "HTML Elements Rendering",
      "path" : "Sources/HTML Elements Rendering",
      "product_dependencies" : [
        "HTML Standard",
        "HTML Standard Elements"
      ],
      "product_memberships" : [
        "HTML Elements Rendering",
        "HTML Rendering"
      ],
      "sources" : [
        "Internal/HTMLElementNoAttributes.swift",
        "Internal/HTMLVoidElement.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" : [
        "HTML Attributes Rendering"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTML_Attributes_Rendering",
      "module_type" : "SwiftTarget",
      "name" : "HTML Attributes Rendering",
      "path" : "Sources/HTML Attributes Rendering",
      "product_dependencies" : [
        "HTML Standard",
        "HTML Standard Attributes"
      ],
      "product_memberships" : [
        "HTML Attributes Rendering",
        "HTML Elements Rendering",
        "HTML Rendering"
      ],
      "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/_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"
      ],
      "target_dependencies" : [
        "HTML Renderable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
BUILD FAILURE 6.1 linux