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 (a21df6), with Swift 6.1 for Linux on 26 Apr 2025 16:06:31 UTC.

Swift 6 data race errors: 3

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/pointfreeco/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/pointfreeco/swift-prelude
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a21df6f Add `.editorconfig` for consistent code formatting (#174)
Cloned https://github.com/pointfreeco/swift-prelude.git
Revision (git rev-parse @):
a21df6f5932673f3f20d7f0ca1f8e0a7c887b3c2
SUCCESS checkout https://github.com/pointfreeco/swift-prelude.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-prelude.git
https://github.com/pointfreeco/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"
    }
  ],
  "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" : "Frp",
      "targets" : [
        "Frp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Optics",
      "targets" : [
        "Optics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Prelude",
      "targets" : [
        "Prelude"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Reader",
      "targets" : [
        "Reader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "State",
      "targets" : [
        "State"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Tuple",
      "targets" : [
        "Tuple"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ValidationSemigroup",
      "targets" : [
        "ValidationSemigroup"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ValidationNearSemiring",
      "targets" : [
        "ValidationNearSemiring"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Writer",
      "targets" : [
        "Writer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WriterTests",
      "module_type" : "SwiftTarget",
      "name" : "WriterTests",
      "path" : "Tests/WriterTests",
      "sources" : [
        "WriterTests.swift"
      ],
      "target_dependencies" : [
        "Writer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Writer",
      "module_type" : "SwiftTarget",
      "name" : "Writer",
      "path" : "Sources/Writer",
      "product_memberships" : [
        "Writer"
      ],
      "sources" : [
        "Writer.swift"
      ],
      "target_dependencies" : [
        "Prelude"
      ],
      "type" : "library"
    },
    {
      "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" : [
        "Frp",
        "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" : "StateTests",
      "module_type" : "SwiftTarget",
      "name" : "StateTests",
      "path" : "Tests/StateTests",
      "sources" : [
        "StateTests.swift"
      ],
      "target_dependencies" : [
        "State"
      ],
      "type" : "test"
    },
    {
      "c99name" : "State",
      "module_type" : "SwiftTarget",
      "name" : "State",
      "path" : "Sources/State",
      "product_memberships" : [
        "State"
      ],
      "sources" : [
        "State.swift"
      ],
      "target_dependencies" : [
        "Prelude"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ReaderTests",
      "module_type" : "SwiftTarget",
      "name" : "ReaderTests",
      "path" : "Tests/ReaderTests",
      "sources" : [
        "ReaderTests.swift"
      ],
      "target_dependencies" : [
        "Reader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Reader",
      "module_type" : "SwiftTarget",
      "name" : "Reader",
      "path" : "Sources/Reader",
      "product_memberships" : [
        "Reader"
      ],
      "sources" : [
        "Reader.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",
        "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",
        "Frp",
        "Optics",
        "Prelude",
        "Reader",
        "State",
        "Tuple",
        "ValidationSemigroup",
        "ValidationNearSemiring",
        "Writer"
      ],
      "sources" : [
        "Alt.swift",
        "Array.swift",
        "Collection.swift",
        "CommutativeRing.swift",
        "Comparable.swift",
        "Comparator.swift",
        "Curry.swift",
        "Endo.swift",
        "Equatable.swift",
        "EuclideanRing.swift",
        "Field.swift",
        "Filterable.swift",
        "FreeNearSemiring.swift",
        "Func.swift",
        "Function.swift",
        "HeytingAlgebra.swift",
        "Hole.swift",
        "IO.swift",
        "KeyPath.swift",
        "Monoid.swift",
        "NearSemiring.swift",
        "Never.swift",
        "Operators.swift",
        "Optional.swift",
        "Parallel.swift",
        "Plus.swift",
        "PrecedenceGroups.swift",
        "Ring.swift",
        "Semigroup.swift",
        "Semiring.swift",
        "Sequence.swift",
        "Set.swift",
        "String.swift",
        "Strong.swift",
        "Tuple.swift",
        "Unit.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpticsTests",
      "module_type" : "SwiftTarget",
      "name" : "OpticsTests",
      "path" : "Tests/OpticsTests",
      "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" : "FrpTests",
      "module_type" : "SwiftTarget",
      "name" : "FrpTests",
      "path" : "Tests/FrpTests",
      "sources" : [
        "EventTests.swift"
      ],
      "target_dependencies" : [
        "Frp"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Frp",
      "module_type" : "SwiftTarget",
      "name" : "Frp",
      "path" : "Sources/Frp",
      "product_memberships" : [
        "Frp"
      ],
      "sources" : [
        "Event.swift",
        "UIKit.swift",
        "ValidationSemigroup.swift"
      ],
      "target_dependencies" : [
        "Prelude",
        "ValidationSemigroup"
      ],
      "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_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "Either",
        "Optics",
        "ValidationNearSemiring"
      ],
      "sources" : [
        "Choice.swift",
        "Either.swift",
        "EitherIO.swift",
        "Nested.swift"
      ],
      "target_dependencies" : [
        "Prelude"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
[1/6201] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.49s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.96s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/swiftlang/swift-syntax
[1/2410] Fetching combine-schedulers
[2411/3702] Fetching combine-schedulers, swift-clocks
[2605/4554] Fetching combine-schedulers, swift-clocks, swift-concurrency-extras
[4555/9942] Fetching combine-schedulers, swift-clocks, swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.57s)
[1/70232] Fetching swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (3.67s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (3.67s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (3.67s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.72s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (4.14s)
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.41s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.42s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.62s)
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Building for debugging...
[0/17] Write sources
[16/17] Write swift-version-24593BA9C3E375BF.txt
[18/47] 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
[19/47] 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
[20/49] 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
[21/49] 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
[22/49] 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
[23/49] 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
[24/50] 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
[25/50] 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/50] Compiling IssueReporting ErrorReporting.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/50] Compiling IssueReporting AppHostWarning.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/50] 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
[29/50] 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
[30/50] 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
[31/50] 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
[32/50] 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
[33/50] 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
[34/50] 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
[35/50] 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
[36/50] 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
[37/50] 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
[38/50] 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
[39/50] 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
[40/50] 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
[42/51] 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
[43/51] 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
[44/51] 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
<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
[48/51] 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
<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
[53/75] 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/75] 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
[55/76] 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
[56/76] 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
[57/76] 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
[58/76] 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
[59/76] 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
[60/76] 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
[61/76] 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
[62/76] 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
[63/76] 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
[64/76] 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
[65/76] 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
[66/77] 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
[67/78] 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
[68/78] 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
[70/78] 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
[71/78] 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
[72/78] 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
[73/78] 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
[74/78] 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/78] 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
[76/78] 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
[77/78] 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
[78/79] 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
[81/103] 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
[82/103] 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
[83/103] 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
[84/106] 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
[85/106] 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
[86/106] 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
[87/106] 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
[88/106] 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
[89/106] 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
[90/106] 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
[91/106] 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
[92/106] 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
[93/106] 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
[94/106] 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
[95/106] 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
[96/106] 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
[97/106] 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
[98/106] 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
[99/106] 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
[100/106] 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
[101/106] 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
[102/106] 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
[103/106] 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/106] 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
[105/106] 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
[106/106] 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
[108/140] Compiling Prelude NearSemiring.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:10:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
  8 |
  9 | public func coalesce<A>(with default: @autoclosure @escaping () -> A) -> (A?) -> A {
 10 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 11 | }
 12 |
[109/140] Compiling Prelude Never.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:10:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
  8 |
  9 | public func coalesce<A>(with default: @autoclosure @escaping () -> A) -> (A?) -> A {
 10 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 11 | }
 12 |
[110/140] Compiling Prelude Operators.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:10:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
  8 |
  9 | public func coalesce<A>(with default: @autoclosure @escaping () -> A) -> (A?) -> A {
 10 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 11 | }
 12 |
[111/140] Compiling Prelude Optional.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:10:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
  8 |
  9 | public func coalesce<A>(with default: @autoclosure @escaping () -> A) -> (A?) -> A {
 10 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 11 | }
 12 |
[112/144] Emitting module Prelude
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:17: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
15 | }
16 |
17 | 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
18 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 |     return (lhs, rhs) == (false, true)
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                    `- note: 'A' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                           `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                       `- note: 'B' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                              `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:6: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
 4 |
 5 | extension Unit: Monoid {
 6 |   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
 7 |
 8 |   public static func <> (lhs: Unit, rhs: Unit) -> Unit {
[113/144] Compiling Prelude Field.swift
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                    `- note: 'A' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                           `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                       `- note: 'B' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                              `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
[114/144] Compiling Prelude Filterable.swift
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                    `- note: 'A' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                           `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                       `- note: 'B' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                              `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
[115/144] Compiling Prelude FreeNearSemiring.swift
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                    `- note: 'A' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                           `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                       `- note: 'B' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                              `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
[116/144] Compiling Prelude Func.swift
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                    `- note: 'A' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                           `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                       `- note: 'B' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                              `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
[117/144] Compiling Prelude Function.swift
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                    `- note: 'A' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                           `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                       `- note: 'B' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                              `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
[118/144] Compiling Prelude Alt.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:17: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
15 | }
16 |
17 | 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
18 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 |     return (lhs, rhs) == (false, true)
[119/144] Compiling Prelude Array.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:17: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
15 | }
16 |
17 | 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
18 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 |     return (lhs, rhs) == (false, true)
[120/144] Compiling Prelude Collection.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:17: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
15 | }
16 |
17 | 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
18 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 |     return (lhs, rhs) == (false, true)
[121/144] Compiling Prelude CommutativeRing.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:17: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
15 | }
16 |
17 | 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
18 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 |     return (lhs, rhs) == (false, true)
[122/144] Compiling Prelude Comparable.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:17: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
15 | }
16 |
17 | 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
18 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 |     return (lhs, rhs) == (false, true)
[123/144] Compiling Prelude Parallel.swift
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:25:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
 23 |       await withUnsafeContinuation { continuation in
 24 |         compute { a in
 25 |           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
 26 |         }
 27 |       }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:32: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
 30 |
 31 |   public func run(_ callback: @escaping (A) -> ()) {
 32 |     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
 33 |       await callback(self.compute())
    |                      `- note: closure captures 'self' which is accessible to code in the current task
 34 |     }
 35 |   }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:79:21: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
 77 |   public func apply<B>(_ f: Parallel<(A) -> B>) -> Parallel<B> {
 78 |     return .init {
 79 |       async let f = f.compute()
    |                     |- warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: sending task-isolated 'f' into async let risks causing data races between nonisolated and task-isolated uses
 80 |       async let x = self.compute()
 81 |       return await f(x)
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:80:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 78 |     return .init {
 79 |       async let f = f.compute()
 80 |       async let x = self.compute()
    |                     |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
 81 |       return await f(x)
 82 |     }
[124/144] Compiling Prelude Plus.swift
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:25:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
 23 |       await withUnsafeContinuation { continuation in
 24 |         compute { a in
 25 |           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
 26 |         }
 27 |       }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:32: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
 30 |
 31 |   public func run(_ callback: @escaping (A) -> ()) {
 32 |     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
 33 |       await callback(self.compute())
    |                      `- note: closure captures 'self' which is accessible to code in the current task
 34 |     }
 35 |   }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:79:21: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
 77 |   public func apply<B>(_ f: Parallel<(A) -> B>) -> Parallel<B> {
 78 |     return .init {
 79 |       async let f = f.compute()
    |                     |- warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: sending task-isolated 'f' into async let risks causing data races between nonisolated and task-isolated uses
 80 |       async let x = self.compute()
 81 |       return await f(x)
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:80:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 78 |     return .init {
 79 |       async let f = f.compute()
 80 |       async let x = self.compute()
    |                     |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
 81 |       return await f(x)
 82 |     }
[125/144] Compiling Prelude PrecedenceGroups.swift
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:25:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
 23 |       await withUnsafeContinuation { continuation in
 24 |         compute { a in
 25 |           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
 26 |         }
 27 |       }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:32: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
 30 |
 31 |   public func run(_ callback: @escaping (A) -> ()) {
 32 |     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
 33 |       await callback(self.compute())
    |                      `- note: closure captures 'self' which is accessible to code in the current task
 34 |     }
 35 |   }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:79:21: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
 77 |   public func apply<B>(_ f: Parallel<(A) -> B>) -> Parallel<B> {
 78 |     return .init {
 79 |       async let f = f.compute()
    |                     |- warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: sending task-isolated 'f' into async let risks causing data races between nonisolated and task-isolated uses
 80 |       async let x = self.compute()
 81 |       return await f(x)
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:80:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 78 |     return .init {
 79 |       async let f = f.compute()
 80 |       async let x = self.compute()
    |                     |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
 81 |       return await f(x)
 82 |     }
[126/144] Compiling Prelude Ring.swift
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:25:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
 23 |       await withUnsafeContinuation { continuation in
 24 |         compute { a in
 25 |           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
 26 |         }
 27 |       }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:32: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
 30 |
 31 |   public func run(_ callback: @escaping (A) -> ()) {
 32 |     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
 33 |       await callback(self.compute())
    |                      `- note: closure captures 'self' which is accessible to code in the current task
 34 |     }
 35 |   }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:79:21: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
 77 |   public func apply<B>(_ f: Parallel<(A) -> B>) -> Parallel<B> {
 78 |     return .init {
 79 |       async let f = f.compute()
    |                     |- warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: sending task-isolated 'f' into async let risks causing data races between nonisolated and task-isolated uses
 80 |       async let x = self.compute()
 81 |       return await f(x)
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:80:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 78 |     return .init {
 79 |       async let f = f.compute()
 80 |       async let x = self.compute()
    |                     |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                     `- note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
 81 |       return await f(x)
 82 |     }
[127/144] Compiling Prelude String.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:6: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
 4 |
 5 | extension Unit: Monoid {
 6 |   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
 7 |
 8 |   public static func <> (lhs: Unit, rhs: Unit) -> Unit {
[128/144] Compiling Prelude Strong.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:6: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
 4 |
 5 | extension Unit: Monoid {
 6 |   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
 7 |
 8 |   public static func <> (lhs: Unit, rhs: Unit) -> Unit {
[129/144] Compiling Prelude Tuple.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:6: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
 4 |
 5 | extension Unit: Monoid {
 6 |   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
 7 |
 8 |   public static func <> (lhs: Unit, rhs: Unit) -> Unit {
[130/144] Compiling Prelude Unit.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:6: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
 4 |
 5 | extension Unit: Monoid {
 6 |   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
 7 |
 8 |   public static func <> (lhs: Unit, rhs: Unit) -> Unit {
[131/144] Compiling Prelude HeytingAlgebra.swift
/host/spi-builder-workspace/Sources/Prelude/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/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/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/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 |       }
[132/144] Compiling Prelude Hole.swift
/host/spi-builder-workspace/Sources/Prelude/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/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/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/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 |       }
[133/144] Compiling Prelude IO.swift
/host/spi-builder-workspace/Sources/Prelude/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/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/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/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 |       }
[134/144] Compiling Prelude KeyPath.swift
/host/spi-builder-workspace/Sources/Prelude/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/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/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/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 |       }
[135/144] Compiling Prelude Monoid.swift
/host/spi-builder-workspace/Sources/Prelude/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/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/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/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 |       }
[136/144] Compiling Prelude Semigroup.swift
[137/144] Compiling Prelude Semiring.swift
[138/144] Compiling Prelude Sequence.swift
[139/144] Compiling Prelude Set.swift
[140/144] Compiling Prelude Comparator.swift
[141/144] Compiling Prelude Curry.swift
[142/144] Compiling Prelude Endo.swift
[143/144] Compiling Prelude Equatable.swift
[144/144] Compiling Prelude EuclideanRing.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
warning: 'spi-builder-workspace': found 33 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDisjOver.1.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAppendOver.1.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful some traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested right-hand traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some-traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-left-hand-traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-right-hand-traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-some-traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested choice prismatic traversals.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-indexed-choice.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-choice-prismatic-traversals.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSubOver.1.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful right-hand traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAddOver.1.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful left-hand traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested indexed choice.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-left-hand-traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful some traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testMulOver.1.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested left-hand traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None-traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDivOver.1.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testOver.1.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array-traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-some-traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testConjOver.1.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testStrongPrisms.1.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testIx.1.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-right-hand-traversal.txt
    /host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSet.1.txt
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/31] Compiling IssueReporting Rethrows.swift
[3/31] Compiling IssueReporting ErrorReporting.swift
[4/31] Compiling ConcurrencyExtras LockIsolated.swift
[5/32] Compiling IssueReporting AppHostWarning.swift
[6/32] Compiling IssueReporting Deprecations.swift
[7/32] Compiling ConcurrencyExtras Result.swift
[8/32] Compiling ConcurrencyExtras MainSerialExecutor.swift
[9/32] Compiling ConcurrencyExtras Task.swift
[10/32] Emitting module ConcurrencyExtras
[11/32] Compiling IssueReporting FailureObserver.swift
[12/32] Compiling IssueReporting LockIsolated.swift
[19/32] Compiling ConcurrencyExtras UncheckedSendable.swift
[21/35] Compiling IssueReporting RuntimeWarningReporter.swift
[22/35] Compiling IssueReporting ReportIssue.swift
[23/35] Compiling IssueReporting XCTest.swift
[24/35] Compiling IssueReporting IsTesting.swift
[25/35] Compiling IssueReporting IssueReporter.swift
[26/35] Compiling IssueReporting BreakpointReporter.swift
[27/35] Compiling IssueReporting FatalErrorReporter.swift
[28/35] Compiling IssueReporting TestContext.swift
[29/35] Compiling IssueReporting Unimplemented.swift
[30/35] Compiling IssueReporting WithExpectedIssue.swift
[31/35] Compiling IssueReporting WithIssueContext.swift
[32/35] Emitting module IssueReporting
[33/35] Compiling IssueReporting SwiftTesting.swift
[34/35] Compiling IssueReporting UncheckedSendable.swift
[35/35] Compiling IssueReporting Warn.swift
[37/58] Compiling XCTestDynamicOverlay Exports.swift
[38/59] Emitting module CombineSchedulers
[39/59] Compiling CombineSchedulers AnyScheduler.swift
[40/59] Compiling CombineSchedulers Concurrency.swift
[41/60] Compiling CombineSchedulers UIScheduler.swift
[42/60] Compiling CombineSchedulers Timer.swift
[43/60] Compiling CombineSchedulers Lock.swift
[44/60] Compiling CombineSchedulers NSRecursiveLock.swift
[45/60] Compiling CombineSchedulers UIKit.swift
[46/60] Compiling Clocks Lock.swift
[47/60] Compiling CombineSchedulers SwiftUI.swift
[48/60] Compiling Clocks Timer.swift
[49/60] Compiling CombineSchedulers TestScheduler.swift
[50/60] Compiling CombineSchedulers ImmediateScheduler.swift
[51/60] Compiling CombineSchedulers Deprecations.swift
[52/61] Compiling CombineSchedulers UnimplementedScheduler.swift
[53/62] Compiling Clocks _AsyncTimerSequence.swift
[54/62] Emitting module XCTestDynamicOverlay
[55/62] Compiling XCTestDynamicOverlay Deprecations.swift
[56/63] Compiling Clocks AnyClock.swift
[57/63] Emitting module Clocks
[58/63] Compiling Clocks ImmediateClock.swift
[61/63] Compiling Clocks SwiftUI.swift
[62/63] Compiling Clocks TestClock.swift
[63/63] Compiling Clocks UnimplementedClock.swift
[65/87] Compiling Dependencies Deprecations.swift
[66/87] Compiling Dependencies Exports.swift
[67/87] Compiling Dependencies TypeName.swift
[68/90] Compiling Dependencies Assert.swift
[69/90] Compiling Dependencies Calendar.swift
[70/90] Compiling Dependencies Clocks.swift
[71/90] Compiling Dependencies OpenURL.swift
[72/90] Compiling Dependencies TimeZone.swift
[73/90] Compiling Dependencies URLSession.swift
[74/90] Compiling Dependencies Context.swift
[75/90] Compiling Dependencies Date.swift
[76/90] Compiling Dependencies FireAndForget.swift
[77/90] Compiling Dependencies Locale.swift
[78/90] Compiling Dependencies MainQueue.swift
[79/90] Compiling Dependencies MainRunLoop.swift
[80/90] Compiling Dependencies UUID.swift
[81/90] Compiling Dependencies WithRandomNumberGenerator.swift
[82/90] Compiling Dependencies AppEntryPoint.swift
[83/90] Emitting module Dependencies
[84/90] Compiling Dependencies PreviewTrait.swift
[85/90] Compiling Dependencies TestTrait.swift
[86/90] Compiling Dependencies WithDependencies.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/124] Compiling Prelude Field.swift
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                    `- note: 'A' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                           `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                       `- note: 'B' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                              `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
[93/124] Compiling Prelude Filterable.swift
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                    `- note: 'A' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                           `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                       `- note: 'B' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                              `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
[94/124] Compiling Prelude FreeNearSemiring.swift
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                    `- note: 'A' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                           `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                       `- note: 'B' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                              `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
[95/124] Compiling Prelude Func.swift
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                    `- note: 'A' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                           `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                       `- note: 'B' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                              `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
[96/124] Compiling Prelude Function.swift
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                    `- note: 'A' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                           `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                       `- note: 'B' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                              `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
[97/124] Compiling Prelude NearSemiring.swift
[98/124] Compiling Prelude Never.swift
[99/124] Compiling Prelude Operators.swift
[100/124] Compiling Prelude Optional.swift
[101/128] Compiling Prelude Semigroup.swift
[102/128] Compiling Prelude Semiring.swift
[103/128] Compiling Prelude Sequence.swift
[104/128] Compiling Prelude Set.swift
[105/128] Compiling Prelude Alt.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:17: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
15 | }
16 |
17 | 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
18 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 |     return (lhs, rhs) == (false, true)
[106/128] Compiling Prelude Array.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:17: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
15 | }
16 |
17 | 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
18 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 |     return (lhs, rhs) == (false, true)
[107/128] Compiling Prelude Collection.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:17: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
15 | }
16 |
17 | 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
18 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 |     return (lhs, rhs) == (false, true)
[108/128] Compiling Prelude CommutativeRing.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:17: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
15 | }
16 |
17 | 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
18 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 |     return (lhs, rhs) == (false, true)
[109/128] Compiling Prelude Comparable.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:17: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
15 | }
16 |
17 | 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
18 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 |     return (lhs, rhs) == (false, true)
[110/128] Emitting module Prelude
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:17: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
15 | }
16 |
17 | 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
18 |   public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 |     return (lhs, rhs) == (false, true)
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                    `- note: 'A' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                           `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
/host/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  1 |
  2 | public struct Func<A, B> {
    |                       `- note: 'B' previously declared here
  3 |   public let call: (A) -> B
  4 |
    :
 37 |   }
 38 |
 39 |   public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
    |                              `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 40 |     return g.contramap(f)
 41 |   }
[111/128] Compiling Prelude Parallel.swift
[112/128] Compiling Prelude Plus.swift
[113/128] Compiling Prelude PrecedenceGroups.swift
[114/128] Compiling Prelude Ring.swift
[115/128] Compiling Prelude String.swift
[116/128] Compiling Prelude Strong.swift
[117/128] Compiling Prelude Tuple.swift
[118/128] Compiling Prelude Unit.swift
[119/128] Compiling Prelude Comparator.swift
[120/128] Compiling Prelude Curry.swift
[121/128] Compiling Prelude Endo.swift
[122/128] Compiling Prelude Equatable.swift
[123/128] Compiling Prelude EuclideanRing.swift
[124/128] Compiling Prelude HeytingAlgebra.swift
[125/128] Compiling Prelude Hole.swift
[126/128] Compiling Prelude IO.swift
[127/128] Compiling Prelude KeyPath.swift
[128/128] Compiling Prelude Monoid.swift
[130/144] Compiling Writer Writer.swift
/host/spi-builder-workspace/Sources/Writer/Writer.swift:24:28: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Writer<W: Monoid, A> {
   |                      `- note: 'W' previously declared here
 4 |   let a: A
 5 |   let w: W
   :
22 |   }
23 |
24 |   public static func <¢> <W, A, B> (f: @escaping (A) -> B, writer: Writer<W, A>) -> Writer<W, B> {
   |                           `- warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 |     return writer.map(f)
26 |   }
/host/spi-builder-workspace/Sources/Writer/Writer.swift:24:31: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Writer<W: Monoid, A> {
   |                                 `- note: 'A' previously declared here
 4 |   let a: A
 5 |   let w: W
   :
22 |   }
23 |
24 |   public static func <¢> <W, A, B> (f: @escaping (A) -> B, writer: Writer<W, A>) -> Writer<W, B> {
   |                              `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 |     return writer.map(f)
26 |   }
/host/spi-builder-workspace/Sources/Writer/Writer.swift:36:27: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Writer<W: Monoid, A> {
   |                      `- note: 'W' previously declared here
 4 |   let a: A
 5 |   let w: W
   :
34 |   }
35 |
36 |   public static func <*> <W, A, B> (f: Writer<W, (A) -> B>, writer: Writer<W, A>) -> Writer<W, B> {
   |                           `- warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
37 |     return writer.apply(f)
38 |   }
/host/spi-builder-workspace/Sources/Writer/Writer.swift:36:30: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Writer<W: Monoid, A> {
   |                                 `- note: 'A' previously declared here
 4 |   let a: A
 5 |   let w: W
   :
34 |   }
35 |
36 |   public static func <*> <W, A, B> (f: Writer<W, (A) -> B>, writer: Writer<W, A>) -> Writer<W, B> {
   |                              `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
37 |     return writer.apply(f)
38 |   }
[131/144] Emitting module Writer
/host/spi-builder-workspace/Sources/Writer/Writer.swift:24:28: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Writer<W: Monoid, A> {
   |                      `- note: 'W' previously declared here
 4 |   let a: A
 5 |   let w: W
   :
22 |   }
23 |
24 |   public static func <¢> <W, A, B> (f: @escaping (A) -> B, writer: Writer<W, A>) -> Writer<W, B> {
   |                           `- warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 |     return writer.map(f)
26 |   }
/host/spi-builder-workspace/Sources/Writer/Writer.swift:24:31: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Writer<W: Monoid, A> {
   |                                 `- note: 'A' previously declared here
 4 |   let a: A
 5 |   let w: W
   :
22 |   }
23 |
24 |   public static func <¢> <W, A, B> (f: @escaping (A) -> B, writer: Writer<W, A>) -> Writer<W, B> {
   |                              `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 |     return writer.map(f)
26 |   }
/host/spi-builder-workspace/Sources/Writer/Writer.swift:36:27: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Writer<W: Monoid, A> {
   |                      `- note: 'W' previously declared here
 4 |   let a: A
 5 |   let w: W
   :
34 |   }
35 |
36 |   public static func <*> <W, A, B> (f: Writer<W, (A) -> B>, writer: Writer<W, A>) -> Writer<W, B> {
   |                           `- warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
37 |     return writer.apply(f)
38 |   }
/host/spi-builder-workspace/Sources/Writer/Writer.swift:36:30: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Writer<W: Monoid, A> {
   |                                 `- note: 'A' previously declared here
 4 |   let a: A
 5 |   let w: W
   :
34 |   }
35 |
36 |   public static func <*> <W, A, B> (f: Writer<W, (A) -> B>, writer: Writer<W, A>) -> Writer<W, B> {
   |                              `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
37 |     return writer.apply(f)
38 |   }
[133/145] Compiling ValidationSemigroup ValidationSemigroup.swift
[134/145] Emitting module ValidationSemigroup
[135/145] Emitting module State
[136/145] Emitting module Reader
/host/spi-builder-workspace/Sources/Reader/Reader.swift:18:28: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Reader<R, A> {
   |                      `- note: 'R' previously declared here
 4 |   public let runReader: (R) -> A
 5 |
   :
16 |   }
17 |
18 |   public static func <¢> <R, A, B> (f: @escaping (A) -> B, reader: Reader<R, A>) -> Reader<R, B> {
   |                           `- warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
19 |     return reader.map(f)
20 |   }
/host/spi-builder-workspace/Sources/Reader/Reader.swift:18:31: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Reader<R, A> {
   |                         `- note: 'A' previously declared here
 4 |   public let runReader: (R) -> A
 5 |
   :
16 |   }
17 |
18 |   public static func <¢> <R, A, B> (f: @escaping (A) -> B, reader: Reader<R, A>) -> Reader<R, B> {
   |                              `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
19 |     return reader.map(f)
20 |   }
/host/spi-builder-workspace/Sources/Reader/Reader.swift:32:27: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Reader<R, A> {
   |                      `- note: 'R' previously declared here
 4 |   public let runReader: (R) -> A
 5 |
   :
30 |   }
31 |
32 |   public static func <*> <R, A, B> (f: Reader<R, (A) -> B>, reader: Reader<R, A>) -> Reader<R, B> {
   |                           `- warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 |     return reader.apply(f)
34 |   }
/host/spi-builder-workspace/Sources/Reader/Reader.swift:32:30: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Reader<R, A> {
   |                         `- note: 'A' previously declared here
 4 |   public let runReader: (R) -> A
 5 |
   :
30 |   }
31 |
32 |   public static func <*> <R, A, B> (f: Reader<R, (A) -> B>, reader: Reader<R, A>) -> Reader<R, B> {
   |                              `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 |     return reader.apply(f)
34 |   }
[137/145] Compiling State State.swift
[138/145] Compiling Reader Reader.swift
/host/spi-builder-workspace/Sources/Reader/Reader.swift:18:28: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Reader<R, A> {
   |                      `- note: 'R' previously declared here
 4 |   public let runReader: (R) -> A
 5 |
   :
16 |   }
17 |
18 |   public static func <¢> <R, A, B> (f: @escaping (A) -> B, reader: Reader<R, A>) -> Reader<R, B> {
   |                           `- warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
19 |     return reader.map(f)
20 |   }
/host/spi-builder-workspace/Sources/Reader/Reader.swift:18:31: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Reader<R, A> {
   |                         `- note: 'A' previously declared here
 4 |   public let runReader: (R) -> A
 5 |
   :
16 |   }
17 |
18 |   public static func <¢> <R, A, B> (f: @escaping (A) -> B, reader: Reader<R, A>) -> Reader<R, B> {
   |                              `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
19 |     return reader.map(f)
20 |   }
/host/spi-builder-workspace/Sources/Reader/Reader.swift:32:27: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Reader<R, A> {
   |                      `- note: 'R' previously declared here
 4 |   public let runReader: (R) -> A
 5 |
   :
30 |   }
31 |
32 |   public static func <*> <R, A, B> (f: Reader<R, (A) -> B>, reader: Reader<R, A>) -> Reader<R, B> {
   |                           `- warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 |     return reader.apply(f)
34 |   }
/host/spi-builder-workspace/Sources/Reader/Reader.swift:32:30: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 1 | import Prelude
 2 |
 3 | public struct Reader<R, A> {
   |                         `- note: 'A' previously declared here
 4 |   public let runReader: (R) -> A
 5 |
   :
30 |   }
31 |
32 |   public static func <*> <R, A, B> (f: Reader<R, (A) -> B>, reader: Reader<R, A>) -> Reader<R, B> {
   |                              `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 |     return reader.apply(f)
34 |   }
[139/148] Compiling Either Nested.swift
[143/148] Emitting module Tuple
[144/148] Compiling Tuple Tuple.swift
[146/153] Emitting module Either
[147/153] Compiling Either Choice.swift
[148/153] Compiling Either Either.swift
[149/153] Compiling Either EitherIO.swift
[150/154] Compiling Frp ValidationSemigroup.swift
[151/154] Compiling Frp UIKit.swift
[153/166] Emitting module Frp
[154/166] Compiling Frp Event.swift
[156/167] Emitting module Optics
[157/168] Compiling Optics KeyPath.swift
[158/168] Compiling Optics Fold.swift
[159/168] Compiling Optics Forget.swift
[160/168] Compiling Optics Getter.swift
[161/168] Compiling Optics Index.swift
[162/168] Emitting module ValidationNearSemiring
[163/168] Compiling ValidationNearSemiring ValidationNearSemiring.swift
[164/168] Compiling Optics Star.swift
[165/169] Compiling Optics Review.swift
[166/169] Compiling Optics Prism.swift
[167/169] Compiling Optics Setter.swift
[168/169] Compiling Optics Traversal.swift
Build complete! (9.78s)
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"
    }
  ],
  "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" : "Frp",
      "targets" : [
        "Frp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Optics",
      "targets" : [
        "Optics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Prelude",
      "targets" : [
        "Prelude"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Reader",
      "targets" : [
        "Reader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "State",
      "targets" : [
        "State"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Tuple",
      "targets" : [
        "Tuple"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ValidationSemigroup",
      "targets" : [
        "ValidationSemigroup"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ValidationNearSemiring",
      "targets" : [
        "ValidationNearSemiring"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Writer",
      "targets" : [
        "Writer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WriterTests",
      "module_type" : "SwiftTarget",
      "name" : "WriterTests",
      "path" : "Tests/WriterTests",
      "sources" : [
        "WriterTests.swift"
      ],
      "target_dependencies" : [
        "Writer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Writer",
      "module_type" : "SwiftTarget",
      "name" : "Writer",
      "path" : "Sources/Writer",
      "product_memberships" : [
        "Writer"
      ],
      "sources" : [
        "Writer.swift"
      ],
      "target_dependencies" : [
        "Prelude"
      ],
      "type" : "library"
    },
    {
      "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" : [
        "Frp",
        "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" : "StateTests",
      "module_type" : "SwiftTarget",
      "name" : "StateTests",
      "path" : "Tests/StateTests",
      "sources" : [
        "StateTests.swift"
      ],
      "target_dependencies" : [
        "State"
      ],
      "type" : "test"
    },
    {
      "c99name" : "State",
      "module_type" : "SwiftTarget",
      "name" : "State",
      "path" : "Sources/State",
      "product_memberships" : [
        "State"
      ],
      "sources" : [
        "State.swift"
      ],
      "target_dependencies" : [
        "Prelude"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ReaderTests",
      "module_type" : "SwiftTarget",
      "name" : "ReaderTests",
      "path" : "Tests/ReaderTests",
      "sources" : [
        "ReaderTests.swift"
      ],
      "target_dependencies" : [
        "Reader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Reader",
      "module_type" : "SwiftTarget",
      "name" : "Reader",
      "path" : "Sources/Reader",
      "product_memberships" : [
        "Reader"
      ],
      "sources" : [
        "Reader.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",
        "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",
        "Frp",
        "Optics",
        "Prelude",
        "Reader",
        "State",
        "Tuple",
        "ValidationSemigroup",
        "ValidationNearSemiring",
        "Writer"
      ],
      "sources" : [
        "Alt.swift",
        "Array.swift",
        "Collection.swift",
        "CommutativeRing.swift",
        "Comparable.swift",
        "Comparator.swift",
        "Curry.swift",
        "Endo.swift",
        "Equatable.swift",
        "EuclideanRing.swift",
        "Field.swift",
        "Filterable.swift",
        "FreeNearSemiring.swift",
        "Func.swift",
        "Function.swift",
        "HeytingAlgebra.swift",
        "Hole.swift",
        "IO.swift",
        "KeyPath.swift",
        "Monoid.swift",
        "NearSemiring.swift",
        "Never.swift",
        "Operators.swift",
        "Optional.swift",
        "Parallel.swift",
        "Plus.swift",
        "PrecedenceGroups.swift",
        "Ring.swift",
        "Semigroup.swift",
        "Semiring.swift",
        "Sequence.swift",
        "Set.swift",
        "String.swift",
        "Strong.swift",
        "Tuple.swift",
        "Unit.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpticsTests",
      "module_type" : "SwiftTarget",
      "name" : "OpticsTests",
      "path" : "Tests/OpticsTests",
      "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" : "FrpTests",
      "module_type" : "SwiftTarget",
      "name" : "FrpTests",
      "path" : "Tests/FrpTests",
      "sources" : [
        "EventTests.swift"
      ],
      "target_dependencies" : [
        "Frp"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Frp",
      "module_type" : "SwiftTarget",
      "name" : "Frp",
      "path" : "Sources/Frp",
      "product_memberships" : [
        "Frp"
      ],
      "sources" : [
        "Event.swift",
        "UIKit.swift",
        "ValidationSemigroup.swift"
      ],
      "target_dependencies" : [
        "Prelude",
        "ValidationSemigroup"
      ],
      "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_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "Either",
        "Optics",
        "ValidationNearSemiring"
      ],
      "sources" : [
        "Choice.swift",
        "Either.swift",
        "EitherIO.swift",
        "Nested.swift"
      ],
      "target_dependencies" : [
        "Prelude"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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.