Build Information
Failed to build PersistentHistoryTrackingKit, reference main (72912f
), with Swift 6.1 for Wasm on 27 Jun 2025 12:55:26 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fatbobman/PersistentHistoryTrackingKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/fatbobman/PersistentHistoryTrackingKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 72912f7 Add prominent Swift 6 branch announcement to main README
Cloned https://github.com/fatbobman/PersistentHistoryTrackingKit.git
Revision (git rev-parse @):
72912f7d25598afdd81054d34338cb69bc5d1100
SUCCESS checkout https://github.com/fatbobman/PersistentHistoryTrackingKit.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/fatbobman/PersistentHistoryTrackingKit.git
https://github.com/fatbobman/PersistentHistoryTrackingKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
}
],
"manifest_display_name" : "PersistentHistoryTrackingKit",
"name" : "PersistentHistoryTrackingKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "PersistentHistoryTrackingKit",
"targets" : [
"PersistentHistoryTrackingKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PersistentHistoryTrackingKitTests",
"module_type" : "SwiftTarget",
"name" : "PersistentHistoryTrackingKitTests",
"path" : "Tests/PersistentHistoryTrackingKitTests",
"sources" : [
"CleanStrategyTests.swift",
"CleanerTests.swift",
"FetcherTests.swift",
"LoggerTests.swift",
"MergerTests.swift",
"PersistentHistoryTrackingKitTests.swift",
"TestsHelper/CoreDataStackHelper.swift",
"TestsHelper/Extension.swift",
"TimestampManagerTests.swift"
],
"target_dependencies" : [
"PersistentHistoryTrackingKit"
],
"type" : "test"
},
{
"c99name" : "PersistentHistoryTrackingKit",
"module_type" : "SwiftTarget",
"name" : "PersistentHistoryTrackingKit",
"path" : "Sources/PersistentHistoryTrackingKit",
"product_dependencies" : [
"AsyncAlgorithms"
],
"product_memberships" : [
"PersistentHistoryTrackingKit"
],
"sources" : [
"CleanStrategy.swift",
"Cleaner.swift",
"DefaultLogger.swift",
"Extensions.swift",
"Fetcher.swift",
"Merger.swift",
"PersistentHistoryTrackingKit.swift",
"Protocol/CleanerProtocol.swift",
"Protocol/DeduplicatorProtocol.swift",
"Protocol/FetcherProtocol.swift",
"Protocol/LoggerProtocol.swift",
"Protocol/MergerProtocol.swift",
"Protocol/TransactionTimestampManagerProtocol.swift",
"TransactionTimestampManager.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (1.34s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 0.1.0 (2.46s)
Fetching https://github.com/apple/swift-collections.git
[1/16715] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.43s)
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/25] Emitting module InternalCollectionsUtilities
[13/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[15/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/26] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/26] Compiling InternalCollectionsUtilities Integer rank.swift
[18/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[21/26] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[22/26] Compiling InternalCollectionsUtilities Debugging.swift
[23/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[24/26] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/26] Compiling InternalCollectionsUtilities Descriptions.swift
[26/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/301] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[29/301] Compiling HeapModule Heap+Descriptions.swift
[30/301] Compiling HashTreeCollections _HashNode+Storage.swift
[31/301] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[32/301] Compiling HashTreeCollections _HashNode+Structural filter.swift
[33/301] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[34/303] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[35/303] Compiling HashTreeCollections _HashNode+Structural union.swift
[36/303] Compiling HeapModule _HeapNode.swift
[37/303] Compiling HeapModule Heap.swift
[38/303] Compiling HeapModule Heap+Invariants.swift
[39/303] Compiling HeapModule Heap+UnsafeHandle.swift
[40/303] Emitting module HeapModule
[42/304] Compiling HashTreeCollections _RawHashNode.swift
[43/304] Compiling HashTreeCollections _UnmanagedHashNode.swift
[44/304] Compiling HashTreeCollections _UnsafePath.swift
[45/304] Compiling HashTreeCollections TreeDictionary+Codable.swift
[46/304] Compiling HashTreeCollections TreeDictionary+Collection.swift
[47/304] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[48/304] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[49/311] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[50/311] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[51/311] Compiling HashTreeCollections _HashNode.swift
[52/311] Compiling HashTreeCollections _HashNodeHeader.swift
[53/311] Compiling HashTreeCollections _HashSlot.swift
[54/311] Compiling HashTreeCollections _HashStack.swift
[55/311] Compiling HashTreeCollections _AncestorHashSlots.swift
[56/311] Compiling HashTreeCollections _Bitmap.swift
[57/311] Compiling HashTreeCollections _Bucket.swift
[58/311] Compiling HashTreeCollections _Hash.swift
[59/311] Compiling HashTreeCollections _HashLevel.swift
[60/311] Compiling HashTreeCollections _HashNode+Builder.swift
[61/311] Compiling HashTreeCollections _HashNode+Debugging.swift
[62/311] Compiling HashTreeCollections _HashNode+Initializers.swift
[63/318] Compiling DequeModule _DequeSlot.swift
[64/318] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/318] Compiling BitCollections Range+Utilities.swift
[66/318] Compiling BitCollections Slice+Utilities.swift
[67/318] Compiling BitCollections UInt+Tricks.swift
[68/318] Compiling BitCollections _Word.swift
[69/318] Compiling OrderedCollections OrderedSet.swift
[70/318] Compiling OrderedCollections _UnsafeBitset.swift
[71/318] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[72/318] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[73/318] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[74/318] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[89/328] Compiling HashTreeCollections _HashNode+Invariants.swift
[90/328] Compiling HashTreeCollections _HashNode+Lookups.swift
[91/328] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[92/328] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[97/328] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[98/328] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[99/328] Compiling HashTreeCollections TreeDictionary+Merge.swift
[100/328] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[101/328] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[102/328] Compiling HashTreeCollections TreeDictionary+Values.swift
[103/328] Compiling HashTreeCollections _HashTreeIterator.swift
[104/328] Compiling HashTreeCollections _HashTreeStatistics.swift
[105/328] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[106/328] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[107/328] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[108/328] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[109/328] Compiling HashTreeCollections TreeDictionary+Filter.swift
[110/328] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[111/328] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[112/328] Compiling HashTreeCollections TreeDictionary+Keys.swift
[113/328] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[114/328] Compiling HashTreeCollections _HashNode+Structural merge.swift
[115/328] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[116/328] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[117/328] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[120/328] Compiling HashTreeCollections TreeDictionary.swift
[121/328] Compiling HashTreeCollections TreeSet+Codable.swift
[122/328] Compiling HashTreeCollections TreeSet+Collection.swift
[123/328] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[124/328] Compiling HashTreeCollections TreeSet+Debugging.swift
[125/328] Compiling HashTreeCollections TreeSet+Descriptions.swift
[126/328] Compiling HashTreeCollections TreeSet+Equatable.swift
[127/328] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[128/328] Compiling HashTreeCollections TreeSet+Extras.swift
[129/328] Compiling HashTreeCollections TreeSet+Filter.swift
[144/328] Emitting module BitCollections
[158/328] Emitting module DequeModule
[160/329] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[161/329] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[162/329] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[163/329] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[164/329] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[165/329] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[166/329] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[167/329] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[168/329] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[169/329] Compiling HashTreeCollections TreeSet.swift
[194/329] Compiling BitCollections BitSet.Index.swift
[195/329] Compiling BitCollections BitSet._UnsafeHandle.swift
[196/329] Compiling BitCollections BitSet.swift
[276/339] Emitting module OrderedCollections
[311/340] Emitting module _RopeModule
[312/340] Emitting module HashTreeCollections
[314/341] Compiling _RopeModule Rope+Join.swift
[315/341] Compiling _RopeModule Rope+MutatingForEach.swift
[316/341] Compiling _RopeModule Rope+Remove.swift
[317/341] Compiling _RopeModule Rope+RemoveSubrange.swift
[318/341] Compiling _RopeModule Rope+Split.swift
[319/341] Compiling _RopeModule Optional Utilities.swift
[320/341] Compiling _RopeModule String Utilities.swift
[321/341] Compiling _RopeModule String.Index+ABI.swift
[322/341] Compiling _RopeModule _CharacterRecognizer.swift
[343/344] Compiling Collections Collections.swift
[344/344] Emitting module Collections
[346/390] Compiling AsyncAlgorithms AsyncBufferSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[347/390] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[348/390] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[349/390] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[350/390] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[351/390] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[352/396] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[353/396] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[354/396] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[355/396] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[356/396] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[357/396] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[358/396] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:117:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
115 |
116 | struct ManagedCriticalState<State> {
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:119:7: error: type of expression is ambiguous without a type annotation
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
120 | }
121 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:126:12: error: type of expression is ambiguous without a type annotation
124 |
125 | init(_ initial: State) {
126 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
127 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
128 | return initial
[359/396] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:117:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
115 |
116 | struct ManagedCriticalState<State> {
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:119:7: error: type of expression is ambiguous without a type annotation
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
120 | }
121 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:126:12: error: type of expression is ambiguous without a type annotation
124 |
125 | init(_ initial: State) {
126 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
127 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
128 | return initial
[360/396] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:117:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
115 |
116 | struct ManagedCriticalState<State> {
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:119:7: error: type of expression is ambiguous without a type annotation
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
120 | }
121 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:126:12: error: type of expression is ambiguous without a type annotation
124 |
125 | init(_ initial: State) {
126 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
127 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
128 | return initial
[361/396] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:117:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
115 |
116 | struct ManagedCriticalState<State> {
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:119:7: error: type of expression is ambiguous without a type annotation
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
120 | }
121 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:126:12: error: type of expression is ambiguous without a type annotation
124 |
125 | init(_ initial: State) {
126 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
127 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
128 | return initial
[362/396] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:117:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
115 |
116 | struct ManagedCriticalState<State> {
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:119:7: error: type of expression is ambiguous without a type annotation
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
120 | }
121 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:126:12: error: type of expression is ambiguous without a type annotation
124 |
125 | init(_ initial: State) {
126 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
127 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
128 | return initial
[363/396] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:117:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
115 |
116 | struct ManagedCriticalState<State> {
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:119:7: error: type of expression is ambiguous without a type annotation
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
120 | }
121 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:126:12: error: type of expression is ambiguous without a type annotation
124 |
125 | init(_ initial: State) {
126 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
127 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
128 | return initial
[364/396] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
[365/396] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
[366/396] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
[367/396] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
[368/396] Compiling AsyncAlgorithms PartialIteration.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
[369/396] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
[370/396] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[371/396] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[372/396] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[373/396] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[374/396] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[375/396] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[376/396] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[377/396] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[378/396] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[379/396] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[380/396] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[381/396] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[382/396] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[383/396] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[384/396] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[385/396] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[386/396] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[387/396] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[388/396] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[389/396] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[390/396] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:117:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
115 |
116 | struct ManagedCriticalState<State> {
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[391/396] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[392/396] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[393/396] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[394/396] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[395/396] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[396/396] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/16] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[4/16] Compiling InternalCollectionsUtilities Debugging.swift
[5/16] Compiling InternalCollectionsUtilities Descriptions.swift
[6/16] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/16] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[9/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[10/16] Emitting module InternalCollectionsUtilities
[11/16] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[12/16] Compiling InternalCollectionsUtilities UInt+reversed.swift
[13/16] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[14/16] Compiling InternalCollectionsUtilities Integer rank.swift
[15/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/291] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[19/291] Compiling HashTreeCollections _HashNode+Storage.swift
[20/293] Compiling HeapModule Heap+Descriptions.swift
[21/293] Emitting module HeapModule
[22/293] Compiling HeapModule Heap.swift
[23/293] Compiling HeapModule _HeapNode.swift
[24/293] Compiling HeapModule Heap+Invariants.swift
[25/293] Compiling HeapModule Heap+UnsafeHandle.swift
[26/293] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[27/294] Compiling DequeModule _DequeSlot.swift
[28/294] Compiling DequeModule _UnsafeWrappedBuffer.swift
[30/294] Compiling HashTreeCollections TreeSet+Hashable.swift
[31/294] Compiling _RopeModule Rope+Insert.swift
[32/294] Compiling HashTreeCollections TreeSet+Sequence.swift
[33/294] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[34/294] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[35/294] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[36/294] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[37/294] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[38/294] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[39/294] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[40/304] Compiling HashTreeCollections TreeDictionary+Collection.swift
[41/304] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[42/304] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[43/304] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[44/304] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[45/304] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[46/304] Compiling HashTreeCollections TreeDictionary+Filter.swift
[47/304] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[48/304] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[49/304] Compiling HashTreeCollections TreeDictionary+Keys.swift
[50/304] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[51/304] Compiling HashTreeCollections TreeDictionary+Merge.swift
[52/304] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[53/304] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[54/311] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[55/311] Compiling HashTreeCollections _HashNode+Structural union.swift
[56/311] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[57/311] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[58/311] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[59/311] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[60/311] Compiling HashTreeCollections _HashNode.swift
[61/311] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[62/311] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[63/311] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[64/311] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[65/311] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[66/311] Compiling HashTreeCollections _HashNode+Structural merge.swift
[67/311] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[68/311] Compiling HashTreeCollections _UnsafePath.swift
[69/311] Compiling HashTreeCollections TreeDictionary+Codable.swift
[75/318] Compiling HashTreeCollections _HashNode+Debugging.swift
[76/318] Compiling HashTreeCollections _HashNode+Initializers.swift
[77/318] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[78/318] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[79/318] Compiling HashTreeCollections _HashLevel.swift
[80/318] Compiling HashTreeCollections _HashNode+Builder.swift
[81/318] Compiling HashTreeCollections _Bucket.swift
[82/318] Compiling HashTreeCollections _Hash.swift
[83/318] Compiling HashTreeCollections _HashNode+Invariants.swift
[84/318] Compiling HashTreeCollections _HashNode+Lookups.swift
[85/318] Compiling HashTreeCollections _AncestorHashSlots.swift
[86/318] Compiling HashTreeCollections _Bitmap.swift
[101/318] Compiling BitCollections Range+Utilities.swift
[102/318] Compiling BitCollections Slice+Utilities.swift
[103/318] Compiling BitCollections UInt+Tricks.swift
[104/318] Compiling BitCollections _Word.swift
[105/318] Compiling OrderedCollections OrderedSet.swift
[106/318] Compiling OrderedCollections _UnsafeBitset.swift
[107/318] Compiling HashTreeCollections TreeSet+Equatable.swift
[108/318] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[109/318] Compiling HashTreeCollections TreeSet+Extras.swift
[110/318] Compiling HashTreeCollections TreeSet+Filter.swift
[119/318] Compiling BitCollections BitSet.Index.swift
[120/318] Compiling BitCollections BitSet._UnsafeHandle.swift
[121/318] Compiling BitCollections BitSet.swift
[135/318] Compiling HashTreeCollections _HashNodeHeader.swift
[136/318] Compiling HashTreeCollections _HashSlot.swift
[137/318] Compiling HashTreeCollections _HashStack.swift
[138/318] Compiling HashTreeCollections _HashTreeIterator.swift
[139/318] Compiling HashTreeCollections _HashTreeStatistics.swift
[140/318] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[141/318] Compiling HashTreeCollections _RawHashNode.swift
[142/318] Compiling HashTreeCollections _UnmanagedHashNode.swift
[147/318] Emitting module BitCollections
[148/318] Emitting module DequeModule
[149/319] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[150/319] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[151/319] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[152/319] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[153/319] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[154/319] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[155/319] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[156/319] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[157/319] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[158/319] Compiling HashTreeCollections TreeSet.swift
[227/329] Emitting module OrderedCollections
[271/330] Emitting module _RopeModule
[272/330] Compiling _RopeModule Rope+Join.swift
[273/330] Compiling _RopeModule Rope+MutatingForEach.swift
[274/330] Compiling _RopeModule Rope+Remove.swift
[275/330] Compiling _RopeModule Rope+RemoveSubrange.swift
[276/330] Compiling _RopeModule Rope+Split.swift
[277/330] Compiling _RopeModule Optional Utilities.swift
[278/330] Compiling _RopeModule String Utilities.swift
[279/330] Compiling _RopeModule String.Index+ABI.swift
[280/330] Compiling _RopeModule _CharacterRecognizer.swift
[281/330] Emitting module HashTreeCollections
[333/334] Emitting module Collections
[334/334] Compiling Collections Collections.swift
[336/380] Compiling AsyncAlgorithms AsyncBufferSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[337/380] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[338/380] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[339/380] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[340/380] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[341/380] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[342/386] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
[343/386] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
[344/386] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
[345/386] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
[346/386] Compiling AsyncAlgorithms PartialIteration.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
[347/386] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[348/386] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:117:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
115 |
116 | struct ManagedCriticalState<State> {
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[349/386] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:117:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
115 |
116 | struct ManagedCriticalState<State> {
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:119:7: error: type of expression is ambiguous without a type annotation
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
120 | }
121 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:126:12: error: type of expression is ambiguous without a type annotation
124 |
125 | init(_ initial: State) {
126 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
127 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
128 | return initial
[350/386] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:117:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
115 |
116 | struct ManagedCriticalState<State> {
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:119:7: error: type of expression is ambiguous without a type annotation
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
120 | }
121 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:126:12: error: type of expression is ambiguous without a type annotation
124 |
125 | init(_ initial: State) {
126 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
127 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
128 | return initial
[351/386] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:117:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
115 |
116 | struct ManagedCriticalState<State> {
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:119:7: error: type of expression is ambiguous without a type annotation
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
120 | }
121 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:126:12: error: type of expression is ambiguous without a type annotation
124 |
125 | init(_ initial: State) {
126 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
127 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
128 | return initial
[352/386] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:117:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
115 |
116 | struct ManagedCriticalState<State> {
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:119:7: error: type of expression is ambiguous without a type annotation
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
120 | }
121 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:126:12: error: type of expression is ambiguous without a type annotation
124 |
125 | init(_ initial: State) {
126 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
127 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
128 | return initial
[353/386] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:117:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
115 |
116 | struct ManagedCriticalState<State> {
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:119:7: error: type of expression is ambiguous without a type annotation
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
120 | }
121 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:126:12: error: type of expression is ambiguous without a type annotation
124 |
125 | init(_ initial: State) {
126 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
127 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
128 | return initial
[354/386] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:29:49: error: cannot find type 'Primitive' in scope
27 | #endif
28 |
29 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
30 | let platformLock: PlatformLock
31 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:117:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
115 |
116 | struct ManagedCriticalState<State> {
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:119:7: error: type of expression is ambiguous without a type annotation
117 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
118 | deinit {
119 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
120 | }
121 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:126:12: error: type of expression is ambiguous without a type annotation
124 |
125 | init(_ initial: State) {
126 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
127 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
128 | return initial
[355/386] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[356/386] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[357/386] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[358/386] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[359/386] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[360/386] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[361/386] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[362/386] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[363/386] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[364/386] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[365/386] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[366/386] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[367/386] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[368/386] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[369/386] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[370/386] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[371/386] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[372/386] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[373/386] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[374/386] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[375/386] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[376/386] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[377/386] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[378/386] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[379/386] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[380/386] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[381/386] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[382/386] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[383/386] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[384/386] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[385/386] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
[386/386] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:123:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
18 | #endif
19 |
20 | internal struct Lock {
| `- note: 'Lock' declared here
21 | #if canImport(Darwin)
22 | typealias Primitive = os_unfair_lock
:
121 | }
122 |
123 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
124 |
125 | init(_ initial: State) {
BUILD FAILURE 6.1 wasm