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 swift-async-algorithms, reference main (70c36c), with Swift 6.1 for Wasm on 10 Sep 2025 21:06:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/apple/swift-async-algorithms.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/apple/swift-async-algorithms
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 70c36ce Share algorithm (#357)
Cloned https://github.com/apple/swift-async-algorithms.git
Revision (git rev-parse @):
70c36ce9a1143709ba7a4cf764b6a5303ced23d4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-async-algorithms.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-async-algorithms.git
https://github.com/apple/swift-async-algorithms.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "swift-async-algorithms",
  "name" : "swift-async-algorithms",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncAlgorithms",
      "targets" : [
        "AsyncAlgorithms"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_CAsyncSequenceValidationSupport",
      "module_type" : "SystemLibraryTarget",
      "name" : "_CAsyncSequenceValidationSupport",
      "path" : "Sources/_CAsyncSequenceValidationSupport",
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "AsyncSequenceValidation",
      "module_type" : "SwiftTarget",
      "name" : "AsyncSequenceValidation",
      "path" : "Sources/AsyncSequenceValidation",
      "sources" : [
        "AsyncSequenceValidationDiagram.swift",
        "Clock.swift",
        "Event.swift",
        "Expectation.swift",
        "Input.swift",
        "Job.swift",
        "Locking.swift",
        "SourceLocation.swift",
        "TaskDriver.swift",
        "Test.swift",
        "Theme.swift",
        "WorkQueue.swift"
      ],
      "target_dependencies" : [
        "_CAsyncSequenceValidationSupport",
        "AsyncAlgorithms"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncAlgorithms_XCTest",
      "module_type" : "SwiftTarget",
      "name" : "AsyncAlgorithms_XCTest",
      "path" : "Sources/AsyncAlgorithms_XCTest",
      "sources" : [
        "ValidationTest.swift"
      ],
      "target_dependencies" : [
        "AsyncAlgorithms",
        "AsyncSequenceValidation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncAlgorithmsTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncAlgorithmsTests",
      "path" : "Tests/AsyncAlgorithmsTests",
      "sources" : [
        "Interspersed/TestInterspersed.swift",
        "Performance/TestThroughput.swift",
        "Performance/ThroughputMeasurement.swift",
        "Support/Asserts.swift",
        "Support/Failure.swift",
        "Support/Gate.swift",
        "Support/GatedSequence.swift",
        "Support/Indefinite.swift",
        "Support/Locking.swift",
        "Support/ManualClock.swift",
        "Support/ReportingSequence.swift",
        "Support/Validator.swift",
        "Support/ViolatingSequence.swift",
        "TestAdjacentPairs.swift",
        "TestBuffer.swift",
        "TestBufferedByteIterator.swift",
        "TestChain.swift",
        "TestChannel.swift",
        "TestChunk.swift",
        "TestCombineLatest.swift",
        "TestCompacted.swift",
        "TestDebounce.swift",
        "TestDictionary.swift",
        "TestJoin.swift",
        "TestLazy.swift",
        "TestManualClock.swift",
        "TestMerge.swift",
        "TestRangeReplaceableCollection.swift",
        "TestReductions.swift",
        "TestRemoveDuplicates.swift",
        "TestSetAlgebra.swift",
        "TestShare.swift",
        "TestThrottle.swift",
        "TestThrowingChannel.swift",
        "TestTimer.swift",
        "TestValidationTests.swift",
        "TestValidator.swift",
        "TestZip.swift"
      ],
      "target_dependencies" : [
        "AsyncAlgorithms",
        "AsyncSequenceValidation",
        "AsyncAlgorithms_XCTest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncAlgorithms",
      "module_type" : "SwiftTarget",
      "name" : "AsyncAlgorithms",
      "path" : "Sources/AsyncAlgorithms",
      "product_dependencies" : [
        "OrderedCollections",
        "DequeModule"
      ],
      "product_memberships" : [
        "AsyncAlgorithms"
      ],
      "sources" : [
        "AsyncAdjacentPairsSequence.swift",
        "AsyncBufferedByteIterator.swift",
        "AsyncChain2Sequence.swift",
        "AsyncChain3Sequence.swift",
        "AsyncChunkedByGroupSequence.swift",
        "AsyncChunkedOnProjectionSequence.swift",
        "AsyncChunksOfCountOrSignalSequence.swift",
        "AsyncChunksOfCountSequence.swift",
        "AsyncCompactedSequence.swift",
        "AsyncExclusiveReductionsSequence.swift",
        "AsyncInclusiveReductionsSequence.swift",
        "AsyncJoinedBySeparatorSequence.swift",
        "AsyncJoinedSequence.swift",
        "AsyncRemoveDuplicatesSequence.swift",
        "AsyncShareSequence.swift",
        "AsyncSyncSequence.swift",
        "AsyncThrottleSequence.swift",
        "AsyncThrowingExclusiveReductionsSequence.swift",
        "AsyncThrowingInclusiveReductionsSequence.swift",
        "AsyncTimerSequence.swift",
        "Buffer/AsyncBufferSequence.swift",
        "Buffer/BoundedBufferStateMachine.swift",
        "Buffer/BoundedBufferStorage.swift",
        "Buffer/UnboundedBufferStateMachine.swift",
        "Buffer/UnboundedBufferStorage.swift",
        "Channels/AsyncChannel.swift",
        "Channels/AsyncThrowingChannel.swift",
        "Channels/ChannelStateMachine.swift",
        "Channels/ChannelStorage.swift",
        "CombineLatest/AsyncCombineLatest2Sequence.swift",
        "CombineLatest/AsyncCombineLatest3Sequence.swift",
        "CombineLatest/CombineLatestStateMachine.swift",
        "CombineLatest/CombineLatestStorage.swift",
        "Debounce/AsyncDebounceSequence.swift",
        "Debounce/DebounceStateMachine.swift",
        "Debounce/DebounceStorage.swift",
        "Dictionary.swift",
        "Interspersed/AsyncInterspersedSequence.swift",
        "Locking.swift",
        "Merge/AsyncMerge2Sequence.swift",
        "Merge/AsyncMerge3Sequence.swift",
        "Merge/MergeStateMachine.swift",
        "Merge/MergeStorage.swift",
        "RangeReplaceableCollection.swift",
        "Rethrow.swift",
        "SetAlgebra.swift",
        "UnsafeTransfer.swift",
        "Zip/AsyncZip2Sequence.swift",
        "Zip/AsyncZip3Sequence.swift",
        "Zip/ZipStateMachine.swift",
        "Zip/ZipStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Fetching https://github.com/apple/swift-collections.git
[1/17453] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.25s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.93s)
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.1
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/21] Emitting module InternalCollectionsUtilities
[9/22] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[10/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[11/22] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[12/22] Compiling InternalCollectionsUtilities Debugging.swift
[13/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/22] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/22] Compiling InternalCollectionsUtilities Descriptions.swift
[16/22] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.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
[21/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[22/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/93] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[25/93] Compiling OrderedCollections OrderedDictionary+Elements.swift
[26/95] Compiling OrderedCollections _HashTable+Testing.swift
[27/95] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[28/95] Compiling OrderedCollections _HashTable+Constants.swift
[29/95] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[30/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[31/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[32/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[33/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[34/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[35/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[36/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[37/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[38/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[39/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[40/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[41/95] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[42/95] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[43/95] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[44/102] Compiling DequeModule _DequeSlot.swift
[45/102] Compiling DequeModule _UnsafeWrappedBuffer.swift
[46/102] Compiling OrderedCollections OrderedDictionary.swift
[47/102] Compiling OrderedCollections OrderedSet+Codable.swift
[48/102] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[49/102] Compiling OrderedCollections OrderedSet+Descriptions.swift
[50/102] Compiling OrderedCollections OrderedSet+Diffing.swift
[51/102] Compiling OrderedCollections OrderedSet+Equatable.swift
[52/102] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[53/102] Compiling OrderedCollections OrderedSet+Hashable.swift
[54/102] Compiling OrderedCollections OrderedSet+Initializers.swift
[55/102] Compiling OrderedCollections OrderedSet+Insertions.swift
[56/102] Compiling OrderedCollections OrderedSet+Invariants.swift
[57/102] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[58/102] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[59/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[60/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[61/102] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[62/102] Compiling OrderedCollections OrderedDictionary+Codable.swift
[63/102] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[64/102] Compiling OrderedCollections _HashTable.swift
[65/102] Compiling OrderedCollections _Hashtable+Header.swift
[66/102] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[67/102] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[68/102] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[69/102] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[70/102] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[71/102] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[72/102] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[73/102] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[74/102] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[75/102] Compiling OrderedCollections OrderedDictionary+Values.swift
[76/102] Emitting module DequeModule
[77/102] Compiling OrderedCollections _HashTable+Bucket.swift
[78/102] Compiling OrderedCollections _HashTable+BucketIterator.swift
[96/103] Compiling OrderedCollections OrderedSet+Sendable.swift
[97/103] Compiling OrderedCollections OrderedSet+SubSequence.swift
[98/103] Compiling OrderedCollections OrderedSet+Testing.swift
[99/103] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[100/103] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[101/103] Compiling OrderedCollections OrderedSet.swift
[102/103] Compiling OrderedCollections _UnsafeBitset.swift
[103/103] Emitting module OrderedCollections
[105/150] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[106/150] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[107/150] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[108/150] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[109/150] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[110/150] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[111/156] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[112/156] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[113/156] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[114/156] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[115/156] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[116/156] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[117/156] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[118/156] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[119/156] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[120/156] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[121/156] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[122/156] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[123/156] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[124/156] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[125/156] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[126/156] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[127/156] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[128/156] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[129/156] Compiling AsyncAlgorithms AsyncShareSequence.swift
[130/156] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[131/156] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[132/156] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[133/156] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[134/156] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[135/156] Compiling AsyncAlgorithms AsyncBufferSequence.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[136/156] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[137/156] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[138/156] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[139/156] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[140/156] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[141/156] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[142/156] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[143/156] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[144/156] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[145/156] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[146/156] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[147/156] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[148/156] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[149/156] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[150/156] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[151/156] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[152/156] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[153/156] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[154/156] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[155/156] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[156/156] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/15] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[3/15] Compiling InternalCollectionsUtilities Debugging.swift
[4/16] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/16] Compiling InternalCollectionsUtilities Descriptions.swift
[6/16] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/16] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[9/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[10/16] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[11/16] Compiling InternalCollectionsUtilities UInt+reversed.swift
[12/16] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[13/16] Compiling InternalCollectionsUtilities Integer rank.swift
[14/16] Emitting module InternalCollectionsUtilities
[15/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/87] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[19/87] Compiling OrderedCollections OrderedDictionary+Elements.swift
[20/89] Compiling OrderedCollections _HashTable+Constants.swift
[21/89] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[22/89] Compiling OrderedCollections _HashTable+Testing.swift
[23/89] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[24/89] Compiling OrderedCollections _HashTable.swift
[25/89] Compiling OrderedCollections _Hashtable+Header.swift
[26/89] Compiling DequeModule _DequeSlot.swift
[27/89] Compiling DequeModule _UnsafeWrappedBuffer.swift
[28/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[29/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[30/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[31/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[32/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[33/89] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[34/89] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[35/96] Compiling OrderedCollections OrderedDictionary+Codable.swift
[36/96] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[37/96] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[38/96] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[43/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[44/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[45/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[46/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[47/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[48/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[49/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[50/96] Compiling OrderedCollections OrderedDictionary.swift
[51/96] Compiling OrderedCollections OrderedSet+Codable.swift
[52/96] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[53/96] Compiling OrderedCollections OrderedSet+Descriptions.swift
[54/96] Compiling OrderedCollections OrderedSet+Diffing.swift
[55/96] Compiling OrderedCollections OrderedSet+Equatable.swift
[56/96] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[57/96] Compiling OrderedCollections OrderedSet+Hashable.swift
[58/96] Compiling OrderedCollections OrderedSet+Initializers.swift
[59/96] Compiling OrderedCollections OrderedSet+Insertions.swift
[60/96] Compiling OrderedCollections OrderedSet+Invariants.swift
[61/96] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[62/96] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[63/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[64/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[65/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[66/96] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[67/96] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[68/96] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[69/96] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[70/96] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[71/96] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[72/96] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[73/96] Compiling OrderedCollections OrderedDictionary+Values.swift
[78/96] Compiling OrderedCollections _HashTable+Bucket.swift
[79/96] Compiling OrderedCollections _HashTable+BucketIterator.swift
[80/96] Emitting module DequeModule
[90/97] Compiling OrderedCollections OrderedSet+Sendable.swift
[91/97] Compiling OrderedCollections OrderedSet+SubSequence.swift
[92/97] Compiling OrderedCollections OrderedSet+Testing.swift
[93/97] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[94/97] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[95/97] Compiling OrderedCollections OrderedSet.swift
[96/97] Compiling OrderedCollections _UnsafeBitset.swift
[97/97] Emitting module OrderedCollections
error: emit-module command failed with exit code 1 (use -v to see invocation)
[99/144] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[100/150] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[101/150] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[102/150] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[103/150] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[104/150] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[105/150] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[106/150] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[107/150] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[108/150] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[109/150] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[110/150] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[111/150] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[112/150] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[113/150] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[114/150] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[115/150] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[116/150] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[117/150] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[118/150] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[119/150] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[120/150] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[121/150] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[122/150] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[123/150] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[124/150] Compiling AsyncAlgorithms AsyncShareSequence.swift
[125/150] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[126/150] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[127/150] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[128/150] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[129/150] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[130/150] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[131/150] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[132/150] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[133/150] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[134/150] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[135/150] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[136/150] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[137/150] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[138/150] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[139/150] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[140/150] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[141/150] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[142/150] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[143/150] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[144/150] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[145/150] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[146/150] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[147/150] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[148/150] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[149/150] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[150/150] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
BUILD FAILURE 6.1 wasm