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 SwiftSessions, reference 1.0.1 (92cf4f), with Swift 6.1 for Wasm on 29 May 2025 11:33:04 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alessiorubicini/SwiftSessions.git
Reference: 1.0.1
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/alessiorubicini/SwiftSessions
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 92cf4f1 refactored channel to endpoint
Cloned https://github.com/alessiorubicini/SwiftSessions.git
Revision (git rev-parse @):
92cf4f118a12e3869eba07ebea57a19788056851
SUCCESS checkout https://github.com/alessiorubicini/SwiftSessions.git at 1.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alessiorubicini/SwiftSessions.git
https://github.com/alessiorubicini/SwiftSessions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    }
  ],
  "manifest_display_name" : "SwiftSessions",
  "name" : "SwiftSessions",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftSessions",
      "targets" : [
        "SwiftSessions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftSessionsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSessionsTests",
      "path" : "Tests",
      "product_dependencies" : [
        "AsyncAlgorithms"
      ],
      "sources" : [
        "BranchingTests.swift",
        "LinearityTests.swift",
        "LoopTests.swift",
        "MathTests.swift",
        "StandardTests.swift"
      ],
      "target_dependencies" : [
        "SwiftSessions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSessions",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSessions",
      "path" : "Sources/SwiftSessions",
      "product_dependencies" : [
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "SwiftSessions"
      ],
      "sources" : [
        "Client.swift",
        "Empty.swift",
        "Endpoint.swift",
        "Or.swift",
        "Server.swift",
        "Session/Session+Closures.swift",
        "Session/Session+Passing.swift",
        "Session/Session.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (0.53s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (1.58s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.84s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.69s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/20] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[8/20] Compiling InternalCollectionsUtilities UInt+reversed.swift
[9/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[10/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[11/21] Emitting module InternalCollectionsUtilities
[12/21] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[13/21] Compiling InternalCollectionsUtilities Integer rank.swift
[14/21] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/21] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/21] Compiling InternalCollectionsUtilities Descriptions.swift
[17/21] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/21] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/21] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/21] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/21] Compiling InternalCollectionsUtilities Debugging.swift
[23/92] Compiling OrderedCollections OrderedDictionary.swift
[24/92] Compiling OrderedCollections OrderedSet+Codable.swift
[25/92] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[26/92] Compiling OrderedCollections OrderedSet+Descriptions.swift
[27/92] Compiling OrderedCollections OrderedSet+Diffing.swift
[28/92] Compiling OrderedCollections OrderedSet+Equatable.swift
[29/92] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[30/92] Compiling OrderedCollections OrderedSet+Hashable.swift
[31/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[32/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[33/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[34/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[35/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[36/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[37/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[38/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[39/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[40/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[41/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[42/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[43/99] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[44/99] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[45/99] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[46/99] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[47/101] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[48/101] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[49/101] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[50/101] Compiling OrderedCollections OrderedDictionary+Values.swift
[51/101] Compiling OrderedCollections OrderedDictionary+Codable.swift
[52/101] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[53/101] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[54/101] Compiling OrderedCollections OrderedDictionary+Elements.swift
[55/101] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[56/101] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[59/101] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[60/101] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[67/101] Emitting module DequeModule
[68/101] Compiling OrderedCollections OrderedSet+Initializers.swift
[69/101] Compiling OrderedCollections OrderedSet+Insertions.swift
[70/101] Compiling OrderedCollections OrderedSet+Invariants.swift
[71/101] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[72/101] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[73/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[74/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[75/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[82/101] Compiling DequeModule _DequeSlot.swift
[83/101] Compiling DequeModule _UnsafeWrappedBuffer.swift
[87/102] Compiling OrderedCollections _HashTable+Bucket.swift
[88/102] Compiling OrderedCollections _HashTable+BucketIterator.swift
[89/102] Compiling OrderedCollections _HashTable+Constants.swift
[90/102] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[91/102] Compiling OrderedCollections _HashTable+Testing.swift
[92/102] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[93/102] Compiling OrderedCollections _HashTable.swift
[94/102] Compiling OrderedCollections _Hashtable+Header.swift
[95/102] Compiling OrderedCollections OrderedSet+Sendable.swift
[96/102] Compiling OrderedCollections OrderedSet+SubSequence.swift
[97/102] Compiling OrderedCollections OrderedSet+Testing.swift
[98/102] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[99/102] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[100/102] Compiling OrderedCollections OrderedSet.swift
[101/102] Compiling OrderedCollections _UnsafeBitset.swift
[102/102] Emitting module OrderedCollections
[104/148] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[105/148] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[106/148] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[107/148] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[108/148] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[109/148] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[110/154] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[111/154] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[112/154] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[113/154] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[114/154] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[115/154] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[116/154] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[117/154] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[118/154] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[119/154] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[120/154] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[121/154] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[122/154] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[123/154] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[124/154] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[125/154] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[126/154] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[127/154] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[128/154] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[129/154] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[130/154] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[131/154] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[132/154] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[133/154] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[134/154] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[135/154] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[136/154] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[137/154] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[138/154] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[139/154] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[140/154] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[141/154] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[142/154] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[143/154] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[144/154] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[145/154] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[146/154] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[147/154] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[148/154] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[149/154] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[150/154] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[151/154] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[152/154] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[153/154] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[154/154] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/16] Compiling InternalCollectionsUtilities Descriptions.swift
[4/16] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[5/16] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[6/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[7/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[8/16] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/16] Compiling InternalCollectionsUtilities Debugging.swift
[10/16] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/16] Compiling InternalCollectionsUtilities Integer rank.swift
[12/16] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[13/16] Compiling InternalCollectionsUtilities UInt+reversed.swift
[14/16] Emitting module InternalCollectionsUtilities
[15/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/54] Compiling OrderedCollections _HashTable+Bucket.swift
[19/54] Compiling OrderedCollections _HashTable+BucketIterator.swift
[20/89] Compiling OrderedCollections OrderedDictionary+Codable.swift
[21/89] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[22/89] Compiling OrderedCollections _HashTable+Testing.swift
[23/89] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[24/89] Compiling DequeModule _DequeSlot.swift
[25/89] Compiling DequeModule _UnsafeWrappedBuffer.swift
[26/89] Compiling OrderedCollections _HashTable.swift
[27/89] Compiling OrderedCollections _Hashtable+Header.swift
[28/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[29/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[30/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[31/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[32/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[33/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[34/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[35/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[36/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[37/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[38/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[39/89] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[40/89] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[41/89] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[42/94] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[43/94] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[44/96] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[45/96] Compiling OrderedCollections OrderedDictionary+Elements.swift
[46/96] Compiling OrderedCollections OrderedSet+Initializers.swift
[47/96] Compiling OrderedCollections OrderedSet+Insertions.swift
[48/96] Compiling OrderedCollections OrderedSet+Invariants.swift
[49/96] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[50/96] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[51/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[52/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[53/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[54/96] Compiling OrderedCollections OrderedDictionary.swift
[55/96] Compiling OrderedCollections OrderedSet+Codable.swift
[56/96] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[57/96] Compiling OrderedCollections OrderedSet+Descriptions.swift
[58/96] Compiling OrderedCollections OrderedSet+Diffing.swift
[59/96] Compiling OrderedCollections OrderedSet+Equatable.swift
[60/96] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[61/96] Compiling OrderedCollections OrderedSet+Hashable.swift
[62/96] Compiling OrderedCollections _HashTable+Constants.swift
[63/96] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[64/96] Emitting module DequeModule
[65/97] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[66/97] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[67/97] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[68/97] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[69/97] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[70/97] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[71/97] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[72/97] Compiling OrderedCollections OrderedDictionary+Values.swift
[90/97] Emitting module OrderedCollections
[91/97] Compiling OrderedCollections OrderedSet+Sendable.swift
[92/97] Compiling OrderedCollections OrderedSet+SubSequence.swift
[93/97] Compiling OrderedCollections OrderedSet+Testing.swift
[94/97] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[95/97] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[96/97] Compiling OrderedCollections OrderedSet.swift
[97/97] Compiling OrderedCollections _UnsafeBitset.swift
[99/143] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[100/143] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[101/143] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[102/143] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[103/143] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[104/143] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
[105/149] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[106/149] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[107/149] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[108/149] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[109/149] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[110/149] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[111/149] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[112/149] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[113/149] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[114/149] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[115/149] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[116/149] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
 51 |     InitializeSRWLock(platformLock)
 52 |     #else
 53 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 54 |     #endif
 55 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
 71 |     AcquireSRWLockExclusive(platformLock)
 72 |     #else
 73 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 74 |     #endif
 75 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
 84 |     ReleaseSRWLockExclusive(platformLock)
 85 |     #else
 86 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 87 |     #endif
 88 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
135 |     }
136 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 |   init(_ initial: State) {
141 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
142 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 |       return initial
[117/149] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[118/149] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[119/149] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[120/149] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[121/149] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[122/149] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[123/149] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[124/149] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[125/149] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[126/149] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[127/149] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[128/149] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[129/149] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[130/149] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
 21 | import Bionic
 22 | #else
 23 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 24 | #endif
 25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
 32 |   typealias Primitive = SRWLOCK
 33 |   #else
 34 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 35 |   #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
 35 |   #endif
 36 |
 37 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 38 |   let platformLock: PlatformLock
 39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
130 |
131 | struct ManagedCriticalState<State> {
132 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 |     deinit {
134 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[131/149] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[132/149] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[133/149] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[134/149] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[135/149] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[136/149] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[137/149] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[138/149] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[139/149] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[140/149] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[141/149] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[142/149] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[143/149] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[144/149] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[145/149] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[146/149] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[147/149] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[148/149] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
[149/149] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 24 | #endif
 25 |
 26 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 27 |   #if canImport(Darwin)
 28 |   typealias Primitive = os_unfair_lock
    :
136 |   }
137 |
138 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 |   init(_ initial: State) {
BUILD FAILURE 6.1 wasm