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 0.1.2 (377e38), with Swift 6.1 for Wasm on 1 Aug 2025 13:46:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 0.1.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/coenttb/swift-html
 * tag               0.1.2      -> FETCH_HEAD
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 0.1.2
========================================
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/coenttb/swift-builders
Fetching https://github.com/coenttb/pointfree-html
Fetching https://github.com/coenttb/swift-html-types
Fetching https://github.com/coenttb/swift-html-css-pointfree
[1/55] Fetching swift-builders
[56/1102] Fetching swift-builders, pointfree-html
[98/4215] Fetching swift-builders, pointfree-html, swift-html-types
[702/8911] Fetching swift-builders, pointfree-html, swift-html-types, swift-html-css-pointfree
Fetched https://github.com/coenttb/swift-builders from cache (0.73s)
Fetched https://github.com/coenttb/pointfree-html from cache (0.81s)
Fetched https://github.com/coenttb/swift-html-types from cache (0.84s)
Fetched https://github.com/coenttb/swift-html-css-pointfree from cache (0.84s)
Computing version for https://github.com/coenttb/pointfree-html
Computed https://github.com/coenttb/pointfree-html at 2.0.0 (1.95s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/pointfreeco/swift-dependencies.git
Fetching https://github.com/apple/swift-collections.git
[1/16916] Fetching swift-collections
[678/23217] Fetching swift-collections, swift-dependencies
[10531/38558] Fetching swift-collections, swift-dependencies, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (4.02s)
Fetched https://github.com/apple/swift-collections.git from cache (4.13s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (7.18s)
Computing version for https://github.com/coenttb/swift-html-types
Computed https://github.com/coenttb/swift-html-types at 0.1.0 (8.75s)
Computing version for https://github.com/coenttb/swift-html-css-pointfree
Computed https://github.com/coenttb/swift-html-css-pointfree at 0.0.1 (2.77s)
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.69s)
Computing version for https://github.com/coenttb/swift-builders
Computed https://github.com/coenttb/swift-builders at 0.1.0 (1.64s)
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.98s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.6 (2.57s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
[4582/75962] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (6.64s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.72s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (7.61s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5486] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (3.75s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.39s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.0 (1.39s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.3 (1.28s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
[1/878] Fetching swift-concurrency-extras
[739/3288] Fetching swift-concurrency-extras, combine-schedulers
[880/4580] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.32s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.32s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.32s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.89s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.54s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.84s)
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-css-types.git
Working copy of https://github.com/coenttb/swift-css-types.git resolved at 0.1.0
Creating working copy for https://github.com/coenttb/swift-builders
Working copy of https://github.com/coenttb/swift-builders resolved at 0.1.0
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/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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.9.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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.6
Creating working copy for https://github.com/coenttb/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
Building for debugging...
[0/37] Write sources
[32/37] Write swift-version-24593BA9C3E375BF.txt
[34/158] Emitting module StringBuilder
[35/158] Emitting module CSSTypeTypes
[36/167] Compiling ConcurrencyExtras MainSerialExecutor.swift
[37/168] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/169] Compiling CSSTypeTypes DisplayListitem.swift
[39/169] Compiling CSSTypeTypes AbsoluteSize.swift
[40/169] Compiling CSSTypeTypes AlphaValue.swift
[41/169] Compiling CSSTypeTypes Angle.swift
[42/169] Compiling StringBuilder StringBuilder.swift
[43/169] Compiling CSSTypeTypes ContentPosition.swift
[44/169] Compiling CSSTypeTypes CustomIdent.swift
[45/170] Compiling CSSTypeTypes DashedIdent.swift
[46/170] Compiling CSSTypeTypes Dimension.swift
[47/170] Compiling CSSTypeTypes DisplayInternal.swift
[48/170] Compiling CSSTypeTypes DisplayLegacy.swift
[49/170] Compiling CSSTypeTypes DisplayBox.swift
[50/170] Compiling CSSTypeTypes DisplayInside.swift
[51/170] Emitting module InternalCollectionsUtilities
[53/170] Compiling ConcurrencyExtras UncheckedSendable.swift
[54/170] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[56/173] Compiling IssueReportingPackageSupport _Test.swift
[57/173] Emitting module IssueReportingPackageSupport
[59/370] Emitting module CSSPseudoClassTypes
[60/370] Compiling CSSPseudoClassTypes Pseudo-classes.swift
[61/371] Compiling CSSSelectorTypes & nesting.swift
[62/371] Compiling CSSSelectorTypes Type.swift
[63/371] Compiling CSSSelectorTypes Universal.swift
[64/371] Emitting module CSSFunctionTypes
[65/371] Compiling CSSFunctionTypes Functions.swift
[66/371] Compiling CSSSelectorTypes Class.swift
[67/371] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[68/371] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[69/371] Compiling CSSSelectorTypes Attribute.swift
[70/371] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[71/371] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[72/371] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[73/371] Emitting module CSSSelectorTypes
[74/372] Compiling CSSSelectorTypes ID.swift
[75/372] Compiling ConcurrencyExtras Task.swift
[76/372] Compiling ConcurrencyExtras Result.swift
[77/372] Compiling OrderedCollections OrderedDictionary+Codable.swift
[78/372] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[79/373] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[80/373] Compiling OrderedCollections OrderedDictionary+Values.swift
[81/375] Compiling HTMLAttributeTypes Spellcheck.swift
[82/375] Compiling HTMLAttributeTypes Style.swift
[83/375] Compiling HTMLAttributeTypes Tabindex.swift
[84/375] Compiling HTMLAttributeTypes Title.swift
[85/375] Compiling HTMLAttributeTypes Translate.swift
[86/375] Compiling HTMLAttributeTypes Virtualkeyboardpolicy.swift
[87/375] Compiling HTMLAttributeTypes FontSize.swift
[88/375] Compiling HTMLAttributeTypes For.swift
[89/375] Compiling HTMLAttributeTypes Form.swift
[90/375] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[91/375] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[92/375] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[93/375] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[94/375] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[95/375] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[96/375] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[97/375] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[98/375] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[106/382] Compiling OrderedCollections _HashTable.swift
[107/382] Compiling OrderedCollections _Hashtable+Header.swift
[108/382] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[110/382] Compiling OrderedCollections _HashTable+Bucket.swift
[111/382] Compiling OrderedCollections _HashTable+BucketIterator.swift
[112/382] Compiling OrderedCollections _HashTable+Constants.swift
[113/382] Emitting module CSSPseudoElementTypes
[114/382] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[115/382] Compiling OrderedCollections _HashTable+Testing.swift
[116/382] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[139/382] Emitting module ConcurrencyExtras
[142/382] Compiling ConcurrencyExtras LockIsolated.swift
[143/382] Compiling OrderedCollections OrderedSet+Diffing.swift
[144/382] Compiling OrderedCollections OrderedSet+Equatable.swift
[145/382] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[146/382] Compiling OrderedCollections OrderedSet+Hashable.swift
[147/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[148/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[149/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[150/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[151/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[152/382] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[153/382] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[154/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[155/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[156/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[157/382] Compiling OrderedCollections OrderedDictionary.swift
[158/382] Compiling OrderedCollections OrderedSet+Codable.swift
[159/382] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[160/382] Compiling OrderedCollections OrderedSet+Descriptions.swift
[170/383] Compiling CSSPseudoElementTypes spelling-error.swift
[171/383] Compiling CSSPseudoElementTypes target-text.swift
[172/383] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[173/383] Compiling OrderedCollections OrderedDictionary+Elements.swift
[174/383] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[175/383] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[176/383] Compiling OrderedCollections OrderedSet+Initializers.swift
[177/383] Compiling OrderedCollections OrderedSet+Insertions.swift
[178/383] Compiling OrderedCollections OrderedSet+Invariants.swift
[179/383] Compiling HTMLAttributeTypes FormAction.swift
[180/383] Compiling HTMLAttributeTypes FormEncType.swift
[181/383] Compiling HTMLAttributeTypes FormMethod.swift
[182/383] Compiling HTMLAttributeTypes FormNovalidate.swift
[183/383] Compiling HTMLAttributeTypes FormTarget.swift
[184/383] Compiling HTMLAttributeTypes FrameBorder.swift
[185/383] Compiling HTMLAttributeTypes Autocapitalize.swift
[186/383] Compiling HTMLAttributeTypes Autocorrect.swift
[187/383] Compiling HTMLAttributeTypes Autofocus.swift
[208/405] Wrapping AST for IssueReportingPackageSupport for debugging
[210/409] Compiling IssueReporting IssueReporter.swift
[211/409] Compiling IssueReporting BreakpointReporter.swift
[212/409] Compiling IssueReporting FatalErrorReporter.swift
[213/409] Compiling IssueReporting SwiftTesting.swift
[214/409] Compiling IssueReporting UncheckedSendable.swift
[215/409] Compiling IssueReporting Warn.swift
[216/409] Compiling IssueReporting RuntimeWarningReporter.swift
[217/409] Compiling IssueReporting ReportIssue.swift
[218/409] Emitting module CSSCombinatorTypes
[219/409] Compiling CSSCombinatorTypes Combinators.swift
[220/410] Compiling HTMLAttributeTypes Ping.swift
[221/410] Compiling HTMLAttributeTypes Placeholder.swift
[222/410] Compiling HTMLAttributeTypes Playsinline.swift
[223/410] Compiling HTMLAttributeTypes PopoverTarget.swift
[224/410] Compiling HTMLAttributeTypes PopoverTargetAction.swift
[225/410] Compiling HTMLAttributeTypes Poster.swift
[226/410] Compiling HTMLAttributeTypes Preload.swift
[227/410] Compiling HTMLAttributeTypes Readonly.swift
[228/410] Compiling HTMLAttributeTypes ReferrerPolicy.swift
[229/410] Compiling HTMLAttributeTypes Rel.swift
[230/410] Compiling HTMLAttributeTypes Required.swift
[231/410] Compiling HTMLAttributeTypes Reversed.swift
[232/410] Compiling HTMLAttributeTypes RowSpan.swift
[233/410] Compiling HTMLAttributeTypes Rows.swift
[234/410] Compiling HTMLAttributeTypes Scope.swift
[235/410] Compiling HTMLAttributeTypes ScriptType.swift
[236/410] Compiling HTMLAttributeTypes Scrolling.swift
[237/410] Compiling HTMLAttributeTypes Selected.swift
[238/410] Compiling HTMLAttributeTypes ShadowRootClonable.swift
[239/410] Compiling HTMLAttributeTypes ShadowRootDelegatesFocus.swift
[240/410] Compiling HTMLAttributeTypes MarginWidth.swift
[241/410] Compiling HTMLAttributeTypes Max.swift
[242/410] Compiling HTMLAttributeTypes Maxlength.swift
[243/410] Compiling HTMLAttributeTypes Media.swift
[244/410] Compiling HTMLAttributeTypes MetaName.swift
[245/410] Compiling HTMLAttributeTypes Method.swift
[246/410] Compiling HTMLAttributeTypes Min.swift
[247/410] Compiling HTMLAttributeTypes Minlength.swift
[248/410] Compiling HTMLAttributeTypes Multiple.swift
[249/410] Compiling HTMLAttributeTypes Muted.swift
[250/410] Compiling HTMLAttributeTypes Name.swift
[251/410] Compiling HTMLAttributeTypes NoResize.swift
[252/410] Compiling HTMLAttributeTypes Nomodule.swift
[253/410] Compiling HTMLAttributeTypes Novalidate.swift
[254/410] Compiling HTMLAttributeTypes ObjectData.swift
[255/410] Compiling HTMLAttributeTypes ObjectForm.swift
[256/410] Compiling HTMLAttributeTypes ObjectType.swift
[257/410] Compiling HTMLAttributeTypes Open.swift
[258/410] Compiling HTMLAttributeTypes Optimum.swift
[259/410] Compiling HTMLAttributeTypes Pattern.swift
[260/429] Compiling IssueReporting TestContext.swift
[261/429] Compiling IssueReporting Unimplemented.swift
[271/431] Compiling IssueReportingTestSupport XCTest.swift
[272/431] Emitting module IssueReportingTestSupport
[273/431] Compiling IssueReportingTestSupport SwiftTesting.swift
[288/432] Compiling OrderedCollections OrderedSet+Sendable.swift
[289/432] Compiling OrderedCollections OrderedSet+SubSequence.swift
[290/432] Compiling OrderedCollections OrderedSet+Testing.swift
[291/432] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[292/432] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[293/432] Compiling OrderedCollections OrderedSet.swift
[294/432] Compiling HTMLAttributeTypes Writingsuggestions.swift
[295/432] Compiling HTMLAttributeTypes Headers.swift
[296/432] Compiling HTMLAttributeTypes Height.swift
[297/432] Compiling HTMLAttributeTypes High.swift
[298/432] Compiling HTMLAttributeTypes Href.swift
[299/432] Compiling HTMLAttributeTypes Hreflang.swift
[300/432] Compiling HTMLAttributeTypes HttpEquiv.swift
[301/432] Compiling HTMLAttributeTypes ImageSrcSet.swift
[302/432] Compiling HTMLAttributeTypes Imagesizes.swift
[303/432] Compiling HTMLAttributeTypes Integrity.swift
[304/432] Compiling HTMLAttributeTypes Ismap.swift
[305/432] Compiling HTMLAttributeTypes Kind.swift
[306/432] Compiling HTMLAttributeTypes Label.swift
[307/432] Compiling HTMLAttributeTypes LinkType.swift
[308/432] Compiling HTMLAttributeTypes List.swift
[309/432] Compiling HTMLAttributeTypes ListType.swift
[310/432] Compiling HTMLAttributeTypes Loading.swift
[311/432] Compiling HTMLAttributeTypes Loop.swift
[312/432] Compiling HTMLAttributeTypes Low.swift
[313/432] Compiling HTMLAttributeTypes MarginHeight.swift
[314/432] Compiling IssueReporting ErrorReporting.swift
[315/432] Compiling IssueReporting AppHostWarning.swift
[316/432] Compiling IssueReporting Deprecations.swift
[320/432] Compiling IssueReporting XCTest.swift
[321/432] Compiling IssueReporting IsTesting.swift
[324/432] Wrapping AST for IssueReportingTestSupport for debugging
[325/432] Write Objects.LinkFileList
[347/432] Compiling OrderedCollections _UnsafeBitset.swift
[359/432] Compiling HTMLAttributeTypes Class.swift
[360/432] Compiling HTMLAttributeTypes Contenteditable.swift
[361/432] Compiling HTMLAttributeTypes DataAttribute.swift
[362/432] Compiling HTMLAttributeTypes Dir.swift
[363/432] Compiling HTMLAttributeTypes Draggable.swift
[364/432] Compiling HTMLAttributeTypes Enterkeyhint.swift
[365/432] Compiling HTMLAttributeTypes Exportparts.swift
[366/432] Compiling HTMLAttributeTypes Hidden.swift
[367/432] Emitting module IssueReporting
[368/433] Compiling IssueReporting WithExpectedIssue.swift
[369/433] Compiling IssueReporting WithIssueContext.swift
[370/441] Emitting module HTMLAttributeTypes
[371/442] Compiling CSSPropertyTypes AccentColor.swift
[372/443] Compiling CSSPropertyTypes AlignContent.swift
[373/443] Compiling CSSPropertyTypes AlignItems.swift
[374/443] Compiling CSSPropertyTypes AlignSelf.swift
[375/443] Compiling CSSPropertyTypes AlignmentBaseline.swift
[376/443] Compiling CSSPropertyTypes All.swift
[377/443] Compiling CSSPropertyTypes AnchorName.swift
[378/443] Compiling CSSPropertyTypes Animation.swift
[379/443] Compiling CSSPropertyTypes AnimationComposition.swift
[380/443] Compiling CSSPropertyTypes AnimationDelay.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[390/604] Linking libIssueReportingTestSupport.wasm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/52] Emitting module CSSPseudoClassTypes
[3/52] Emitting module CSSCombinatorTypes
[4/52] Emitting module StringBuilder
[5/52] Compiling StringBuilder StringBuilder.swift
[6/53] Compiling CSSCombinatorTypes Combinators.swift
[7/53] Compiling CSSSelectorTypes Attribute.swift
[8/53] Compiling CSSSelectorTypes Class.swift
[9/54] Compiling CSSSelectorTypes Universal.swift
[10/54] Compiling CSSSelectorTypes Type.swift
[11/54] Compiling CSSSelectorTypes ID.swift
[12/54] Compiling ConcurrencyExtras MainSerialExecutor.swift
[13/54] Emitting module CSSSelectorTypes
[14/54] Compiling CSSSelectorTypes & nesting.swift
[15/56] Compiling CSSPseudoClassTypes Pseudo-classes.swift
[16/56] Compiling ConcurrencyExtras LockIsolated.swift
[17/56] Emitting module IssueReportingPackageSupport
[18/56] Compiling IssueReportingPackageSupport _Test.swift
[19/56] Compiling CSSFunctionTypes Functions.swift
[20/56] Emitting module CSSFunctionTypes
[22/59] Compiling CSSPseudoElementTypes after.swift
[23/59] Compiling CSSPseudoElementTypes backdrop.swift
[25/59] Emitting module CSSPseudoElementTypes
[26/59] Compiling CSSPseudoElementTypes CSSPseudoElement.swift
[32/61] Emitting module ConcurrencyExtras
[33/61] Compiling CSSPseudoElementTypes before.swift
[34/61] Compiling CSSPseudoElementTypes checkmark.swift
[35/61] Compiling CSSPseudoElementTypes column.swift
[38/61] Compiling ConcurrencyExtras Result.swift
[39/61] Compiling ConcurrencyExtras Task.swift
[40/61] Compiling CSSPseudoElementTypes first-letter.swift
[41/61] Compiling CSSPseudoElementTypes first-line.swift
[42/61] Compiling CSSPseudoElementTypes grammar-error.swift
[43/61] Compiling CSSPseudoElementTypes selection.swift
[44/61] Compiling CSSPseudoElementTypes slotted.swift
[48/61] Compiling CSSPseudoElementTypes cue.swift
[49/61] Compiling CSSPseudoElementTypes details-content.swift
[50/61] Compiling CSSPseudoElementTypes file-selector-button.swift
[51/61] Compiling CSSPseudoElementTypes highlight.swift
[52/61] Compiling CSSPseudoElementTypes marker.swift
[53/61] Compiling CSSPseudoElementTypes part.swift
[54/61] Compiling CSSPseudoElementTypes placeholder.swift
[55/63] Compiling ConcurrencyExtras UncheckedSendable.swift
[56/71] Compiling CSSPseudoElementTypes spelling-error.swift
[57/71] Compiling CSSPseudoElementTypes target-text.swift
[60/98] Compiling IssueReporting Warn.swift
[61/98] Compiling IssueReporting XCTest.swift
[62/99] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/136] Compiling CSSTypeTypes AlphaValue.swift
[64/136] Compiling CSSTypeTypes Angle.swift
[65/259] Emitting module IssueReportingTestSupport
[66/276] Compiling IssueReportingTestSupport XCTest.swift
[67/276] Compiling IssueReportingTestSupport SwiftTesting.swift
[68/305] Compiling HTMLAttributeTypes Content.swift
[69/305] Compiling HTMLAttributeTypes Controls.swift
[70/305] Compiling HTMLAttributeTypes ControlsList.swift
[71/305] Compiling HTMLAttributeTypes DisablePictureInPicture.swift
[72/305] Compiling HTMLAttributeTypes DisableRemotePlayback.swift
[73/307] Emitting module InternalCollectionsUtilities
[74/307] Compiling HTMLAttributeTypes Color.swift
[75/307] Compiling HTMLAttributeTypes Cols.swift
[76/307] Compiling HTMLAttributeTypes Compact.swift
[78/307] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/306] Write Objects.LinkFileList
[82/306] Compiling HTMLAttributeTypes Defer.swift
[83/306] Compiling HTMLAttributeTypes Direction.swift
[84/306] Compiling HTMLAttributeTypes Dirname.swift
[85/306] Compiling HTMLAttributeTypes Disabled.swift
[86/306] Compiling HTMLAttributeTypes Download.swift
[87/306] Compiling HTMLAttributeTypes Elementtiming.swift
[88/306] Compiling HTMLAttributeTypes Enctype.swift
[89/306] Emitting module IssueReporting
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[89/306] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm