Build Information
Failed to build PersistentHistoryTrackingKit, reference 1.0.9 (adffcf
), with Swift 6.1 for Android on 29 May 2025 21:21:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fatbobman/PersistentHistoryTrackingKit.git
Reference: 1.0.9
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
* tag 1.0.9 -> FETCH_HEAD
HEAD is now at adffcf5 Merge pull request #5 from junping1/main
Cloned https://github.com/fatbobman/PersistentHistoryTrackingKit.git
Revision (git rev-parse @):
adffcf5bb4e484a749b5aadf6f11b2c8291e3151
SUCCESS checkout https://github.com/fatbobman/PersistentHistoryTrackingKit.git at 1.0.9
========================================
Build
========================================
Selected platform: android
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (0.52s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 0.1.0 (1.32s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.21s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.96s)
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] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[13/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/26] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[15/26] Compiling InternalCollectionsUtilities Integer rank.swift
[16/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/26] Emitting module InternalCollectionsUtilities
[21/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/26] Compiling InternalCollectionsUtilities Descriptions.swift
[23/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[24/26] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/26] Compiling InternalCollectionsUtilities Debugging.swift
[26/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/301] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[29/301] Compiling HeapModule Heap+Descriptions.swift
[30/301] Compiling OrderedCollections _HashTable+Constants.swift
[31/301] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[32/303] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[33/303] Compiling OrderedCollections OrderedDictionary+Elements.swift
[34/303] Compiling HeapModule _HeapNode.swift
[35/303] Compiling OrderedCollections _HashTable+Testing.swift
[36/303] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[37/303] Compiling HeapModule Heap.swift
[38/303] Compiling HeapModule Heap+Invariants.swift
[39/303] Compiling HeapModule Heap+UnsafeHandle.swift
[40/303] Compiling OrderedCollections _HashTable.swift
[41/303] Compiling OrderedCollections _Hashtable+Header.swift
[42/303] Emitting module HeapModule
[44/304] Compiling HashTreeCollections TreeSet+Hashable.swift
[45/304] Compiling HashTreeCollections TreeSet+Sendable.swift
[46/304] Compiling HashTreeCollections TreeSet+Sequence.swift
[47/304] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[48/304] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[49/304] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[50/304] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[51/304] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[52/304] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[53/304] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[54/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[55/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[56/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[57/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[58/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[59/314] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[60/314] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[61/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[62/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[63/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[64/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[65/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[66/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[67/314] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[68/321] Compiling OrderedCollections OrderedDictionary.swift
[69/321] Compiling OrderedCollections OrderedSet+Codable.swift
[70/321] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[71/321] Compiling OrderedCollections OrderedSet+Descriptions.swift
[72/321] Compiling OrderedCollections OrderedSet+Diffing.swift
[73/321] Compiling OrderedCollections OrderedSet+Equatable.swift
[74/321] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[75/328] Compiling DequeModule _DequeSlot.swift
[76/328] Compiling DequeModule _UnsafeWrappedBuffer.swift
[77/328] Emitting module BitCollections
[78/328] Compiling OrderedCollections OrderedDictionary+Codable.swift
[79/328] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[80/328] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[81/328] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[82/328] Compiling BitCollections Range+Utilities.swift
[83/328] Compiling BitCollections Slice+Utilities.swift
[84/328] Compiling BitCollections UInt+Tricks.swift
[85/328] Compiling BitCollections _Word.swift
[86/328] Compiling OrderedCollections OrderedSet.swift
[87/328] Compiling OrderedCollections _UnsafeBitset.swift
[88/328] Compiling HashTreeCollections TreeSet+Equatable.swift
[89/328] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[90/328] Compiling HashTreeCollections TreeSet+Extras.swift
[91/328] Compiling HashTreeCollections TreeSet+Filter.swift
[92/328] Compiling OrderedCollections OrderedSet+Hashable.swift
[93/328] Compiling OrderedCollections OrderedSet+Initializers.swift
[94/328] Compiling OrderedCollections OrderedSet+Insertions.swift
[95/328] Compiling OrderedCollections OrderedSet+Invariants.swift
[96/328] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[97/328] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[98/328] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[99/328] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[100/328] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[130/328] Compiling BitCollections BitSet.Index.swift
[131/328] Compiling BitCollections BitSet._UnsafeHandle.swift
[132/328] Compiling BitCollections BitSet.swift
[141/328] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[142/328] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[143/328] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[144/328] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[145/328] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[146/328] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[147/328] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[148/328] Compiling OrderedCollections OrderedDictionary+Values.swift
[149/328] Compiling OrderedCollections _HashTable+Bucket.swift
[150/328] Compiling OrderedCollections _HashTable+BucketIterator.swift
[166/328] Emitting module OrderedCollections
[167/328] Emitting module DequeModule
[169/329] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[170/329] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[171/329] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[172/329] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[173/329] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[174/329] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[175/329] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[176/329] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[177/329] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[178/329] Compiling HashTreeCollections TreeSet.swift
[311/340] Emitting module _RopeModule
[331/340] Compiling _RopeModule Rope+Join.swift
[332/340] Compiling _RopeModule Rope+MutatingForEach.swift
[333/340] Compiling _RopeModule Rope+Remove.swift
[334/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[335/340] Compiling _RopeModule Rope+Split.swift
[336/340] Compiling _RopeModule Optional Utilities.swift
[337/340] Compiling _RopeModule String Utilities.swift
[338/340] Compiling _RopeModule String.Index+ABI.swift
[339/340] Compiling _RopeModule _CharacterRecognizer.swift
[340/340] Emitting module HashTreeCollections
[343/344] Emitting module Collections
[344/344] Compiling Collections Collections.swift
[346/390] 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) {
[347/390] 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) {
[348/390] 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) {
[349/390] 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) {
[350/390] 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) {
[351/390] 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) {
[352/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 |
[353/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 |
[354/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 |
[355/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 |
[356/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 |
[357/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 |
[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 AsyncRemoveDuplicatesSequence.swift
[365/396] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[366/396] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[367/396] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[368/396] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[369/396] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[370/396] 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) {
[371/396] 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) {
[372/396] 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) {
[373/396] 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) {
[374/396] 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) {
[375/396] 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) {
[376/396] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[377/396] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[378/396] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[379/396] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[380/396] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[381/396] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[382/396] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[383/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) }
[384/396] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[385/396] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[386/396] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[387/396] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[388/396] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[389/396] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[390/396] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[3/15] Compiling InternalCollectionsUtilities Debugging.swift
[4/16] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/16] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[6/16] Compiling InternalCollectionsUtilities UInt+reversed.swift
[7/16] Compiling InternalCollectionsUtilities Descriptions.swift
[8/16] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/16] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/16] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/16] Compiling InternalCollectionsUtilities Integer rank.swift
[12/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[13/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/16] Emitting module InternalCollectionsUtilities
[15/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/170] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[19/271] Compiling _RopeModule BigString+Chunk+Counts.swift
[20/271] Compiling _RopeModule BigString+Chunk+Description.swift
[21/275] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[22/275] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[23/293] Compiling HeapModule Heap+Descriptions.swift
[24/293] Compiling _RopeModule BigString+CustomStringConvertible.swift
[25/293] Compiling _RopeModule BigString+Equatable.swift
[26/293] Compiling HeapModule _HeapNode.swift
[27/293] Compiling HeapModule Heap.swift
[28/293] Compiling HeapModule Heap+Invariants.swift
[29/293] Compiling HeapModule Heap+UnsafeHandle.swift
[30/293] Emitting module HeapModule
[31/294] Compiling DequeModule _DequeSlot.swift
[32/294] Compiling DequeModule _UnsafeWrappedBuffer.swift
[33/294] Compiling _RopeModule BigString+Managing Breaks.swift
[34/294] Compiling _RopeModule BigString+RemoveSubrange.swift
[35/294] Compiling _RopeModule BigString+ReplaceSubrange.swift
[36/294] Compiling _RopeModule BigString+Split.swift
[37/294] Compiling _RopeModule Range+BigString.swift
[38/294] Compiling _RopeModule BigString+UTF16View.swift
[39/294] Compiling _RopeModule BigString+UTF8View.swift
[40/294] Compiling _RopeModule Rope+_Storage.swift
[41/294] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[42/294] Compiling _RopeModule Rope+_UnsafeHandle.swift
[46/304] Compiling _RopeModule Rope.swift
[47/304] Compiling _RopeModule RopeElement.swift
[48/304] Compiling _RopeModule RopeMetric.swift
[49/304] Compiling _RopeModule RopeSummary.swift
[50/304] Compiling _RopeModule _RopeItem.swift
[51/304] Compiling _RopeModule _RopePath.swift
[52/304] Compiling _RopeModule BigString+UnicodeScalarView.swift
[53/304] Compiling _RopeModule BigSubstring+UTF16View.swift
[54/304] Compiling _RopeModule BigSubstring+UTF8View.swift
[55/304] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[56/304] Compiling _RopeModule BigSubstring.swift
[58/311] Compiling _RopeModule BigString+Ingester.swift
[59/311] Compiling _RopeModule BigString+Invariants.swift
[60/311] Compiling _RopeModule BigString+Iterators.swift
[61/311] Compiling _RopeModule BigString+Metrics.swift
[62/311] Compiling _RopeModule BigString+Summary.swift
[63/311] Compiling _RopeModule BigString.swift
[64/311] Compiling _RopeModule BigString+Append.swift
[65/311] Compiling _RopeModule BigString+Initializers.swift
[66/311] Compiling _RopeModule BigString+Insert.swift
[74/311] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[75/311] Compiling _RopeModule BigString+Chunk+Breaks.swift
[80/311] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[81/311] Compiling _RopeModule BigString+Chunk+Splitting.swift
[107/311] Compiling HashTreeCollections TreeDictionary.swift
[108/311] Compiling HashTreeCollections TreeSet+Codable.swift
[109/311] Compiling HashTreeCollections TreeSet+Collection.swift
[110/311] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[111/311] Compiling HashTreeCollections TreeSet+Debugging.swift
[112/311] Compiling HashTreeCollections TreeSet+Descriptions.swift
[113/311] Compiling HashTreeCollections TreeSet+Equatable.swift
[114/311] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[115/311] Compiling HashTreeCollections TreeSet+Extras.swift
[116/311] Compiling HashTreeCollections TreeSet+Filter.swift
[117/318] Emitting module BitCollections
[118/318] Compiling _RopeModule BigString+Chunk.swift
[119/318] Compiling _RopeModule BigString+BidirectionalCollection.swift
[120/318] Compiling _RopeModule BigString+Comparable.swift
[121/318] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[140/318] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[141/318] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[142/318] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[143/318] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[144/318] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[145/318] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[146/318] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[147/318] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[148/318] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[149/318] Compiling HashTreeCollections TreeSet.swift
[150/318] Emitting module DequeModule
[168/319] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[169/319] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[170/319] Compiling _RopeModule BigString+Sequence.swift
[171/319] Compiling _RopeModule BigString+TextOutputStream.swift
[172/319] Compiling _RopeModule BigString+Builder.swift
[173/319] Compiling _RopeModule BigString+Contents.swift
[174/319] Compiling _RopeModule BigString+Debugging.swift
[175/319] Compiling _RopeModule BigString+Index.swift
[192/319] Compiling BitCollections BitSet.swift
[193/319] Compiling BitCollections Range+Utilities.swift
[194/319] Compiling BitCollections Slice+Utilities.swift
[195/319] Compiling BitCollections UInt+Tricks.swift
[196/319] Compiling BitCollections _Word.swift
[197/319] Compiling OrderedCollections OrderedSet.swift
[198/319] Compiling OrderedCollections _UnsafeBitset.swift
[199/319] Compiling _RopeModule Rope+Sequence.swift
[200/319] Compiling _RopeModule Rope+Append.swift
[201/319] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[202/319] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[220/328] Compiling BitCollections BitSet.Index.swift
[221/328] Compiling BitCollections BitSet._UnsafeHandle.swift
[299/329] Emitting module OrderedCollections
[301/330] Emitting module _RopeModule
[302/330] Compiling _RopeModule Rope+Join.swift
[303/330] Compiling _RopeModule Rope+MutatingForEach.swift
[304/330] Compiling _RopeModule Rope+Remove.swift
[305/330] Compiling _RopeModule Rope+RemoveSubrange.swift
[306/330] Compiling _RopeModule Rope+Split.swift
[307/330] Compiling _RopeModule Optional Utilities.swift
[308/330] Compiling _RopeModule String Utilities.swift
[309/330] Compiling _RopeModule String.Index+ABI.swift
[310/330] Compiling _RopeModule _CharacterRecognizer.swift
[330/331] Emitting module HashTreeCollections
[333/334] Emitting module Collections
[334/334] Compiling Collections Collections.swift
[336/380] 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
[337/380] 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
[338/380] 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
[339/380] 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
[340/380] 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
[341/380] 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
[342/380] 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/380] 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/380] 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/380] 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/380] 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/380] 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 |
[348/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) {
[349/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) {
[350/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) {
[351/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) {
[352/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) {
[353/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) {
[354/386] 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) {
[355/386] 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) {
[356/386] 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) {
[357/386] 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) {
[358/386] 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) {
[359/386] 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) {
[360/386] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[361/386] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[362/386] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[363/386] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[364/386] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[365/386] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[366/386] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[367/386] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[368/386] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[369/386] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[370/386] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[371/386] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[372/386] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[373/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) }
[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 android