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 0.1.2 (99e6c3), with Swift 6.1 for Wasm on 28 May 2025 11:54:59 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/capturecontext/swiftui-dynamic-forms.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/capturecontext/swiftui-dynamic-forms
 * tag               0.1.2      -> FETCH_HEAD
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 0.1.2
========================================
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-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 -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.27s)
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.26s)
Fetching https://github.com/pointfreeco/swift-custom-dump.git
Fetching https://github.com/pointfreeco/swift-case-paths.git
[1/4581] Fetching swift-custom-dump
[2933/8956] Fetching swift-custom-dump, swift-case-paths
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (0.43s)
Fetched https://github.com/pointfreeco/swift-case-paths.git from cache (0.43s)
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.33s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.93s)
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/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/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/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
[9/76] Compiling Prelude Endo.swift
[10/76] Compiling Prelude Func.swift
[11/76] Compiling Prelude Function.swift
[12/76] Compiling Prelude Compose.swift
[13/76] 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/76] 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/76] 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/76] 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/76] 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/76] 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/76] 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> {
[20/76] 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> {
[21/76] 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> {
[22/76] 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> {
[23/76] 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> {
[24/76] 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> {
[25/76] Compiling Prelude Equatable.swift
[26/76] Compiling Prelude Filterable.swift
[27/83] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[28/84] Compiling XCTestDynamicOverlay Deprecations.swift
[29/84] 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> {
[30/84] 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> {
[31/84] 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> {
[32/84] 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> {
/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> {
/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> {
[39/84] 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> {
[40/84] 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> {
[41/84] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[42/84] 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> {
[43/84] 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> {
[44/84] 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> {
[45/84] 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> {
[46/84] 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> {
[49/84] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[50/84] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[51/84] Emitting module XCTestDynamicOverlay
[52/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> {
[53/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> {
[54/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> {
[55/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> {
[56/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> {
[57/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> {
[58/84] 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> {
[59/84] 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> {
[60/84] 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> {
[61/84] 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> {
[62/84] 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> {
[63/84] 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> {
[64/84] Compiling XCTestDynamicOverlay XCTFail.swift
[65/84] Compiling XCTestDynamicOverlay Unimplemented.swift
[66/84] Compiling Prelude Xor.swift
[67/84] Compiling Prelude Cast.swift
[71/84] Compiling Prelude And.swift
[72/84] Compiling Prelude Equal.swift
[73/84] Compiling Prelude Or.swift
[74/84] Compiling Prelude Collection.swift
[76/84] Emitting module GenericColor
[77/84] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[80/86] 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> {
/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> {
/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> {
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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/69] Compiling XCTestDynamicOverlay XCTFail.swift
[3/70] 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> {
[4/70] 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> {
[5/70] 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> {
[6/70] 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> {
[7/70] 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> {
[8/70] 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> {
[9/70] 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> {
[10/70] 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> {
[11/70] 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> {
[12/70] 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> {
[13/70] 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> {
[14/70] 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> {
[15/75] Emitting module GenericColor
[16/77] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[17/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> {
[18/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> {
[19/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> {
[20/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> {
[21/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> {
[22/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> {
[23/77] Compiling GenericColor ConversionInitProtocols.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/77] Compiling GenericColor HSB+Conversions.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/77] Compiling GenericColor HSB.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/77] Compiling GenericColor OSX.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/77] Compiling GenericColor 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> {
[28/77] Compiling GenericColor RGBAInitializable.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/77] 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> {
[30/77] 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> {
[31/77] 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> {
[32/77] 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> {
[33/77] 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> {
[34/77] 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> {
[35/77] Compiling GenericColor SwiftUI.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 GenericColor iOS.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 GenericColor RGB+Conversions.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 GenericColor Decimal+Extension.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 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> {
[40/77] 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/77] Compiling GenericColor CMYK.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 GenericColor Color+Mapping.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 GenericColor Color.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 GenericColor ColorComponent.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 GenericColor ColorSpace.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 GenericColor CMYK+Conversions.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)
[51/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> {
[52/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> {
[53/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> {
[54/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> {
[55/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> {
[56/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> {
[63/77] Emitting module XCTestDynamicOverlay
[64/77] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[65/77] Compiling XCTestDynamicOverlay Deprecations.swift
[66/77] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[67/77] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[68/77] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
BUILD FAILURE 6.1 wasm