The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Afluent, reference 1.0.11 (f90d0f), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 15:12:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Tyler-Keith-Thompson/Afluent.git
Reference: 1.0.11
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Tyler-Keith-Thompson/Afluent
 * tag               1.0.11     -> FETCH_HEAD
HEAD is now at f90d0fc Fix hang in SingleValueSubject + Timeout (#198)
Cloned https://github.com/Tyler-Keith-Thompson/Afluent.git
Revision (git rev-parse @):
f90d0fce549ce70aa0cd13071ec3e40ff84b7e58
SUCCESS checkout https://github.com/Tyler-Keith-Thompson/Afluent.git at 1.0.11
Fetching https://github.com/AliSoftware/OHHTTPStubs.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
Fetching https://github.com/pointfreeco/swift-clocks.git
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/1820] Fetching swift-atomics
[74/2776] Fetching swift-atomics, swift-concurrency-extras
[180/10678] Fetching swift-atomics, swift-concurrency-extras, ohhttpstubs
[181/11995] Fetching swift-atomics, swift-concurrency-extras, ohhttpstubs, swift-clocks
[313/14272] Fetching swift-atomics, swift-concurrency-extras, ohhttpstubs, swift-clocks, swift-docc-plugin
[400/19995] Fetching swift-atomics, swift-concurrency-extras, ohhttpstubs, swift-clocks, swift-docc-plugin, xctest-dynamic-overlay
[14373/23667] Fetching swift-atomics, swift-concurrency-extras, ohhttpstubs, swift-clocks, swift-docc-plugin, xctest-dynamic-overlay, swift-docc-symbolkit
Fetched https://github.com/AliSoftware/OHHTTPStubs.git from cache (1.16s)
[10023/15765] Fetching swift-atomics, swift-concurrency-extras, swift-clocks, swift-docc-plugin, xctest-dynamic-overlay, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.27s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (1.27s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.27s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.33s)
Fetched https://github.com/pointfreeco/swift-clocks.git from cache (1.33s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.33s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy for https://github.com/pointfreeco/swift-clocks.git
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras.git
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Creating working copy for https://github.com/apple/swift-docc-plugin
Creating working copy for https://github.com/apple/swift-atomics.git
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/pointfreeco/swift-clocks.git resolved at 1.0.5
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.0
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.4.3
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
warning: 'swift-clocks': /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-clocks/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "swift-clocks",
 7 |   // NB: While the `Clock` protocol is iOS 16+, etc., the package should support earlier platforms
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "afluent",
      "name": "Afluent",
      "url": "https://github.com/Tyler-Keith-Thompson/Afluent.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Afluent",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-atomics",
          "name": "swift-atomics",
          "url": "https://github.com/apple/swift-atomics.git",
          "version": "1.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Tyler-Keith-Thompson/Afluent.git
