Build Information
Failed to build swift-service-lifecycle, reference 2.11.0 (982995), with Swift 6.1 for Wasm on 31 Mar 2026 21:18:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server/swift-service-lifecycle.git
Reference: 2.11.0
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/swift-server/swift-service-lifecycle
* tag 2.11.0 -> FETCH_HEAD
HEAD is now at 9829955 [CI] Add automated release workflow using swift-temporal-sdk (#234)
Cloned https://github.com/swift-server/swift-service-lifecycle.git
Revision (git rev-parse @):
9829955b385e5bb88128b73f1b8389e9b9c3191a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-server/swift-service-lifecycle.git
https://github.com/swift-server/swift-service-lifecycle.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms.git"
}
],
"manifest_display_name" : "swift-service-lifecycle",
"name" : "swift-service-lifecycle",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ServiceLifecycle",
"targets" : [
"ServiceLifecycle"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ServiceLifecycleTestKit",
"targets" : [
"ServiceLifecycleTestKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "UnixSignals",
"targets" : [
"UnixSignals"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UnixSignalsTests",
"module_type" : "SwiftTarget",
"name" : "UnixSignalsTests",
"path" : "Tests/UnixSignalsTests",
"sources" : [
"UnixSignalTests.swift"
],
"target_dependencies" : [
"UnixSignals"
],
"type" : "test"
},
{
"c99name" : "UnixSignals",
"module_type" : "SwiftTarget",
"name" : "UnixSignals",
"path" : "Sources/UnixSignals",
"product_memberships" : [
"ServiceLifecycle",
"ServiceLifecycleTestKit",
"UnixSignals"
],
"sources" : [
"UnixSignal.swift",
"UnixSignalsSequence.swift"
],
"target_dependencies" : [
"ConcurrencyHelpers"
],
"type" : "library"
},
{
"c99name" : "ServiceLifecycleTests",
"module_type" : "SwiftTarget",
"name" : "ServiceLifecycleTests",
"path" : "Tests/ServiceLifecycleTests",
"sources" : [
"AsyncCancelOnGracefulShutdownSequenceTests.swift",
"ClosureServiceTests.swift",
"GracefulShutdownTests.swift",
"MockService.swift",
"ServiceGroupAddServiceTests.swift",
"ServiceGroupTests.swift",
"XCTest+Async.swift"
],
"target_dependencies" : [
"ServiceLifecycle",
"ServiceLifecycleTestKit"
],
"type" : "test"
},
{
"c99name" : "ServiceLifecycleTestKit",
"module_type" : "SwiftTarget",
"name" : "ServiceLifecycleTestKit",
"path" : "Sources/ServiceLifecycleTestKit",
"product_memberships" : [
"ServiceLifecycleTestKit"
],
"sources" : [
"GracefulShutdown.swift"
],
"target_dependencies" : [
"ServiceLifecycle"
],
"type" : "library"
},
{
"c99name" : "ServiceLifecycle",
"module_type" : "SwiftTarget",
"name" : "ServiceLifecycle",
"path" : "Sources/ServiceLifecycle",
"product_dependencies" : [
"Logging",
"AsyncAlgorithms"
],
"product_memberships" : [
"ServiceLifecycle",
"ServiceLifecycleTestKit"
],
"sources" : [
"AsyncCancelOnGracefulShutdownSequence.swift",
"AsyncGracefulShutdownSequence.swift",
"CancellationWaiter.swift",
"ClosureService.swift",
"GracefulShutdown.swift",
"Service.swift",
"ServiceGroup.swift",
"ServiceGroupConfiguration.swift",
"ServiceRunnerError.swift"
],
"target_dependencies" : [
"UnixSignals",
"ConcurrencyHelpers"
],
"type" : "library"
},
{
"c99name" : "ConcurrencyHelpers",
"module_type" : "SwiftTarget",
"name" : "ConcurrencyHelpers",
"path" : "Sources/ConcurrencyHelpers",
"product_memberships" : [
"ServiceLifecycle",
"ServiceLifecycleTestKit",
"UnixSignals"
],
"sources" : [
"Lock.swift",
"LockedValueBox.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6224] Fetching swift-async-algorithms
[375/12538] Fetching swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.31s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.31s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (2.38s)
Fetching https://github.com/apple/swift-collections.git
[1/23332] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.38s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (2.17s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.54s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/38] Emitting module InternalCollectionsUtilities
[13/40] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/40] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/40] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/40] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[18/40] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[19/40] Compiling InternalCollectionsUtilities String+Padding.swift
[20/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/40] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/40] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/40] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[24/40] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/40] Compiling InternalCollectionsUtilities Span+Extras.swift
[26/40] Compiling InternalCollectionsUtilities Debugging.swift
[27/40] Compiling InternalCollectionsUtilities Descriptions.swift
[28/40] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/40] Compiling InternalCollectionsUtilities Integer rank.swift
[30/40] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[31/40] Compiling InternalCollectionsUtilities UInt+reversed.swift
[33/41] Emitting module Logging
[34/122] Compiling ConcurrencyHelpers LockedValueBox.swift
[35/122] Compiling ConcurrencyHelpers Lock.swift
[36/122] Emitting module ConcurrencyHelpers
[37/130] Compiling OrderedCollections _HashTable+Bucket.swift
[38/130] Compiling OrderedCollections _HashTable+BucketIterator.swift
[39/130] Compiling OrderedCollections _HashTable+Constants.swift
[40/130] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[41/130] Compiling OrderedCollections _HashTable+Testing.swift
[42/130] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[43/130] Compiling OrderedCollections _HashTable.swift
[44/130] Compiling OrderedCollections _Hashtable+Header.swift
[45/130] Compiling OrderedCollections OrderedDictionary+Codable.swift
[46/130] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[47/134] Emitting module ContainersPreview
[48/134] Compiling Logging LogHandler.swift
[49/134] Compiling Logging LogEvent.swift
[50/134] Compiling Logging MetadataProvider.swift
[51/134] Compiling Logging Locks.swift
[52/134] Compiling Logging Logging.swift
[55/135] Compiling OrderedCollections OrderedSet+Diffing.swift
[56/135] Compiling OrderedCollections OrderedSet+Equatable.swift
[57/135] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[58/135] Compiling OrderedCollections OrderedSet+Hashable.swift
[59/135] Compiling OrderedCollections OrderedDictionary.swift
[60/135] Compiling OrderedCollections OrderedSet+Codable.swift
[61/135] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[62/135] Compiling OrderedCollections OrderedSet+Descriptions.swift
[63/135] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[64/135] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[65/135] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[66/135] Compiling OrderedCollections OrderedDictionary+Values.swift
[67/135] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[68/135] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[69/135] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[70/135] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[71/135] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[72/135] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[73/135] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[74/135] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[75/135] Compiling OrderedCollections OrderedDictionary+Elements.swift
[76/135] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[77/135] Compiling ContainersPreview Box.swift
[78/135] Compiling ContainersPreview Inout.swift
[79/135] Compiling ContainersPreview InputSpan.swift
[80/135] Compiling ContainersPreview Shared.swift
[82/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[83/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[84/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[85/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[86/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[87/179] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[88/179] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[89/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[90/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[91/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[92/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[93/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[94/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[95/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[96/186] Compiling UnixSignals UnixSignal.swift
[97/186] Compiling UnixSignals UnixSignalsSequence.swift
[98/186] Emitting module UnixSignals
[99/187] Compiling DequeModule UniqueDeque+Hashable.swift
[100/187] Compiling DequeModule UniqueDeque+Initializers.swift
[101/187] Compiling DequeModule UniqueDeque+Insertions.swift
[102/187] Compiling DequeModule UniqueDeque+Prepend.swift
[103/187] Compiling DequeModule UniqueDeque+Removals.swift
[104/192] Compiling DequeModule UniqueDeque+Consumption.swift
[105/192] Compiling DequeModule UniqueDeque+Container.swift
[106/192] Compiling DequeModule UniqueDeque+Descriptions.swift
[107/192] Compiling DequeModule UniqueDeque+Equatable.swift
[108/192] Compiling DequeModule UniqueDeque+Experimental.swift
[110/192] Compiling DequeModule UniqueDeque+Append.swift
[111/192] Compiling DequeModule RigidDeque+Equatable.swift
[112/192] Compiling DequeModule RigidDeque+Experimental.swift
[113/192] Compiling DequeModule RigidDeque+Hashable.swift
[114/192] Compiling DequeModule RigidDeque+Initializers.swift
[115/192] Compiling DequeModule RigidDeque+Insertions.swift
[116/192] Compiling DequeModule RigidDeque+Prepend.swift
[117/192] Compiling DequeModule Deque+Codable.swift
[118/192] Compiling DequeModule _DequeBuffer.swift
[119/192] Compiling DequeModule _DequeBufferHeader.swift
[120/192] Compiling DequeModule RigidDeque+Append.swift
[121/192] Compiling DequeModule RigidDeque+Consumption.swift
[122/192] Compiling DequeModule RigidDeque+Container.swift
[123/192] Compiling DequeModule RigidDeque+Descriptions.swift
[124/192] Compiling DequeModule Deque+Testing.swift
[125/192] Compiling DequeModule Deque._Storage.swift
[126/192] Compiling DequeModule Deque._UnsafeHandle.swift
[127/192] Compiling DequeModule Deque.swift
[128/192] Compiling DequeModule RigidDeque+Removals.swift
[129/192] Compiling DequeModule RigidDeque+Replacements.swift
[130/192] Compiling DequeModule RigidDeque+Testing.swift
[131/192] Compiling DequeModule RigidDeque.swift
[132/192] Compiling DequeModule Deque+Collection.swift
[133/192] Compiling DequeModule Deque+CustomReflectable.swift
[134/192] Compiling DequeModule Deque+Descriptions.swift
[135/192] Compiling DequeModule Deque+Equatable.swift
[136/192] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[147/192] Compiling DequeModule UniqueDeque+Replacements.swift
[154/192] Compiling DequeModule Deque+Extras.swift
[155/192] Compiling DequeModule Deque+Hashable.swift
[156/192] Emitting module OrderedCollections
[180/192] Compiling OrderedCollections OrderedSet+Sendable.swift
[181/192] Compiling OrderedCollections OrderedSet+SubSequence.swift
[182/192] Compiling OrderedCollections OrderedSet+Testing.swift
[183/192] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[184/192] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[185/192] Compiling OrderedCollections OrderedSet.swift
[186/192] Compiling OrderedCollections _UnsafeBitset.swift
[188/193] Emitting module DequeModule
[190/193] Compiling DequeModule UniqueDeque.swift
[191/193] Compiling DequeModule _DequeSlot.swift
[192/193] Compiling DequeModule _UnsafeDequeHandle.swift
[193/193] Compiling DequeModule _UnsafeDequeSegments.swift
[195/247] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[196/247] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[197/247] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[198/247] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[199/247] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[200/247] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[201/247] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[202/254] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[203/254] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[204/254] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[205/254] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[206/254] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[207/254] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[208/254] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[209/254] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[210/254] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[211/254] Compiling AsyncAlgorithms AsyncSyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[212/254] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[213/254] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[214/254] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[215/254] Compiling AsyncAlgorithms AsyncTimerSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[216/254] Compiling AsyncAlgorithms AsyncBufferSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[217/254] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[218/254] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[219/254] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[220/254] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[221/254] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[222/254] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[223/254] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[224/254] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[225/254] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[226/254] Compiling AsyncAlgorithms AsyncShareSequence.swift
[227/254] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[228/254] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[229/254] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[230/254] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[231/254] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[232/254] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[233/254] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[234/254] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[235/254] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[236/254] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[237/254] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[238/254] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[239/254] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[240/254] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[241/254] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
165 | }
166 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 | init(_ initial: State) {
171 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
172 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 | return initial
[242/254] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
165 | }
166 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 | init(_ initial: State) {
171 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
172 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 | return initial
[243/254] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
165 | }
166 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 | init(_ initial: State) {
171 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
172 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 | return initial
[244/254] Compiling AsyncAlgorithms Disconnected.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
165 | }
166 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 | init(_ initial: State) {
171 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
172 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 | return initial
[245/254] Compiling AsyncAlgorithms _TinyArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
165 | }
166 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 | init(_ initial: State) {
171 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
172 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 | return initial
[246/254] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
165 | }
166 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 | init(_ initial: State) {
171 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
172 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 | return initial
[247/254] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
165 | }
166 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 | init(_ initial: State) {
171 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
172 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 | return initial
[248/254] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
[249/254] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
[250/254] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
[251/254] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
[252/254] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
[253/254] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
[254/254] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/28] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[3/28] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[4/30] Compiling Logging MetadataProvider.swift
[5/30] Compiling Logging LogHandler.swift
[6/30] Compiling InternalCollectionsUtilities _SortedCollection.swift
[7/30] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[8/30] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/30] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/30] Emitting module ConcurrencyHelpers
[11/30] Compiling ConcurrencyHelpers Lock.swift
[12/30] Compiling ConcurrencyHelpers LockedValueBox.swift
[13/31] Compiling Logging Locks.swift
[14/31] Emitting module Logging
[16/34] Compiling InternalCollectionsUtilities String+Padding.swift
[17/34] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/34] Compiling InternalCollectionsUtilities Integer rank.swift
[19/34] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[20/34] Compiling InternalCollectionsUtilities UInt+reversed.swift
[21/34] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[22/34] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[23/34] Compiling InternalCollectionsUtilities Span+Extras.swift
[24/34] Compiling InternalCollectionsUtilities Debugging.swift
[25/34] Compiling InternalCollectionsUtilities Descriptions.swift
[26/34] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/34] Emitting module InternalCollectionsUtilities
[28/34] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/34] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/35] Emitting module UnixSignals
[32/35] Compiling UnixSignals UnixSignalsSequence.swift
[33/35] Compiling UnixSignals UnixSignal.swift
[35/36] Compiling Logging Logging.swift
[36/36] Compiling Logging LogEvent.swift
[38/125] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[39/125] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[40/125] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[41/125] Compiling OrderedCollections OrderedDictionary+Elements.swift
[42/129] Emitting module ContainersPreview
[43/129] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[44/129] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[45/129] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[46/129] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[47/129] Compiling OrderedCollections OrderedDictionary+Values.swift
[48/129] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[49/129] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[50/129] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[51/129] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[52/129] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[53/129] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[54/129] Compiling OrderedCollections _HashTable.swift
[55/129] Compiling OrderedCollections _Hashtable+Header.swift
[56/129] Compiling OrderedCollections OrderedDictionary+Codable.swift
[57/129] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[58/129] Compiling OrderedCollections _HashTable+Bucket.swift
[59/129] Compiling OrderedCollections _HashTable+BucketIterator.swift
[60/129] Compiling OrderedCollections _HashTable+Constants.swift
[61/129] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[62/129] Compiling OrderedCollections _HashTable+Testing.swift
[63/129] Compiling OrderedCollections OrderedSet+Diffing.swift
[64/129] Compiling OrderedCollections OrderedSet+Equatable.swift
[65/129] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[66/129] Compiling OrderedCollections OrderedSet+Hashable.swift
[67/129] Compiling OrderedCollections OrderedDictionary.swift
[68/129] Compiling OrderedCollections OrderedSet+Codable.swift
[69/129] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[70/129] Compiling OrderedCollections OrderedSet+Descriptions.swift
[71/129] Compiling ContainersPreview Box.swift
[72/129] Compiling ContainersPreview Inout.swift
[73/129] Compiling ContainersPreview InputSpan.swift
[74/129] Compiling ContainersPreview Shared.swift
[76/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[77/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[78/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[79/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[80/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[81/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[82/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[83/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[84/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[85/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[86/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[87/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[88/130] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[89/130] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[90/177] Compiling DequeModule UniqueDeque+Equatable.swift
[91/177] Compiling DequeModule UniqueDeque+Experimental.swift
[92/177] Compiling DequeModule UniqueDeque+Hashable.swift
[93/177] Compiling DequeModule UniqueDeque+Initializers.swift
[94/177] Compiling DequeModule UniqueDeque+Insertions.swift
[95/177] Compiling DequeModule UniqueDeque+Prepend.swift
[96/177] Compiling DequeModule UniqueDeque+Removals.swift
[97/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[98/177] Compiling DequeModule RigidDeque+Experimental.swift
[99/177] Compiling DequeModule RigidDeque+Hashable.swift
[100/177] Compiling DequeModule RigidDeque+Initializers.swift
[101/177] Compiling DequeModule RigidDeque+Insertions.swift
[102/177] Compiling DequeModule RigidDeque+Prepend.swift
[103/177] Compiling DequeModule UniqueDeque+Consumption.swift
[104/177] Compiling DequeModule UniqueDeque+Container.swift
[105/177] Compiling DequeModule UniqueDeque+Descriptions.swift
[106/177] Compiling DequeModule UniqueDeque+Append.swift
[107/177] Compiling DequeModule _DequeBuffer.swift
[108/177] Compiling DequeModule _DequeBufferHeader.swift
[109/177] Compiling DequeModule RigidDeque+Append.swift
[110/177] Compiling DequeModule RigidDeque+Consumption.swift
[111/177] Compiling DequeModule RigidDeque+Container.swift
[112/177] Compiling DequeModule RigidDeque+Descriptions.swift
[113/177] Compiling DequeModule RigidDeque+Equatable.swift
[124/177] Compiling DequeModule RigidDeque+Removals.swift
[125/177] Compiling DequeModule RigidDeque+Replacements.swift
[126/177] Compiling DequeModule RigidDeque+Testing.swift
[127/177] Compiling DequeModule RigidDeque.swift
[135/182] Compiling DequeModule Deque+CustomReflectable.swift
[136/182] Compiling DequeModule Deque+Descriptions.swift
[137/182] Compiling DequeModule Deque+Equatable.swift
[138/182] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[149/182] Compiling DequeModule Deque+Extras.swift
[150/182] Compiling DequeModule Deque+Hashable.swift
[151/182] Compiling DequeModule Deque+Testing.swift
[152/182] Compiling DequeModule Deque._Storage.swift
[153/182] Compiling DequeModule Deque._UnsafeHandle.swift
[154/182] Compiling DequeModule Deque.swift
[155/182] Compiling DequeModule Deque+Codable.swift
[156/182] Compiling DequeModule Deque+Collection.swift
[157/182] Compiling OrderedCollections OrderedSet+Sendable.swift
[158/182] Compiling OrderedCollections OrderedSet+SubSequence.swift
[159/182] Compiling OrderedCollections OrderedSet+Testing.swift
[160/182] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[161/182] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[162/182] Compiling OrderedCollections OrderedSet.swift
[163/182] Compiling OrderedCollections _UnsafeBitset.swift
[176/182] Emitting module OrderedCollections
[178/183] Emitting module DequeModule
[179/183] Compiling DequeModule UniqueDeque+Replacements.swift
[180/183] Compiling DequeModule UniqueDeque.swift
[181/183] Compiling DequeModule _DequeSlot.swift
[182/183] Compiling DequeModule _UnsafeDequeHandle.swift
[183/183] Compiling DequeModule _UnsafeDequeSegments.swift
[185/237] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
165 | }
166 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 | init(_ initial: State) {
171 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
172 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 | return initial
[186/237] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
165 | }
166 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 | init(_ initial: State) {
171 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
172 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 | return initial
[187/237] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
165 | }
166 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 | init(_ initial: State) {
171 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
172 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 | return initial
[188/237] Compiling AsyncAlgorithms Disconnected.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
165 | }
166 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 | init(_ initial: State) {
171 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
172 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 | return initial
[189/237] Compiling AsyncAlgorithms _TinyArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
165 | }
166 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 | init(_ initial: State) {
171 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
172 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 | return initial
[190/237] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
165 | }
166 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 | init(_ initial: State) {
171 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
172 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 | return initial
[191/237] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:164:7: error: type of expression is ambiguous without a type annotation
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
165 | }
166 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:171:12: error: type of expression is ambiguous without a type annotation
169 |
170 | init(_ initial: State) {
171 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
172 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
173 | return initial
[192/237] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[193/237] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[194/237] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[195/237] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[196/237] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[197/237] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[198/237] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[199/244] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:162:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
160 |
161 | struct ManagedCriticalState<State> {
162 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
163 | deinit {
164 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[200/244] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[201/244] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[202/244] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[203/244] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[204/244] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[205/244] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[206/244] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[207/244] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[208/244] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[209/244] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[210/244] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[211/244] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[212/244] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[213/244] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[214/244] Compiling AsyncAlgorithms AsyncShareSequence.swift
[215/244] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
[216/244] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
[217/244] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
[218/244] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
[219/244] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
[220/244] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
[221/244] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:50:49: error: cannot find type 'Primitive' in scope
48 | #endif
49 |
50 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
51 | let platformLock: PlatformLock
52 |
[222/244] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[223/244] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[224/244] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[225/244] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[226/244] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[227/244] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[228/244] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[229/244] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[230/244] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[231/244] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[232/244] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[233/244] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[234/244] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[235/244] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[236/244] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[237/244] Compiling AsyncAlgorithms AsyncSyncSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[238/244] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[239/244] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[240/244] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[241/244] Compiling AsyncAlgorithms AsyncTimerSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[242/244] Compiling AsyncAlgorithms AsyncBufferSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[243/244] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
[244/244] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:168:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
31 | #endif
32 |
33 | internal struct Lock {
| `- note: 'Lock' declared here
34 | #if canImport(Darwin)
35 | typealias Primitive = os_unfair_lock
:
166 | }
167 |
168 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
169 |
170 | init(_ initial: State) {
BUILD FAILURE 6.1 wasm