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 AsyncObjects, reference main (8fa621), with Swift 6.1 for Wasm on 28 May 2025 13:49:27 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLab/AsyncObjects.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/SwiftyLab/AsyncObjects
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8fa6219 fix(`CancellationSource`): prevent priority inversion of submitted tasks
Cloned https://github.com/SwiftyLab/AsyncObjects.git
Revision (git rev-parse @):
8fa6219a5b9b76325d4eff7afcf4c60b50f3af8d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftyLab/AsyncObjects.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftyLab/AsyncObjects.git
https://github.com/SwiftyLab/AsyncObjects.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-format",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.50700.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-format"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "AsyncObjects",
  "name" : "AsyncObjects",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncObjects",
      "targets" : [
        "AsyncObjects"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncObjectsTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncObjectsTests",
      "path" : "Tests/AsyncObjectsTests",
      "sources" : [
        "AsyncCountdownEventTests.swift",
        "AsyncEventTests.swift",
        "AsyncObjectTests.swift",
        "AsyncSemaphoreTests.swift",
        "CancellationSourceTests.swift",
        "LockerTests.swift",
        "NonThrowingFutureTests.swift",
        "StandardLibraryTests.swift",
        "TaskOperationTests.swift",
        "TaskQueueTests.swift",
        "ThrowingFutureTests.swift",
        "TrackedContinuationTests.swift",
        "XCAsyncTestCase.swift"
      ],
      "target_dependencies" : [
        "AsyncObjects"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncObjects",
      "module_type" : "SwiftTarget",
      "name" : "AsyncObjects",
      "path" : "Sources/AsyncObjects",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "AsyncObjects"
      ],
      "sources" : [
        "AsyncCountdownEvent.swift",
        "AsyncEvent.swift",
        "AsyncSemaphore.swift",
        "Base/AsyncObject+Clock.swift",
        "Base/AsyncObject+Duration.swift",
        "Base/AsyncObject.swift",
        "CancellationSource/Cancellable.swift",
        "CancellationSource/CancellationSource+Linking.swift",
        "CancellationSource/CancellationSource+Task.swift",
        "CancellationSource/CancellationSource+Timeout.swift",
        "CancellationSource/CancellationSource.swift",
        "Continuation/Continuable.swift",
        "Continuation/ContinuableCollection.swift",
        "Continuation/ContinuableCollectionActor.swift",
        "Continuation/GlobalContinuation.swift",
        "Continuation/TrackableContinuable.swift",
        "Continuation/TrackedContinuation.swift",
        "Extensions/Task.swift",
        "Extensions/TaskGroup.swift",
        "Future.swift",
        "Locks/Exclusible.swift",
        "Locks/Locker.swift",
        "Logging/Loggable.swift",
        "TaskOperation.swift",
        "TaskQueue.swift",
        "TaskTracker.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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/apple/swift-log.git
Fetching https://github.com/apple/swift-format
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[227/5885] Fetching swift-docc-plugin, swift-log
[918/18040] Fetching swift-docc-plugin, swift-log, swift-format
[3810/34631] Fetching swift-docc-plugin, swift-log, swift-format, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.25s)
Fetched https://github.com/apple/swift-format from cache (1.26s)
[9681/18640] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (2.84s)
Fetched https://github.com/apple/swift-collections.git from cache (2.86s)
Computing version for https://github.com/apple/swift-format
Computed https://github.com/apple/swift-format at 0.50700.1 (3.89s)
Fetching https://github.com/apple/swift-syntax
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/6764] Fetching swift-tools-support-core
[6765/22115] Fetching swift-tools-support-core, swift-argument-parser
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.55s)
[2610/15351] Fetching swift-argument-parser
[15352/85800] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.66s)
Fetched https://github.com/apple/swift-syntax from cache (4.15s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.2.7 (4.84s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.39s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 0.50700.1 (1.37s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.1.4 (0.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (0.53s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.06s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.61s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.72s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-format
Working copy of https://github.com/apple/swift-format resolved at 0.50700.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 0.50700.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.2.7
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
warning: 'spi-builder-workspace': dependency 'swift-log' is not used by any target
[1/1] Compiling plugin GenerateManualPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/21] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/22] Compiling InternalCollectionsUtilities Descriptions.swift
[10/22] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[12/22] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[13/22] Compiling InternalCollectionsUtilities Debugging.swift
[14/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/22] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/22] Compiling InternalCollectionsUtilities Integer rank.swift
[20/22] Emitting module InternalCollectionsUtilities
[21/22] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[22/22] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/78] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[25/78] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[26/78] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[27/78] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[28/78] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[29/78] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[30/78] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[31/78] Compiling OrderedCollections OrderedDictionary+Values.swift
[32/85] Compiling OrderedCollections OrderedDictionary+Codable.swift
[33/85] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[34/85] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[35/85] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[36/85] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[37/85] Compiling OrderedCollections OrderedDictionary+Elements.swift
[38/85] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[39/85] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[40/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[41/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[42/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[43/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[44/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[45/85] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[46/85] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[47/85] Compiling OrderedCollections OrderedSet+Initializers.swift
[48/85] Compiling OrderedCollections OrderedSet+Insertions.swift
[49/85] Compiling OrderedCollections OrderedSet+Invariants.swift
[50/85] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[51/85] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[52/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[53/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[54/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[55/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[56/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[57/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[58/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[59/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[60/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[61/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[62/85] Compiling OrderedCollections OrderedDictionary.swift
[63/85] Compiling OrderedCollections OrderedSet+Codable.swift
[64/85] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[65/85] Compiling OrderedCollections OrderedSet+Descriptions.swift
[66/85] Compiling OrderedCollections OrderedSet+Diffing.swift
[67/85] Compiling OrderedCollections OrderedSet+Equatable.swift
[68/85] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[69/85] Compiling OrderedCollections OrderedSet+Hashable.swift
[70/85] Compiling OrderedCollections _HashTable+Bucket.swift
[71/85] Compiling OrderedCollections _HashTable+BucketIterator.swift
[72/85] Compiling OrderedCollections _HashTable+Constants.swift
[73/85] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[74/85] Compiling OrderedCollections _HashTable+Testing.swift
[75/85] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[76/85] Compiling OrderedCollections _HashTable.swift
[77/85] Compiling OrderedCollections _Hashtable+Header.swift
[78/85] Emitting module OrderedCollections
[79/85] Compiling OrderedCollections OrderedSet+Sendable.swift
[80/85] Compiling OrderedCollections OrderedSet+SubSequence.swift
[81/85] Compiling OrderedCollections OrderedSet+Testing.swift
[82/85] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[83/85] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[84/85] Compiling OrderedCollections OrderedSet.swift
[85/85] Compiling OrderedCollections _UnsafeBitset.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[87/110] Emitting module AsyncObjects
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[88/113] Compiling AsyncObjects TaskOperation.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[89/113] Compiling AsyncObjects TaskQueue.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[90/113] Compiling AsyncObjects TaskTracker.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[91/113] Compiling AsyncObjects Continuable.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[92/113] Compiling AsyncObjects ContinuableCollection.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[93/113] Compiling AsyncObjects ContinuableCollectionActor.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[94/113] Compiling AsyncObjects Exclusible.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[95/113] Compiling AsyncObjects Locker.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[96/113] Compiling AsyncObjects Loggable.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[97/113] Compiling AsyncObjects CancellationSource+Task.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[98/113] Compiling AsyncObjects CancellationSource+Timeout.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[99/113] Compiling AsyncObjects CancellationSource.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[100/113] Compiling AsyncObjects GlobalContinuation.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[101/113] Compiling AsyncObjects TrackableContinuable.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[102/113] Compiling AsyncObjects TrackedContinuation.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[103/113] Compiling AsyncObjects AsyncObject+Duration.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[104/113] Compiling AsyncObjects AsyncObject.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[105/113] Compiling AsyncObjects Cancellable.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[106/113] Compiling AsyncObjects CancellationSource+Linking.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[107/113] Compiling AsyncObjects Task.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[108/113] Compiling AsyncObjects TaskGroup.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[109/113] Compiling AsyncObjects Future.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[110/113] Compiling AsyncObjects AsyncCountdownEvent.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[111/113] Compiling AsyncObjects AsyncEvent.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[112/113] Compiling AsyncObjects AsyncSemaphore.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[113/113] Compiling AsyncObjects AsyncObject+Clock.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': dependency 'swift-log' is not used by any target
[0/1] Planning build
[1/1] Compiling plugin GenerateManualPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/18] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/19] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[7/19] Compiling InternalCollectionsUtilities Debugging.swift
[8/19] Compiling InternalCollectionsUtilities Descriptions.swift
[9/19] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/19] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[11/19] Emitting module InternalCollectionsUtilities
[12/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[13/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[14/19] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[15/19] Compiling InternalCollectionsUtilities Integer rank.swift
[16/19] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/19] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/19] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[22/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[23/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[24/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[25/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[26/75] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[27/75] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[28/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[29/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[30/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[31/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[32/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[33/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[34/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[35/82] Compiling OrderedCollections OrderedDictionary.swift
[36/82] Compiling OrderedCollections OrderedSet+Codable.swift
[37/82] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[38/82] Compiling OrderedCollections OrderedSet+Descriptions.swift
[39/82] Compiling OrderedCollections OrderedSet+Diffing.swift
[40/82] Compiling OrderedCollections OrderedSet+Equatable.swift
[41/82] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[42/82] Compiling OrderedCollections OrderedSet+Hashable.swift
[43/82] Compiling OrderedCollections OrderedSet+Initializers.swift
[44/82] Compiling OrderedCollections OrderedSet+Insertions.swift
[45/82] Compiling OrderedCollections OrderedSet+Invariants.swift
[46/82] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[47/82] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[48/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[49/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[50/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[51/82] Compiling OrderedCollections OrderedDictionary+Codable.swift
[52/82] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[53/82] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[54/82] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[55/82] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[56/82] Compiling OrderedCollections OrderedDictionary+Elements.swift
[57/82] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[58/82] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[59/82] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[60/82] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[61/82] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[62/82] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[63/82] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[64/82] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[65/82] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[66/82] Compiling OrderedCollections OrderedDictionary+Values.swift
[67/82] Compiling OrderedCollections OrderedSet+Sendable.swift
[68/82] Compiling OrderedCollections OrderedSet+SubSequence.swift
[69/82] Compiling OrderedCollections OrderedSet+Testing.swift
[70/82] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[71/82] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[72/82] Compiling OrderedCollections OrderedSet.swift
[73/82] Compiling OrderedCollections _UnsafeBitset.swift
[74/82] Compiling OrderedCollections _HashTable+Bucket.swift
[75/82] Compiling OrderedCollections _HashTable+BucketIterator.swift
[76/82] Compiling OrderedCollections _HashTable+Constants.swift
[77/82] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[78/82] Compiling OrderedCollections _HashTable+Testing.swift
[79/82] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[80/82] Compiling OrderedCollections _HashTable.swift
[81/82] Compiling OrderedCollections _Hashtable+Header.swift
[82/82] Emitting module OrderedCollections
[84/107] Compiling AsyncObjects AsyncObject+Duration.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[85/107] Compiling AsyncObjects AsyncObject.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[86/107] Compiling AsyncObjects Cancellable.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[87/107] Compiling AsyncObjects CancellationSource+Linking.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[88/110] Compiling AsyncObjects CancellationSource+Task.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[89/110] Compiling AsyncObjects CancellationSource+Timeout.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[90/110] Compiling AsyncObjects CancellationSource.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[91/110] Compiling AsyncObjects Exclusible.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[92/110] Compiling AsyncObjects Locker.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[93/110] Compiling AsyncObjects Loggable.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[94/110] Compiling AsyncObjects GlobalContinuation.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[95/110] Compiling AsyncObjects TrackableContinuable.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[96/110] Compiling AsyncObjects TrackedContinuation.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[97/110] Compiling AsyncObjects Continuable.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[98/110] Compiling AsyncObjects ContinuableCollection.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[99/110] Compiling AsyncObjects ContinuableCollectionActor.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[100/110] Compiling AsyncObjects Task.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[101/110] Compiling AsyncObjects TaskGroup.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[102/110] Compiling AsyncObjects Future.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[103/110] Compiling AsyncObjects AsyncCountdownEvent.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[104/110] Compiling AsyncObjects AsyncEvent.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[105/110] Compiling AsyncObjects AsyncSemaphore.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[106/110] Compiling AsyncObjects AsyncObject+Clock.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
error: emit-module command failed with exit code 1 (use -v to see invocation)
[107/110] Emitting module AsyncObjects
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[108/110] Compiling AsyncObjects TaskOperation.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[109/110] Compiling AsyncObjects TaskQueue.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
[110/110] Compiling AsyncObjects TaskTracker.swift
/host/spi-builder-workspace/Sources/AsyncObjects/TaskOperation.swift:2:8: error: no such module 'Dispatch'
  1 | import Foundation
  2 | import Dispatch
    |        `- error: no such module 'Dispatch'
  3 |
  4 | /// An object that bridges asynchronous work under structured concurrency
BUILD FAILURE 6.1 wasm