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 pointfree-html, reference 1.0.0 (d16e9b), with Swift 6.1 for Wasm on 30 May 2025 14:48:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/pointfree-html.git
Reference: 1.0.0
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/pointfree-html
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at d16e9b9 PointFreeHTML 1.0.0
Cloned https://github.com/coenttb/pointfree-html.git
Revision (git rev-parse @):
d16e9b9ea48db762fc6918cc3e24498b0e515e36
SUCCESS checkout https://github.com/coenttb/pointfree-html.git at 1.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/pointfree-html.git
https://github.com/coenttb/pointfree-html.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "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-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "pointfree-html",
  "name" : "pointfree-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" : "PointFreeHTML",
      "targets" : [
        "PointFreeHTML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "PointFreeHTML_Tests",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTML Tests",
      "path" : "Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "PointFreeHtml Tests/PointFreeHtml Tests.swift"
      ],
      "target_dependencies" : [
        "PointFreeHTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PointFreeHTML",
      "module_type" : "SwiftTarget",
      "name" : "PointFreeHTML",
      "path" : "Sources/PointFreeHTML",
      "product_dependencies" : [
        "Dependencies",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "PointFreeHTML"
      ],
      "sources" : [
        "Doctype.swift",
        "HTML.swift",
        "HTMLAttribute.swift",
        "HTMLBuilder.swift",
        "HTMLDocument.swift",
        "HTMLElement.swift",
        "HTMLEmpty.swift",
        "HTMLForEach.swift",
        "HTMLGroup.swift",
        "HTMLInlineStyle.swift",
        "HTMLPrinter.swift",
        "HTMLRaw.swift",
        "HTMLTag.swift",
        "InputType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-dependencies.git
[1/2049] Fetching swift-docc-plugin
[227/18640] Fetching swift-docc-plugin, swift-collections
[1282/24889] Fetching swift-docc-plugin, swift-collections, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (1.27s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.27s)
Fetched https://github.com/apple/swift-collections.git from cache (1.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.41s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.50s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.09s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.2 (0.60s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2410] Fetching combine-schedulers
[2411/3262] Fetching combine-schedulers, swift-concurrency-extras
[2412/4554] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[4555/10012] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
[10013/80534] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.41s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.50s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.51s)
[11100/75980] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.52s)
[6347/70522] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.33s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (7.14s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.61s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.66s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.59s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.94s)
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.5.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/16] Write sources
[12/16] Write swift-version-24593BA9C3E375BF.txt
[14/63] Emitting module InternalCollectionsUtilities
[15/64] Emitting module ConcurrencyExtras
[16/65] Compiling IssueReporting TestContext.swift
[17/65] Compiling IssueReporting Unimplemented.swift
[18/67] Compiling ConcurrencyExtras UncheckedSendable.swift
[19/67] Compiling ConcurrencyExtras MainSerialExecutor.swift
[20/67] Compiling IssueReporting ErrorReporting.swift
[21/67] Compiling IssueReporting AppHostWarning.swift
[22/67] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/67] Compiling ConcurrencyExtras Result.swift
[25/67] Compiling IssueReporting Deprecations.swift
[26/67] Compiling IssueReporting FailureObserver.swift
[27/67] Compiling IssueReporting LockIsolated.swift
[28/67] Compiling IssueReporting Rethrows.swift
[29/67] Compiling IssueReporting Warn.swift
[30/67] Compiling IssueReporting XCTest.swift
[31/67] Compiling IssueReporting SwiftTesting.swift
[32/67] Compiling IssueReporting UncheckedSendable.swift
[33/67] Compiling IssueReporting IsTesting.swift
[34/67] Compiling IssueReporting IssueReporter.swift
[35/68] Compiling IssueReporting WithExpectedIssue.swift
[36/68] Compiling IssueReporting WithIssueContext.swift
[38/123] Compiling ConcurrencyExtras Task.swift
[39/123] Compiling OrderedCollections _HashTable.swift
[40/123] Compiling OrderedCollections _Hashtable+Header.swift
[41/123] Compiling OrderedCollections OrderedDictionary+Codable.swift
[42/123] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[43/123] Compiling OrderedCollections _HashTable+Testing.swift
[44/123] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[45/123] Compiling OrderedCollections _HashTable+Bucket.swift
[46/123] Compiling OrderedCollections _HashTable+BucketIterator.swift
[47/123] Compiling IssueReportingTestSupport XCTest.swift
[48/123] Compiling IssueReportingTestSupport SwiftTesting.swift
[49/123] Emitting module IssueReportingTestSupport
[50/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[51/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[52/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[53/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[54/124] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[55/124] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[56/124] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[57/124] Compiling OrderedCollections _HashTable+Constants.swift
[61/124] Compiling ConcurrencyExtras LockIsolated.swift
[62/132] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[63/132] Compiling OrderedCollections OrderedDictionary+Elements.swift
[64/132] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[65/132] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[66/132] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[67/132] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[68/132] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[69/132] Emitting module IssueReporting
[75/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[76/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[77/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[78/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[79/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[80/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[81/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[82/133] Wrapping AST for IssueReportingTestSupport for debugging
[83/133] Write Objects.LinkFileList
[93/133] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[94/133] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[95/133] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[96/133] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[97/133] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[98/133] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[99/133] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[100/133] Compiling OrderedCollections OrderedDictionary+Values.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[100/153] Linking libIssueReportingTestSupport.wasm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/PointFreeHtml Tests/PointFreeHtml.xctestplan
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/53] Compiling IssueReporting SwiftTesting.swift
[5/53] Compiling IssueReporting UncheckedSendable.swift
[6/54] Compiling IssueReportingTestSupport XCTest.swift
[7/54] Compiling ConcurrencyExtras MainSerialExecutor.swift
[8/55] Compiling IssueReporting Rethrows.swift
[9/55] Compiling IssueReporting XCTest.swift
[10/55] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/55] Compiling ConcurrencyExtras LockIsolated.swift
[14/55] Compiling IssueReporting Warn.swift
[15/55] Compiling IssueReporting ErrorReporting.swift
[16/55] Compiling ConcurrencyExtras Result.swift
[17/55] Compiling ConcurrencyExtras Task.swift
[18/55] Compiling IssueReporting IsTesting.swift
[19/55] Compiling IssueReporting IssueReporter.swift
[20/55] Emitting module IssueReportingTestSupport
[21/55] Compiling IssueReportingTestSupport SwiftTesting.swift
[22/56] Compiling ConcurrencyExtras UncheckedSendable.swift
[24/56] Emitting module ConcurrencyExtras
[25/56] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/56] Compiling IssueReporting AppHostWarning.swift
[27/56] Compiling IssueReporting Deprecations.swift
[28/57] Emitting module IssueReporting
[28/58] Write Objects.LinkFileList
[36/58] Compiling IssueReporting RuntimeWarningReporter.swift
[37/58] Compiling IssueReporting ReportIssue.swift
[38/58] Compiling IssueReporting BreakpointReporter.swift
[39/58] Compiling IssueReporting FatalErrorReporter.swift
[40/58] Compiling IssueReporting TestContext.swift
[41/58] Compiling IssueReporting Unimplemented.swift
[44/58] Compiling IssueReporting FailureObserver.swift
[45/58] Compiling IssueReporting LockIsolated.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[45/58] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm