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 Guise, reference 11.1.4 (ea530a), with Swift 6.1 for Wasm on 31 May 2025 08:12:38 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Prosumma/Guise.git
Reference: 11.1.4
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/Prosumma/Guise
 * tag               11.1.4     -> FETCH_HEAD
HEAD is now at ea530a2 requiresMainActor -> requiresIsolation
Cloned https://github.com/Prosumma/Guise.git
Revision (git rev-parse @):
ea530a2888e7348aefd3f38835f04dc05b43c5e2
SUCCESS checkout https://github.com/Prosumma/Guise.git at 11.1.4
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Prosumma/Guise.git
https://github.com/Prosumma/Guise.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "semaphore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    }
  ],
  "manifest_display_name" : "Guise",
  "name" : "Guise",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Guise",
      "targets" : [
        "Guise"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GuiseTests",
      "module_type" : "SwiftTarget",
      "name" : "GuiseTests",
      "path" : "Tests/GuiseTests",
      "sources" : [
        "AssemblyTests.swift",
        "AutoTests.swift",
        "ContainerTests.swift",
        "CriteriaTests.swift",
        "EntryTests.swift",
        "KeyTests.swift",
        "LazyResolverTests.swift",
        "Models/Alien.swift",
        "Models/AsyncAssembly.swift",
        "Models/House.swift",
        "Models/Ningleton.swift",
        "Models/Singleton.swift",
        "Models/Spaceship.swift",
        "Models/SyncAssembly.swift",
        "Models/TestAssembly.swift",
        "Models/Thing.swift",
        "Models/UI.swift",
        "Models/ViewController.swift",
        "ResolutionAdapterTests.swift",
        "ResolverTests.swift",
        "UITests.swift"
      ],
      "target_dependencies" : [
        "Guise"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Guise",
      "module_type" : "SwiftTarget",
      "name" : "Guise",
      "path" : "Sources/Guise",
      "product_dependencies" : [
        "OrderedCollections",
        "Semaphore"
      ],
      "product_memberships" : [
        "Guise"
      ],
      "sources" : [
        "AnySendableHashable.swift",
        "Assembler.swift",
        "Assembly.swift",
        "Auto.swift",
        "Container.swift",
        "Criteria.swift",
        "Entry.swift",
        "Key.swift",
        "LazyResolver.swift",
        "LazyResolving.swift",
        "Lifetime.swift",
        "Registrar.swift",
        "ResolutionAdapter.swift",
        "ResolutionError.swift",
        "Resolver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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-collections
Fetching https://github.com/groue/Semaphore
[1/293] Fetching semaphore
[294/16884] Fetching semaphore, swift-collections
Fetched https://github.com/groue/Semaphore from cache (0.87s)
Fetched https://github.com/apple/swift-collections from cache (0.89s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (1.34s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.58s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/groue/Semaphore
Working copy of https://github.com/groue/Semaphore resolved at 0.1.0
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/21] Emitting module InternalCollectionsUtilities
[7/22] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[9/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[10/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[11/22] Compiling InternalCollectionsUtilities _SortedCollection.swift
[12/22] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[13/22] Compiling InternalCollectionsUtilities Debugging.swift
[14/22] Compiling InternalCollectionsUtilities Descriptions.swift
[15/22] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/22] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[18/22] Compiling InternalCollectionsUtilities UInt+reversed.swift
[19/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/22] Compiling InternalCollectionsUtilities Integer rank.swift
[22/78] Emitting module Semaphore
[23/78] Compiling Semaphore AsyncSemaphore.swift
[25/79] Compiling OrderedCollections OrderedDictionary.swift
[26/79] Compiling OrderedCollections OrderedSet+Codable.swift
[27/79] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[28/79] Compiling OrderedCollections OrderedSet+Descriptions.swift
[29/79] Compiling OrderedCollections OrderedSet+Diffing.swift
[30/79] Compiling OrderedCollections OrderedSet+Equatable.swift
[31/79] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[32/79] Compiling OrderedCollections OrderedSet+Hashable.swift
[33/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[34/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[35/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[36/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[37/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[38/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[39/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[40/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[41/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[42/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[43/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[44/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[45/86] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[46/86] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[47/86] Compiling OrderedCollections OrderedSet+Initializers.swift
[48/86] Compiling OrderedCollections OrderedSet+Insertions.swift
[49/86] Compiling OrderedCollections OrderedSet+Invariants.swift
[50/86] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[51/86] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[52/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[53/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[54/86] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[55/86] Compiling OrderedCollections _HashTable+Bucket.swift
[56/86] Compiling OrderedCollections _HashTable+BucketIterator.swift
[57/86] Compiling OrderedCollections _HashTable+Constants.swift
[58/86] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[59/86] Compiling OrderedCollections _HashTable+Testing.swift
[60/86] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[61/86] Compiling OrderedCollections _HashTable.swift
[62/86] Compiling OrderedCollections _Hashtable+Header.swift
[63/86] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[64/86] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[65/86] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[66/86] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[67/86] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[68/86] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[69/86] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[70/86] Compiling OrderedCollections OrderedDictionary+Values.swift
[71/86] Compiling OrderedCollections OrderedSet+Sendable.swift
[72/86] Compiling OrderedCollections OrderedSet+SubSequence.swift
[73/86] Compiling OrderedCollections OrderedSet+Testing.swift
[74/86] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[75/86] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[76/86] Compiling OrderedCollections OrderedSet.swift
[77/86] Compiling OrderedCollections _UnsafeBitset.swift
[78/86] Emitting module OrderedCollections
[79/86] Compiling OrderedCollections OrderedDictionary+Codable.swift
[80/86] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[81/86] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[82/86] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[83/86] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[84/86] Compiling OrderedCollections OrderedDictionary+Elements.swift
[85/86] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[86/86] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[88/102] Emitting module Guise
/host/spi-builder-workspace/Sources/Guise/Container.swift:16:23: error: cannot find 'DispatchQueue' in scope
 14 |   private var assemblies: OrderedSet<AssemblyEntry> = []
 15 |   private var entries: [AnyKey: Entry] = [:]
 16 |   private let queue = DispatchQueue(label: "Guise.Container.Entry.lock", attributes: .concurrent)
    |                       `- error: cannot find 'DispatchQueue' in scope
 17 |
 18 |   public init(parent: Container? = nil) {
/host/spi-builder-workspace/Sources/Guise/Container.swift:16:87: error: cannot infer contextual base in reference to member 'concurrent'
 14 |   private var assemblies: OrderedSet<AssemblyEntry> = []
 15 |   private var entries: [AnyKey: Entry] = [:]
 16 |   private let queue = DispatchQueue(label: "Guise.Container.Entry.lock", attributes: .concurrent)
    |                                                                                       `- error: cannot infer contextual base in reference to member 'concurrent'
 17 |
 18 |   public init(parent: Container? = nil) {
/host/spi-builder-workspace/Sources/Guise/Entry.swift:31:22: error: cannot find 'DispatchQueue' in scope
 29 |   private let factory: Factory
 30 |   private var resolution: Resolution = .factory
 31 |   private let lock = DispatchQueue(label: "Guise.Entry.lock")
    |                      `- error: cannot find 'DispatchQueue' in scope
 32 |   private let semaphore = AsyncSemaphore(value: 1)
 33 |
[89/103] Compiling Guise Assembly.swift
[90/103] Compiling Guise Auto.swift
[91/103] Compiling Guise AnySendableHashable.swift
[92/103] Compiling Guise Assembler.swift
[93/103] Compiling Guise LazyResolver.swift
[94/103] Compiling Guise LazyResolving.swift
[95/103] Compiling Guise Container.swift
/host/spi-builder-workspace/Sources/Guise/Container.swift:16:23: error: cannot find 'DispatchQueue' in scope
 14 |   private var assemblies: OrderedSet<AssemblyEntry> = []
 15 |   private var entries: [AnyKey: Entry] = [:]
 16 |   private let queue = DispatchQueue(label: "Guise.Container.Entry.lock", attributes: .concurrent)
    |                       `- error: cannot find 'DispatchQueue' in scope
 17 |
 18 |   public init(parent: Container? = nil) {
/host/spi-builder-workspace/Sources/Guise/Container.swift:16:87: error: cannot infer contextual base in reference to member 'concurrent'
 14 |   private var assemblies: OrderedSet<AssemblyEntry> = []
 15 |   private var entries: [AnyKey: Entry] = [:]
 16 |   private let queue = DispatchQueue(label: "Guise.Container.Entry.lock", attributes: .concurrent)
    |                                                                                       `- error: cannot infer contextual base in reference to member 'concurrent'
 17 |
 18 |   public init(parent: Container? = nil) {
/host/spi-builder-workspace/Sources/Guise/Container.swift:55:26: error: cannot infer contextual base in reference to member 'barrier'
 53 |       // set the new value. This is why we can't use
 54 |       // an actor.
 55 |       queue.sync(flags: .barrier) {
    |                          `- error: cannot infer contextual base in reference to member 'barrier'
 56 |         self.entries[AnyKey(key)] = newValue
 57 |       }
[96/103] Compiling Guise Criteria.swift
/host/spi-builder-workspace/Sources/Guise/Container.swift:16:23: error: cannot find 'DispatchQueue' in scope
 14 |   private var assemblies: OrderedSet<AssemblyEntry> = []
 15 |   private var entries: [AnyKey: Entry] = [:]
 16 |   private let queue = DispatchQueue(label: "Guise.Container.Entry.lock", attributes: .concurrent)
    |                       `- error: cannot find 'DispatchQueue' in scope
 17 |
 18 |   public init(parent: Container? = nil) {
/host/spi-builder-workspace/Sources/Guise/Container.swift:16:87: error: cannot infer contextual base in reference to member 'concurrent'
 14 |   private var assemblies: OrderedSet<AssemblyEntry> = []
 15 |   private var entries: [AnyKey: Entry] = [:]
 16 |   private let queue = DispatchQueue(label: "Guise.Container.Entry.lock", attributes: .concurrent)
    |                                                                                       `- error: cannot infer contextual base in reference to member 'concurrent'
 17 |
 18 |   public init(parent: Container? = nil) {
/host/spi-builder-workspace/Sources/Guise/Container.swift:55:26: error: cannot infer contextual base in reference to member 'barrier'
 53 |       // set the new value. This is why we can't use
 54 |       // an actor.
 55 |       queue.sync(flags: .barrier) {
    |                          `- error: cannot infer contextual base in reference to member 'barrier'
 56 |         self.entries[AnyKey(key)] = newValue
 57 |       }
[97/103] Compiling Guise Entry.swift
/host/spi-builder-workspace/Sources/Guise/Entry.swift:31:22: error: cannot find 'DispatchQueue' in scope
 29 |   private let factory: Factory
 30 |   private var resolution: Resolution = .factory
 31 |   private let lock = DispatchQueue(label: "Guise.Entry.lock")
    |                      `- error: cannot find 'DispatchQueue' in scope
 32 |   private let semaphore = AsyncSemaphore(value: 1)
 33 |
[98/103] Compiling Guise Key.swift
/host/spi-builder-workspace/Sources/Guise/Entry.swift:31:22: error: cannot find 'DispatchQueue' in scope
 29 |   private let factory: Factory
 30 |   private var resolution: Resolution = .factory
 31 |   private let lock = DispatchQueue(label: "Guise.Entry.lock")
    |                      `- error: cannot find 'DispatchQueue' in scope
 32 |   private let semaphore = AsyncSemaphore(value: 1)
 33 |
[99/103] Compiling Guise Resolver.swift
/host/spi-builder-workspace/Sources/Guise/Entry.swift:31:22: error: cannot find 'DispatchQueue' in scope
 29 |   private let factory: Factory
 30 |   private var resolution: Resolution = .factory
 31 |   private let lock = DispatchQueue(label: "Guise.Entry.lock")
    |                      `- error: cannot find 'DispatchQueue' in scope
 32 |   private let semaphore = AsyncSemaphore(value: 1)
 33 |
[100/103] Compiling Guise ResolutionAdapter.swift
[101/103] Compiling Guise ResolutionError.swift
[102/103] Compiling Guise Lifetime.swift
/host/spi-builder-workspace/Sources/Guise/Entry.swift:31:22: error: cannot find 'DispatchQueue' in scope
 29 |   private let factory: Factory
 30 |   private var resolution: Resolution = .factory
 31 |   private let lock = DispatchQueue(label: "Guise.Entry.lock")
    |                      `- error: cannot find 'DispatchQueue' in scope
 32 |   private let semaphore = AsyncSemaphore(value: 1)
 33 |
[103/103] Compiling Guise Registrar.swift
/host/spi-builder-workspace/Sources/Guise/Entry.swift:31:22: error: cannot find 'DispatchQueue' in scope
 29 |   private let factory: Factory
 30 |   private var resolution: Resolution = .factory
 31 |   private let lock = DispatchQueue(label: "Guise.Entry.lock")
    |                      `- error: cannot find 'DispatchQueue' in scope
 32 |   private let semaphore = AsyncSemaphore(value: 1)
 33 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/17] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/18] Compiling InternalCollectionsUtilities Descriptions.swift
[4/18] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[5/18] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/18] Compiling InternalCollectionsUtilities Debugging.swift
[7/18] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[8/18] Compiling InternalCollectionsUtilities UInt+reversed.swift
[9/18] Compiling Semaphore AsyncSemaphore.swift
[10/18] Emitting module Semaphore
[12/19] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/19] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/19] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/19] Compiling InternalCollectionsUtilities Integer rank.swift
[19/19] Emitting module InternalCollectionsUtilities
[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/75] Compiling OrderedCollections OrderedDictionary.swift
[29/75] Compiling OrderedCollections OrderedSet+Codable.swift
[30/75] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[31/75] Compiling OrderedCollections OrderedSet+Descriptions.swift
[32/75] Compiling OrderedCollections OrderedSet+Diffing.swift
[33/75] Compiling OrderedCollections OrderedSet+Equatable.swift
[34/75] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[35/75] Compiling OrderedCollections OrderedSet+Hashable.swift
[36/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[37/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[38/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[39/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[40/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[41/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[42/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.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+Hashable.swift
[52/82] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[53/82] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[54/82] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[55/82] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[56/82] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[57/82] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[58/82] Compiling OrderedCollections OrderedDictionary+Values.swift
[59/82] Compiling OrderedCollections OrderedDictionary+Codable.swift
[60/82] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[61/82] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[62/82] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[63/82] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[64/82] Compiling OrderedCollections OrderedDictionary+Elements.swift
[65/82] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[66/82] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[67/82] Compiling OrderedCollections _HashTable+Bucket.swift
[68/82] Compiling OrderedCollections _HashTable+BucketIterator.swift
[69/82] Compiling OrderedCollections _HashTable+Constants.swift
[70/82] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[71/82] Compiling OrderedCollections _HashTable+Testing.swift
[72/82] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[73/82] Compiling OrderedCollections _HashTable.swift
[74/82] Compiling OrderedCollections _Hashtable+Header.swift
[75/82] Emitting module OrderedCollections
[76/82] Compiling OrderedCollections OrderedSet+Sendable.swift
[77/82] Compiling OrderedCollections OrderedSet+SubSequence.swift
[78/82] Compiling OrderedCollections OrderedSet+Testing.swift
[79/82] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[80/82] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[81/82] Compiling OrderedCollections OrderedSet.swift
[82/82] Compiling OrderedCollections _UnsafeBitset.swift
[84/98] Compiling Guise Assembly.swift
[85/98] Compiling Guise Auto.swift
[86/98] Compiling Guise Container.swift
/host/spi-builder-workspace/Sources/Guise/Container.swift:16:23: error: cannot find 'DispatchQueue' in scope
 14 |   private var assemblies: OrderedSet<AssemblyEntry> = []
 15 |   private var entries: [AnyKey: Entry] = [:]
 16 |   private let queue = DispatchQueue(label: "Guise.Container.Entry.lock", attributes: .concurrent)
    |                       `- error: cannot find 'DispatchQueue' in scope
 17 |
 18 |   public init(parent: Container? = nil) {
/host/spi-builder-workspace/Sources/Guise/Container.swift:16:87: error: cannot infer contextual base in reference to member 'concurrent'
 14 |   private var assemblies: OrderedSet<AssemblyEntry> = []
 15 |   private var entries: [AnyKey: Entry] = [:]
 16 |   private let queue = DispatchQueue(label: "Guise.Container.Entry.lock", attributes: .concurrent)
    |                                                                                       `- error: cannot infer contextual base in reference to member 'concurrent'
 17 |
 18 |   public init(parent: Container? = nil) {
/host/spi-builder-workspace/Sources/Guise/Container.swift:55:26: error: cannot infer contextual base in reference to member 'barrier'
 53 |       // set the new value. This is why we can't use
 54 |       // an actor.
 55 |       queue.sync(flags: .barrier) {
    |                          `- error: cannot infer contextual base in reference to member 'barrier'
 56 |         self.entries[AnyKey(key)] = newValue
 57 |       }
[87/98] Compiling Guise Criteria.swift
/host/spi-builder-workspace/Sources/Guise/Container.swift:16:23: error: cannot find 'DispatchQueue' in scope
 14 |   private var assemblies: OrderedSet<AssemblyEntry> = []
 15 |   private var entries: [AnyKey: Entry] = [:]
 16 |   private let queue = DispatchQueue(label: "Guise.Container.Entry.lock", attributes: .concurrent)
    |                       `- error: cannot find 'DispatchQueue' in scope
 17 |
 18 |   public init(parent: Container? = nil) {
/host/spi-builder-workspace/Sources/Guise/Container.swift:16:87: error: cannot infer contextual base in reference to member 'concurrent'
 14 |   private var assemblies: OrderedSet<AssemblyEntry> = []
 15 |   private var entries: [AnyKey: Entry] = [:]
 16 |   private let queue = DispatchQueue(label: "Guise.Container.Entry.lock", attributes: .concurrent)
    |                                                                                       `- error: cannot infer contextual base in reference to member 'concurrent'
 17 |
 18 |   public init(parent: Container? = nil) {
/host/spi-builder-workspace/Sources/Guise/Container.swift:55:26: error: cannot infer contextual base in reference to member 'barrier'
 53 |       // set the new value. This is why we can't use
 54 |       // an actor.
 55 |       queue.sync(flags: .barrier) {
    |                          `- error: cannot infer contextual base in reference to member 'barrier'
 56 |         self.entries[AnyKey(key)] = newValue
 57 |       }
[88/99] Compiling Guise LazyResolver.swift
[89/99] Compiling Guise LazyResolving.swift
[90/99] Compiling Guise Entry.swift
/host/spi-builder-workspace/Sources/Guise/Entry.swift:31:22: error: cannot find 'DispatchQueue' in scope
 29 |   private let factory: Factory
 30 |   private var resolution: Resolution = .factory
 31 |   private let lock = DispatchQueue(label: "Guise.Entry.lock")
    |                      `- error: cannot find 'DispatchQueue' in scope
 32 |   private let semaphore = AsyncSemaphore(value: 1)
 33 |
[91/99] Compiling Guise Key.swift
/host/spi-builder-workspace/Sources/Guise/Entry.swift:31:22: error: cannot find 'DispatchQueue' in scope
 29 |   private let factory: Factory
 30 |   private var resolution: Resolution = .factory
 31 |   private let lock = DispatchQueue(label: "Guise.Entry.lock")
    |                      `- error: cannot find 'DispatchQueue' in scope
 32 |   private let semaphore = AsyncSemaphore(value: 1)
 33 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[92/99] Compiling Guise AnySendableHashable.swift
[93/99] Compiling Guise Assembler.swift
[94/99] Emitting module Guise
/host/spi-builder-workspace/Sources/Guise/Container.swift:16:23: error: cannot find 'DispatchQueue' in scope
 14 |   private var assemblies: OrderedSet<AssemblyEntry> = []
 15 |   private var entries: [AnyKey: Entry] = [:]
 16 |   private let queue = DispatchQueue(label: "Guise.Container.Entry.lock", attributes: .concurrent)
    |                       `- error: cannot find 'DispatchQueue' in scope
 17 |
 18 |   public init(parent: Container? = nil) {
/host/spi-builder-workspace/Sources/Guise/Container.swift:16:87: error: cannot infer contextual base in reference to member 'concurrent'
 14 |   private var assemblies: OrderedSet<AssemblyEntry> = []
 15 |   private var entries: [AnyKey: Entry] = [:]
 16 |   private let queue = DispatchQueue(label: "Guise.Container.Entry.lock", attributes: .concurrent)
    |                                                                                       `- error: cannot infer contextual base in reference to member 'concurrent'
 17 |
 18 |   public init(parent: Container? = nil) {
/host/spi-builder-workspace/Sources/Guise/Entry.swift:31:22: error: cannot find 'DispatchQueue' in scope
 29 |   private let factory: Factory
 30 |   private var resolution: Resolution = .factory
 31 |   private let lock = DispatchQueue(label: "Guise.Entry.lock")
    |                      `- error: cannot find 'DispatchQueue' in scope
 32 |   private let semaphore = AsyncSemaphore(value: 1)
 33 |
[95/99] Compiling Guise Resolver.swift
/host/spi-builder-workspace/Sources/Guise/Entry.swift:31:22: error: cannot find 'DispatchQueue' in scope
 29 |   private let factory: Factory
 30 |   private var resolution: Resolution = .factory
 31 |   private let lock = DispatchQueue(label: "Guise.Entry.lock")
    |                      `- error: cannot find 'DispatchQueue' in scope
 32 |   private let semaphore = AsyncSemaphore(value: 1)
 33 |
[96/99] Compiling Guise ResolutionAdapter.swift
[97/99] Compiling Guise ResolutionError.swift
[98/99] Compiling Guise Lifetime.swift
/host/spi-builder-workspace/Sources/Guise/Entry.swift:31:22: error: cannot find 'DispatchQueue' in scope
 29 |   private let factory: Factory
 30 |   private var resolution: Resolution = .factory
 31 |   private let lock = DispatchQueue(label: "Guise.Entry.lock")
    |                      `- error: cannot find 'DispatchQueue' in scope
 32 |   private let semaphore = AsyncSemaphore(value: 1)
 33 |
[99/99] Compiling Guise Registrar.swift
/host/spi-builder-workspace/Sources/Guise/Entry.swift:31:22: error: cannot find 'DispatchQueue' in scope
 29 |   private let factory: Factory
 30 |   private var resolution: Resolution = .factory
 31 |   private let lock = DispatchQueue(label: "Guise.Entry.lock")
    |                      `- error: cannot find 'DispatchQueue' in scope
 32 |   private let semaphore = AsyncSemaphore(value: 1)
 33 |
BUILD FAILURE 6.1 wasm