Build Information
Failed to build PersistentHistoryTrackingKit, reference main (72912f
), with Swift 6.1 for Android on 27 Jun 2025 12:55:31 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.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: 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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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.62s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 0.1.0 (1.74s)
Fetching https://github.com/apple/swift-collections.git
[1/16715] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.80s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.16s)
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 UnsafeBufferPointer+Extras.swift
[14/26] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[15/26] Compiling InternalCollectionsUtilities Integer rank.swift
[16/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/26] Compiling InternalCollectionsUtilities Descriptions.swift
[18/26] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/26] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/26] Compiling InternalCollectionsUtilities Debugging.swift
[21/26] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[22/26] Compiling InternalCollectionsUtilities UInt+reversed.swift
[23/26] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[24/26] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[26/26] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[28/156] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[29/156] Compiling _RopeModule BigString+Chunk+Breaks.swift
[30/303] Compiling HeapModule Heap+Descriptions.swift
[31/303] Compiling HeapModule _HeapNode.swift
[32/303] Compiling HeapModule Heap.swift
[33/303] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[34/303] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[35/303] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[36/303] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[37/303] Compiling HeapModule Heap+UnsafeHandle.swift
[38/303] Compiling HeapModule Heap+Invariants.swift
[39/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[40/303] Emitting module HeapModule
[42/304] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[43/304] Compiling OrderedCollections OrderedDictionary+Values.swift
[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/321] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[62/321] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[63/321] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[64/321] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[65/321] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[66/321] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[67/321] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[68/321] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[69/321] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[70/321] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[71/321] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[72/321] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[73/321] Compiling OrderedCollections OrderedDictionary+Elements.swift
[74/321] Compiling OrderedCollections OrderedDictionary.swift
[75/321] Compiling OrderedCollections OrderedSet+Codable.swift
[76/321] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[77/321] Compiling OrderedCollections OrderedSet+Descriptions.swift
[78/321] Compiling OrderedCollections OrderedSet+Diffing.swift
[79/321] Compiling OrderedCollections OrderedSet+Equatable.swift
[80/321] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[81/328] Emitting module BitCollections
[82/328] Compiling HashTreeCollections TreeDictionary.swift
[83/328] Compiling HashTreeCollections TreeSet+Codable.swift
[84/328] Compiling HashTreeCollections TreeSet+Collection.swift
[85/328] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[86/328] Compiling HashTreeCollections TreeSet+Debugging.swift
[87/328] Compiling HashTreeCollections TreeSet+Descriptions.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
[99/328] Compiling OrderedCollections OrderedSet+Hashable.swift
[100/328] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[101/328] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[110/328] Compiling BitCollections BitSet.Index.swift
[111/328] Compiling BitCollections BitSet._UnsafeHandle.swift
[112/328] Compiling BitCollections BitSet.swift
[113/328] Compiling OrderedCollections OrderedSet+Initializers.swift
[114/328] Compiling OrderedCollections OrderedSet+Insertions.swift
[115/328] Compiling OrderedCollections OrderedSet+Invariants.swift
[116/328] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[117/328] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[118/328] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[119/328] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[120/328] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[136/328] Compiling OrderedCollections _Hashtable+Header.swift
[150/328] Emitting module DequeModule
[152/329] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[153/329] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[154/329] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[155/329] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[156/329] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[157/329] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[158/329] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[159/329] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[160/329] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[161/329] Compiling HashTreeCollections TreeSet.swift
[163/329] Compiling OrderedCollections _HashTable+Bucket.swift
[164/329] Compiling OrderedCollections _HashTable+BucketIterator.swift
[165/329] Compiling OrderedCollections _HashTable+Constants.swift
[166/329] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[167/329] Compiling OrderedCollections _HashTable+Testing.swift
[168/329] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[169/329] Compiling OrderedCollections _HashTable.swift
[178/329] Compiling OrderedCollections OrderedDictionary+Codable.swift
[179/329] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[189/329] Compiling BitCollections Range+Utilities.swift
[190/329] Compiling BitCollections Slice+Utilities.swift
[191/329] Compiling BitCollections UInt+Tricks.swift
[192/329] Compiling BitCollections _Word.swift
[226/330] Compiling OrderedCollections OrderedSet.swift
[227/330] Compiling OrderedCollections _UnsafeBitset.swift
[267/339] Emitting module OrderedCollections
[291/340] Emitting module _RopeModule
[292/340] Compiling _RopeModule Rope+Join.swift
[293/340] Compiling _RopeModule Rope+MutatingForEach.swift
[294/340] Compiling _RopeModule Rope+Remove.swift
[295/340] Compiling _RopeModule Rope+RemoveSubrange.swift
[296/340] Compiling _RopeModule Rope+Split.swift
[297/340] Compiling _RopeModule Optional Utilities.swift
[298/340] Compiling _RopeModule String Utilities.swift
[299/340] Compiling _RopeModule String.Index+ABI.swift
[300/340] Compiling _RopeModule _CharacterRecognizer.swift
[301/340] Emitting module HashTreeCollections
[343/344] Compiling Collections Collections.swift
[344/344] Emitting module Collections
[346/390] 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 |
[347/390] 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 |
[348/390] 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 |
[349/390] 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 |
[350/390] 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 |
[351/390] 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 |
[352/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) {
[353/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) {
[354/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) {
[355/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) {
[356/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) {
[357/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) {
[358/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) {
[359/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) {
[360/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) {
[361/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) {
[362/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) {
[363/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) {
[364/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
[365/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
[366/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
[367/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
[368/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
[369/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
[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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[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] 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 AsyncChunksOfCountSequence.swift
[385/396] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[386/396] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[387/396] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[388/396] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[389/396] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[390/396] Compiling AsyncAlgorithms AsyncJoinedSequence.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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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 Descriptions.swift
[6/16] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/16] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/16] Emitting module InternalCollectionsUtilities
[9/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[10/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[11/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[12/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[13/16] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[14/16] Compiling InternalCollectionsUtilities Integer rank.swift
[15/16] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[16/16] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/290] Compiling HashTreeCollections _HashNode+Storage.swift
[19/290] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[20/293] Compiling HeapModule _HeapNode.swift
[21/293] Compiling HashTreeCollections _Bitmap.swift
[22/293] Compiling HashTreeCollections _Bucket.swift
[23/293] Compiling HeapModule Heap.swift
[24/293] Compiling HashTreeCollections _HashNode+Structural filter.swift
[25/293] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[26/293] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[27/293] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[28/293] Compiling HeapModule Heap+Invariants.swift
[29/293] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[30/293] Compiling HeapModule Heap+UnsafeHandle.swift
[31/293] Compiling HeapModule Heap+Descriptions.swift
[32/293] Emitting module HeapModule
[33/294] Compiling DequeModule _DequeSlot.swift
[34/294] Compiling DequeModule _UnsafeWrappedBuffer.swift
[36/294] Compiling HashTreeCollections TreeDictionary+Collection.swift
[37/294] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[38/294] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[39/294] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[40/294] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[41/294] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[42/294] Compiling HashTreeCollections TreeDictionary+Filter.swift
[43/301] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[44/301] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[45/301] Compiling HashTreeCollections TreeDictionary+Keys.swift
[46/301] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[47/301] Compiling HashTreeCollections TreeDictionary+Merge.swift
[48/301] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[49/301] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[50/301] Compiling HashTreeCollections _HashNode+Structural union.swift
[51/301] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[52/301] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[53/301] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[54/301] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[55/301] Compiling HashTreeCollections _HashNode.swift
[56/301] Compiling HashTreeCollections _HashNodeHeader.swift
[57/301] Compiling HashTreeCollections TreeSet+Hashable.swift
[58/301] Compiling HashTreeCollections TreeSet+Sendable.swift
[59/301] Compiling HashTreeCollections TreeSet+Sequence.swift
[60/301] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[61/301] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[62/301] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[63/301] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[64/301] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[65/301] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[66/301] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[67/318] Compiling BitCollections Range+Utilities.swift
[68/318] Compiling BitCollections Slice+Utilities.swift
[69/318] Compiling BitCollections UInt+Tricks.swift
[70/318] Compiling BitCollections _Word.swift
[71/318] Compiling OrderedCollections OrderedSet.swift
[72/318] Compiling OrderedCollections _UnsafeBitset.swift
[73/318] Compiling HashTreeCollections TreeSet+Equatable.swift
[74/318] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[75/318] Compiling HashTreeCollections TreeSet+Extras.swift
[76/318] Compiling HashTreeCollections TreeSet+Filter.swift
[85/318] Compiling BitCollections BitSet.Index.swift
[86/318] Compiling BitCollections BitSet._UnsafeHandle.swift
[87/318] Compiling BitCollections BitSet.swift
[88/318] Compiling HashTreeCollections _HashSlot.swift
[89/318] Compiling HashTreeCollections _HashStack.swift
[90/318] Compiling HashTreeCollections _HashTreeIterator.swift
[91/318] Compiling HashTreeCollections _HashTreeStatistics.swift
[92/318] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[93/318] Compiling HashTreeCollections _RawHashNode.swift
[94/318] Compiling HashTreeCollections _UnmanagedHashNode.swift
[95/318] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[96/318] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[97/318] Compiling HashTreeCollections _HashNode+Structural merge.swift
[98/318] Compiling HashTreeCollections _AncestorHashSlots.swift
[99/318] Compiling HashTreeCollections _HashNode+Builder.swift
[100/318] Compiling HashTreeCollections _HashNode+Debugging.swift
[101/318] Compiling HashTreeCollections _HashNode+Initializers.swift
[102/318] Compiling HashTreeCollections _HashNode+Invariants.swift
[103/318] Compiling HashTreeCollections _HashNode+Lookups.swift
[104/318] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[105/318] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[106/318] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[123/318] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[124/318] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[131/318] Compiling HashTreeCollections _UnsafePath.swift
[132/318] Compiling HashTreeCollections TreeDictionary+Codable.swift
[147/318] Emitting module BitCollections
[156/318] Emitting module DequeModule
[174/319] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[175/319] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[176/319] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[177/319] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[178/319] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[179/319] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[180/319] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[181/319] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[182/319] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[183/319] Compiling HashTreeCollections TreeSet.swift
[309/329] Emitting module OrderedCollections
[310/330] Emitting module _RopeModule
[312/330] Compiling _RopeModule Rope+Join.swift
[313/330] Compiling _RopeModule Rope+MutatingForEach.swift
[314/330] Compiling _RopeModule Rope+Remove.swift
[315/330] Compiling _RopeModule Rope+RemoveSubrange.swift
[316/330] Compiling _RopeModule Rope+Split.swift
[317/330] Compiling _RopeModule Optional Utilities.swift
[318/330] Compiling _RopeModule String Utilities.swift
[319/330] Compiling _RopeModule String.Index+ABI.swift
[320/330] Compiling _RopeModule _CharacterRecognizer.swift
[321/330] Emitting module HashTreeCollections
[333/334] Compiling Collections Collections.swift
[334/334] Emitting module Collections
[336/380] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[337/380] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[338/380] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[339/380] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[340/380] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[341/380] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[342/380] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[343/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 |
[344/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 |
[345/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 |
[346/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 |
[347/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 |
[348/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 |
[349/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
[350/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
[351/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
[352/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
[353/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
[354/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
[355/380] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[356/380] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[357/380] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[358/380] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[359/380] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[360/380] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[361/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) {
[362/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) {
[363/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) {
[364/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) {
[365/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) {
[366/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) {
[367/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) {
[368/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) {
[369/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) {
[370/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) {
[371/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) {
[372/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) {
[373/386] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[374/386] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[375/386] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[376/386] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[377/386] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[378/386] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[379/386] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[380/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) }
[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