Build Information
Failed to build Papyrus, reference v1.0.0 (96e40a), with Swift 6.1 for Wasm on 5 Jan 2026 19:01:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reddavis/Papyrus.git
Reference: v1.0.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/reddavis/Papyrus
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 96e40a9 red/swift-6 (#13)
Cloned https://github.com/reddavis/Papyrus.git
Revision (git rev-parse @):
96e40a9789660f3a647acf38b72d87a59858d7a8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/reddavis/Papyrus.git at v1.0.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/reddavis/Papyrus.git
https://github.com/reddavis/Papyrus.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
}
],
"manifest_display_name" : "Papyrus",
"name" : "Papyrus",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "Papyrus",
"targets" : [
"Papyrus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Unit",
"module_type" : "SwiftTarget",
"name" : "Unit",
"path" : "Tests/Unit",
"sources" : [
"CollectionQueryTests.swift",
"DirectoryObserverTests.swift",
"Helpers/Assertions.swift",
"Helpers/AsyncSequence+Extension.swift",
"Helpers/FileManager+Extension.swift",
"Helpers/Int+Extension.swift",
"ObjectQueryTests.swift",
"PapyrusStoreTests.swift",
"Resources/ExampleA.swift",
"Resources/ExampleB.swift",
"Resources/ExampleC.swift",
"Resources/ExampleD.swift"
],
"target_dependencies" : [
"Papyrus"
],
"type" : "test"
},
{
"c99name" : "Performance",
"module_type" : "SwiftTarget",
"name" : "Performance",
"path" : "Tests/Performance",
"sources" : [
"PerformanceTests.swift"
],
"target_dependencies" : [
"Papyrus"
],
"type" : "test"
},
{
"c99name" : "Papyrus",
"module_type" : "SwiftTarget",
"name" : "Papyrus",
"path" : "Sources/Papyrus",
"product_dependencies" : [
"AsyncAlgorithms"
],
"product_memberships" : [
"Papyrus"
],
"sources" : [
"Extensions/AsyncStream.swift",
"Extensions/AsyncThrowingStream.swift",
"Fail.swift",
"Just.swift",
"Observers/DirectoryObserver.swift",
"Observers/ObjectChange.swift",
"Papyrus.swift",
"PapyrusStore.swift",
"Queries/CollectionQuery.swift",
"Queries/ObjectQuery.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms
[1/5860] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (0.66s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.1.1 (1.40s)
Fetching https://github.com/apple/swift-collections.git
[1/18431] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.30s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.06s)
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/22] Emitting module InternalCollectionsUtilities
[8/24] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[9/24] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[10/24] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/24] Compiling InternalCollectionsUtilities Integer rank.swift
[12/24] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[13/24] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/24] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/24] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[16/24] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/24] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/24] Compiling InternalCollectionsUtilities Debugging.swift
[20/24] Compiling InternalCollectionsUtilities Descriptions.swift
[21/24] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/24] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/24] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[26/95] Compiling OrderedCollections OrderedSet+Diffing.swift
[27/95] Compiling OrderedCollections OrderedSet+Equatable.swift
[28/97] Compiling OrderedCollections _HashTable+Testing.swift
[29/97] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[30/97] Compiling DequeModule _DequeSlot.swift
[31/97] Compiling DequeModule _UnsafeWrappedBuffer.swift
[32/97] Compiling OrderedCollections _HashTable.swift
[33/97] Compiling OrderedCollections _Hashtable+Header.swift
[34/97] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[35/97] Compiling OrderedCollections OrderedSet+Descriptions.swift
[36/97] Compiling OrderedCollections OrderedDictionary.swift
[37/97] Compiling OrderedCollections OrderedSet+Codable.swift
[38/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[39/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[40/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[41/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[42/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[43/97] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[44/97] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[45/97] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[46/97] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[47/97] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[48/97] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[49/97] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[50/97] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[51/97] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[52/97] Compiling OrderedCollections OrderedDictionary+Values.swift
[53/97] Compiling OrderedCollections OrderedSet+Initializers.swift
[54/97] Compiling OrderedCollections OrderedSet+Insertions.swift
[55/97] Compiling OrderedCollections OrderedSet+Invariants.swift
[56/97] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[57/97] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[58/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[59/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[60/97] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[61/104] Compiling OrderedCollections _HashTable+Constants.swift
[62/104] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[63/104] Compiling OrderedCollections _HashTable+Bucket.swift
[64/104] Compiling OrderedCollections _HashTable+BucketIterator.swift
[65/104] Emitting module DequeModule
[67/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[68/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[69/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[70/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[71/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[72/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[73/105] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[74/105] Compiling OrderedCollections OrderedDictionary+Codable.swift
[75/105] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[76/105] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[77/105] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[78/105] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[79/105] Compiling OrderedCollections OrderedDictionary+Elements.swift
[80/105] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[81/105] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[90/105] Emitting module OrderedCollections
[99/105] Compiling OrderedCollections OrderedSet+Sendable.swift
[100/105] Compiling OrderedCollections OrderedSet+SubSequence.swift
[101/105] Compiling OrderedCollections OrderedSet+Testing.swift
[102/105] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[103/105] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[104/105] Compiling OrderedCollections OrderedSet.swift
[105/105] Compiling OrderedCollections _UnsafeBitset.swift
[107/155] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[108/155] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[109/155] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[110/155] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[111/155] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[112/155] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[113/155] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[114/161] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[115/161] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[116/161] Compiling AsyncAlgorithms _TinyArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[117/161] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[118/161] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[119/161] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[120/161] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
error: emit-module command failed with exit code 1 (use -v to see invocation)
[121/161] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[122/161] Compiling AsyncAlgorithms AsyncShareSequence.swift
[123/161] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[124/161] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[125/161] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[126/161] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[127/161] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[128/161] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[129/161] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[130/161] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[131/161] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[132/161] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[133/161] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[134/161] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[135/161] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[136/161] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[137/161] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[138/161] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[139/161] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[140/161] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[141/161] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[142/161] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[143/161] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[144/161] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[145/161] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[146/161] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[147/161] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[148/161] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[149/161] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[150/161] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[151/161] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[152/161] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[153/161] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[154/161] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[155/161] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[156/161] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[157/161] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[158/161] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[159/161] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[160/161] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[161/161] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/17] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[3/17] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[4/19] Compiling InternalCollectionsUtilities Debugging.swift
[5/19] Compiling InternalCollectionsUtilities Descriptions.swift
[6/19] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/19] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/19] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[9/19] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[10/19] Compiling InternalCollectionsUtilities UInt+reversed.swift
[11/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[12/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/19] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/19] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[15/19] Compiling InternalCollectionsUtilities Integer rank.swift
[16/19] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/19] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/19] Emitting module InternalCollectionsUtilities
[21/90] Compiling OrderedCollections _HashTable+Testing.swift
[22/90] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[23/92] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[24/92] Compiling OrderedCollections OrderedDictionary+Elements.swift
[25/92] Compiling DequeModule _DequeSlot.swift
[26/92] Compiling DequeModule _UnsafeWrappedBuffer.swift
[27/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[28/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[29/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[30/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[31/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[32/92] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[33/92] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[34/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[35/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[36/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[37/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[38/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[39/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[40/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[41/99] Compiling OrderedCollections _HashTable.swift
[42/99] Compiling OrderedCollections _Hashtable+Header.swift
[43/99] Compiling OrderedCollections OrderedDictionary+Codable.swift
[44/99] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[45/99] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[46/99] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[47/99] Compiling OrderedCollections OrderedSet+Initializers.swift
[48/99] Compiling OrderedCollections OrderedSet+Insertions.swift
[49/99] Compiling OrderedCollections OrderedSet+Invariants.swift
[50/99] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[51/99] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[52/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[53/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[54/99] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[55/99] Compiling OrderedCollections OrderedDictionary.swift
[56/99] Compiling OrderedCollections OrderedSet+Codable.swift
[57/99] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[58/99] Compiling OrderedCollections OrderedSet+Descriptions.swift
[59/99] Compiling OrderedCollections OrderedSet+Diffing.swift
[60/99] Compiling OrderedCollections OrderedSet+Equatable.swift
[61/99] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[62/99] Compiling OrderedCollections OrderedSet+Hashable.swift
[63/99] Compiling OrderedCollections _HashTable+Bucket.swift
[64/99] Compiling OrderedCollections _HashTable+BucketIterator.swift
[65/99] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[66/99] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[67/99] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[68/99] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[69/99] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[70/99] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[71/99] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[72/99] Compiling OrderedCollections OrderedDictionary+Values.swift
[81/99] Emitting module DequeModule
[82/99] Compiling OrderedCollections _HashTable+Constants.swift
[83/99] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[93/100] Compiling OrderedCollections OrderedSet+Sendable.swift
[94/100] Compiling OrderedCollections OrderedSet+SubSequence.swift
[95/100] Compiling OrderedCollections OrderedSet+Testing.swift
[96/100] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[97/100] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[98/100] Compiling OrderedCollections OrderedSet.swift
[99/100] Compiling OrderedCollections _UnsafeBitset.swift
[100/100] Emitting module OrderedCollections
[102/150] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[103/150] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[104/150] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[105/150] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[106/150] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[107/150] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[108/150] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[109/156] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[110/156] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[111/156] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[112/156] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[113/156] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[114/156] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[115/156] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[116/156] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[117/156] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[118/156] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[119/156] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[120/156] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[121/156] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
[122/156] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[123/156] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[124/156] Compiling AsyncAlgorithms _TinyArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[125/156] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[126/156] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[127/156] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
[128/156] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
53 | InitializeSRWLock(platformLock)
54 | #else
55 | #error("Unsupported platform")
| `- error: Unsupported platform
56 | #endif
57 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
73 | AcquireSRWLockExclusive(platformLock)
74 | #else
75 | #error("Unsupported platform")
| `- error: Unsupported platform
76 | #endif
77 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
86 | ReleaseSRWLockExclusive(platformLock)
87 | #else
88 | #error("Unsupported platform")
| `- error: Unsupported platform
89 | #endif
90 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
137 | }
138 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 | init(_ initial: State) {
143 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
144 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 | return initial
error: emit-module command failed with exit code 1 (use -v to see invocation)
[129/156] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
23 | import wasi_pthread
24 | #else
25 | #error("Unsupported platform")
| `- error: Unsupported platform
26 | #endif
27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
34 | typealias Primitive = SRWLOCK
35 | #else
36 | #error("Unsupported platform")
| `- error: Unsupported platform
37 | #endif
38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
37 | #endif
38 |
39 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
40 | let platformLock: PlatformLock
41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
132 |
133 | struct ManagedCriticalState<State> {
134 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 | deinit {
136 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[130/156] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[131/156] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[132/156] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[133/156] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[134/156] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[135/156] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
26 | #endif
27 |
28 | internal struct Lock {
| `- note: 'Lock' declared here
29 | #if canImport(Darwin)
30 | typealias Primitive = os_unfair_lock
:
138 | }
139 |
140 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 | init(_ initial: State) {
[136/156] Compiling AsyncAlgorithms AsyncShareSequence.swift
[137/156] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[138/156] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[139/156] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[140/156] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[141/156] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[142/156] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[143/156] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[144/156] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[145/156] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[146/156] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[147/156] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[148/156] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[149/156] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[150/156] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[151/156] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[152/156] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[153/156] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[154/156] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[155/156] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[156/156] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
BUILD FAILURE 6.1 wasm