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, reference main (8aaeca), with Swift 6.1 for Linux on 28 Apr 2025 04:49:54 UTC.

Swift 6 data race errors: 3

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-prelude.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/capturecontext/swift-prelude.git
https://github.com/capturecontext/swift-prelude.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAddOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAppendOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful left-hand traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested left-hand traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested right-hand traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful some traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-left-hand-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-left-hand-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-right-hand-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-some-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful right-hand traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful some traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-right-hand-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-some-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testConjOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDisjOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDivOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testIx.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested choice prismatic traversals.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested indexed choice.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-choice-prismatic-traversals.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-indexed-choice.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testMulOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSet.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testStrongPrisms.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSubOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some-traversal.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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies.git
[1/6201] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (0.50s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.2 (1.06s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/852] Fetching swift-concurrency-extras
[2/2144] Fetching swift-concurrency-extras, swift-clocks
[2145/4554] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers
[4555/9942] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.01s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.02s)
[1/70233] Fetching swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (4.58s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (4.58s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.63s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (5.08s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.41s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.43s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.43s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.95s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.9.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Building for debugging...
[0/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/43] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/45] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/45] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/45] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/45] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/45] Compiling IssueReporting LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/45] Compiling IssueReporting Rethrows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/45] Compiling IssueReporting RuntimeWarningReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/45] Compiling IssueReporting ReportIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/45] Compiling IssueReporting BreakpointReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/45] Compiling IssueReporting FatalErrorReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/46] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/46] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/46] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/46] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/46] Compiling IssueReporting SwiftTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/46] Compiling IssueReporting UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/46] Compiling IssueReporting Warn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/46] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/46] Compiling ConcurrencyExtras ActorIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/46] Compiling ConcurrencyExtras AnyHashableSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/46] Compiling IssueReporting Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/46] Compiling IssueReporting FailureObserver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/46] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/47] Compiling IssueReporting XCTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/47] Compiling IssueReporting IsTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/47] Compiling IssueReporting IssueReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/71] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/71] Compiling CombineSchedulers ImmediateScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/71] Compiling CombineSchedulers Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/71] Emitting module CombineSchedulers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/72] Compiling CombineSchedulers UIKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/72] Compiling CombineSchedulers Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/72] Compiling CombineSchedulers NSRecursiveLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/72] Compiling CombineSchedulers AnyScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/72] Compiling CombineSchedulers Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/72] Compiling CombineSchedulers SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/72] Compiling CombineSchedulers TestScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/72] Compiling CombineSchedulers Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/72] Compiling CombineSchedulers UIScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/72] Compiling Clocks Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/73] Compiling CombineSchedulers UnimplementedScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/73] Compiling Clocks SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/74] Emitting module Clocks
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/74] Compiling Clocks AnyClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/74] Compiling Clocks Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/74] Compiling Clocks ImmediateClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/74] Compiling Clocks _AsyncTimerSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/74] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/74] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/75] Compiling Clocks TestClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/75] Compiling Clocks UnimplementedClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/99] Compiling Dependencies Locale.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/99] Compiling Dependencies MainQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/99] Compiling Dependencies MainRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/102] Compiling Dependencies OpenURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/102] Compiling Dependencies TimeZone.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/102] Compiling Dependencies URLSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/102] Compiling Dependencies UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/102] Compiling Dependencies WithRandomNumberGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/102] Compiling Dependencies AppEntryPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/102] Emitting module Dependencies
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/102] Compiling Dependencies Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/102] Compiling Dependencies Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/102] Compiling Dependencies TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/102] Compiling Dependencies Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/102] Compiling Dependencies Calendar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/102] Compiling Dependencies Clocks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/102] Compiling Dependencies Context.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/102] Compiling Dependencies Date.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/102] Compiling Dependencies FireAndForget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/102] Compiling Dependencies PreviewTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/102] Compiling Dependencies TestTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/102] Compiling Dependencies WithDependencies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/102] Compiling Dependencies Dependency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/102] Compiling Dependencies DependencyContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/102] Compiling Dependencies DependencyKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/102] Compiling Dependencies DependencyValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/151] Compiling Prelude And.swift
/host/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 {
[105/151] Compiling Prelude Equal.swift
/host/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 {
[106/151] Compiling Prelude Or.swift
/host/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 {
[107/151] Compiling Prelude Xor.swift
/host/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 {
[108/151] Compiling Prelude Cast.swift
/host/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 {
[109/151] Compiling Prelude Collection.swift
/host/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 {
[110/151] Compiling Prelude Comparable.swift
/host/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 {
[111/157] Compiling Prelude AsyncFunction.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the 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 }
   |                                  |       |           |            `- note: closure captures non-Sendable 'input'
   |                                  |       |           `- note: closure captures non-Sendable 'asyncCall'
   |                                  |       `- note: closure captures non-Sendable 'handler'
   |                                  `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 |       }
12 |     }
[112/157] Compiling Prelude Endo.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the 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 }
   |                                  |       |           |            `- note: closure captures non-Sendable 'input'
   |                                  |       |           `- note: closure captures non-Sendable 'asyncCall'
   |                                  |       `- note: closure captures non-Sendable 'handler'
   |                                  `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 |       }
12 |     }
[113/157] Compiling Prelude Function.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the 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 }
   |                                  |       |           |            `- note: closure captures non-Sendable 'input'
   |                                  |       |           `- note: closure captures non-Sendable 'asyncCall'
   |                                  |       `- note: closure captures non-Sendable 'handler'
   |                                  `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 |       }
