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 swiftui-dynamic-forms, reference main (99e6c3), with Swift 6.1 for Wasm on 28 May 2025 11:55:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swiftui-dynamic-forms.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/capturecontext/swiftui-dynamic-forms
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 99e6c37 feat: Update dependecies
Cloned https://github.com/capturecontext/swiftui-dynamic-forms.git
Revision (git rev-parse @):
99e6c37f5f97bcec17d77020fa94d460c49a5014
SUCCESS checkout https://github.com/capturecontext/swiftui-dynamic-forms.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/capturecontext/swiftui-dynamic-forms.git
https://github.com/capturecontext/swiftui-dynamic-forms.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-case-paths",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "0.12.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-case-paths.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.1",
            "upper_bound" : "0.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    },
    {
      "identity" : "swift-prelude",
      "requirement" : {
        "branch" : [
          "develop"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-prelude.git"
    },
    {
      "identity" : "swift-generic-color",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-generic-color.git"
    }
  ],
  "manifest_display_name" : "swiftui-dynamic-forms",
  "name" : "swiftui-dynamic-forms",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicForms",
      "targets" : [
        "DynamicForms"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DynamicFormsUI",
      "targets" : [
        "DynamicFormsUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DynamicFormsUI",
      "module_type" : "SwiftTarget",
      "name" : "DynamicFormsUI",
      "path" : "Sources/DynamicFormsUI",
      "product_memberships" : [
        "DynamicFormsUI"
      ],
      "sources" : [
        "Default/DefaultButton.swift",
        "Default/DefaultForm.swift",
        "Default/DefaultPrimitiveNode.swift",
        "Default/DefaultSpacer.swift",
        "Default/DefaultStack.swift",
        "Default/DefaultText.swift",
        "Default/DefaultTextField.swift",
        "Default/DefaultTextView.swift",
        "Default/DefaultToggle.swift",
        "Default/DynamicElementNode.swift",
        "Default/DynamicViews.swift",
        "DynamicForEachView.swift",
        "DynamicFormView.swift",
        "Exports.swift",
        "Extensions/Binding+Optional.swift",
        "Extensions/Text+DynamicText.swift",
        "Protocols/PrimitiveDynamicNodeView.swift"
      ],
      "target_dependencies" : [
        "DynamicForms"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DynamicFormsTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicFormsTests",
      "path" : "Tests/DynamicFormsTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "DynamicFormsTests.swift"
      ],
      "target_dependencies" : [
        "DynamicForms"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicForms",
      "module_type" : "SwiftTarget",
      "name" : "DynamicForms",
      "path" : "Sources/DynamicForms",
      "product_dependencies" : [
        "CasePaths",
        "CustomDump",
        "Prelude",
        "GenericColor"
      ],
      "product_memberships" : [
        "DynamicForms",
        "DynamicFormsUI"
      ],
      "sources" : [
        "Components/AnyDynamicElement.swift",
        "Components/DynamicButton.swift",
        "Components/DynamicForm.swift",
        "Components/DynamicSpacer.swift",
        "Components/DynamicStack.swift",
        "Components/DynamicText.swift",
        "Components/DynamicTextField.swift",
        "Components/DynamicTextView.swift",
        "Components/DynamicToggle.swift",
        "Components/_DynanicTupleElement.swift",
        "DynamicElementActionIdentifier.swift",
        "DynamicElementIdentifier.swift",
        "DynamicElementNode.swift",
        "DynamicFormClient.swift",
        "DynamicUIBuilder.swift",
        "DynamicUINode.swift",
        "Helpers/CasePaths+.swift",
        "Protocols/DynamicElement.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/capturecontext/swift-prelude.git
[1/1959] Fetching swift-prelude
Fetched https://github.com/capturecontext/swift-prelude.git from cache (0.70s)
Fetching https://github.com/capturecontext/swift-generic-color.git
[1/226] Fetching swift-generic-color
Fetched https://github.com/capturecontext/swift-generic-color.git from cache (0.58s)
Fetching https://github.com/pointfreeco/swift-case-paths.git
Fetching https://github.com/pointfreeco/swift-custom-dump.git
[1/4375] Fetching swift-case-paths
[526/8956] Fetching swift-case-paths, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-case-paths.git from cache (0.57s)
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (0.60s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 0.6.1 (1.16s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.74s)
Computing version for https://github.com/pointfreeco/swift-case-paths.git
Computed https://github.com/pointfreeco/swift-case-paths.git at 0.11.0 (1.30s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.42s)
Creating working copy for https://github.com/capturecontext/swift-generic-color.git
Working copy of https://github.com/capturecontext/swift-generic-color.git resolved at main (a4ce3f8)
Creating working copy for https://github.com/pointfreeco/swift-case-paths.git
Working copy of https://github.com/pointfreeco/swift-case-paths.git resolved at 0.11.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 0.6.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/capturecontext/swift-prelude.git
Working copy of https://github.com/capturecontext/swift-prelude.git resolved at develop (19edbd1)
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/76] Emitting module Prelude
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[10/81] Compiling Prelude Tuple.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[11/81] Compiling Prelude Unit.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[12/81] Compiling Prelude Alt.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[13/81] Compiling Prelude Array.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[14/81] Compiling Prelude CommutativeRing.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[15/81] Compiling Prelude EuclideanRing.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[16/81] Compiling Prelude Comparable.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[17/81] Compiling Prelude Comparator.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[18/81] Compiling Prelude Const.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[19/81] Compiling Prelude Curry.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[20/81] Compiling Prelude Equatable.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[21/81] Compiling Prelude Filterable.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[22/81] Compiling Prelude Endo.swift
[23/81] Compiling Prelude Func.swift
[26/83] Compiling XCTestDynamicOverlay Deprecations.swift
[27/83] Compiling Prelude Parallel.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[28/83] Compiling Prelude Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[29/83] Compiling Prelude Set.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[30/83] Compiling Prelude String.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[31/83] Compiling Prelude Pack.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[32/83] Compiling Prelude Scope.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[33/83] Compiling Prelude Match.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[34/83] Compiling Prelude Never.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[35/83] Compiling Prelude Operators+Impl.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[36/83] Compiling Prelude Operators.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[37/83] Compiling Prelude PrecedenceGroups.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[38/83] Compiling Prelude Optional.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[41/83] Compiling Prelude Function.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[42/83] Compiling Prelude Compose.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[43/83] Compiling GenericColor String+RGB.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[44/83] Compiling GenericColor StaticallyNamedType.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[45/83] Compiling Prelude NearSemiring.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[46/83] Compiling Prelude Plus.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[47/83] Compiling Prelude Ring.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[48/83] Compiling Prelude Semigroup.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[49/83] Compiling Prelude Semiring.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[52/84] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[53/84] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[54/84] Compiling Prelude Field.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[55/84] Compiling Prelude FreeNearSemiring.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[56/84] Compiling Prelude HeytingAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[57/84] Compiling Prelude Hole.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[58/84] Compiling Prelude IO.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[60/84] Compiling Prelude Monoid.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[62/84] Compiling Prelude Xor.swift
[63/84] Compiling Prelude Cast.swift
[64/84] Compiling Prelude Collection.swift
[69/84] Compiling XCTestDynamicOverlay Unimplemented.swift
[70/84] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[71/84] Compiling XCTestDynamicOverlay XCTFail.swift
[72/84] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[73/84] Emitting module XCTestDynamicOverlay
[74/84] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[75/85] Compiling Prelude And.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[76/85] Compiling Prelude Equal.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[77/85] Compiling Prelude Or.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[81/85] Emitting module GenericColor
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/69] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[3/69] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[4/70] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[5/70] Compiling XCTestDynamicOverlay XCTFail.swift
[6/70] Emitting module GenericColor
[7/72] Compiling Prelude Match.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[8/72] Compiling Prelude Never.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[9/72] Compiling Prelude Operators+Impl.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[10/72] Compiling Prelude Operators.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[11/72] Compiling GenericColor String+RGB.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[12/72] Compiling GenericColor StaticallyNamedType.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[13/72] Compiling Prelude Parallel.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[14/72] Compiling Prelude Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[15/72] Compiling Prelude Set.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[16/72] Compiling Prelude String.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[17/72] Compiling Prelude Pack.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[18/72] Compiling Prelude Scope.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[19/72] Compiling Prelude Endo.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[20/72] Compiling Prelude Func.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[21/72] Compiling Prelude Function.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[22/72] Compiling Prelude Compose.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[23/72] Compiling Prelude Pipe.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[24/72] Compiling Prelude KeyPath.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[25/72] Compiling Prelude Field.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[26/72] Compiling Prelude FreeNearSemiring.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[27/72] Compiling Prelude HeytingAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[28/72] Compiling Prelude Hole.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[29/72] Compiling Prelude IO.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[30/72] Compiling Prelude Monoid.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[31/72] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[32/74] Compiling XCTestDynamicOverlay Deprecations.swift
[33/77] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[34/77] Compiling Prelude Tuple.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[35/77] Compiling Prelude Unit.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[36/77] Compiling Prelude Alt.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[37/77] Compiling Prelude Array.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[38/77] Compiling Prelude CommutativeRing.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[39/77] Compiling Prelude EuclideanRing.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[40/77] Emitting module XCTestDynamicOverlay
[41/77] Compiling Prelude And.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[42/77] Compiling Prelude Equal.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[43/77] Compiling Prelude Or.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[44/77] Compiling Prelude Xor.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[45/77] Compiling Prelude Cast.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[46/77] Compiling Prelude Collection.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[47/77] Compiling Prelude Comparable.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[48/77] Compiling Prelude Comparator.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[49/77] Compiling Prelude Const.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[50/77] Compiling Prelude Curry.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[51/77] Compiling Prelude Equatable.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[52/77] Compiling Prelude Filterable.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/77] Emitting module Prelude
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[57/77] Compiling Prelude NearSemiring.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[58/77] Compiling Prelude Plus.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[59/77] Compiling Prelude Ring.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[60/77] Compiling Prelude Semigroup.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[61/77] Compiling Prelude Semiring.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Parallel.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | public final class Parallel<A> {
[75/77] Compiling XCTestDynamicOverlay Unimplemented.swift
BUILD FAILURE 6.1 wasm