The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Puid, reference main (500d68), with Swift 6.1 for Wasm on 6 Sep 2025 23:59:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/puid/Swift-puid.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/puid/Swift-puid
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 500d689 Fix CI issues
Submodule path 'Tests/data': checked out '8b18c0739a04d74449de3a6c548cd3b0bd1399bc'
Submodule 'Tests/data' (https://github.com/puid/data) registered for path 'Tests/data'
Cloning into '/host/spi-builder-workspace/Tests/data'...
Cloned https://github.com/puid/Swift-puid.git
Revision (git rev-parse @):
500d68947044b284cba5dca6cef1799ed798e391
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/puid/Swift-puid.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/puid/Swift-puid.git
https://github.com/puid/Swift-puid.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Puid",
  "name" : "Puid",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "Puid",
      "targets" : [
        "Puid"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PuidTests",
      "module_type" : "SwiftTarget",
      "name" : "PuidTests",
      "path" : "Tests/PuidTests",
      "sources" : [
        "AdditionalCharsTest.swift",
        "CharsTest.swift",
        "EncodeDecodeTest.swift",
        "EncoderAdditionalTest.swift",
        "EncoderTest.swift",
        "EntropyBitsTest.swift",
        "EntropySource.swift",
        "MetricsTest.swift",
        "PuidInitTest.swift",
        "PuidTests.swift"
      ],
      "target_dependencies" : [
        "Puid"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Puid",
      "module_type" : "SwiftTarget",
      "name" : "Puid",
      "path" : "Sources/Puid",
      "product_memberships" : [
        "Puid"
      ],
      "sources" : [
        "Bits.swift",
        "Chars.swift",
        "Encoder/Abstract/Ascii.swift",
        "Encoder/Abstract/AsciiCode.swift",
        "Encoder/Abstract/Encoder.swift",
        "Encoder/Abstract/PuidAsciiMapProtocol.swift",
        "Encoder/Abstract/PuidEncoderProtocol.swift",
        "Encoder/Abstract/PuidUtf8MapProtocol.swift",
        "Encoder/Abstract/Utf8.swift",
        "Encoder/Alpha.swift",
        "Encoder/AlphaCase.swift",
        "Encoder/AlphaNum.swift",
        "Encoder/AlphaNumCase.swift",
        "Encoder/Base32.swift",
        "Encoder/Base32HexCase.swift",
        "Encoder/Crockford32.swift",
        "Encoder/CustomAscii.swift",
        "Encoder/CustomUtf8.swift",
        "Encoder/Decimal.swift",
        "Encoder/Hex.swift",
        "Encoder/Safe32.swift",
        "Encoder/Safe64.swift",
        "Encoder/SafeAscii.swift",
        "Encoder/Symbol.swift",
        "Entropy.swift",
        "Entropy/Fixed.swift",
        "Entropy/Source.swift",
        "Entropy/System.swift",
        "Entropy/System/CSPrng.swift",
        "Entropy/System/Prng.swift",
        "Metrics.swift",
        "Puid.swift",
        "PuidEntropySource.swift",
        "PuidError.swift",
        "Risk.swift",
        "Settings.swift",
        "Util.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DataTests",
      "module_type" : "SwiftTarget",
      "name" : "DataTests",
      "path" : "Tests/DataTests",
      "sources" : [
        "DataTest.swift"
      ],
      "target_dependencies" : [
        "Puid"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/36] Compiling Puid PuidAsciiMapProtocol.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[4/36] Compiling Puid PuidEncoderProtocol.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[5/36] Compiling Puid PuidUtf8MapProtocol.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[6/36] Compiling Puid Utf8.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[7/36] Compiling Puid Alpha.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/40] Emitting module Puid
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[9/40] Compiling Puid Crockford32.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[10/40] Compiling Puid CustomAscii.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[11/40] Compiling Puid CustomUtf8.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[12/40] Compiling Puid Decimal.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[13/40] Compiling Puid Hex.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[14/40] Compiling Puid Safe32.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[15/40] Compiling Puid Safe64.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[16/40] Compiling Puid SafeAscii.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[17/40] Compiling Puid Symbol.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[18/40] Compiling Puid Entropy.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[19/40] Compiling Puid AlphaCase.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[20/40] Compiling Puid AlphaNum.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[21/40] Compiling Puid AlphaNumCase.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[22/40] Compiling Puid Base32.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[23/40] Compiling Puid Base32HexCase.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[24/40] Compiling Puid Bits.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[25/40] Compiling Puid Chars.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[26/40] Compiling Puid Ascii.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[27/40] Compiling Puid AsciiCode.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[28/40] Compiling Puid Encoder.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[29/40] Compiling Puid PuidError.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[30/40] Compiling Puid Risk.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[31/40] Compiling Puid Settings.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[32/40] Compiling Puid Util.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[33/40] Compiling Puid Prng.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[34/40] Compiling Puid Metrics.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[35/40] Compiling Puid Puid.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[36/40] Compiling Puid PuidEntropySource.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[37/40] Compiling Puid Fixed.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[38/40] Compiling Puid Source.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[39/40] Compiling Puid System.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[40/40] Compiling Puid CSPrng.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
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/35] Compiling Puid PuidAsciiMapProtocol.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[3/35] Compiling Puid PuidEncoderProtocol.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[4/35] Compiling Puid PuidUtf8MapProtocol.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[5/35] Compiling Puid Utf8.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[6/35] Compiling Puid Alpha.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[7/35] Compiling Puid Crockford32.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[8/35] Compiling Puid CustomAscii.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[9/35] Compiling Puid CustomUtf8.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[10/35] Compiling Puid Decimal.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[11/35] Compiling Puid Hex.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/39] Emitting module Puid
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[13/39] Compiling Puid Safe32.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[14/39] Compiling Puid Safe64.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[15/39] Compiling Puid SafeAscii.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[16/39] Compiling Puid Symbol.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[17/39] Compiling Puid Entropy.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[18/39] Compiling Puid Bits.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[19/39] Compiling Puid Chars.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[20/39] Compiling Puid Ascii.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[21/39] Compiling Puid AsciiCode.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[22/39] Compiling Puid Encoder.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[23/39] Compiling Puid Fixed.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[24/39] Compiling Puid Source.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[25/39] Compiling Puid System.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[26/39] Compiling Puid CSPrng.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[27/39] Compiling Puid Prng.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[28/39] Compiling Puid Metrics.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[29/39] Compiling Puid Puid.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[30/39] Compiling Puid PuidEntropySource.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[31/39] Compiling Puid AlphaCase.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[32/39] Compiling Puid AlphaNum.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[33/39] Compiling Puid AlphaNumCase.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[34/39] Compiling Puid Base32.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[35/39] Compiling Puid Base32HexCase.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[36/39] Compiling Puid PuidError.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[37/39] Compiling Puid Risk.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[38/39] Compiling Puid Settings.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
[39/39] Compiling Puid Util.swift
/host/spi-builder-workspace/Sources/Puid/Entropy/System/Prng.swift:7:8: error: no such module 'Dispatch'
 5 | //
 6 |
 7 | import Dispatch
   |        `- error: no such module 'Dispatch'
 8 | import Foundation
 9 |
BUILD FAILURE 6.1 wasm