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, reference main (377e38), with Swift 6.1 for Wasm on 1 Aug 2025 13:42:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 377e380 Fix HTMLDocument UIViewRepresentable implementation
Cloned https://github.com/coenttb/swift-html.git
Revision (git rev-parse @):
377e3800355faf9014057538709d731619f58f22
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-html.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/swift-html.git
https://github.com/coenttb/swift-html.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-html-css-pointfree",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/swift-html-css-pointfree"
    },
    {
      "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"
    },
    {
      "identity" : "pointfree-html",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/pointfree-html"
    },
    {
      "identity" : "swift-builders",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/swift-builders"
    }
  ],
  "manifest_display_name" : "swift-html",
  "name" : "swift-html",
  "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" : "HTML",
      "targets" : [
        "HTML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HTML_Tests",
      "module_type" : "SwiftTarget",
      "name" : "HTML Tests",
      "path" : "Tests/HTML Tests",
      "product_dependencies" : [
        "PointFreeHTMLTestSupport"
      ],
      "sources" : [
        "Background Tests.swift",
        "Border Tests.swift",
        "CSS ColorTypeTypes.swift",
        "Color Darkmode Tests.swift",
        "HTML Tests.swift",
        "Margin Tests.swift",
        "Padding Tests.swift",
        "README.swift"
      ],
      "target_dependencies" : [
        "HTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTML",
      "module_type" : "SwiftTarget",
      "name" : "HTML",
      "path" : "Sources/HTML",
      "product_dependencies" : [
        "HTMLCSSPointFreeHTML",
        "HTMLTypesFoundation",
        "StringBuilder"
      ],
      "product_memberships" : [
        "HTML"
      ],
      "sources" : [
        "CSS Enhancements/Background.swift",
        "CSS Enhancements/Border.swift",
        "CSS Enhancements/CSS.Color.swift",
        "CSS Enhancements/Color Darkmode.swift",
        "CSS Enhancements/Color.swift",
        "CSS Enhancements/Flex.swift",
        "CSS Enhancements/Font.swift",
        "CSS Enhancements/ListStyle.swift",
        "CSS Enhancements/Margin.swift",
        "CSS Enhancements/Media.swift",
        "CSS Enhancements/Padding.swift",
        "CSS Enhancements/Position.swift",
        "CSS Enhancements/Side.swift",
        "CSS Enhancements/Style.swift",
        "Css.normalize.swift",
        "Dependency.swift",
        "HTML Enhancements/Button.swift",
        "HTML Enhancements/HTML.if.swift",
        "HTML Enhancements/HTMLElement typealias.swift",
        "HTML Enhancements/HTMLForEach.swift",
        "HTML Enhancements/SVG.swift",
        "HTML Enhancements/Stacks.swift",
        "HTMLDocument+NSViewRepresentable.swift",
        "HTMLDocument+UIViewRepresentable.swift",
        "String.base62(Int).swift",
        "exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/pointfree-html
Fetching https://github.com/coenttb/swift-html-types
Fetching https://github.com/coenttb/swift-builders
Fetching https://github.com/coenttb/swift-html-css-pointfree
[1/55] Fetching swift-builders
[56/1102] Fetching swift-builders, pointfree-html
[528/4215] Fetching swift-builders, pointfree-html, swift-html-types
[3594/8911] Fetching swift-builders, pointfree-html, swift-html-types, swift-html-css-pointfree
Fetched https://github.com/coenttb/swift-builders from cache (0.70s)
Fetched https://github.com/coenttb/pointfree-html from cache (0.70s)
Fetched https://github.com/coenttb/swift-html-css-pointfree from cache (0.70s)
Fetched https://github.com/coenttb/swift-html-types from cache (0.70s)
Computing version for https://github.com/coenttb/pointfree-html
Computed https://github.com/coenttb/pointfree-html at 2.0.0 (1.28s)
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/16916] Fetching swift-collections
[2708/23217] Fetching swift-collections, swift-dependencies
[23218/38558] Fetching swift-collections, swift-dependencies, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (1.02s)
[19064/32257] Fetching swift-collections, swift-snapshot-testing
Fetched https://github.com/apple/swift-collections.git from cache (2.50s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.55s)
Computing version for https://github.com/coenttb/swift-html-types
Computed https://github.com/coenttb/swift-html-types at 0.1.0 (3.00s)
Computing version for https://github.com/coenttb/swift-html-css-pointfree
Computed https://github.com/coenttb/swift-html-css-pointfree at 0.0.1 (0.47s)
Fetching https://github.com/coenttb/swift-css-types.git
[1/2047] Fetching swift-css-types
Fetched https://github.com/coenttb/swift-css-types.git from cache (0.43s)
Computing version for https://github.com/coenttb/swift-builders
Computed https://github.com/coenttb/swift-builders at 0.1.0 (0.91s)
Computing version for https://github.com/coenttb/swift-css-types.git
Computed https://github.com/coenttb/swift-css-types.git at 0.1.0 (0.54s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.6 (0.62s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.34s)
[1/71381] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.00s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (4.44s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5486] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.22s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.02s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.0 (0.57s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.3 (0.53s)
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
[2411/3288] Fetching combine-schedulers, swift-concurrency-extras
[2657/4580] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.33s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.33s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.33s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.83s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.44s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.44s)
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/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-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/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.3
Creating working copy for https://github.com/coenttb/pointfree-html
Working copy of https://github.com/coenttb/pointfree-html resolved at 2.0.0
Creating working copy for https://github.com/coenttb/swift-html-types
Working copy of https://github.com/coenttb/swift-html-types resolved at 0.1.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
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/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/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/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/coenttb/swift-html-css-pointfree
Working copy of https://github.com/coenttb/swift-html-css-pointfree resolved at 0.0.1
Creating working copy for https://github.com/coenttb/swift-builders
Working copy of https://github.com/coenttb/swift-builders resolved at 0.1.0
Building for debugging...
[0/37] Write sources
[32/37] Write swift-version-24593BA9C3E375BF.txt
[34/171] Emitting module StringBuilder
[35/297] Emitting module HTMLAttributeTypes
[36/300] Emitting module CSSPseudoElementTypes
[37/318] Emitting module CSSTypeTypes
[38/327] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[39/328] Compiling ConcurrencyExtras MainSerialExecutor.swift
[40/329] Compiling HTMLAttributeTypes AcceptCharset.swift
[41/329] Compiling HTMLAttributeTypes Action.swift
[42/329] Compiling StringBuilder StringBuilder.swift
[43/329] Compiling HTMLAttributeTypes Alt.swift
[44/329] Compiling HTMLAttributeTypes As.swift
[45/329] Compiling HTMLAttributeTypes Autocomplete.swift
[46/329] Compiling HTMLAttributeTypes Autoplay.swift
[47/329] Compiling HTMLAttributeTypes Async.swift
[48/329] Compiling HTMLAttributeTypes AttributionSrc.swift
[49/329] Emitting module InternalCollectionsUtilities
[50/329] Compiling HTMLAttributeTypes Abbr.swift
[51/329] Compiling HTMLAttributeTypes Accept.swift
[52/330] Compiling HTMLAttributeTypes Writingsuggestions.swift
[53/330] Compiling HTMLAttributeTypes Headers.swift
[54/330] Compiling HTMLAttributeTypes Height.swift
[55/330] Compiling HTMLAttributeTypes High.swift
[56/330] Compiling HTMLAttributeTypes Href.swift
[57/330] Compiling HTMLAttributeTypes Hreflang.swift
[58/330] Compiling HTMLAttributeTypes HttpEquiv.swift
[59/330] Compiling HTMLAttributeTypes ImageSrcSet.swift
[60/330] Compiling HTMLAttributeTypes Imagesizes.swift
[61/330] Compiling HTMLAttributeTypes Integrity.swift
[62/330] Compiling HTMLAttributeTypes Ismap.swift
[63/330] Compiling HTMLAttributeTypes Kind.swift
[64/330] Compiling HTMLAttributeTypes Label.swift
[65/330] Compiling HTMLAttributeTypes LinkType.swift
[66/330] Compiling HTMLAttributeTypes List.swift
[67/330] Compiling HTMLAttributeTypes ListType.swift
[68/330] Compiling HTMLAttributeTypes Loading.swift
[69/330] Compiling HTMLAttributeTypes Loop.swift
[70/330] Compiling HTMLAttributeTypes Low.swift
[71/330] Compiling HTMLAttributeTypes MarginHeight.swift
[72/330] Compiling HTMLAttributeTypes Allow.swift
[73/330] Compiling HTMLAttributeTypes Allowfullscreen.swift
[74/330] Emitting module IssueReportingPackageSupport
[75/330] Compiling IssueReportingPackageSupport _Test.swift
[88/331] Compiling HTMLAttributeTypes Behavior.swift
[89/331] Compiling HTMLAttributeTypes Blocking.swift
[90/331] Compiling HTMLAttributeTypes ButtonType.swift
[91/331] Compiling HTMLAttributeTypes Capture.swift
[92/331] Compiling HTMLAttributeTypes CharSet.swift
[93/331] Compiling HTMLAttributeTypes Checked.swift
[94/331] Compiling CSSPseudoElementTypes spelling-error.swift
[95/331] Compiling CSSPseudoElementTypes target-text.swift
[96/331] Compiling HTMLAttributeTypes Id.swift
[97/331] Compiling HTMLAttributeTypes Inert.swift
[98/331] Compiling HTMLAttributeTypes Inputmode.swift
[99/331] Compiling CSSTypeTypes SelfPosition.swift
[100/331] Compiling CSSTypeTypes Shape.swift
[101/331] Compiling CSSTypeTypes String.swift
[102/331] Compiling CSSTypeTypes SystemColor.swift
[103/331] Compiling CSSTypeTypes TextEdge.swift
[104/331] Compiling CSSTypeTypes Time.swift
[105/331] Compiling CSSTypeTypes TimePercentage.swift
[106/331] Compiling CSSTypeTypes TransformFunction.swift
[107/331] Compiling CSSTypeTypes Url.swift
[108/331] Compiling HTMLAttributeTypes Popover.swift
[109/331] Compiling HTMLAttributeTypes Slot.swift
[110/331] Compiling HTMLAttributeTypes Spellcheck.swift
[111/331] Compiling HTMLAttributeTypes Style.swift
[112/331] Compiling HTMLAttributeTypes Tabindex.swift
[113/331] Compiling HTMLAttributeTypes Title.swift
[114/331] Compiling HTMLAttributeTypes Translate.swift
[115/331] Compiling HTMLAttributeTypes Virtualkeyboardpolicy.swift
[116/331] Compiling HTMLAttributeTypes MarginWidth.swift
[117/331] Compiling HTMLAttributeTypes Max.swift
[118/331] Compiling HTMLAttributeTypes Maxlength.swift
[119/331] Compiling HTMLAttributeTypes Media.swift
[120/331] Compiling HTMLAttributeTypes MetaName.swift
[121/331] Compiling HTMLAttributeTypes Method.swift
[122/331] Compiling HTMLAttributeTypes Min.swift
[123/331] Compiling HTMLAttributeTypes Minlength.swift
[124/331] Compiling HTMLAttributeTypes Multiple.swift
[125/331] Compiling HTMLAttributeTypes Muted.swift
[126/331] Compiling HTMLAttributeTypes Name.swift
[127/331] Compiling HTMLAttributeTypes NoResize.swift
[128/331] Compiling HTMLAttributeTypes Nomodule.swift
[129/331] Compiling HTMLAttributeTypes Novalidate.swift
[130/331] Compiling HTMLAttributeTypes ObjectData.swift
[131/331] Compiling HTMLAttributeTypes ObjectForm.swift
[132/331] Compiling HTMLAttributeTypes ObjectType.swift
[133/331] Compiling HTMLAttributeTypes Open.swift
[134/331] Compiling HTMLAttributeTypes Optimum.swift
[135/331] Compiling HTMLAttributeTypes Pattern.swift
[136/331] Compiling HTMLAttributeTypes Ping.swift
[137/331] Compiling HTMLAttributeTypes Placeholder.swift
[138/331] Compiling HTMLAttributeTypes Playsinline.swift
[139/331] Compiling HTMLAttributeTypes PopoverTarget.swift
[140/331] Compiling HTMLAttributeTypes PopoverTargetAction.swift
[141/331] Compiling HTMLAttributeTypes Poster.swift
[142/331] Compiling HTMLAttributeTypes Preload.swift
[143/331] Compiling HTMLAttributeTypes Readonly.swift
[144/331] Compiling HTMLAttributeTypes ReferrerPolicy.swift
[145/331] Compiling HTMLAttributeTypes Rel.swift
[146/331] Compiling HTMLAttributeTypes Required.swift
[147/331] Compiling HTMLAttributeTypes Reversed.swift
[148/331] Compiling HTMLAttributeTypes RowSpan.swift
[149/331] Compiling HTMLAttributeTypes Rows.swift
[150/331] Compiling HTMLAttributeTypes Scope.swift
[151/331] Compiling HTMLAttributeTypes ScriptType.swift
[152/331] Compiling HTMLAttributeTypes Scrolling.swift
[153/331] Compiling HTMLAttributeTypes Selected.swift
[154/331] Compiling HTMLAttributeTypes ShadowRootClonable.swift
[155/331] Compiling HTMLAttributeTypes ShadowRootDelegatesFocus.swift
[156/331] Compiling HTMLAttributeTypes Color.swift
[157/331] Compiling HTMLAttributeTypes Cols.swift
[158/331] Compiling HTMLAttributeTypes Compact.swift
[159/331] Compiling HTMLAttributeTypes Content.swift
[160/331] Compiling HTMLAttributeTypes Controls.swift
[161/331] Compiling HTMLAttributeTypes ControlsList.swift
[162/331] Compiling HTMLAttributeTypes Crossorigin.swift
[163/331] Compiling HTMLAttributeTypes DateTime.swift
[164/331] Compiling HTMLAttributeTypes Default.swift
[165/331] Compiling HTMLAttributeTypes Defer.swift
[166/331] Compiling HTMLAttributeTypes Direction.swift
[167/331] Compiling HTMLAttributeTypes Dirname.swift
[168/331] Compiling HTMLAttributeTypes DisablePictureInPicture.swift
[169/331] Compiling HTMLAttributeTypes DisableRemotePlayback.swift
[170/331] Compiling HTMLAttributeTypes Disabled.swift
[171/331] Compiling HTMLAttributeTypes Download.swift
[172/331] Compiling HTMLAttributeTypes Elementtiming.swift
[173/331] Compiling HTMLAttributeTypes Enctype.swift
[174/331] Compiling HTMLAttributeTypes Face.swift
[175/331] Compiling HTMLAttributeTypes Fetchpriority.swift
[176/331] Compiling HTMLAttributeTypes FontSize.swift
[177/331] Compiling HTMLAttributeTypes For.swift
[178/331] Compiling HTMLAttributeTypes Form.swift
[179/331] Compiling HTMLAttributeTypes FormAction.swift
[180/331] Compiling HTMLAttributeTypes FormEncType.swift
[181/331] Compiling HTMLAttributeTypes FormMethod.swift
[182/331] Compiling HTMLAttributeTypes FormNovalidate.swift
[183/331] Compiling HTMLAttributeTypes FormTarget.swift
[184/331] Compiling HTMLAttributeTypes FrameBorder.swift
[185/331] Compiling HTMLAttributeTypes Autocapitalize.swift
[186/331] Compiling HTMLAttributeTypes Autocorrect.swift
[187/331] Compiling HTMLAttributeTypes Autofocus.swift
[188/331] Compiling HTMLAttributeTypes Class.swift
[189/331] Compiling HTMLAttributeTypes Contenteditable.swift
[190/331] Compiling HTMLAttributeTypes DataAttribute.swift
[191/331] Compiling HTMLAttributeTypes Dir.swift
[192/331] Compiling HTMLAttributeTypes Draggable.swift
[193/331] Compiling HTMLAttributeTypes Enterkeyhint.swift
[194/331] Compiling HTMLAttributeTypes Exportparts.swift
[195/331] Compiling HTMLAttributeTypes Hidden.swift
[198/331] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[199/332] Compiling ConcurrencyExtras UncheckedSendable.swift
[200/332] Compiling HTMLAttributeTypes ShadowRootMode.swift
[201/332] Compiling HTMLAttributeTypes Size.swift
[202/332] Compiling HTMLAttributeTypes Sizes.swift
[203/332] Compiling HTMLAttributeTypes SourceType.swift
[204/332] Compiling HTMLAttributeTypes Span.swift
[205/332] Compiling HTMLAttributeTypes Src.swift
[206/332] Compiling HTMLAttributeTypes SrcLang.swift
[207/332] Compiling HTMLAttributeTypes Start.swift
[208/332] Compiling HTMLAttributeTypes Step.swift
[209/332] Compiling HTMLAttributeTypes Target.swift
[210/332] Compiling HTMLAttributeTypes TextareaWrap.swift
[211/332] Compiling HTMLAttributeTypes Truespeed.swift
[212/332] Compiling HTMLAttributeTypes Usemap.swift
[213/332] Compiling HTMLAttributeTypes Value.swift
[214/332] Compiling HTMLAttributeTypes Width.swift
[215/332] Compiling HTMLAttributeTypes Xmlns.swift
[216/332] Compiling HTMLAttributeTypes HTMLAttribute.swift
[217/332] Compiling HTMLAttributeTypes HTMLBooleanAttribute.swift
[218/332] Compiling HTMLAttributeTypes HTMLStringAttribute.swift
[221/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[222/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[223/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[224/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[225/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[226/395] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[227/395] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[228/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[229/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[230/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[231/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[232/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[233/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[234/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[235/395] Compiling OrderedCollections OrderedDictionary.swift
[236/395] Compiling OrderedCollections OrderedSet+Codable.swift
[237/395] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[238/395] Compiling OrderedCollections OrderedSet+Descriptions.swift
[239/395] Compiling OrderedCollections OrderedSet+Diffing.swift
[240/395] Compiling OrderedCollections OrderedSet+Equatable.swift
[241/395] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[242/395] Compiling OrderedCollections OrderedSet+Hashable.swift
[243/395] Compiling OrderedCollections OrderedSet+Initializers.swift
[244/395] Compiling OrderedCollections OrderedSet+Insertions.swift
[245/395] Compiling OrderedCollections OrderedSet+Invariants.swift
[246/395] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[247/395] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[248/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[249/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[250/395] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[251/395] Compiling CSSSelectorTypes Attribute.swift
[252/402] Emitting module CSSSelectorTypes
[253/402] Compiling CSSSelectorTypes & nesting.swift
[254/402] Compiling CSSPseudoClassTypes Pseudo-classes.swift
[255/402] Emitting module CSSPseudoClassTypes
[256/403] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[257/403] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[258/403] Compiling IssueReportingTestSupport SwiftTesting.swift
[261/403] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[262/403] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[263/403] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[264/403] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[265/403] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[266/403] Compiling OrderedCollections OrderedDictionary+Values.swift
[267/403] Compiling OrderedCollections OrderedDictionary+Codable.swift
[268/403] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[269/403] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[270/403] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[271/403] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[272/403] Compiling OrderedCollections OrderedDictionary+Elements.swift
[273/403] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[274/403] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[275/403] Compiling IssueReportingTestSupport XCTest.swift
[276/403] Emitting module IssueReportingTestSupport
[286/404] Compiling OrderedCollections _HashTable+Bucket.swift
[287/404] Compiling OrderedCollections _HashTable+BucketIterator.swift
[288/404] Compiling OrderedCollections _HashTable+Constants.swift
[289/404] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[290/404] Compiling OrderedCollections _HashTable+Testing.swift
[291/404] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[292/404] Compiling OrderedCollections _HashTable.swift
[293/404] Compiling OrderedCollections _Hashtable+Header.swift
[295/404] Emitting module CSSFunctionTypes
[296/404] Compiling CSSFunctionTypes Functions.swift
[299/404] Compiling ConcurrencyExtras LockIsolated.swift
[305/404] Emitting module ConcurrencyExtras
[307/405] Compiling ConcurrencyExtras Result.swift
[308/405] Compiling ConcurrencyExtras Task.swift
[316/406] Compiling CSSSelectorTypes Type.swift
[317/406] Compiling CSSSelectorTypes ID.swift
[318/406] Compiling CSSSelectorTypes Class.swift
[319/406] Compiling CSSSelectorTypes Universal.swift
[320/406] Compiling OrderedCollections OrderedSet+Sendable.swift
[321/406] Compiling OrderedCollections OrderedSet+SubSequence.swift
[322/406] Compiling OrderedCollections OrderedSet+Testing.swift
[323/406] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[324/406] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[325/406] Compiling OrderedCollections OrderedSet.swift
[326/406] Compiling OrderedCollections _UnsafeBitset.swift
[389/410] Wrapping AST for IssueReportingTestSupport for debugging
[390/430] Wrapping AST for IssueReportingPackageSupport for debugging
[391/430] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[392/650] Linking libIssueReportingTestSupport.wasm
[393/670] Emitting module OrderedCollections
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/HTML Tests/HTML.xctestplan
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-24593BA9C3E375BF.txt
[2/50] Compiling ConcurrencyExtras Result.swift
[3/51] Compiling CSSFunctionTypes Functions.swift
[4/51] Emitting module CSSPseudoClassTypes
[5/51] Compiling CSSPseudoClassTypes Pseudo-classes.swift
[6/52] Compiling CSSSelectorTypes Universal.swift
[7/52] Emitting module CSSPseudoElementTypes
[8/54] Emitting module CSSFunctionTypes
[9/55] Emitting module IssueReportingPackageSupport
[10/55] Compiling IssueReportingPackageSupport _Test.swift
[11/56] Compiling ConcurrencyExtras MainSerialExecutor.swift
[12/56] Compiling ConcurrencyExtras LockIsolated.swift
[13/56] Emitting module StringBuilder
[14/56] Compiling StringBuilder StringBuilder.swift
[18/145] Compiling CSSSelectorTypes Class.swift
[19/145] Compiling CSSSelectorTypes Attribute.swift
[20/145] Compiling CSSSelectorTypes & nesting.swift
[21/145] Emitting module CSSSelectorTypes
[22/146] Compiling CSSSelectorTypes ID.swift
[23/147] Compiling CSSSelectorTypes Type.swift
[24/179] Compiling HTMLAttributeTypes FormEncType.swift
[25/179] Compiling HTMLAttributeTypes FormMethod.swift
[26/198] Compiling HTMLAttributeTypes Draggable.swift
[27/198] Compiling HTMLAttributeTypes Enterkeyhint.swift
[28/198] Compiling HTMLAttributeTypes Exportparts.swift
[29/198] Compiling HTMLAttributeTypes Hidden.swift
[30/198] Compiling ConcurrencyExtras UncheckedSendable.swift
[33/198] Compiling HTMLAttributeTypes FormNovalidate.swift
[34/198] Compiling HTMLAttributeTypes FormTarget.swift
[35/198] Compiling HTMLAttributeTypes FormAction.swift
[37/198] Compiling HTMLAttributeTypes DataAttribute.swift
[38/198] Compiling HTMLAttributeTypes Dir.swift
[40/198] Compiling HTMLAttributeTypes Form.swift
[42/198] Emitting module ConcurrencyExtras
[43/198] Compiling HTMLAttributeTypes FontSize.swift
[44/198] Compiling HTMLAttributeTypes For.swift
[48/198] Compiling HTMLAttributeTypes Autofocus.swift
[49/198] Compiling HTMLAttributeTypes Class.swift
[50/198] Compiling HTMLAttributeTypes Contenteditable.swift
[51/198] Compiling HTMLAttributeTypes FrameBorder.swift
[52/198] Compiling HTMLAttributeTypes Autocapitalize.swift
[53/198] Compiling HTMLAttributeTypes Autocorrect.swift
[54/200] Compiling ConcurrencyExtras Task.swift
[56/283] Emitting module CSSCombinatorTypes
[58/283] Compiling CSSCombinatorTypes Combinators.swift
[59/284] Compiling IssueReportingTestSupport XCTest.swift
[60/284] Emitting module IssueReportingTestSupport
[61/284] Compiling IssueReportingTestSupport SwiftTesting.swift
[62/295] Compiling IssueReporting Deprecations.swift
[63/295] Compiling InternalCollectionsUtilities Debugging.swift
[64/298] Compiling IssueReporting IsTesting.swift
[65/298] Compiling IssueReporting IssueReporter.swift
[66/298] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[68/304] Write Objects.LinkFileList
[70/304] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/304] Compiling IssueReporting Warn.swift
[72/304] Compiling IssueReporting FailureObserver.swift
[73/304] Compiling IssueReporting LockIsolated.swift
[74/304] Compiling IssueReporting Rethrows.swift
[75/304] Compiling IssueReporting SwiftTesting.swift
[76/304] Compiling IssueReporting UncheckedSendable.swift
[77/304] Emitting module InternalCollectionsUtilities
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[77/304] Linking libIssueReportingTestSupport.wasm
[78/304] Compiling IssueReporting BreakpointReporter.swift
[79/304] Compiling IssueReporting FatalErrorReporter.swift
BUILD FAILURE 6.1 wasm