12 |     }
[114/157] Compiling Prelude Signatures.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the 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 }
   |                                  |       |           |            `- note: closure captures non-Sendable 'input'
   |                                  |       |           `- note: closure captures non-Sendable 'asyncCall'
   |                                  |       `- note: closure captures non-Sendable 'handler'
   |                                  `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 |       }
12 |     }
[115/157] Compiling Prelude SyncFunc.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the 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 }
   |                                  |       |           |            `- note: closure captures non-Sendable 'input'
   |                                  |       |           `- note: closure captures non-Sendable 'asyncCall'
   |                                  |       `- note: closure captures non-Sendable 'handler'
   |                                  `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 |       }
12 |     }
[116/157] Compiling Prelude SyncFunction.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the 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 }
   |                                  |       |           |            `- note: closure captures non-Sendable 'input'
   |                                  |       |           `- note: closure captures non-Sendable 'asyncCall'
   |                                  |       `- note: closure captures non-Sendable 'handler'
   |                                  `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 |       }
12 |     }
[117/157] Compiling Prelude Task+Lazy.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the 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 }
   |                                  |       |           |            `- note: closure captures non-Sendable 'input'
   |                                  |       |           `- note: closure captures non-Sendable 'asyncCall'
   |                                  |       `- note: closure captures non-Sendable 'handler'
   |                                  `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 |       }
