This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-prelude with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 9

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-prelude.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/capturecontext/swift-prelude
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8aaeca3 Update Test.yml
Cloned https://github.com/capturecontext/swift-prelude.git
Revision (git rev-parse @):
8aaeca33ff29ada640b52fe5d352e4796c5c0be8
SUCCESS checkout https://github.com/capturecontext/swift-prelude.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/capturecontext/swift-prelude.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-6F35C1178C84523A.txt
[13/29] Compiling ConcurrencyExtras UncheckedSendable.swift
[14/29] Compiling XCTestDynamicOverlay XCTFail.swift
[15/29] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[16/29] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[17/29] Compiling XCTestDynamicOverlay Unimplemented.swift
[18/29] Compiling ConcurrencyExtras LockIsolated.swift
[19/29] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[20/29] Compiling ConcurrencyExtras ActorIsolated.swift
[21/29] Emitting module ConcurrencyExtras
[22/29] Compiling ConcurrencyExtras MainSerialExecutor.swift
[23/29] Compiling ConcurrencyExtras Task.swift
[24/29] Compiling ConcurrencyExtras AsyncStream.swift
[25/29] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[26/29] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[27/29] Compiling XCTestDynamicOverlay Deprecations.swift
[28/29] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[29/29] Emitting module XCTestDynamicOverlay
[30/51] Compiling Clocks UnimplementedClock.swift
[31/51] Compiling Clocks Timer.swift
[32/51] Compiling Clocks AnyClock.swift
[33/51] Compiling Clocks Shims.swift
[34/51] Compiling Clocks TestClock.swift
[35/51] Compiling Clocks _AsyncTimerSequence.swift
[36/51] Compiling CombineSchedulers UIScheduler.swift
[37/51] Compiling Clocks Lock.swift
[38/51] Compiling CombineSchedulers Lock.swift
[39/51] Compiling Clocks ImmediateClock.swift
[40/51] Compiling CombineSchedulers Timer.swift
[41/51] Emitting module Clocks
[42/51] Compiling Clocks SwiftUI.swift
[43/51] Compiling CombineSchedulers UIKit.swift
[44/51] Compiling CombineSchedulers AnyScheduler.swift
[45/51] Compiling CombineSchedulers Concurrency.swift
[46/51] Compiling CombineSchedulers ImmediateScheduler.swift
[47/51] Compiling CombineSchedulers Deprecations.swift
[48/51] Compiling CombineSchedulers SwiftUI.swift
[49/51] Emitting module CombineSchedulers
[50/51] Compiling CombineSchedulers NSRecursiveLock.swift
[51/51] Compiling CombineSchedulers TestScheduler.swift
[52/52] Compiling CombineSchedulers UnimplementedScheduler.swift
[53/74] Compiling Dependencies Context.swift
[54/74] Compiling Dependencies Date.swift
[55/74] Compiling Dependencies FireAndForget.swift
[56/76] Compiling Dependencies MainRunLoop.swift
[57/76] Compiling Dependencies OpenURL.swift
[58/76] Compiling Dependencies Dependency.swift
[59/76] Compiling Dependencies DependencyContext.swift
[60/76] Compiling Dependencies DependencyKey.swift
[61/76] Emitting module Dependencies
[62/76] Compiling Dependencies Locale.swift
[63/76] Compiling Dependencies MainQueue.swift
[64/76] Compiling Dependencies OpenExistential.swift
[65/76] Compiling Dependencies RuntimeWarnings.swift
[66/76] Compiling Dependencies TimeZone.swift
[67/76] Compiling Dependencies URLSession.swift
[68/76] Compiling Dependencies Deprecations.swift
[69/76] Compiling Dependencies Exports.swift
[70/76] Compiling Dependencies DependencyValues.swift
[71/76] Compiling Dependencies Calendar.swift
[72/76] Compiling Dependencies Clocks.swift
[73/76] Compiling Dependencies UUID.swift
[74/76] Compiling Dependencies WithRandomNumberGenerator.swift
[75/76] Compiling Dependencies TypeName.swift
[76/76] Compiling Dependencies WithDependencies.swift
[77/125] Compiling Prelude KeyPath.swift
[78/125] Compiling Prelude Match.swift
[79/125] Compiling Prelude Never.swift
[80/125] Compiling Prelude Operators+Impl.swift
[81/125] Compiling Prelude Operators.swift
[82/130] Compiling Prelude And.swift
[83/130] Compiling Prelude Equal.swift
[84/130] Compiling Prelude Or.swift
[85/130] Compiling Prelude Xor.swift
[86/130] Compiling Prelude Cast.swift
[87/130] Compiling Prelude Collection.swift
[88/130] Compiling Prelude String.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | extension Unit: Monoid {
24 |   public static var empty: Unit = unit
   |                     |- warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
   |                     |- note: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |   @inlinable
[89/130] Compiling Prelude Pack.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | extension Unit: Monoid {
24 |   public static var empty: Unit = unit
   |                     |- warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
   |                     |- note: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |   @inlinable
[90/130] Compiling Prelude Scope.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | extension Unit: Monoid {
24 |   public static var empty: Unit = unit
   |                     |- warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
   |                     |- note: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |   @inlinable
[91/130] Compiling Prelude Tuple.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | extension Unit: Monoid {
24 |   public static var empty: Unit = unit
   |                     |- warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
   |                     |- note: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |   @inlinable
[92/130] Compiling Prelude Unit.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | extension Unit: Monoid {
24 |   public static var empty: Unit = unit
   |                     |- warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
   |                     |- note: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |   @inlinable
[93/130] Compiling Prelude Filterable.swift
[94/130] Compiling Prelude AsyncFunc.swift
[95/130] Compiling Prelude AsyncFunction.swift
[96/130] Compiling Prelude Endo.swift
[97/130] Compiling Prelude Function.swift
[98/130] Compiling Prelude Signatures.swift
[99/130] Compiling Prelude NearSemiring.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/NearSemiring.swift:95:23: warning: static property 'zero' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
93 |
94 |   extension CGFloat: NearSemiring {
95 |     public static var zero: CGFloat = 0.0
   |                       |- warning: static property 'zero' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |   }
97 | #endif
[100/130] Compiling Prelude Plus.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/NearSemiring.swift:95:23: warning: static property 'zero' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
93 |
94 |   extension CGFloat: NearSemiring {
95 |     public static var zero: CGFloat = 0.0
   |                       |- warning: static property 'zero' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |   }
97 | #endif
[101/130] Compiling Prelude Ring.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/NearSemiring.swift:95:23: warning: static property 'zero' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
93 |
94 |   extension CGFloat: NearSemiring {
95 |     public static var zero: CGFloat = 0.0
   |                       |- warning: static property 'zero' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |   }
97 | #endif
[102/130] Compiling Prelude Semigroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/NearSemiring.swift:95:23: warning: static property 'zero' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
93 |
94 |   extension CGFloat: NearSemiring {
95 |     public static var zero: CGFloat = 0.0
   |                       |- warning: static property 'zero' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |   }
97 | #endif
[103/130] Compiling Prelude Semiring.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/NearSemiring.swift:95:23: warning: static property 'zero' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
93 |
94 |   extension CGFloat: NearSemiring {
95 |     public static var zero: CGFloat = 0.0
   |                       |- warning: static property 'zero' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |   }
97 | #endif
[104/130] Compiling Prelude PrecedenceGroups.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:34:13: warning: capture of 'callback' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 32 |   ) {
 33 |     Task(priority: priority) {
 34 |       await callback(self.compute())
    |             |- warning: capture of 'callback' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 35 |     }
 36 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:34:22: warning: capture of 'self' with non-sendable type 'Parallel<Output>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  2 | import Dispatch
  3 |
  4 | public final class Parallel<Output>: AsyncFunction {
    |                    `- note: generic class 'Parallel' does not conform to the 'Sendable' protocol
  5 |   public typealias Input = Void
  6 |
    :
 32 |   ) {
 33 |     Task(priority: priority) {
 34 |       await callback(self.compute())
    |                      `- warning: capture of 'self' with non-sendable type 'Parallel<Output>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 35 |     }
 36 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:96:21: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 94 |   ) -> Parallel<NewOutput> {
 95 |     return .init {
 96 |       async let f = f.compute()
    |                     `- warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 97 |       async let x = self.compute()
 98 |       return await f(x)
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:97:21: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 95 |     return .init {
 96 |       async let f = f.compute()
 97 |       async let x = self.compute()
    |                     `- warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 98 |       return await f(x)
 99 |     }
[105/130] Compiling Prelude Optional.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:34:13: warning: capture of 'callback' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 32 |   ) {
 33 |     Task(priority: priority) {
 34 |       await callback(self.compute())
    |             |- warning: capture of 'callback' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 35 |     }
 36 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:34:22: warning: capture of 'self' with non-sendable type 'Parallel<Output>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  2 | import Dispatch
  3 |
  4 | public final class Parallel<Output>: AsyncFunction {
    |                    `- note: generic class 'Parallel' does not conform to the 'Sendable' protocol
  5 |   public typealias Input = Void
  6 |
    :
 32 |   ) {
 33 |     Task(priority: priority) {
 34 |       await callback(self.compute())
    |                      `- warning: capture of 'self' with non-sendable type 'Parallel<Output>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 35 |     }
 36 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:96:21: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 94 |   ) -> Parallel<NewOutput> {
 95 |     return .init {
 96 |       async let f = f.compute()
    |                     `- warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 97 |       async let x = self.compute()
 98 |       return await f(x)
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:97:21: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 95 |     return .init {
 96 |       async let f = f.compute()
 97 |       async let x = self.compute()
    |                     `- warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 98 |       return await f(x)
 99 |     }
[106/130] Compiling Prelude Parallel.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:34:13: warning: capture of 'callback' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 32 |   ) {
 33 |     Task(priority: priority) {
 34 |       await callback(self.compute())
    |             |- warning: capture of 'callback' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 35 |     }
 36 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:34:22: warning: capture of 'self' with non-sendable type 'Parallel<Output>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  2 | import Dispatch
  3 |
  4 | public final class Parallel<Output>: AsyncFunction {
    |                    `- note: generic class 'Parallel' does not conform to the 'Sendable' protocol
  5 |   public typealias Input = Void
  6 |
    :
 32 |   ) {
 33 |     Task(priority: priority) {
 34 |       await callback(self.compute())
    |                      `- warning: capture of 'self' with non-sendable type 'Parallel<Output>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 35 |     }
 36 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:96:21: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 94 |   ) -> Parallel<NewOutput> {
 95 |     return .init {
 96 |       async let f = f.compute()
    |                     `- warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 97 |       async let x = self.compute()
 98 |       return await f(x)
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:97:21: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 95 |     return .init {
 96 |       async let f = f.compute()
 97 |       async let x = self.compute()
    |                     `- warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 98 |       return await f(x)
 99 |     }
[107/130] Compiling Prelude Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:34:13: warning: capture of 'callback' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 32 |   ) {
 33 |     Task(priority: priority) {
 34 |       await callback(self.compute())
    |             |- warning: capture of 'callback' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 35 |     }
 36 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:34:22: warning: capture of 'self' with non-sendable type 'Parallel<Output>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  2 | import Dispatch
  3 |
  4 | public final class Parallel<Output>: AsyncFunction {
    |                    `- note: generic class 'Parallel' does not conform to the 'Sendable' protocol
  5 |   public typealias Input = Void
  6 |
    :
 32 |   ) {
 33 |     Task(priority: priority) {
 34 |       await callback(self.compute())
    |                      `- warning: capture of 'self' with non-sendable type 'Parallel<Output>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 35 |     }
 36 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:96:21: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 94 |   ) -> Parallel<NewOutput> {
 95 |     return .init {
 96 |       async let f = f.compute()
    |                     `- warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 97 |       async let x = self.compute()
 98 |       return await f(x)
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:97:21: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 95 |     return .init {
 96 |       async let f = f.compute()
 97 |       async let x = self.compute()
    |                     `- warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 98 |       return await f(x)
 99 |     }
[108/130] Compiling Prelude Set.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:34:13: warning: capture of 'callback' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 32 |   ) {
 33 |     Task(priority: priority) {
 34 |       await callback(self.compute())
    |             |- warning: capture of 'callback' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 35 |     }
 36 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:34:22: warning: capture of 'self' with non-sendable type 'Parallel<Output>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  2 | import Dispatch
  3 |
  4 | public final class Parallel<Output>: AsyncFunction {
    |                    `- note: generic class 'Parallel' does not conform to the 'Sendable' protocol
  5 |   public typealias Input = Void
  6 |
    :
 32 |   ) {
 33 |     Task(priority: priority) {
 34 |       await callback(self.compute())
    |                      `- warning: capture of 'self' with non-sendable type 'Parallel<Output>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 35 |     }
 36 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:96:21: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 94 |   ) -> Parallel<NewOutput> {
 95 |     return .init {
 96 |       async let f = f.compute()
    |                     `- warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 97 |       async let x = self.compute()
 98 |       return await f(x)
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:97:21: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 95 |     return .init {
 96 |       async let f = f.compute()
 97 |       async let x = self.compute()
    |                     `- warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 98 |       return await f(x)
 99 |     }
[109/130] Compiling Prelude FreeNearSemiring.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:30:14: warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
  3 | import Foundation
  4 |
  5 | public struct IO<A> {
    |                  `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
  6 |   private let compute: () async -> A
  7 |
    :
 28 |     }
 29 |     sema.wait()
 30 |     return a.value!
    |              `- warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 31 |   }
 32 |
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:25:25: warning: capture of 'self' with non-sendable type 'IO<A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  3 | import Foundation
  4 |
  5 | public struct IO<A> {
    |               `- note: consider making generic struct 'IO' conform to the 'Sendable' protocol
  6 |   private let compute: () async -> A
  7 |
    :
 23 |     let sema = DispatchSemaphore(value: 0)
 24 |     Task {
 25 |       let value = await self.compute()
    |                         `- warning: capture of 'self' with non-sendable type 'IO<A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 26 |       a.setValue(value)
 27 |       sema.signal()
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:26:18: warning: implicit capture of 'value' requires that 'A' conforms to `Sendable`; this is an error in the Swift 6 language mode
  3 | import Foundation
  4 |
  5 | public struct IO<A> {
    |                  `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
  6 |   private let compute: () async -> A
  7 |
    :
 24 |     Task {
 25 |       let value = await self.compute()
 26 |       a.setValue(value)
    |                  `- warning: implicit capture of 'value' requires that 'A' conforms to `Sendable`; this is an error in the Swift 6 language mode
 27 |       sema.signal()
 28 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 |     return { xs in
159 |       IO<[B]> {
160 |         xs.map { f($0).perform() }
    |                        `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 |       }
162 |     }
[110/130] Compiling Prelude HeytingAlgebra.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:30:14: warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
  3 | import Foundation
  4 |
  5 | public struct IO<A> {
    |                  `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
  6 |   private let compute: () async -> A
  7 |
    :
 28 |     }
 29 |     sema.wait()
 30 |     return a.value!
    |              `- warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 31 |   }
 32 |
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:25:25: warning: capture of 'self' with non-sendable type 'IO<A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  3 | import Foundation
  4 |
  5 | public struct IO<A> {
    |               `- note: consider making generic struct 'IO' conform to the 'Sendable' protocol
  6 |   private let compute: () async -> A
  7 |
    :
 23 |     let sema = DispatchSemaphore(value: 0)
 24 |     Task {
 25 |       let value = await self.compute()
    |                         `- warning: capture of 'self' with non-sendable type 'IO<A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 26 |       a.setValue(value)
 27 |       sema.signal()
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:26:18: warning: implicit capture of 'value' requires that 'A' conforms to `Sendable`; this is an error in the Swift 6 language mode
  3 | import Foundation
  4 |
  5 | public struct IO<A> {
    |                  `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
  6 |   private let compute: () async -> A
  7 |
    :
 24 |     Task {
 25 |       let value = await self.compute()
 26 |       a.setValue(value)
    |                  `- warning: implicit capture of 'value' requires that 'A' conforms to `Sendable`; this is an error in the Swift 6 language mode
 27 |       sema.signal()
 28 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 |     return { xs in
159 |       IO<[B]> {
160 |         xs.map { f($0).perform() }
    |                        `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 |       }
162 |     }
[111/130] Compiling Prelude Hole.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:30:14: warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
  3 | import Foundation
  4 |
  5 | public struct IO<A> {
    |                  `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
  6 |   private let compute: () async -> A
  7 |
    :
 28 |     }
 29 |     sema.wait()
 30 |     return a.value!
    |              `- warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 31 |   }
 32 |
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:25:25: warning: capture of 'self' with non-sendable type 'IO<A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  3 | import Foundation
  4 |
  5 | public struct IO<A> {
    |               `- note: consider making generic struct 'IO' conform to the 'Sendable' protocol
  6 |   private let compute: () async -> A
  7 |
    :
 23 |     let sema = DispatchSemaphore(value: 0)
 24 |     Task {
 25 |       let value = await self.compute()
    |                         `- warning: capture of 'self' with non-sendable type 'IO<A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 26 |       a.setValue(value)
 27 |       sema.signal()
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:26:18: warning: implicit capture of 'value' requires that 'A' conforms to `Sendable`; this is an error in the Swift 6 language mode
  3 | import Foundation
  4 |
  5 | public struct IO<A> {
    |                  `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
  6 |   private let compute: () async -> A
  7 |
    :
 24 |     Task {
 25 |       let value = await self.compute()
 26 |       a.setValue(value)
    |                  `- warning: implicit capture of 'value' requires that 'A' conforms to `Sendable`; this is an error in the Swift 6 language mode
 27 |       sema.signal()
 28 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 |     return { xs in
159 |       IO<[B]> {
160 |         xs.map { f($0).perform() }
    |                        `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 |       }
162 |     }
[112/130] Compiling Prelude IO.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:30:14: warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
  3 | import Foundation
  4 |
  5 | public struct IO<A> {
    |                  `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
  6 |   private let compute: () async -> A
  7 |
    :
 28 |     }
 29 |     sema.wait()
 30 |     return a.value!
    |              `- warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 31 |   }
 32 |
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:25:25: warning: capture of 'self' with non-sendable type 'IO<A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  3 | import Foundation
  4 |
  5 | public struct IO<A> {
    |               `- note: consider making generic struct 'IO' conform to the 'Sendable' protocol
  6 |   private let compute: () async -> A
  7 |
    :
 23 |     let sema = DispatchSemaphore(value: 0)
 24 |     Task {
 25 |       let value = await self.compute()
    |                         `- warning: capture of 'self' with non-sendable type 'IO<A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 26 |       a.setValue(value)
 27 |       sema.signal()
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:26:18: warning: implicit capture of 'value' requires that 'A' conforms to `Sendable`; this is an error in the Swift 6 language mode
  3 | import Foundation
  4 |
  5 | public struct IO<A> {
    |                  `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
  6 |   private let compute: () async -> A
  7 |
    :
 24 |     Task {
 25 |       let value = await self.compute()
 26 |       a.setValue(value)
    |                  `- warning: implicit capture of 'value' requires that 'A' conforms to `Sendable`; this is an error in the Swift 6 language mode
 27 |       sema.signal()
 28 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 |     return { xs in
159 |       IO<[B]> {
160 |         xs.map { f($0).perform() }
    |                        `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 |       }
162 |     }
[113/130] Compiling Prelude Monoid.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:30:14: warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
  3 | import Foundation
  4 |
  5 | public struct IO<A> {
    |                  `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
  6 |   private let compute: () async -> A
  7 |
    :
 28 |     }
 29 |     sema.wait()
 30 |     return a.value!
    |              `- warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 31 |   }
 32 |
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:25:25: warning: capture of 'self' with non-sendable type 'IO<A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  3 | import Foundation
  4 |
  5 | public struct IO<A> {
    |               `- note: consider making generic struct 'IO' conform to the 'Sendable' protocol
  6 |   private let compute: () async -> A
  7 |
    :
 23 |     let sema = DispatchSemaphore(value: 0)
 24 |     Task {
 25 |       let value = await self.compute()
    |                         `- warning: capture of 'self' with non-sendable type 'IO<A>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 26 |       a.setValue(value)
 27 |       sema.signal()
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:26:18: warning: implicit capture of 'value' requires that 'A' conforms to `Sendable`; this is an error in the Swift 6 language mode
  3 | import Foundation
  4 |
  5 | public struct IO<A> {
    |                  `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
  6 |   private let compute: () async -> A
  7 |
    :
 24 |     Task {
 25 |       let value = await self.compute()
 26 |       a.setValue(value)
    |                  `- warning: implicit capture of 'value' requires that 'A' conforms to `Sendable`; this is an error in the Swift 6 language mode
 27 |       sema.signal()
 28 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 |     return { xs in
159 |       IO<[B]> {
160 |         xs.map { f($0).perform() }
    |                        `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 |       }
162 |     }
[114/130] Compiling Prelude SyncFunc.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:42: warning: capture of 'handler' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                          |- warning: capture of 'handler' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                                          `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |       }
12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:54: warning: capture of 'asyncCall' with non-sendable type '(Input) async -> Output' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                                      |- warning: capture of 'asyncCall' with non-sendable type '(Input) async -> Output' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                                                      `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |       }
12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:67: warning: capture of 'input' with non-sendable type 'Input' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 2 |   @inlinable
 3 |   @discardableResult
 4 |   public static func `lazy`<Input, Output>(
   |                             `- note: consider making generic parameter 'Input' conform to the 'Sendable' protocol
 5 |     priority: TaskPriority? = .none,
 6 |     _ asyncCall: @escaping (Input) async -> Output
   :
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                                                   `- warning: capture of 'input' with non-sendable type 'Input' in a `@Sendable` closure; this is an error in the Swift 6 language mode
11 |       }
12 |     }
[115/130] Compiling Prelude SyncFunction.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:42: warning: capture of 'handler' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                          |- warning: capture of 'handler' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                                          `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |       }
12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:54: warning: capture of 'asyncCall' with non-sendable type '(Input) async -> Output' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                                      |- warning: capture of 'asyncCall' with non-sendable type '(Input) async -> Output' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                                                      `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |       }
12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:67: warning: capture of 'input' with non-sendable type 'Input' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 2 |   @inlinable
 3 |   @discardableResult
 4 |   public static func `lazy`<Input, Output>(
   |                             `- note: consider making generic parameter 'Input' conform to the 'Sendable' protocol
 5 |     priority: TaskPriority? = .none,
 6 |     _ asyncCall: @escaping (Input) async -> Output
   :
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                                                   `- warning: capture of 'input' with non-sendable type 'Input' in a `@Sendable` closure; this is an error in the Swift 6 language mode
11 |       }
12 |     }
[116/130] Compiling Prelude Task+Lazy.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:42: warning: capture of 'handler' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                          |- warning: capture of 'handler' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                                          `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |       }
12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:54: warning: capture of 'asyncCall' with non-sendable type '(Input) async -> Output' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                                      |- warning: capture of 'asyncCall' with non-sendable type '(Input) async -> Output' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                                                      `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |       }
12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:67: warning: capture of 'input' with non-sendable type 'Input' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 2 |   @inlinable
 3 |   @discardableResult
 4 |   public static func `lazy`<Input, Output>(
   |                             `- note: consider making generic parameter 'Input' conform to the 'Sendable' protocol
 5 |     priority: TaskPriority? = .none,
 6 |     _ asyncCall: @escaping (Input) async -> Output
   :
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                                                   `- warning: capture of 'input' with non-sendable type 'Input' in a `@Sendable` closure; this is an error in the Swift 6 language mode
11 |       }
12 |     }
[117/130] Compiling Prelude Compose.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:42: warning: capture of 'handler' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                          |- warning: capture of 'handler' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                                          `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |       }
12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:54: warning: capture of 'asyncCall' with non-sendable type '(Input) async -> Output' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                                      |- warning: capture of 'asyncCall' with non-sendable type '(Input) async -> Output' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                                                      `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |       }
12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:67: warning: capture of 'input' with non-sendable type 'Input' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 2 |   @inlinable
 3 |   @discardableResult
 4 |   public static func `lazy`<Input, Output>(
   |                             `- note: consider making generic parameter 'Input' conform to the 'Sendable' protocol
 5 |     priority: TaskPriority? = .none,
 6 |     _ asyncCall: @escaping (Input) async -> Output
   :
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                                                   `- warning: capture of 'input' with non-sendable type 'Input' in a `@Sendable` closure; this is an error in the Swift 6 language mode
11 |       }
12 |     }
[118/130] Compiling Prelude Pipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:42: warning: capture of 'handler' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                          |- warning: capture of 'handler' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                                          `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |       }
12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:54: warning: capture of 'asyncCall' with non-sendable type '(Input) async -> Output' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                                      |- warning: capture of 'asyncCall' with non-sendable type '(Input) async -> Output' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                                                      `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |       }
12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:67: warning: capture of 'input' with non-sendable type 'Input' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 2 |   @inlinable
 3 |   @discardableResult
 4 |   public static func `lazy`<Input, Output>(
   |                             `- note: consider making generic parameter 'Input' conform to the 'Sendable' protocol
 5 |     priority: TaskPriority? = .none,
 6 |     _ asyncCall: @escaping (Input) async -> Output
   :
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                                                   `- warning: capture of 'input' with non-sendable type 'Input' in a `@Sendable` closure; this is an error in the Swift 6 language mode
11 |       }
12 |     }
[119/130] Compiling Prelude Alt.swift
[120/130] Compiling Prelude Array.swift
[121/130] Compiling Prelude CommutativeRing.swift
[122/130] Compiling Prelude EuclideanRing.swift
[123/130] Compiling Prelude Field.swift
[124/130] Compiling Prelude Comparable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 18 | }
 19 |
 20 | extension Bool: Comparable {
    | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 21 |   @inlinable
 22 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
[125/130] Compiling Prelude Comparator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 18 | }
 19 |
 20 | extension Bool: Comparable {
    | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 21 |   @inlinable
 22 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
[126/130] Compiling Prelude Const.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 18 | }
 19 |
 20 | extension Bool: Comparable {
    | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 21 |   @inlinable
 22 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
[127/130] Compiling Prelude Curry.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 18 | }
 19 |
 20 | extension Bool: Comparable {
    | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 21 |   @inlinable
 22 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
[128/130] Compiling Prelude Discard.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 18 | }
 19 |
 20 | extension Bool: Comparable {
    | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 21 |   @inlinable
 22 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
[129/130] Compiling Prelude Equatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 18 | }
 19 |
 20 | extension Bool: Comparable {
    | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 21 |   @inlinable
 22 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
[130/130] Emitting module Prelude
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 18 | }
 19 |
 20 | extension Bool: Comparable {
    | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 21 |   @inlinable
 22 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:42: warning: capture of 'handler' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                          |- warning: capture of 'handler' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                                          `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |       }
12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:54: warning: capture of 'asyncCall' with non-sendable type '(Input) async -> Output' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                                      |- warning: capture of 'asyncCall' with non-sendable type '(Input) async -> Output' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |                                                      `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
11 |       }
12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:67: warning: capture of 'input' with non-sendable type 'Input' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 2 |   @inlinable
 3 |   @discardableResult
 4 |   public static func `lazy`<Input, Output>(
   |                             `- note: consider making generic parameter 'Input' conform to the 'Sendable' protocol
 5 |     priority: TaskPriority? = .none,
 6 |     _ asyncCall: @escaping (Input) async -> Output
   :
 8 |     return { input in
 9 |       return { handler in
10 |         Task(priority: priority) { await handler <<< asyncCall <| input }
   |                                                                   `- warning: capture of 'input' with non-sendable type 'Input' in a `@Sendable` closure; this is an error in the Swift 6 language mode
11 |       }
12 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:34:13: warning: capture of 'callback' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 32 |   ) {
 33 |     Task(priority: priority) {
 34 |       await callback(self.compute())
    |             |- warning: capture of 'callback' with non-sendable type '(Output) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 35 |     }
 36 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:34:22: warning: capture of 'self' with non-sendable type 'Parallel<Output>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
  2 | import Dispatch
  3 |
  4 | public final class Parallel<Output>: AsyncFunction {
    |                    `- note: generic class 'Parallel' does not conform to the 'Sendable' protocol
  5 |   public typealias Input = Void
  6 |
    :
 32 |   ) {
 33 |     Task(priority: priority) {
 34 |       await callback(self.compute())
    |                      `- warning: capture of 'self' with non-sendable type 'Parallel<Output>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 35 |     }
 36 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | extension Unit: Monoid {
24 |   public static var empty: Unit = unit
   |                     |- warning: static property 'empty' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
   |                     |- note: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |   @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Univestigated/NearSemiring.swift:95:23: warning: static property 'zero' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
93 |
94 |   extension CGFloat: NearSemiring {
95 |     public static var zero: CGFloat = 0.0
   |                       |- warning: static property 'zero' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'zero' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'zero' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 |   }
97 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:96:21: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 94 |   ) -> Parallel<NewOutput> {
 95 |     return .init {
 96 |       async let f = f.compute()
    |                     `- warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 97 |       async let x = self.compute()
 98 |       return await f(x)
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Parallel.swift:97:21: warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 95 |     return .init {
 96 |       async let f = f.compute()
 97 |       async let x = self.compute()
    |                     `- warning: task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
 98 |       return await f(x)
 99 |     }
[131/139] Compiling Either Choice.swift
[132/139] Compiling Either Nested.swift
[133/139] Emitting module ValidationSemigroup
[134/139] Compiling ValidationSemigroup ValidationSemigroup.swift
[135/139] Compiling Either Either.swift
[136/139] Compiling Either EitherIO.swift
[137/139] Compiling Tuple Tuple.swift
[138/139] Emitting module Tuple
[139/139] Emitting module Either
[140/151] Compiling Optics Getter.swift
[141/151] Compiling Optics Index.swift
[142/151] Compiling Optics Forget.swift
[143/151] Compiling Optics Fold.swift
[144/151] Emitting module Optics
[145/151] Compiling Optics KeyPath.swift
[146/152] Compiling Optics Review.swift
[147/152] Compiling Optics Prism.swift
[148/152] Compiling Optics Star.swift
[149/152] Compiling Optics Setter.swift
[150/152] Emitting module ValidationNearSemiring
[151/152] Compiling ValidationNearSemiring ValidationNearSemiring.swift
[152/152] Compiling Optics Traversal.swift
Build complete! (56.30s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-clocks
[1/2244] Fetching combine-schedulers
[114/2674] Fetching combine-schedulers, swift-concurrency-extras
[115/3949] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[741/6305] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
[1008/10324] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.29s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.29s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.29s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.29s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.29s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.0.0 (0.99s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.0.2 (0.67s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.0.0 (0.67s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.0 (0.67s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.0 (0.68s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.0.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies.git"
    }
  ],
  "manifest_display_name" : "swift-prelude",
  "name" : "swift-prelude",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Either",
      "targets" : [
        "Either"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Optics",
      "targets" : [
        "Optics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Prelude",
      "targets" : [
        "Prelude"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Tuple",
      "targets" : [
        "Tuple"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ValidationSemigroup",
      "targets" : [
        "ValidationSemigroup"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ValidationNearSemiring",
      "targets" : [
        "ValidationNearSemiring"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ValidationSemigroupTests",
      "module_type" : "SwiftTarget",
      "name" : "ValidationSemigroupTests",
      "path" : "Tests/ValidationSemigroupTests",
      "sources" : [
        "ValidationSemigroupTests.swift"
      ],
      "target_dependencies" : [
        "ValidationSemigroup"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ValidationSemigroup",
      "module_type" : "SwiftTarget",
      "name" : "ValidationSemigroup",
      "path" : "Sources/ValidationSemigroup",
      "product_memberships" : [
        "ValidationSemigroup"
      ],
      "sources" : [
        "ValidationSemigroup.swift"
      ],
      "target_dependencies" : [
        "Prelude"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ValidationNearSemiringTests",
      "module_type" : "SwiftTarget",
      "name" : "ValidationNearSemiringTests",
      "path" : "Tests/ValidationNearSemiringTests",
      "sources" : [
        "ValidationNearSemiringTests.swift"
      ],
      "target_dependencies" : [
        "ValidationNearSemiring"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ValidationNearSemiring",
      "module_type" : "SwiftTarget",
      "name" : "ValidationNearSemiring",
      "path" : "Sources/ValidationNearSemiring",
      "product_memberships" : [
        "ValidationNearSemiring"
      ],
      "sources" : [
        "ValidationNearSemiring.swift"
      ],
      "target_dependencies" : [
        "Prelude",
        "Either"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TupleTests",
      "module_type" : "SwiftTarget",
      "name" : "TupleTests",
      "path" : "Tests/TupleTests",
      "sources" : [
        "TupleTests.swift"
      ],
      "target_dependencies" : [
        "Tuple"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Tuple",
      "module_type" : "SwiftTarget",
      "name" : "Tuple",
      "path" : "Sources/Tuple",
      "product_memberships" : [
        "Tuple"
      ],
      "sources" : [
        "Tuple.swift"
      ],
      "target_dependencies" : [
        "Prelude"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PreludeTests",
      "module_type" : "SwiftTarget",
      "name" : "PreludeTests",
      "path" : "Tests/PreludeTests",
      "sources" : [
        "ArrayTests.swift",
        "ComparableTests.swift",
        "DependencyTests.swift",
        "FreeNearSemiringTests.swift",
        "FunctionTests.swift",
        "KeyPathTests.swift",
        "MatchTests.swift",
        "MonoidTests.swift",
        "OptionalTests.swift",
        "ParallelTests.swift",
        "SemigroupTests.swift",
        "SequenceTests.swift",
        "StringTests.swift",
        "StrongTests.swift",
        "TupleTests.swift",
        "UnitTests.swift"
      ],
      "target_dependencies" : [
        "Prelude"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Prelude",
      "module_type" : "SwiftTarget",
      "name" : "Prelude",
      "path" : "Sources/Prelude",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "Either",
        "Optics",
        "Prelude",
        "Tuple",
        "ValidationSemigroup",
        "ValidationNearSemiring"
      ],
      "sources" : [
        "Bool/And.swift",
        "Bool/Equal.swift",
        "Bool/Or.swift",
        "Bool/Xor.swift",
        "Cast.swift",
        "Collection.swift",
        "Comparable.swift",
        "Comparator.swift",
        "Const.swift",
        "Curry.swift",
        "Discard.swift",
        "Equatable.swift",
        "Filterable.swift",
        "Function/AsyncFunc.swift",
        "Function/AsyncFunction.swift",
        "Function/Endo.swift",
        "Function/Function.swift",
        "Function/Signatures.swift",
        "Function/SyncFunc.swift",
        "Function/SyncFunction.swift",
        "Function/Task+Lazy.swift",
        "FunctionComposition/Compose.swift",
        "FunctionComposition/Pipe.swift",
        "KeyPath.swift",
        "Match.swift",
        "Never.swift",
        "Operators/Operators+Impl.swift",
        "Operators/Operators.swift",
        "Operators/PrecedenceGroups.swift",
        "Optional.swift",
        "Parallel.swift",
        "Sequence.swift",
        "Set.swift",
        "String.swift",
        "Tuples/Pack.swift",
        "Tuples/Scope.swift",
        "Tuples/Tuple.swift",
        "Unit.swift",
        "Univestigated/Alt.swift",
        "Univestigated/Array.swift",
        "Univestigated/CommutativeRing.swift",
        "Univestigated/EuclideanRing.swift",
        "Univestigated/Field.swift",
        "Univestigated/FreeNearSemiring.swift",
        "Univestigated/HeytingAlgebra.swift",
        "Univestigated/Hole.swift",
        "Univestigated/IO.swift",
        "Univestigated/Monoid.swift",
        "Univestigated/NearSemiring.swift",
        "Univestigated/Plus.swift",
        "Univestigated/Ring.swift",
        "Univestigated/Semigroup.swift",
        "Univestigated/Semiring.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpticsTests",
      "module_type" : "SwiftTarget",
      "name" : "OpticsTests",
      "path" : "Tests/OpticsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-choice-prismatic-traversals.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testMulOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful left-hand traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful right-hand traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-left-hand-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDisjOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSet.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAddOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested indexed choice.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested choice prismatic traversals.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested right-hand traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful some traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSubOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful some traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDivOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-some-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-left-hand-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-right-hand-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested left-hand traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-some-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-right-hand-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testConjOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-indexed-choice.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testIx.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAppendOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testStrongPrisms.1.txt",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "OpticsTests.swift"
      ],
      "target_dependencies" : [
        "Optics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Optics",
      "module_type" : "SwiftTarget",
      "name" : "Optics",
      "path" : "Sources/Optics",
      "product_memberships" : [
        "Optics"
      ],
      "sources" : [
        "Fold.swift",
        "Forget.swift",
        "Getter.swift",
        "Index.swift",
        "KeyPath.swift",
        "Prism.swift",
        "Review.swift",
        "Setter.swift",
        "Star.swift",
        "Traversal.swift"
      ],
      "target_dependencies" : [
        "Prelude",
        "Either"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EitherTests",
      "module_type" : "SwiftTarget",
      "name" : "EitherTests",
      "path" : "Tests/EitherTests",
      "sources" : [
        "ChoiceTests.swift",
        "EitherTests.swift",
        "NestedTests.swift"
      ],
      "target_dependencies" : [
        "Either"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Either",
      "module_type" : "SwiftTarget",
      "name" : "Either",
      "path" : "Sources/Either",
      "product_memberships" : [
        "Either",
        "Optics",
        "ValidationNearSemiring"
      ],
      "sources" : [
        "Choice.swift",
        "Either.swift",
        "EitherIO.swift",
        "Nested.swift"
      ],
      "target_dependencies" : [
        "Prelude"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.