The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Afluent, reference main (f3d640), with Swift 6.1 for Android on 17 Jun 2025 02:08:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/Tyler-Keith-Thompson/Afluent.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/Tyler-Keith-Thompson/Afluent
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f3d640e [scan-operator] - Added a scan operator - TT (#188)
Cloned https://github.com/Tyler-Keith-Thompson/Afluent.git
Revision (git rev-parse @):
f3d640ebf54e5be2af7a0030d8bbd4bf31c13b27
SUCCESS checkout https://github.com/Tyler-Keith-Thompson/Afluent.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Tyler-Keith-Thompson/Afluent.git
https://github.com/Tyler-Keith-Thompson/Afluent.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "ohhttpstubs",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.1.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AliSoftware/OHHTTPStubs.git"
    },
    {
      "identity" : "swift-clocks",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-clocks.git"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
    }
  ],
  "manifest_display_name" : "Afluent",
  "name" : "Afluent",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Afluent",
      "targets" : [
        "Afluent"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AfluentTesting",
      "targets" : [
        "AfluentTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5.10",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "AfluentTests",
      "module_type" : "SwiftTarget",
      "name" : "AfluentTests",
      "path" : "Tests/AfluentTests",
      "product_dependencies" : [
        "ConcurrencyExtras",
        "Clocks"
      ],
      "sources" : [
        "CurrentValueSubjectTests.swift",
        "DeferredTaskTests.swift",
        "ExponentialBackoffTests.swift",
        "PassthroughSubjectTests.swift",
        "QueueExecutorTests.swift",
        "SequenceTests/AnyAsyncSequenceTests.swift",
        "SequenceTests/CatchSequenceTests.swift",
        "SequenceTests/CollectSequenceTests.swift",
        "SequenceTests/DecodeSequenceTests.swift",
        "SequenceTests/DeferredSequenceTests.swift",
        "SequenceTests/DelaySequenceTests.swift",
        "SequenceTests/DiscardOutputSequenceTests.swift",
        "SequenceTests/EncodeSequenceTests.swift",
        "SequenceTests/FlatMapSequenceTests.swift",
        "SequenceTests/GroupBySequenceTests.swift",
        "SequenceTests/HandleEventsSequenceTests.swift",
        "SequenceTests/JustSequenceTests.swift",
        "SequenceTests/MapErrorSequenceTests.swift",
        "SequenceTests/MaterializeSequenceTests.swift",
        "SequenceTests/OutputSequenceTests.swift",
        "SequenceTests/ReplaceErrorSequenceTests.swift",
        "SequenceTests/ReplaceNilSequenceTests.swift",
        "SequenceTests/RetryAfterFlatMappingSequenceTests.swift",
        "SequenceTests/RetryOnAfterFlatMappingSequenceTests.swift",
        "SequenceTests/RetryOnSequenceTests.swift",
        "SequenceTests/RetrySequenceTests.swift",
        "SequenceTests/ScanSequenceTests.swift",
        "SequenceTests/ShareFromCacheSequenceTests.swift",
        "SequenceTests/ShareSequenceTests.swift",
        "SequenceTests/ThrottleSequenceTests.swift",
        "SequenceTests/TimerSequenceTests.swift",
        "SerialTaskQueueTests.swift",
        "SubscriptionTests.swift",
        "SwiftTestingBridge.swift",
        "TestHelpers/ArrayExtensions.swift",
        "TestHelpers/GeneralError.swift",
        "WorkerTests/AssignTests.swift",
        "WorkerTests/CancelTests.swift",
        "WorkerTests/CatchTests.swift",
        "WorkerTests/DecodeTests.swift",
        "WorkerTests/DelayTests.swift",
        "WorkerTests/DiscardOutputTests.swift",
        "WorkerTests/EncodeTests.swift",
        "WorkerTests/EraseToAnyAsynchronousUnitOfWorkTests.swift",
        "WorkerTests/ExecuteOnTaskExecutorTests.swift",
        "WorkerTests/ExecutePriorityTests.swift",
        "WorkerTests/FlatMapTests.swift",
        "WorkerTests/HandleEventsTests.swift",
        "WorkerTests/MapErrorTests.swift",
        "WorkerTests/MapTests.swift",
        "WorkerTests/MaterializeTests.swift",
        "WorkerTests/ReplaceErrorTests.swift",
        "WorkerTests/ReplaceNilTests.swift",
        "WorkerTests/RetainTests.swift",
        "WorkerTests/RetryAfterFlatMappingTests.swift",
        "WorkerTests/RetryOnAfterFlatMappingTests.swift",
        "WorkerTests/RetryOnTests.swift",
        "WorkerTests/RetryTests.swift",
        "WorkerTests/ShareFromCacheTests.swift",
        "WorkerTests/ShareTests.swift",
        "WorkerTests/SingleValueChannelTests.swift",
        "WorkerTests/SingleValueSubjectTests.swift",
        "WorkerTests/TimeoutTests.swift",
        "WorkerTests/ToStreamTests.swift",
        "WorkerTests/URLSessionAdditionsTests.swift",
        "WorkerTests/UnwrapOrThrowTests.swift",
        "WorkerTests/WithUnretainedTests.swift",
        "WorkerTests/ZipTests.swift"
      ],
      "target_dependencies" : [
        "Afluent",
        "AfluentTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AfluentTesting",
      "module_type" : "SwiftTarget",
      "name" : "AfluentTesting",
      "path" : "Sources/AfluentTesting",
      "product_memberships" : [
        "AfluentTesting"
      ],
      "sources" : [
        "WaitUntilCondition.swift",
        "WaitUntilScheduled.swift"
      ],
      "target_dependencies" : [
        "Afluent"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Afluent",
      "module_type" : "SwiftTarget",
      "name" : "Afluent",
      "path" : "Sources/Afluent",
      "product_dependencies" : [
        "Atomics"
      ],
      "product_memberships" : [
        "Afluent",
        "AfluentTesting"
      ],
      "sources" : [
        "AUOWCacheStrategies/AUOWCache+CacheUntilCompletionOrCancellation.swift",
        "AUOWCacheStrategies/AUOWCache+CancelAndRetry.swift",
        "AUOWCacheStrategies/AUOWCacheStrategy.swift",
        "Additions/QueueExecutor.swift",
        "Additions/URLSessionAdditions.swift",
        "AsyncSequenceCache.swift",
        "AsynchronousUnitOfWorkCache.swift",
        "CurrentValueSubject.swift",
        "DeferredTask.swift",
        "Errors/TimeoutError.swift",
        "Extensions/AsyncSequenceExtensions.swift",
        "Extensions/ErrorExtensions.swift",
        "Extensions/KeyPathExtensions.swift",
        "Extensions/RecursiveLockExtensions.swift",
        "PassthroughSubject.swift",
        "Protocols/AsynchronousUnitOfWork.swift",
        "Race.swift",
        "Rethrow.swift",
        "RetryStrategies/RetryByBackoffStrategy.swift",
        "RetryStrategies/RetryByCountStrategy.swift",
        "RetryStrategies/RetryStrategy.swift",
        "SequenceOperators/AnyAsyncSequence.swift",
        "SequenceOperators/AssertNoFailureSequence.swift",
        "SequenceOperators/AsyncSequences.swift",
        "SequenceOperators/BreakpointSequence.swift",
        "SequenceOperators/CatchSequence.swift",
        "SequenceOperators/CollectSequence.swift",
        "SequenceOperators/DecodeSequence.swift",
        "SequenceOperators/Deferred.swift",
        "SequenceOperators/DelaySequence.swift",
        "SequenceOperators/DematerializeSequence.swift",
        "SequenceOperators/DiscardOutputSequence.swift",
        "SequenceOperators/EncodeSequence.swift",
        "SequenceOperators/FlatMapSequence.swift",
        "SequenceOperators/GroupBySequence.swift",
        "SequenceOperators/HandleEventsSequence.swift",
        "SequenceOperators/JustSequence.swift",
        "SequenceOperators/MapErrorSequence.swift",
        "SequenceOperators/MaterializeSequence.swift",
        "SequenceOperators/OutputSequence.swift",
        "SequenceOperators/PlatformLock.swift",
        "SequenceOperators/PrintSequence.swift",
        "SequenceOperators/ReplaceErrorSequence.swift",
        "SequenceOperators/ReplaceNilSequence.swift",
        "SequenceOperators/RetryAfterFlatMappingSequence.swift",
        "SequenceOperators/RetrySequence.swift",
        "SequenceOperators/ScanSequence.swift",
        "SequenceOperators/ShareFromCacheSequence.swift",
        "SequenceOperators/ShareSequence.swift",
        "SequenceOperators/ThrottleSequence.swift",
        "SequenceOperators/TimerSequence.swift",
        "SerialTaskQueue.swift",
        "Subscription/AnyCancellable.swift",
        "Workers/AssertNoFailure.swift",
        "Workers/Assign.swift",
        "Workers/Breakpoint.swift",
        "Workers/Catch.swift",
        "Workers/Decode.swift",
        "Workers/Delay.swift",
        "Workers/Dematerialize.swift",
        "Workers/DiscardOutput.swift",
        "Workers/Encode.swift",
        "Workers/EraseToAnyAsynchronousUnitOfWork.swift",
        "Workers/FlatMap.swift",
        "Workers/HandleEvents.swift",
        "Workers/Map.swift",
        "Workers/MapError.swift",
        "Workers/Materialize.swift",
        "Workers/Print.swift",
        "Workers/ReplaceError.swift",
        "Workers/ReplaceNil.swift",
        "Workers/Retain.swift",
        "Workers/Retry.swift",
        "Workers/RetryAfterFlatMapping.swift",
        "Workers/Share.swift",
        "Workers/ShareFromCache.swift",
        "Workers/SingleValueChannel.swift",
        "Workers/SingleValueSubject.swift",
        "Workers/Timeout.swift",
        "Workers/ToAsyncSequence.swift",
        "Workers/UnwrapOrThrow.swift",
        "Workers/WithUnretained.swift",
        "Workers/Workers.swift",
        "Workers/Zip.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Already exists
39bc14e52995: Already exists
cc0382103b05: Already exists
084072dee40a: Already exists
6627e662b22c: Pulling fs layer
6627e662b22c: Pull complete
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/pointfreeco/swift-clocks.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
Fetching https://github.com/apple/swift-docc-plugin
[1/7900] Fetching ohhttpstubs
[238/8761] Fetching ohhttpstubs, swift-concurrency-extras
[1295/10558] Fetching ohhttpstubs, swift-concurrency-extras, swift-atomics
[1313/12640] Fetching ohhttpstubs, swift-concurrency-extras, swift-atomics, swift-docc-plugin
[4135/13932] Fetching ohhttpstubs, swift-concurrency-extras, swift-atomics, swift-docc-plugin, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.40s)
[11260/13071] Fetching ohhttpstubs, swift-atomics, swift-docc-plugin, swift-clocks
Fetched https://github.com/apple/swift-atomics.git from cache (0.68s)
Fetched https://github.com/pointfreeco/swift-clocks.git from cache (0.68s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (0.69s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.70s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (2.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.53s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.1 (0.50s)
Computing version for https://github.com/pointfreeco/swift-clocks.git
Computed https://github.com/pointfreeco/swift-clocks.git at 1.0.6 (0.47s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.79s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.70s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3411] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.07s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.50s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-clocks.git
Working copy of https://github.com/pointfreeco/swift-clocks.git resolved at 1.0.6
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras.git
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.1
warning: 'spi-builder-workspace': dependency 'ohhttpstubs' is not used by any target
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Write sources
[5/7] Write swift-version-24593BA9C3E375BF.txt
[5/7] Compiling _AtomicsShims.c
[8/25] Emitting module Atomics
[9/27] Compiling Atomics IntegerOperations.swift
[10/27] Compiling Atomics Unmanaged extensions.swift
[11/27] Compiling Atomics OptionalRawRepresentable.swift
[12/27] Compiling Atomics RawRepresentable.swift
[13/27] Compiling Atomics AtomicBool.swift
[14/27] Compiling Atomics IntegerConformances.swift
[15/27] Compiling Atomics PointerConformances.swift
[16/27] Compiling Atomics Primitives.native.swift
[17/27] Compiling Atomics AtomicMemoryOrderings.swift
[18/27] Compiling Atomics DoubleWord.swift
[19/27] Compiling Atomics UnsafeAtomic.swift
[20/27] Compiling Atomics UnsafeAtomicLazyReference.swift
[21/27] Compiling Atomics AtomicStorage.swift
[22/27] Compiling Atomics AtomicValue.swift
[23/27] Compiling Atomics ManagedAtomic.swift
[24/27] Compiling Atomics ManagedAtomicLazyReference.swift
[25/27] Compiling Atomics AtomicInteger.swift
[26/27] Compiling Atomics AtomicOptionalWrappable.swift
[27/27] Compiling Atomics AtomicReference.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/103] Emitting module Afluent
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[30/113] Compiling Afluent Assign.swift
[31/113] Compiling Afluent Breakpoint.swift
[32/113] Compiling Afluent Catch.swift
[33/113] Compiling Afluent Decode.swift
[34/113] Compiling Afluent Delay.swift
[35/113] Compiling Afluent Dematerialize.swift
[36/113] Compiling Afluent DiscardOutput.swift
[37/113] Compiling Afluent Encode.swift
[38/113] Compiling Afluent EraseToAnyAsynchronousUnitOfWork.swift
[39/113] Compiling Afluent FlatMap.swift
[40/113] Compiling Afluent AssertNoFailureSequence.swift
[41/113] Compiling Afluent AsyncSequences.swift
[42/113] Compiling Afluent BreakpointSequence.swift
[43/113] Compiling Afluent CatchSequence.swift
[44/113] Compiling Afluent CollectSequence.swift
[45/113] Compiling Afluent DecodeSequence.swift
[46/113] Compiling Afluent Deferred.swift
[47/113] Compiling Afluent DelaySequence.swift
[48/113] Compiling Afluent DematerializeSequence.swift
[49/113] Compiling Afluent DiscardOutputSequence.swift
[50/113] Compiling Afluent EncodeSequence.swift
[51/113] Compiling Afluent RetryAfterFlatMappingSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[52/113] Compiling Afluent RetrySequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[53/113] Compiling Afluent ScanSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[54/113] Compiling Afluent ShareFromCacheSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[55/113] Compiling Afluent ShareSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[56/113] Compiling Afluent ThrottleSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[57/113] Compiling Afluent TimerSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[58/113] Compiling Afluent SerialTaskQueue.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[59/113] Compiling Afluent AnyCancellable.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[60/113] Compiling Afluent AssertNoFailure.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[61/113] Compiling Afluent HandleEvents.swift
[62/113] Compiling Afluent Map.swift
[63/113] Compiling Afluent MapError.swift
[64/113] Compiling Afluent Materialize.swift
[65/113] Compiling Afluent Print.swift
[66/113] Compiling Afluent ReplaceError.swift
[67/113] Compiling Afluent ReplaceNil.swift
[68/113] Compiling Afluent Retain.swift
[69/113] Compiling Afluent Retry.swift
[70/113] Compiling Afluent RetryAfterFlatMapping.swift
[71/113] Compiling Afluent FlatMapSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[72/113] Compiling Afluent GroupBySequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[73/113] Compiling Afluent HandleEventsSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[74/113] Compiling Afluent JustSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[75/113] Compiling Afluent MapErrorSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[76/113] Compiling Afluent MaterializeSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[77/113] Compiling Afluent OutputSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[78/113] Compiling Afluent PlatformLock.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[79/113] Compiling Afluent PrintSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[80/113] Compiling Afluent ReplaceErrorSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[81/113] Compiling Afluent ReplaceNilSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[82/113] Compiling Afluent Share.swift
[83/113] Compiling Afluent ShareFromCache.swift
[84/113] Compiling Afluent SingleValueChannel.swift
[85/113] Compiling Afluent SingleValueSubject.swift
[86/113] Compiling Afluent Timeout.swift
[87/113] Compiling Afluent ToAsyncSequence.swift
[88/113] Compiling Afluent UnwrapOrThrow.swift
[89/113] Compiling Afluent WithUnretained.swift
[90/113] Compiling Afluent Workers.swift
[91/113] Compiling Afluent Zip.swift
[92/113] Compiling Afluent ErrorExtensions.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[93/113] Compiling Afluent KeyPathExtensions.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[94/113] Compiling Afluent RecursiveLockExtensions.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[95/113] Compiling Afluent PassthroughSubject.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[96/113] Compiling Afluent AsynchronousUnitOfWork.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[97/113] Compiling Afluent Race.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[98/113] Compiling Afluent Rethrow.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[99/113] Compiling Afluent RetryByBackoffStrategy.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[100/113] Compiling Afluent RetryByCountStrategy.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[101/113] Compiling Afluent RetryStrategy.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[102/113] Compiling Afluent AnyAsyncSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[103/113] Compiling Afluent AUOWCache+CacheUntilCompletionOrCancellation.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[104/113] Compiling Afluent AUOWCache+CancelAndRetry.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[105/113] Compiling Afluent AUOWCacheStrategy.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[106/113] Compiling Afluent QueueExecutor.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[107/113] Compiling Afluent URLSessionAdditions.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[108/113] Compiling Afluent AsyncSequenceCache.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[109/113] Compiling Afluent AsynchronousUnitOfWorkCache.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[110/113] Compiling Afluent CurrentValueSubject.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[111/113] Compiling Afluent DeferredTask.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[112/113] Compiling Afluent TimeoutError.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[113/113] Compiling Afluent AsyncSequenceExtensions.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
warning: 'spi-builder-workspace': dependency 'ohhttpstubs' is not used by any target
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/21] Compiling Atomics ManagedAtomic.swift
[5/21] Compiling Atomics ManagedAtomicLazyReference.swift
[6/21] Compiling Atomics UnsafeAtomic.swift
[7/21] Compiling Atomics UnsafeAtomicLazyReference.swift
[8/23] Compiling Atomics OptionalRawRepresentable.swift
[9/23] Compiling Atomics RawRepresentable.swift
[10/23] Compiling Atomics AtomicBool.swift
[11/23] Compiling Atomics AtomicInteger.swift
[12/23] Compiling Atomics AtomicOptionalWrappable.swift
[13/23] Compiling Atomics AtomicReference.swift
[14/23] Compiling Atomics IntegerOperations.swift
[15/23] Compiling Atomics Unmanaged extensions.swift
[16/23] Emitting module Atomics
[17/23] Compiling Atomics AtomicMemoryOrderings.swift
[18/23] Compiling Atomics DoubleWord.swift
[19/23] Compiling Atomics IntegerConformances.swift
[20/23] Compiling Atomics PointerConformances.swift
[21/23] Compiling Atomics Primitives.native.swift
[22/23] Compiling Atomics AtomicStorage.swift
[23/23] Compiling Atomics AtomicValue.swift
[25/99] Compiling Afluent AUOWCache+CacheUntilCompletionOrCancellation.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[26/99] Compiling Afluent AUOWCache+CancelAndRetry.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[27/99] Compiling Afluent AUOWCacheStrategy.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[28/99] Compiling Afluent QueueExecutor.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[29/99] Compiling Afluent URLSessionAdditions.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[30/99] Compiling Afluent AsyncSequenceCache.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[31/99] Compiling Afluent AsynchronousUnitOfWorkCache.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[32/99] Compiling Afluent CurrentValueSubject.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[33/99] Compiling Afluent DeferredTask.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[34/99] Compiling Afluent TimeoutError.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[35/99] Compiling Afluent AsyncSequenceExtensions.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[36/109] Compiling Afluent ErrorExtensions.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[37/109] Compiling Afluent KeyPathExtensions.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[38/109] Compiling Afluent RecursiveLockExtensions.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[39/109] Compiling Afluent PassthroughSubject.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[40/109] Compiling Afluent AsynchronousUnitOfWork.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[41/109] Compiling Afluent Race.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[42/109] Compiling Afluent Rethrow.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[43/109] Compiling Afluent RetryByBackoffStrategy.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[44/109] Compiling Afluent RetryByCountStrategy.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[45/109] Compiling Afluent RetryStrategy.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[46/109] Compiling Afluent AnyAsyncSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
[47/109] Compiling Afluent FlatMapSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[48/109] Compiling Afluent GroupBySequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[49/109] Compiling Afluent HandleEventsSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[50/109] Compiling Afluent JustSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[51/109] Compiling Afluent MapErrorSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[52/109] Compiling Afluent MaterializeSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[53/109] Compiling Afluent OutputSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[54/109] Compiling Afluent PlatformLock.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[55/109] Compiling Afluent PrintSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[56/109] Compiling Afluent ReplaceErrorSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[57/109] Compiling Afluent ReplaceNilSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:123:13: error: type of expression is ambiguous without a type annotation
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |             `- error: type of expression is ambiguous without a type annotation
124 |         }
125 |     }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:130:16: error: type of expression is ambiguous without a type annotation
128 |
129 |     init(_ initial: State) {
130 |         buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |                `- error: type of expression is ambiguous without a type annotation
131 |             buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
132 |             return initial
[58/109] Compiling Afluent Assign.swift
[59/109] Compiling Afluent Breakpoint.swift
[60/109] Compiling Afluent Catch.swift
[61/109] Compiling Afluent Decode.swift
[62/109] Compiling Afluent Delay.swift
[63/109] Compiling Afluent Dematerialize.swift
[64/109] Compiling Afluent DiscardOutput.swift
[65/109] Compiling Afluent Encode.swift
[66/109] Compiling Afluent EraseToAnyAsynchronousUnitOfWork.swift
[67/109] Compiling Afluent FlatMap.swift
[68/109] Compiling Afluent RetryAfterFlatMappingSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[69/109] Compiling Afluent RetrySequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[70/109] Compiling Afluent ScanSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[71/109] Compiling Afluent ShareFromCacheSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[72/109] Compiling Afluent ShareSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[73/109] Compiling Afluent ThrottleSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[74/109] Compiling Afluent TimerSequence.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[75/109] Compiling Afluent SerialTaskQueue.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[76/109] Compiling Afluent AnyCancellable.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[77/109] Compiling Afluent AssertNoFailure.swift
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/109] Compiling Afluent AssertNoFailureSequence.swift
[79/109] Compiling Afluent AsyncSequences.swift
[80/109] Compiling Afluent BreakpointSequence.swift
[81/109] Compiling Afluent CatchSequence.swift
[82/109] Compiling Afluent CollectSequence.swift
[83/109] Compiling Afluent DecodeSequence.swift
[84/109] Compiling Afluent Deferred.swift
[85/109] Compiling Afluent DelaySequence.swift
[86/109] Compiling Afluent DematerializeSequence.swift
[87/109] Compiling Afluent DiscardOutputSequence.swift
[88/109] Compiling Afluent EncodeSequence.swift
[89/109] Compiling Afluent HandleEvents.swift
[90/109] Compiling Afluent Map.swift
[91/109] Compiling Afluent MapError.swift
[92/109] Compiling Afluent Materialize.swift
[93/109] Compiling Afluent Print.swift
[94/109] Compiling Afluent ReplaceError.swift
[95/109] Compiling Afluent ReplaceNil.swift
[96/109] Compiling Afluent Retain.swift
[97/109] Compiling Afluent Retry.swift
[98/109] Compiling Afluent RetryAfterFlatMapping.swift
[99/109] Emitting module Afluent
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:36:51: error: cannot find type 'Primitive' in scope
 34 |     #endif
 35 |
 36 |     typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                   `- error: cannot find type 'Primitive' in scope
 37 |     let platformLock: PlatformLock
 38 |
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:121:65: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
119 |
120 | struct ManagedCriticalState<State> {
121 |     private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                                 `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
122 |         deinit {
123 |             withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:127:51: error: 'Primitive' is not a member type of struct 'Afluent.Lock'
 25 | #endif
 26 |
 27 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 28 |     #if canImport(Darwin)
 29 |         typealias Primitive = os_unfair_lock
    :
125 |     }
126 |
127 |     private var buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                   `- error: 'Primitive' is not a member type of struct 'Afluent.Lock'
128 |
129 |     init(_ initial: State) {
[100/109] Compiling Afluent Share.swift
[101/109] Compiling Afluent ShareFromCache.swift
[102/109] Compiling Afluent SingleValueChannel.swift
[103/109] Compiling Afluent SingleValueSubject.swift
[104/109] Compiling Afluent Timeout.swift
[105/109] Compiling Afluent ToAsyncSequence.swift
[106/109] Compiling Afluent UnwrapOrThrow.swift
[107/109] Compiling Afluent WithUnretained.swift
[108/109] Compiling Afluent Workers.swift
[109/109] Compiling Afluent Zip.swift
BUILD FAILURE 6.1 android