12 |     }
[118/157] Compiling Prelude EuclideanRing.swift
/host/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 |
/host/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 |     }
/host/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 |     }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:24:10: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 22 |     let a = LockIsolated<A?>(nil)
 23 |     let sema = DispatchSemaphore(value: 0)
 24 |     Task {
    |          `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 25 |       let value = await self.compute()
    |                         `- note: closure captures 'self' which is accessible to code in the current task
 26 |       a.setValue(value)
 27 |       sema.signal()
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:56:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
 54 |       await withUnsafeContinuation { continuation in
 55 |         callback { a in
 56 |           continuation.resume(returning: a)
    |                        |- warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'a' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 57 |         }
 58 |       }
[119/157] Compiling Prelude Field.swift
/host/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 |
/host/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 |     }
/host/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 |     }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:24:10: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 22 |     let a = LockIsolated<A?>(nil)
 23 |     let sema = DispatchSemaphore(value: 0)
 24 |     Task {
    |          `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 25 |       let value = await self.compute()
    |                         `- note: closure captures 'self' which is accessible to code in the current task
 26 |       a.setValue(value)
 27 |       sema.signal()
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:56:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
 54 |       await withUnsafeContinuation { continuation in
 55 |         callback { a in
 56 |           continuation.resume(returning: a)
    |                        |- warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'a' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 57 |         }
 58 |       }
[120/157] Compiling Prelude FreeNearSemiring.swift
/host/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 |
/host/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 |     }
/host/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 |     }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:24:10: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 22 |     let a = LockIsolated<A?>(nil)
 23 |     let sema = DispatchSemaphore(value: 0)
 24 |     Task {
    |          `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 25 |       let value = await self.compute()
    |                         `- note: closure captures 'self' which is accessible to code in the current task
 26 |       a.setValue(value)
 27 |       sema.signal()
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:56:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
 54 |       await withUnsafeContinuation { continuation in
 55 |         callback { a in
 56 |           continuation.resume(returning: a)
    |                        |- warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'a' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 57 |         }
 58 |       }
[121/157] Compiling Prelude HeytingAlgebra.swift
/host/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 |
/host/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 |     }
/host/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 |     }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:24:10: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 22 |     let a = LockIsolated<A?>(nil)
 23 |     let sema = DispatchSemaphore(value: 0)
 24 |     Task {
    |          `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 25 |       let value = await self.compute()
    |                         `- note: closure captures 'self' which is accessible to code in the current task
 26 |       a.setValue(value)
 27 |       sema.signal()
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:56:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
 54 |       await withUnsafeContinuation { continuation in
 55 |         callback { a in
 56 |           continuation.resume(returning: a)
    |                        |- warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'a' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 57 |         }
 58 |       }
[122/157] Compiling Prelude Hole.swift
/host/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 |
/host/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 |     }
/host/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 |     }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:24:10: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 22 |     let a = LockIsolated<A?>(nil)
 23 |     let sema = DispatchSemaphore(value: 0)
 24 |     Task {
    |          `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 25 |       let value = await self.compute()
    |                         `- note: closure captures 'self' which is accessible to code in the current task
 26 |       a.setValue(value)
 27 |       sema.signal()
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:56:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
 54 |       await withUnsafeContinuation { continuation in
 55 |         callback { a in
 56 |           continuation.resume(returning: a)
    |                        |- warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'a' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 57 |         }
 58 |       }
[123/157] Compiling Prelude IO.swift
/host/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 |
/host/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 |     }
/host/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 |     }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:24:10: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 22 |     let a = LockIsolated<A?>(nil)
 23 |     let sema = DispatchSemaphore(value: 0)
 24 |     Task {
    |          `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 25 |       let value = await self.compute()
    |                         `- note: closure captures 'self' which is accessible to code in the current task
 26 |       a.setValue(value)
 27 |       sema.signal()
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:56:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
 54 |       await withUnsafeContinuation { continuation in
 55 |         callback { a in
 56 |           continuation.resume(returning: a)
    |                        |- warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
    |                        `- note: task-isolated 'a' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 57 |         }
 58 |       }
[124/157] Compiling Prelude Monoid.swift
[125/157] Compiling Prelude NearSemiring.swift
[126/157] Compiling Prelude Plus.swift
[127/157] Compiling Prelude Ring.swift
[128/157] Compiling Prelude Semigroup.swift
[129/157] Compiling Prelude Semiring.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[130/157] Emitting module Prelude
/host/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 {
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 14 |   with default: @autoclosure @escaping () -> A
 15 | ) -> (A?) -> A {
 16 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 17 | }
 18 |
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated 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 nonisolated 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: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |   @inlinable
[131/157] Compiling Prelude Scope.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated 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 nonisolated 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: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |   @inlinable
[132/157] Compiling Prelude Tuple.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated 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 nonisolated 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: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |   @inlinable
[133/157] Compiling Prelude Unit.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated 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 nonisolated 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: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |   @inlinable
[134/157] Compiling Prelude Alt.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated 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 nonisolated 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: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |   @inlinable
[135/157] Compiling Prelude Array.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated 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 nonisolated 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: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |   @inlinable
[136/157] Compiling Prelude CommutativeRing.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated 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 nonisolated 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: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |   @inlinable
[137/157] Compiling Prelude Compose.swift
[138/157] Compiling Prelude Pipe.swift
[139/157] Compiling Prelude KeyPath.swift
[140/157] Compiling Prelude Match.swift
[141/157] Compiling Prelude Never.swift
[142/157] Compiling Prelude Operators+Impl.swift
[143/157] Compiling Prelude Operators.swift
[144/157] Compiling Prelude PrecedenceGroups.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 14 |   with default: @autoclosure @escaping () -> A
 15 | ) -> (A?) -> A {
 16 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 17 | }
 18 |
[145/157] Compiling Prelude Optional.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 14 |   with default: @autoclosure @escaping () -> A
 15 | ) -> (A?) -> A {
 16 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 17 | }
 18 |
[146/157] Compiling Prelude Parallel.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 14 |   with default: @autoclosure @escaping () -> A
 15 | ) -> (A?) -> A {
 16 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 17 | }
 18 |
[147/157] Compiling Prelude Sequence.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 14 |   with default: @autoclosure @escaping () -> A
 15 | ) -> (A?) -> A {
 16 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 17 | }
 18 |
[148/157] Compiling Prelude Set.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 14 |   with default: @autoclosure @escaping () -> A
 15 | ) -> (A?) -> A {
 16 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 17 | }
 18 |
[149/157] Compiling Prelude String.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 14 |   with default: @autoclosure @escaping () -> A
 15 | ) -> (A?) -> A {
 16 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 17 | }
 18 |
[150/157] Compiling Prelude Pack.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 14 |   with default: @autoclosure @escaping () -> A
 15 | ) -> (A?) -> A {
 16 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
 17 | }
 18 |
[151/157] Compiling Prelude Comparator.swift
[152/157] Compiling Prelude Const.swift
[153/157] Compiling Prelude Curry.swift
[154/157] Compiling Prelude Discard.swift
[155/157] Compiling Prelude Equatable.swift
[156/157] Compiling Prelude Filterable.swift
[157/157] Compiling Prelude AsyncFunc.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/31] Compiling ConcurrencyExtras LockIsolated.swift
[3/31] Compiling IssueReporting LockIsolated.swift
[4/31] Compiling IssueReporting Rethrows.swift
[5/31] Compiling ConcurrencyExtras MainSerialExecutor.swift
[6/32] Emitting module ConcurrencyExtras
[7/32] Compiling IssueReporting ErrorReporting.swift
[8/32] Compiling IssueReporting AppHostWarning.swift
[9/32] Compiling IssueReporting Deprecations.swift
[10/32] Compiling IssueReporting FailureObserver.swift
[11/32] Compiling ConcurrencyExtras Task.swift
[12/32] Compiling ConcurrencyExtras Result.swift
[16/34] Compiling IssueReporting XCTest.swift
[17/34] Compiling IssueReporting IsTesting.swift
[18/34] Compiling IssueReporting IssueReporter.swift
[19/34] Compiling IssueReporting TestContext.swift
[20/34] Compiling IssueReporting Unimplemented.swift
[21/34] Compiling ConcurrencyExtras UncheckedSendable.swift
[22/35] Compiling IssueReporting RuntimeWarningReporter.swift
[23/35] Compiling IssueReporting ReportIssue.swift
[24/35] Compiling IssueReporting BreakpointReporter.swift
[25/35] Compiling IssueReporting FatalErrorReporter.swift
[27/35] Emitting module IssueReporting
[28/35] Compiling IssueReporting WithExpectedIssue.swift
[29/35] Compiling IssueReporting WithIssueContext.swift
[33/35] Compiling IssueReporting SwiftTesting.swift
[34/35] Compiling IssueReporting UncheckedSendable.swift
[35/35] Compiling IssueReporting Warn.swift
[37/59] Emitting module Clocks
[38/60] Emitting module XCTestDynamicOverlay
[39/60] Compiling XCTestDynamicOverlay Exports.swift
[40/60] Compiling XCTestDynamicOverlay Deprecations.swift
[41/61] Compiling Clocks Timer.swift
[43/61] Compiling CombineSchedulers UIScheduler.swift
[44/62] Compiling CombineSchedulers Timer.swift
[45/62] Compiling CombineSchedulers UIKit.swift
[46/62] Compiling CombineSchedulers SwiftUI.swift
[47/62] Compiling CombineSchedulers TestScheduler.swift
[48/62] Compiling CombineSchedulers ImmediateScheduler.swift
[49/62] Compiling CombineSchedulers Deprecations.swift
[50/62] Compiling CombineSchedulers AnyScheduler.swift
[51/62] Compiling CombineSchedulers Concurrency.swift
[52/62] Emitting module CombineSchedulers
[53/62] Compiling CombineSchedulers Lock.swift
[54/62] Compiling CombineSchedulers NSRecursiveLock.swift
[55/62] Compiling Clocks UnimplementedClock.swift
[56/62] Compiling Clocks SwiftUI.swift
[57/62] Compiling Clocks TestClock.swift
[58/62] Compiling Clocks AnyClock.swift
[59/62] Compiling CombineSchedulers UnimplementedScheduler.swift
[60/63] Compiling Clocks ImmediateClock.swift
[61/63] Compiling Clocks Lock.swift
[62/63] Compiling Clocks _AsyncTimerSequence.swift
[65/87] Emitting module Dependencies
[66/90] Compiling Dependencies UUID.swift
[67/90] Compiling Dependencies WithRandomNumberGenerator.swift
[68/90] Compiling Dependencies AppEntryPoint.swift
[69/90] Compiling Dependencies Deprecations.swift
[70/90] Compiling Dependencies Exports.swift
[71/90] Compiling Dependencies TypeName.swift
[72/90] Compiling Dependencies Locale.swift
[73/90] Compiling Dependencies MainQueue.swift
[74/90] Compiling Dependencies MainRunLoop.swift
[75/90] Compiling Dependencies Context.swift
[76/90] Compiling Dependencies Date.swift
[77/90] Compiling Dependencies FireAndForget.swift
[78/90] Compiling Dependencies OpenURL.swift
[79/90] Compiling Dependencies TimeZone.swift
[80/90] Compiling Dependencies URLSession.swift
[81/90] Compiling Dependencies PreviewTrait.swift
[82/90] Compiling Dependencies TestTrait.swift
[83/90] Compiling Dependencies WithDependencies.swift
[84/90] Compiling Dependencies Assert.swift
[85/90] Compiling Dependencies Calendar.swift
[86/90] Compiling Dependencies Clocks.swift
[87/90] Compiling Dependencies Dependency.swift
[88/90] Compiling Dependencies DependencyContext.swift
[89/90] Compiling Dependencies DependencyKey.swift
[90/90] Compiling Dependencies DependencyValues.swift
[92/139] Compiling Prelude Scope.swift
[93/139] Compiling Prelude Tuple.swift
[94/139] Compiling Prelude Unit.swift
[95/139] Compiling Prelude Alt.swift
[96/139] Compiling Prelude Array.swift
[97/139] Compiling Prelude CommutativeRing.swift
[98/145] Compiling Prelude Compose.swift
[99/145] Compiling Prelude Pipe.swift
[100/145] Compiling Prelude KeyPath.swift
[101/145] Compiling Prelude Match.swift
[102/145] Compiling Prelude Never.swift
[103/145] Compiling Prelude Operators+Impl.swift
[104/145] Compiling Prelude Operators.swift
[105/145] Compiling Prelude And.swift
/host/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 {
[106/145] Compiling Prelude Equal.swift
/host/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 {
[107/145] Compiling Prelude Or.swift
/host/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 {
[108/145] Compiling Prelude Xor.swift
/host/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 {
[109/145] Compiling Prelude Cast.swift
/host/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 {
[110/145] Compiling Prelude Collection.swift
/host/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 {
[111/145] Compiling Prelude Comparable.swift
/host/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 {
[112/145] Compiling Prelude EuclideanRing.swift
/host/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/145] Compiling Prelude Field.swift
/host/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/145] Compiling Prelude FreeNearSemiring.swift
/host/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 |     }
[115/145] Compiling Prelude HeytingAlgebra.swift
/host/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 |     }
[116/145] Compiling Prelude Hole.swift
/host/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 |     }
[117/145] Compiling Prelude IO.swift
/host/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 |     }
[118/145] Compiling Prelude PrecedenceGroups.swift
[119/145] Compiling Prelude Optional.swift
[120/145] Compiling Prelude Parallel.swift
[121/145] Compiling Prelude Sequence.swift
[122/145] Compiling Prelude Set.swift
[123/145] Compiling Prelude String.swift
[124/145] Compiling Prelude Pack.swift
[125/145] Compiling Prelude Monoid.swift
[126/145] Compiling Prelude NearSemiring.swift
[127/145] Compiling Prelude Plus.swift
[128/145] Compiling Prelude Ring.swift
[129/145] Compiling Prelude Semigroup.swift
[130/145] Compiling Prelude Semiring.swift
[131/145] Compiling Prelude Comparator.swift
[132/145] Compiling Prelude Const.swift
[133/145] Compiling Prelude Curry.swift
[134/145] Compiling Prelude Discard.swift
[135/145] Compiling Prelude Equatable.swift
[136/145] Compiling Prelude Filterable.swift
[137/145] Compiling Prelude AsyncFunc.swift
[138/145] Compiling Prelude AsyncFunction.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
[139/145] Compiling Prelude Endo.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
[140/145] Compiling Prelude Function.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
[141/145] Compiling Prelude Signatures.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
[142/145] Compiling Prelude SyncFunc.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
[143/145] Compiling Prelude SyncFunction.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
[144/145] Compiling Prelude Task+Lazy.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
[145/145] Emitting module Prelude
/host/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 {
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 |     self.init { input in
29 |       await withCheckedContinuation { continuation in
30 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 |       }
32 |     }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 |     self.init { input in
38 |       await withUnsafeContinuation { continuation in
39 |         call(input)(continuation.resume)
   |                                  |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 |       }
41 |     }
[147/155] Emitting module ValidationSemigroup
[148/155] Compiling ValidationSemigroup ValidationSemigroup.swift
[150/156] Compiling Either Nested.swift
[151/156] Emitting module Tuple
[152/156] Compiling Tuple Tuple.swift
[153/157] Compiling Either Either.swift
[154/157] Compiling Either EitherIO.swift
[155/157] Compiling Either Choice.swift
[156/157] Emitting module Either
[159/170] Compiling Optics Star.swift
[160/171] Compiling Optics Review.swift
[161/171] Compiling Optics Setter.swift
[162/171] Emitting module ValidationNearSemiring
[163/171] Compiling ValidationNearSemiring ValidationNearSemiring.swift
[164/172] Compiling Optics Getter.swift
[165/172] Compiling Optics Index.swift
[166/172] Compiling Optics KeyPath.swift
[167/172] Compiling Optics Prism.swift
[168/172] Emitting module Optics
[169/172] Compiling Optics Fold.swift
[170/172] Compiling Optics Forget.swift
[171/172] Compiling Optics Traversal.swift
Build complete! (15.93s)
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" : "/host/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" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAddOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAppendOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful left-hand traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested left-hand traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested right-hand traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful some traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-left-hand-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-left-hand-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-right-hand-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-some-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful right-hand traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful some traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-right-hand-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-some-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testConjOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDisjOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDivOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testIx.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested choice prismatic traversals.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested indexed choice.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-choice-prismatic-traversals.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-indexed-choice.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testMulOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSet.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testStrongPrisms.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSubOver.1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None-traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some traversal.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some-traversal.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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.