[1/169887] Fetching afluent
Fetched https://github.com/Tyler-Keith-Thompson/Afluent.git from cache (25.56s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.10s)
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/Tyler-Keith-Thompson/Afluent.git
Working copy of https://github.com/Tyler-Keith-Thompson/Afluent.git resolved at 1.0.11 (f90d0fc)
warning: '.resolve-product-dependencies': dependency 'afluent' is not used by any target
Found 1 product dependencies
  - swift-atomics
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Tyler-Keith-Thompson/Afluent.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Write sources
[5/7] Write swift-version--6988338F2F200930.txt
[6/7] Compiling _AtomicsShims.c
[8/26] Compiling Atomics UnsafeAtomic.swift
[9/26] Compiling Atomics UnsafeAtomicLazyReference.swift
[10/26] Compiling Atomics ManagedAtomic.swift
[11/26] Compiling Atomics ManagedAtomicLazyReference.swift
[12/26] Compiling Atomics AtomicOptionalWrappable.swift
[13/26] Compiling Atomics AtomicReference.swift
[14/26] Compiling Atomics AtomicMemoryOrderings.swift
[15/26] Compiling Atomics DoubleWord.swift
[16/28] Compiling Atomics Primitives.shims.swift
[17/28] Compiling Atomics AtomicInteger.swift
[18/28] Compiling Atomics AtomicBool.swift
[19/28] Compiling Atomics IntegerConformances.swift
[20/28] Compiling Atomics PointerConformances.swift
[21/28] Compiling Atomics Primitives.native.swift
[22/28] Compiling Atomics AtomicStorage.swift
[23/28] Compiling Atomics AtomicValue.swift
[24/28] Compiling Atomics IntegerOperations.swift
[25/28] Compiling Atomics Unmanaged extensions.swift
[26/28] Compiling Atomics OptionalRawRepresentable.swift
[27/28] Compiling Atomics RawRepresentable.swift
[28/28] Emitting module Atomics
[29/105] Compiling Afluent Print.swift
[30/105] Compiling Afluent ReplaceError.swift
[31/105] Compiling Afluent ReplaceNil.swift
[32/105] Compiling Afluent Retain.swift
[33/105] Compiling Afluent Retry.swift
[34/105] Compiling Afluent RetryAfterFlatMapping.swift
[35/105] Compiling Afluent Share.swift
[36/105] Compiling Afluent ShareFromCache.swift
[37/105] Compiling Afluent DiscardOutput.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Encode.swift:46:21: warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try encoderState.encode(await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[38/105] Compiling Afluent Encode.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Encode.swift:46:21: warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try encoderState.encode(await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[39/105] Compiling Afluent EraseToAnyAsynchronousUnitOfWork.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Encode.swift:46:21: warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try encoderState.encode(await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[40/105] Compiling Afluent FlatMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Encode.swift:46:21: warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try encoderState.encode(await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[41/105] Compiling Afluent HandleEvents.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Encode.swift:46:21: warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try encoderState.encode(await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[42/105] Compiling Afluent Map.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Encode.swift:46:21: warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try encoderState.encode(await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[43/105] Compiling Afluent MapError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Encode.swift:46:21: warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try encoderState.encode(await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[44/105] Compiling Afluent Materialize.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Encode.swift:46:21: warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try encoderState.encode(await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Encoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[45/105] Emitting module Afluent
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:20:26: warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 18 |
 19 | #if canImport(Darwin)
 20 |     @_implementationOnly import Darwin
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 21 | #elseif canImport(Glibc)
 22 |     @_implementationOnly import Glibc
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[46/105] Compiling Afluent AUOWCache+CacheUntilCompletionOrCancellation.swift
[47/105] Compiling Afluent AUOWCache+CancelAndRetry.swift
[48/105] Compiling Afluent AUOWCacheStrategy.swift
[49/105] Compiling Afluent QueueExecutor.swift
[50/105] Compiling Afluent URLSessionAdditions.swift
[51/105] Compiling Afluent AsyncSequenceCache.swift
[52/105] Compiling Afluent AsynchronousUnitOfWorkCache.swift
[53/105] Compiling Afluent CurrentValueSubject.swift
[54/105] Compiling Afluent DeferredTask.swift
[55/113] Compiling Afluent TimeoutError.swift
[56/113] Compiling Afluent AsyncSequenceExtensions.swift
[57/113] Compiling Afluent ErrorExtensions.swift
[58/113] Compiling Afluent KeyPathExtensions.swift
[59/113] Compiling Afluent RecursiveLockExtensions.swift
[60/113] Compiling Afluent PassthroughSubject.swift
[61/113] Compiling Afluent AsynchronousUnitOfWork.swift
[62/113] Compiling Afluent Race.swift
[63/113] Compiling Afluent Rethrow.swift
[64/113] Compiling Afluent AnyCancellable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Decode.swift:46:21: warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try decoderState.decode(Success.self, from: await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[65/113] Compiling Afluent AssertNoFailure.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Decode.swift:46:21: warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try decoderState.decode(Success.self, from: await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[66/113] Compiling Afluent Assign.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Decode.swift:46:21: warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try decoderState.decode(Success.self, from: await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[67/113] Compiling Afluent Breakpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Decode.swift:46:21: warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try decoderState.decode(Success.self, from: await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[68/113] Compiling Afluent Catch.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Decode.swift:46:21: warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try decoderState.decode(Success.self, from: await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[69/113] Compiling Afluent Decode.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Decode.swift:46:21: warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try decoderState.decode(Success.self, from: await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[70/113] Compiling Afluent Delay.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Decode.swift:46:21: warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try decoderState.decode(Success.self, from: await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[71/113] Compiling Afluent Dematerialize.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/Workers/Decode.swift:46:21: warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
44 |         func _operation() async throws -> AsynchronousOperation<Success> {
45 |             AsynchronousOperation {
46 |                 try decoderState.decode(Success.self, from: await upstream.operation())
   |                     `- warning: capture of non-Sendable type 'Decoder.Type' in an isolated closure [#SendableMetatypes]
47 |             }
48 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[72/113] Compiling Afluent RetryByBackoffStrategy.swift
[73/113] Compiling Afluent RetryByCountStrategy.swift
[74/113] Compiling Afluent RetryStrategy.swift
[75/113] Compiling Afluent AnyAsyncSequence.swift
[76/113] Compiling Afluent AssertNoFailureSequence.swift
[77/113] Compiling Afluent AsyncSequences.swift
[78/113] Compiling Afluent BreakpointSequence.swift
[79/113] Compiling Afluent CatchSequence.swift
[80/113] Compiling Afluent CollectSequence.swift
[81/113] Compiling Afluent DecodeSequence.swift
[82/113] Compiling Afluent Deferred.swift
[83/113] Compiling Afluent DelaySequence.swift
[84/113] Compiling Afluent DematerializeSequence.swift
[85/113] Compiling Afluent DiscardOutputSequence.swift
[86/113] Compiling Afluent EncodeSequence.swift
[87/113] Compiling Afluent FlatMapSequence.swift
[88/113] Compiling Afluent GroupBySequence.swift
[89/113] Compiling Afluent HandleEventsSequence.swift
[90/113] Compiling Afluent RetryAfterFlatMappingSequence.swift
[91/113] Compiling Afluent RetrySequence.swift
[92/113] Compiling Afluent ScanSequence.swift
[93/113] Compiling Afluent ShareFromCacheSequence.swift
[94/113] Compiling Afluent ShareSequence.swift
[95/113] Compiling Afluent ThrottleSequence.swift
[96/113] Compiling Afluent TimerSequence.swift
[97/113] Compiling Afluent SerialTaskQueue.swift
[98/113] Compiling Afluent JustSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:20:26: warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 18 |
 19 | #if canImport(Darwin)
 20 |     @_implementationOnly import Darwin
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 21 | #elseif canImport(Glibc)
 22 |     @_implementationOnly import Glibc
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[99/113] Compiling Afluent MapErrorSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:20:26: warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 18 |
 19 | #if canImport(Darwin)
 20 |     @_implementationOnly import Darwin
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 21 | #elseif canImport(Glibc)
 22 |     @_implementationOnly import Glibc
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[100/113] Compiling Afluent MaterializeSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:20:26: warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 18 |
 19 | #if canImport(Darwin)
 20 |     @_implementationOnly import Darwin
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 21 | #elseif canImport(Glibc)
 22 |     @_implementationOnly import Glibc
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[101/113] Compiling Afluent OutputSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:20:26: warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 18 |
 19 | #if canImport(Darwin)
 20 |     @_implementationOnly import Darwin
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 21 | #elseif canImport(Glibc)
 22 |     @_implementationOnly import Glibc
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[102/113] Compiling Afluent PlatformLock.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:20:26: warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 18 |
 19 | #if canImport(Darwin)
 20 |     @_implementationOnly import Darwin
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 21 | #elseif canImport(Glibc)
 22 |     @_implementationOnly import Glibc
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[103/113] Compiling Afluent PrintSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:20:26: warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 18 |
 19 | #if canImport(Darwin)
 20 |     @_implementationOnly import Darwin
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 21 | #elseif canImport(Glibc)
 22 |     @_implementationOnly import Glibc
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[104/113] Compiling Afluent ReplaceErrorSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:20:26: warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 18 |
 19 | #if canImport(Darwin)
 20 |     @_implementationOnly import Darwin
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 21 | #elseif canImport(Glibc)
 22 |     @_implementationOnly import Glibc
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[105/113] Compiling Afluent ReplaceNilSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Afluent/SequenceOperators/PlatformLock.swift:20:26: warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 18 |
 19 | #if canImport(Darwin)
 20 |     @_implementationOnly import Darwin
    |                          `- warning: using '@_implementationOnly' without enabling library evolution for 'Afluent' may lead to instability during execution [#ImplementationOnlyDeprecated]
 21 | #elseif canImport(Glibc)
 22 |     @_implementationOnly import Glibc
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[106/113] Compiling Afluent SingleValueChannel.swift
[107/113] Compiling Afluent SingleValueSubject.swift
[108/113] Compiling Afluent Timeout.swift
[109/113] Compiling Afluent ToAsyncSequence.swift
[110/113] Compiling Afluent UnwrapOrThrow.swift
[111/113] Compiling Afluent WithUnretained.swift
[112/113] Compiling Afluent Workers.swift
[113/113] Compiling Afluent Zip.swift
[114/116] Compiling AfluentTesting WaitUntilCondition.swift
[115/116] Compiling AfluentTesting WaitUntilScheduled.swift
[116/116] Emitting module AfluentTesting
Build complete! (13.81s)
warning: 'swift-clocks': /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-clocks/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |   name: "swift-clocks",
 7 |   // NB: While the `Clock` protocol is iOS 16+, etc., the package should support earlier platforms
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete.
{
  "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" : "/Users/admin/builder/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" : [
        "OHHTTPStubs",
        "OHHTTPStubsSwift",
        "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"
}
Done.