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 (1c9384), with Swift 6.1 for Android on 18 Jun 2025 17:24:55 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.64.0
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 1c93840 [retry-on-type] - Added retry on cast - TT (#190)
Cloned https://github.com/Tyler-Keith-Thompson/Afluent.git
Revision (git rev-parse @):
1c938405ee9df0bdbe64699abde145dddbdfcf4f
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
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
Fetching https://github.com/pointfreeco/swift-clocks.git
Fetching https://github.com/apple/swift-docc-plugin
[1/1797] Fetching swift-atomics
[595/9697] Fetching swift-atomics, ohhttpstubs
[2017/10558] Fetching swift-atomics, ohhttpstubs, swift-concurrency-extras
[2651/11850] Fetching swift-atomics, ohhttpstubs, swift-concurrency-extras, swift-clocks
[3237/13932] Fetching swift-atomics, ohhttpstubs, swift-concurrency-extras, swift-clocks, swift-docc-plugin
Fetched https://github.com/pointfreeco/swift-clocks.git from cache (0.41s)
[11100/12640] Fetching swift-atomics, ohhttpstubs, swift-concurrency-extras, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.50s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.53s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.53s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (0.53s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (2.57s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.13s)
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.56s)
Computing version for https://github.com/pointfreeco/swift-clocks.git
Computed https://github.com/pointfreeco/swift-clocks.git at 1.0.6 (0.45s)
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.62s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.11s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.92s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.46s)
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/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-concurrency-extras.git
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.1
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/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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
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] Compiling _AtomicsShims.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/25] Emitting module Atomics
[9/27] Compiling Atomics ManagedAtomic.swift
[10/27] Compiling Atomics ManagedAtomicLazyReference.swift
[11/27] Compiling Atomics AtomicStorage.swift
[12/27] Compiling Atomics AtomicValue.swift
[13/27] Compiling Atomics IntegerOperations.swift
[14/27] Compiling Atomics Unmanaged extensions.swift
[15/27] Compiling Atomics AtomicMemoryOrderings.swift
[16/27] Compiling Atomics DoubleWord.swift
[17/27] Compiling Atomics UnsafeAtomic.swift
[18/27] Compiling Atomics UnsafeAtomicLazyReference.swift
[19/27] Compiling Atomics AtomicInteger.swift
[20/27] Compiling Atomics AtomicOptionalWrappable.swift
[21/27] Compiling Atomics AtomicReference.swift
[22/27] Compiling Atomics IntegerConformances.swift
[23/27] Compiling Atomics PointerConformances.swift
[24/27] Compiling Atomics Primitives.native.swift
[25/27] Compiling Atomics OptionalRawRepresentable.swift
[26/27] Compiling Atomics RawRepresentable.swift
[27/27] Compiling Atomics AtomicBool.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 HandleEvents.swift
[31/113] Compiling Afluent Map.swift
[32/113] Compiling Afluent MapError.swift
[33/113] Compiling Afluent Materialize.swift
[34/113] Compiling Afluent Print.swift
[35/113] Compiling Afluent ReplaceError.swift
[36/113] Compiling Afluent ReplaceNil.swift
[37/113] Compiling Afluent Retain.swift
[38/113] Compiling Afluent Retry.swift
[39/113] Compiling Afluent RetryAfterFlatMapping.swift
[40/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) {
[41/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) {
[42/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) {
[43/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) {
[44/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) {
[45/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) {
[46/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) {
[47/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) {
[48/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) {
[49/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) {
[50/113] Compiling Afluent Share.swift
[51/113] Compiling Afluent ShareFromCache.swift
[52/113] Compiling Afluent SingleValueChannel.swift
[53/113] Compiling Afluent SingleValueSubject.swift
[54/113] Compiling Afluent Timeout.swift
[55/113] Compiling Afluent ToAsyncSequence.swift
[56/113] Compiling Afluent UnwrapOrThrow.swift
[57/113] Compiling Afluent WithUnretained.swift
[58/113] Compiling Afluent Workers.swift
[59/113] Compiling Afluent Zip.swift
[60/113] Compiling Afluent AssertNoFailureSequence.swift
[61/113] Compiling Afluent AsyncSequences.swift
[62/113] Compiling Afluent BreakpointSequence.swift
[63/113] Compiling Afluent CatchSequence.swift
[64/113] Compiling Afluent CollectSequence.swift
[65/113] Compiling Afluent DecodeSequence.swift
[66/113] Compiling Afluent Deferred.swift
[67/113] Compiling Afluent DelaySequence.swift
[68/113] Compiling Afluent DematerializeSequence.swift
[69/113] Compiling Afluent DiscardOutputSequence.swift
[70/113] Compiling Afluent EncodeSequence.swift
[71/113] Compiling Afluent Assign.swift
[72/113] Compiling Afluent Breakpoint.swift
[73/113] Compiling Afluent Catch.swift
[74/113] Compiling Afluent Decode.swift
[75/113] Compiling Afluent Delay.swift
[76/113] Compiling Afluent Dematerialize.swift
[77/113] Compiling Afluent DiscardOutput.swift
[78/113] Compiling Afluent Encode.swift
[79/113] Compiling Afluent EraseToAnyAsynchronousUnitOfWork.swift
[80/113] Compiling Afluent FlatMap.swift
[81/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
[82/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
[83/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
[84/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
[85/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
[86/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
[87/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
[88/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
[89/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
[90/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
[91/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
[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 UnsafeAtomic.swift
[5/21] Compiling Atomics UnsafeAtomicLazyReference.swift
[6/21] Compiling Atomics ManagedAtomic.swift
[7/21] Compiling Atomics ManagedAtomicLazyReference.swift
[8/23] Compiling Atomics AtomicStorage.swift
[9/23] Compiling Atomics AtomicValue.swift
[10/23] Compiling Atomics AtomicMemoryOrderings.swift
[11/23] Compiling Atomics DoubleWord.swift
[12/23] Compiling Atomics OptionalRawRepresentable.swift
[13/23] Compiling Atomics RawRepresentable.swift
[14/23] Compiling Atomics AtomicBool.swift
[15/23] Compiling Atomics IntegerOperations.swift
[16/23] Compiling Atomics Unmanaged extensions.swift
[17/23] Compiling Atomics AtomicInteger.swift
[18/23] Compiling Atomics AtomicOptionalWrappable.swift
[19/23] Compiling Atomics AtomicReference.swift
[20/23] Emitting module Atomics
[21/23] Compiling Atomics IntegerConformances.swift
[22/23] Compiling Atomics PointerConformances.swift
[23/23] Compiling Atomics Primitives.native.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/99] 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) {
[26/109] Compiling Afluent Assign.swift
[27/109] Compiling Afluent Breakpoint.swift
[28/109] Compiling Afluent Catch.swift
[29/109] Compiling Afluent Decode.swift
[30/109] Compiling Afluent Delay.swift
[31/109] Compiling Afluent Dematerialize.swift
[32/109] Compiling Afluent DiscardOutput.swift
[33/109] Compiling Afluent Encode.swift
[34/109] Compiling Afluent EraseToAnyAsynchronousUnitOfWork.swift
[35/109] Compiling Afluent FlatMap.swift
[36/109] Compiling Afluent HandleEvents.swift
[37/109] Compiling Afluent Map.swift
[38/109] Compiling Afluent MapError.swift
[39/109] Compiling Afluent Materialize.swift
[40/109] Compiling Afluent Print.swift
[41/109] Compiling Afluent ReplaceError.swift
[42/109] Compiling Afluent ReplaceNil.swift
[43/109] Compiling Afluent Retain.swift
[44/109] Compiling Afluent Retry.swift
[45/109] Compiling Afluent RetryAfterFlatMapping.swift
[46/109] Compiling Afluent AssertNoFailureSequence.swift
[47/109] Compiling Afluent AsyncSequences.swift
[48/109] Compiling Afluent BreakpointSequence.swift
[49/109] Compiling Afluent CatchSequence.swift
[50/109] Compiling Afluent CollectSequence.swift
[51/109] Compiling Afluent DecodeSequence.swift
[52/109] Compiling Afluent Deferred.swift
[53/109] Compiling Afluent DelaySequence.swift
[54/109] Compiling Afluent DematerializeSequence.swift
[55/109] Compiling Afluent DiscardOutputSequence.swift
[56/109] Compiling Afluent EncodeSequence.swift
[57/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 |
[58/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 |
[59/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 |
[60/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 |
[61/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 |
[62/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 |
[63/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 |
[64/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 |
[65/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 |
[66/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 |
[67/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 |
[68/109] 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 |
[69/109] 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 |
[70/109] 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 |
[71/109] 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 |
[72/109] 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 |
[73/109] 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 |
[74/109] 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 |
[75/109] 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 |
[76/109] 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 |
[77/109] 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 |
[78/109] 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 |
[79/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) {
[80/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) {
[81/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) {
[82/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) {
[83/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) {
[84/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) {
[85/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) {
[86/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) {
[87/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) {
[88/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) {
[89/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
[90/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
[91/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
[92/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
[93/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
[94/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
[95/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
[96/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
[97/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
[98/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
[99/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
[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