Build Information
Successful build of swift-prelude, reference 0.2.0 (00f3e8
), with Swift 6.1 for Linux on 28 Apr 2025 04:51:06 UTC.
Swift 6 data race errors: 3
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-prelude.git
Reference: 0.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/capturecontext/swift-prelude
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 00f3e83 Update README.md
Cloned https://github.com/capturecontext/swift-prelude.git
Revision (git rev-parse @):
00f3e838efe9f690634f0ebeec24c5d71076ff29
SUCCESS checkout https://github.com/capturecontext/swift-prelude.git at 0.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/capturecontext/swift-prelude.git
https://github.com/capturecontext/swift-prelude.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies.git"
}
],
"manifest_display_name" : "swift-prelude",
"name" : "swift-prelude",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Either",
"targets" : [
"Either"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Optics",
"targets" : [
"Optics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Prelude",
"targets" : [
"Prelude"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Tuple",
"targets" : [
"Tuple"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ValidationSemigroup",
"targets" : [
"ValidationSemigroup"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ValidationNearSemiring",
"targets" : [
"ValidationNearSemiring"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ValidationSemigroupTests",
"module_type" : "SwiftTarget",
"name" : "ValidationSemigroupTests",
"path" : "Tests/ValidationSemigroupTests",
"sources" : [
"ValidationSemigroupTests.swift"
],
"target_dependencies" : [
"ValidationSemigroup"
],
"type" : "test"
},
{
"c99name" : "ValidationSemigroup",
"module_type" : "SwiftTarget",
"name" : "ValidationSemigroup",
"path" : "Sources/ValidationSemigroup",
"product_memberships" : [
"ValidationSemigroup"
],
"sources" : [
"ValidationSemigroup.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
},
{
"c99name" : "ValidationNearSemiringTests",
"module_type" : "SwiftTarget",
"name" : "ValidationNearSemiringTests",
"path" : "Tests/ValidationNearSemiringTests",
"sources" : [
"ValidationNearSemiringTests.swift"
],
"target_dependencies" : [
"ValidationNearSemiring"
],
"type" : "test"
},
{
"c99name" : "ValidationNearSemiring",
"module_type" : "SwiftTarget",
"name" : "ValidationNearSemiring",
"path" : "Sources/ValidationNearSemiring",
"product_memberships" : [
"ValidationNearSemiring"
],
"sources" : [
"ValidationNearSemiring.swift"
],
"target_dependencies" : [
"Prelude",
"Either"
],
"type" : "library"
},
{
"c99name" : "TupleTests",
"module_type" : "SwiftTarget",
"name" : "TupleTests",
"path" : "Tests/TupleTests",
"sources" : [
"TupleTests.swift"
],
"target_dependencies" : [
"Tuple"
],
"type" : "test"
},
{
"c99name" : "Tuple",
"module_type" : "SwiftTarget",
"name" : "Tuple",
"path" : "Sources/Tuple",
"product_memberships" : [
"Tuple"
],
"sources" : [
"Tuple.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
},
{
"c99name" : "PreludeTests",
"module_type" : "SwiftTarget",
"name" : "PreludeTests",
"path" : "Tests/PreludeTests",
"sources" : [
"ArrayTests.swift",
"ComparableTests.swift",
"DependencyTests.swift",
"FreeNearSemiringTests.swift",
"FunctionTests.swift",
"KeyPathTests.swift",
"MatchTests.swift",
"MonoidTests.swift",
"OptionalTests.swift",
"ParallelTests.swift",
"SemigroupTests.swift",
"SequenceTests.swift",
"StringTests.swift",
"StrongTests.swift",
"TupleTests.swift",
"UnitTests.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "test"
},
{
"c99name" : "Prelude",
"module_type" : "SwiftTarget",
"name" : "Prelude",
"path" : "Sources/Prelude",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"Either",
"Optics",
"Prelude",
"Tuple",
"ValidationSemigroup",
"ValidationNearSemiring"
],
"sources" : [
"Bool/And.swift",
"Bool/Equal.swift",
"Bool/Or.swift",
"Bool/Xor.swift",
"Cast.swift",
"Collection.swift",
"Comparable.swift",
"Comparator.swift",
"Const.swift",
"Curry.swift",
"Discard.swift",
"Equatable.swift",
"Filterable.swift",
"Function/AsyncFunc.swift",
"Function/AsyncFunction.swift",
"Function/Endo.swift",
"Function/Function.swift",
"Function/Signatures.swift",
"Function/SyncFunc.swift",
"Function/SyncFunction.swift",
"Function/Task+Lazy.swift",
"FunctionComposition/Compose.swift",
"FunctionComposition/Pipe.swift",
"KeyPath.swift",
"Match.swift",
"Never.swift",
"Operators/Operators+Impl.swift",
"Operators/Operators.swift",
"Operators/PrecedenceGroups.swift",
"Optional.swift",
"Parallel.swift",
"Sequence.swift",
"Set.swift",
"String.swift",
"Tuples/Pack.swift",
"Tuples/Scope.swift",
"Tuples/Tuple.swift",
"Unit.swift",
"Univestigated/Alt.swift",
"Univestigated/Array.swift",
"Univestigated/CommutativeRing.swift",
"Univestigated/EuclideanRing.swift",
"Univestigated/Field.swift",
"Univestigated/FreeNearSemiring.swift",
"Univestigated/HeytingAlgebra.swift",
"Univestigated/Hole.swift",
"Univestigated/IO.swift",
"Univestigated/Monoid.swift",
"Univestigated/NearSemiring.swift",
"Univestigated/Plus.swift",
"Univestigated/Ring.swift",
"Univestigated/Semigroup.swift",
"Univestigated/Semiring.swift"
],
"type" : "library"
},
{
"c99name" : "OpticsTests",
"module_type" : "SwiftTarget",
"name" : "OpticsTests",
"path" : "Tests/OpticsTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAddOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAppendOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful left-hand traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested left-hand traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested right-hand traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful some traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-left-hand-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-left-hand-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-right-hand-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-some-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful right-hand traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful some traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-right-hand-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-some-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testConjOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDisjOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDivOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testIx.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested choice prismatic traversals.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested indexed choice.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-choice-prismatic-traversals.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-indexed-choice.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testMulOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSet.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testStrongPrisms.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSubOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some-traversal.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"OpticsTests.swift"
],
"target_dependencies" : [
"Optics"
],
"type" : "test"
},
{
"c99name" : "Optics",
"module_type" : "SwiftTarget",
"name" : "Optics",
"path" : "Sources/Optics",
"product_memberships" : [
"Optics"
],
"sources" : [
"Fold.swift",
"Forget.swift",
"Getter.swift",
"Index.swift",
"KeyPath.swift",
"Prism.swift",
"Review.swift",
"Setter.swift",
"Star.swift",
"Traversal.swift"
],
"target_dependencies" : [
"Prelude",
"Either"
],
"type" : "library"
},
{
"c99name" : "EitherTests",
"module_type" : "SwiftTarget",
"name" : "EitherTests",
"path" : "Tests/EitherTests",
"sources" : [
"ChoiceTests.swift",
"EitherTests.swift",
"NestedTests.swift"
],
"target_dependencies" : [
"Either"
],
"type" : "test"
},
{
"c99name" : "Either",
"module_type" : "SwiftTarget",
"name" : "Either",
"path" : "Sources/Either",
"product_memberships" : [
"Either",
"Optics",
"ValidationNearSemiring"
],
"sources" : [
"Choice.swift",
"Either.swift",
"EitherIO.swift",
"Nested.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies.git
[1/6201] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (0.56s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.2 (1.15s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/2410] Fetching combine-schedulers
[1182/3262] Fetching combine-schedulers, swift-concurrency-extras
[2684/4554] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[4555/9942] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
[9943/80175] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.66s)
[10055/78883] Fetching combine-schedulers, swift-concurrency-extras, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (4.26s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (4.26s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (4.27s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.32s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (4.87s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.54s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.50s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.49s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.39s)
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.9.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Building for debugging...
[0/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/43] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/45] Compiling 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
[16/46] 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
[17/46] 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
[18/46] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/46] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/46] 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
[21/46] 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
[22/46] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/46] Compiling ConcurrencyExtras Locking.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/46] Compiling ConcurrencyExtras UncheckedBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/46] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/46] Compiling ConcurrencyExtras 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
[27/46] Compiling ConcurrencyExtras ActorIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/46] Compiling ConcurrencyExtras AnyHashableSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/46] Compiling ConcurrencyExtras AsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/46] Compiling ConcurrencyExtras AsyncThrowingStream.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
[34/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
[35/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
[36/47] 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
[37/47] 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
[38/47] Compiling IssueReporting XCTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/47] Compiling IssueReporting IsTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/47] Compiling IssueReporting IssueReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/47] 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
[45/47] 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
[46/47] 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
[49/71] 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
[50/72] Compiling CombineSchedulers SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/72] Compiling CombineSchedulers TestScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/72] Compiling CombineSchedulers Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/72] Compiling CombineSchedulers UIScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/72] Compiling CombineSchedulers AnyScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/72] Compiling CombineSchedulers Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/72] 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
[57/72] 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
[58/72] 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
[59/72] 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
[60/72] Compiling CombineSchedulers Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/72] Compiling CombineSchedulers NSRecursiveLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/72] 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
[63/73] Compiling Clocks SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/74] 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
[66/74] 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
[67/74] Compiling Clocks ImmediateClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/74] Emitting module Clocks
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/74] Compiling Clocks AnyClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/74] Compiling Clocks Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/74] Compiling Clocks _AsyncTimerSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/74] 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
[73/74] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/75] Compiling Clocks TestClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/99] Compiling Dependencies Locale.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/99] Compiling Dependencies MainQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/99] Compiling Dependencies MainRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/102] 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
[81/102] Compiling Dependencies UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/102] Compiling Dependencies WithRandomNumberGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/102] Compiling Dependencies AppEntryPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/102] Compiling Dependencies Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/102] Compiling Dependencies Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/102] Compiling Dependencies TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/102] Compiling Dependencies Context.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/102] Compiling Dependencies Date.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/102] Compiling Dependencies FireAndForget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/102] Compiling Dependencies OpenURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/102] Compiling Dependencies TimeZone.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/102] Compiling Dependencies URLSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/102] Compiling Dependencies Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/102] Compiling Dependencies Calendar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/102] Compiling Dependencies Clocks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/102] Compiling Dependencies Dependency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/102] Compiling Dependencies DependencyContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/102] Compiling Dependencies DependencyKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/102] Compiling Dependencies DependencyValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/102] Compiling Dependencies PreviewTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/102] Compiling Dependencies TestTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/102] Compiling Dependencies WithDependencies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/151] Compiling Prelude PrecedenceGroups.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
14 | with default: @autoclosure @escaping () -> A
15 | ) -> (A?) -> A {
16 | return optional(`default`()) <| id
| `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
17 | }
18 |
[105/151] Compiling Prelude Optional.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
14 | with default: @autoclosure @escaping () -> A
15 | ) -> (A?) -> A {
16 | return optional(`default`()) <| id
| `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
17 | }
18 |
[106/151] Compiling Prelude Parallel.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
14 | with default: @autoclosure @escaping () -> A
15 | ) -> (A?) -> A {
16 | return optional(`default`()) <| id
| `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
17 | }
18 |
[107/151] Compiling Prelude Sequence.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
14 | with default: @autoclosure @escaping () -> A
15 | ) -> (A?) -> A {
16 | return optional(`default`()) <| id
| `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
17 | }
18 |
[108/151] Compiling Prelude Set.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
14 | with default: @autoclosure @escaping () -> A
15 | ) -> (A?) -> A {
16 | return optional(`default`()) <| id
| `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
17 | }
18 |
[109/151] Compiling Prelude String.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
14 | with default: @autoclosure @escaping () -> A
15 | ) -> (A?) -> A {
16 | return optional(`default`()) <| id
| `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
17 | }
18 |
[110/151] Compiling Prelude Pack.swift
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
14 | with default: @autoclosure @escaping () -> A
15 | ) -> (A?) -> A {
16 | return optional(`default`()) <| id
| `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
17 | }
18 |
[111/157] Compiling Prelude And.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
[112/157] Compiling Prelude Equal.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
[113/157] Compiling Prelude Or.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
[114/157] Compiling Prelude Xor.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
[115/157] Compiling Prelude Cast.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
[116/157] Compiling Prelude Collection.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
[117/157] Compiling Prelude Comparable.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
[118/157] Compiling Prelude AsyncFunction.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
8 | return { input in
9 | return { handler in
10 | Task(priority: priority) { await handler <<< asyncCall <| input }
| | | | `- note: closure captures non-Sendable 'input'
| | | `- note: closure captures non-Sendable 'asyncCall'
| | `- note: closure captures non-Sendable 'handler'
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 | }
12 | }
[119/157] Compiling Prelude Endo.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
8 | return { input in
9 | return { handler in
10 | Task(priority: priority) { await handler <<< asyncCall <| input }
| | | | `- note: closure captures non-Sendable 'input'
| | | `- note: closure captures non-Sendable 'asyncCall'
| | `- note: closure captures non-Sendable 'handler'
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 | }
12 | }
[120/157] Compiling Prelude Function.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
8 | return { input in
9 | return { handler in
10 | Task(priority: priority) { await handler <<< asyncCall <| input }
| | | | `- note: closure captures non-Sendable 'input'
| | | `- note: closure captures non-Sendable 'asyncCall'
| | `- note: closure captures non-Sendable 'handler'
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 | }
12 | }
[121/157] Compiling Prelude Signatures.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
8 | return { input in
9 | return { handler in
10 | Task(priority: priority) { await handler <<< asyncCall <| input }
| | | | `- note: closure captures non-Sendable 'input'
| | | `- note: closure captures non-Sendable 'asyncCall'
| | `- note: closure captures non-Sendable 'handler'
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 | }
12 | }
[122/157] Compiling Prelude SyncFunc.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
8 | return { input in
9 | return { handler in
10 | Task(priority: priority) { await handler <<< asyncCall <| input }
| | | | `- note: closure captures non-Sendable 'input'
| | | `- note: closure captures non-Sendable 'asyncCall'
| | `- note: closure captures non-Sendable 'handler'
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 | }
12 | }
[123/157] Compiling Prelude SyncFunction.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
8 | return { input in
9 | return { handler in
10 | Task(priority: priority) { await handler <<< asyncCall <| input }
| | | | `- note: closure captures non-Sendable 'input'
| | | `- note: closure captures non-Sendable 'asyncCall'
| | `- note: closure captures non-Sendable 'handler'
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 | }
12 | }
[124/157] Compiling Prelude Task+Lazy.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
8 | return { input in
9 | return { handler in
10 | Task(priority: priority) { await handler <<< asyncCall <| input }
| | | | `- note: closure captures non-Sendable 'input'
| | | `- note: closure captures non-Sendable 'asyncCall'
| | `- note: closure captures non-Sendable 'handler'
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 | }
12 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[125/157] Emitting module Prelude
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '@Sendable (sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
/host/spi-builder-workspace/Sources/Prelude/Optional.swift:16:32: error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
14 | with default: @autoclosure @escaping () -> A
15 | ) -> (A?) -> A {
16 | return optional(`default`()) <| id
| `- error: conflicting arguments to generic parameter 'A' ('@Sendable (A) -> A' vs. '(A) -> A')
17 | }
18 |
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | extension Unit: Monoid {
24 | public static var empty: Unit = unit
| |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @inlinable
[126/157] Compiling Prelude Scope.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | extension Unit: Monoid {
24 | public static var empty: Unit = unit
| |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @inlinable
[127/157] Compiling Prelude Tuple.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | extension Unit: Monoid {
24 | public static var empty: Unit = unit
| |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @inlinable
[128/157] Compiling Prelude Unit.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | extension Unit: Monoid {
24 | public static var empty: Unit = unit
| |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @inlinable
[129/157] Compiling Prelude Alt.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | extension Unit: Monoid {
24 | public static var empty: Unit = unit
| |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @inlinable
[130/157] Compiling Prelude Array.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | extension Unit: Monoid {
24 | public static var empty: Unit = unit
| |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @inlinable
[131/157] Compiling Prelude CommutativeRing.swift
/host/spi-builder-workspace/Sources/Prelude/Unit.swift:24:21: warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | extension Unit: Monoid {
24 | public static var empty: Unit = unit
| |- warning: static property 'empty' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'empty' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @inlinable
[132/157] Compiling Prelude EuclideanRing.swift
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:30:14: warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct IO<A> {
| `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
6 | private let compute: () async -> A
7 |
:
28 | }
29 | sema.wait()
30 | return a.value!
| `- warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
31 | }
32 |
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:26:18: warning: implicit capture of 'value' requires that 'A' conforms to 'Sendable'; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct IO<A> {
| `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
6 | private let compute: () async -> A
7 |
:
24 | Task {
25 | let value = await self.compute()
26 | a.setValue(value)
| `- warning: implicit capture of 'value' requires that 'A' conforms to 'Sendable'; this is an error in the Swift 6 language mode
27 | sema.signal()
28 | }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 | return { xs in
159 | IO<[B]> {
160 | xs.map { f($0).perform() }
| `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 | }
162 | }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:24:10: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
22 | let a = LockIsolated<A?>(nil)
23 | let sema = DispatchSemaphore(value: 0)
24 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
25 | let value = await self.compute()
| `- note: closure captures 'self' which is accessible to code in the current task
26 | a.setValue(value)
27 | sema.signal()
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:56:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
54 | await withUnsafeContinuation { continuation in
55 | callback { a in
56 | continuation.resume(returning: a)
| |- warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'a' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
57 | }
58 | }
[133/157] Compiling Prelude Field.swift
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:30:14: warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct IO<A> {
| `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
6 | private let compute: () async -> A
7 |
:
28 | }
29 | sema.wait()
30 | return a.value!
| `- warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
31 | }
32 |
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:26:18: warning: implicit capture of 'value' requires that 'A' conforms to 'Sendable'; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct IO<A> {
| `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
6 | private let compute: () async -> A
7 |
:
24 | Task {
25 | let value = await self.compute()
26 | a.setValue(value)
| `- warning: implicit capture of 'value' requires that 'A' conforms to 'Sendable'; this is an error in the Swift 6 language mode
27 | sema.signal()
28 | }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 | return { xs in
159 | IO<[B]> {
160 | xs.map { f($0).perform() }
| `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 | }
162 | }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:24:10: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
22 | let a = LockIsolated<A?>(nil)
23 | let sema = DispatchSemaphore(value: 0)
24 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
25 | let value = await self.compute()
| `- note: closure captures 'self' which is accessible to code in the current task
26 | a.setValue(value)
27 | sema.signal()
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:56:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
54 | await withUnsafeContinuation { continuation in
55 | callback { a in
56 | continuation.resume(returning: a)
| |- warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'a' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
57 | }
58 | }
[134/157] Compiling Prelude FreeNearSemiring.swift
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:30:14: warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct IO<A> {
| `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
6 | private let compute: () async -> A
7 |
:
28 | }
29 | sema.wait()
30 | return a.value!
| `- warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
31 | }
32 |
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:26:18: warning: implicit capture of 'value' requires that 'A' conforms to 'Sendable'; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct IO<A> {
| `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
6 | private let compute: () async -> A
7 |
:
24 | Task {
25 | let value = await self.compute()
26 | a.setValue(value)
| `- warning: implicit capture of 'value' requires that 'A' conforms to 'Sendable'; this is an error in the Swift 6 language mode
27 | sema.signal()
28 | }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 | return { xs in
159 | IO<[B]> {
160 | xs.map { f($0).perform() }
| `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 | }
162 | }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:24:10: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
22 | let a = LockIsolated<A?>(nil)
23 | let sema = DispatchSemaphore(value: 0)
24 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
25 | let value = await self.compute()
| `- note: closure captures 'self' which is accessible to code in the current task
26 | a.setValue(value)
27 | sema.signal()
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:56:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
54 | await withUnsafeContinuation { continuation in
55 | callback { a in
56 | continuation.resume(returning: a)
| |- warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'a' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
57 | }
58 | }
[135/157] Compiling Prelude HeytingAlgebra.swift
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:30:14: warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct IO<A> {
| `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
6 | private let compute: () async -> A
7 |
:
28 | }
29 | sema.wait()
30 | return a.value!
| `- warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
31 | }
32 |
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:26:18: warning: implicit capture of 'value' requires that 'A' conforms to 'Sendable'; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct IO<A> {
| `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
6 | private let compute: () async -> A
7 |
:
24 | Task {
25 | let value = await self.compute()
26 | a.setValue(value)
| `- warning: implicit capture of 'value' requires that 'A' conforms to 'Sendable'; this is an error in the Swift 6 language mode
27 | sema.signal()
28 | }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 | return { xs in
159 | IO<[B]> {
160 | xs.map { f($0).perform() }
| `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 | }
162 | }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:24:10: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
22 | let a = LockIsolated<A?>(nil)
23 | let sema = DispatchSemaphore(value: 0)
24 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
25 | let value = await self.compute()
| `- note: closure captures 'self' which is accessible to code in the current task
26 | a.setValue(value)
27 | sema.signal()
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:56:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
54 | await withUnsafeContinuation { continuation in
55 | callback { a in
56 | continuation.resume(returning: a)
| |- warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'a' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
57 | }
58 | }
[136/157] Compiling Prelude Hole.swift
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:30:14: warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct IO<A> {
| `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
6 | private let compute: () async -> A
7 |
:
28 | }
29 | sema.wait()
30 | return a.value!
| `- warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
31 | }
32 |
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:26:18: warning: implicit capture of 'value' requires that 'A' conforms to 'Sendable'; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct IO<A> {
| `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
6 | private let compute: () async -> A
7 |
:
24 | Task {
25 | let value = await self.compute()
26 | a.setValue(value)
| `- warning: implicit capture of 'value' requires that 'A' conforms to 'Sendable'; this is an error in the Swift 6 language mode
27 | sema.signal()
28 | }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 | return { xs in
159 | IO<[B]> {
160 | xs.map { f($0).perform() }
| `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 | }
162 | }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:24:10: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
22 | let a = LockIsolated<A?>(nil)
23 | let sema = DispatchSemaphore(value: 0)
24 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
25 | let value = await self.compute()
| `- note: closure captures 'self' which is accessible to code in the current task
26 | a.setValue(value)
27 | sema.signal()
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:56:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
54 | await withUnsafeContinuation { continuation in
55 | callback { a in
56 | continuation.resume(returning: a)
| |- warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'a' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
57 | }
58 | }
[137/157] Compiling Prelude IO.swift
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:30:14: warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct IO<A> {
| `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
6 | private let compute: () async -> A
7 |
:
28 | }
29 | sema.wait()
30 | return a.value!
| `- warning: type 'A' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
31 | }
32 |
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:26:18: warning: implicit capture of 'value' requires that 'A' conforms to 'Sendable'; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct IO<A> {
| `- note: consider making generic parameter 'A' conform to the 'Sendable' protocol
6 | private let compute: () async -> A
7 |
:
24 | Task {
25 | let value = await self.compute()
26 | a.setValue(value)
| `- warning: implicit capture of 'value' requires that 'A' conforms to 'Sendable'; this is an error in the Swift 6 language mode
27 | sema.signal()
28 | }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 | return { xs in
159 | IO<[B]> {
160 | xs.map { f($0).perform() }
| `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 | }
162 | }
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:24:10: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
22 | let a = LockIsolated<A?>(nil)
23 | let sema = DispatchSemaphore(value: 0)
24 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
25 | let value = await self.compute()
| `- note: closure captures 'self' which is accessible to code in the current task
26 | a.setValue(value)
27 | sema.signal()
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:56:24: warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
54 | await withUnsafeContinuation { continuation in
55 | callback { a in
56 | continuation.resume(returning: a)
| |- warning: sending 'a' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'a' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
57 | }
58 | }
[138/157] Compiling Prelude Monoid.swift
[139/157] Compiling Prelude NearSemiring.swift
[140/157] Compiling Prelude Plus.swift
[141/157] Compiling Prelude Ring.swift
[142/157] Compiling Prelude Semigroup.swift
[143/157] Compiling Prelude Semiring.swift
[144/157] Compiling Prelude Comparator.swift
[145/157] Compiling Prelude Const.swift
[146/157] Compiling Prelude Curry.swift
[147/157] Compiling Prelude Discard.swift
[148/157] Compiling Prelude Equatable.swift
[149/157] Compiling Prelude Filterable.swift
[150/157] Compiling Prelude AsyncFunc.swift
[151/157] Compiling Prelude Compose.swift
[152/157] Compiling Prelude Pipe.swift
[153/157] Compiling Prelude KeyPath.swift
[154/157] Compiling Prelude Match.swift
[155/157] Compiling Prelude Never.swift
[156/157] Compiling Prelude Operators+Impl.swift
[157/157] Compiling Prelude Operators.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/31] Compiling IssueReporting Warn.swift
[3/31] Compiling IssueReporting ErrorReporting.swift
[4/32] Compiling ConcurrencyExtras MainSerialExecutor.swift
[5/32] Compiling ConcurrencyExtras Result.swift
[6/32] Compiling ConcurrencyExtras Task.swift
[7/32] Compiling IssueReporting AppHostWarning.swift
[8/32] Compiling IssueReporting Deprecations.swift
[9/32] Compiling ConcurrencyExtras LockIsolated.swift
[10/32] Compiling IssueReporting TestContext.swift
[11/32] Compiling IssueReporting Unimplemented.swift
[12/32] Emitting module ConcurrencyExtras
[13/32] Compiling IssueReporting SwiftTesting.swift
[14/32] Compiling IssueReporting UncheckedSendable.swift
[18/34] Compiling ConcurrencyExtras UncheckedSendable.swift
[20/35] Compiling IssueReporting XCTest.swift
[21/35] Compiling IssueReporting IsTesting.swift
[22/35] Compiling IssueReporting IssueReporter.swift
[23/35] Compiling IssueReporting RuntimeWarningReporter.swift
[24/35] Compiling IssueReporting ReportIssue.swift
[25/35] Compiling IssueReporting BreakpointReporter.swift
[26/35] Compiling IssueReporting FatalErrorReporter.swift
[27/35] Compiling IssueReporting WithExpectedIssue.swift
[28/35] Compiling IssueReporting WithIssueContext.swift
[29/35] Compiling IssueReporting FailureObserver.swift
[30/35] Compiling IssueReporting LockIsolated.swift
[31/35] Compiling IssueReporting Rethrows.swift
[32/35] Emitting module IssueReporting
[37/59] Compiling CombineSchedulers UIScheduler.swift
[38/60] Compiling CombineSchedulers Timer.swift
[39/60] Compiling CombineSchedulers UIKit.swift
[40/60] Compiling CombineSchedulers UnimplementedScheduler.swift
[41/60] Compiling CombineSchedulers SwiftUI.swift
[42/60] Compiling CombineSchedulers TestScheduler.swift
[43/60] Compiling CombineSchedulers ImmediateScheduler.swift
[44/60] Compiling CombineSchedulers Deprecations.swift
[45/60] Compiling CombineSchedulers AnyScheduler.swift
[46/60] Compiling CombineSchedulers Concurrency.swift
[47/60] Emitting module CombineSchedulers
[48/60] Compiling CombineSchedulers Lock.swift
[49/60] Compiling CombineSchedulers NSRecursiveLock.swift
[50/61] Compiling Clocks Timer.swift
[51/62] Compiling Clocks AnyClock.swift
[52/62] Emitting module Clocks
[54/62] Compiling XCTestDynamicOverlay Exports.swift
[55/62] Compiling XCTestDynamicOverlay Deprecations.swift
[56/62] Emitting module XCTestDynamicOverlay
[57/63] Compiling Clocks SwiftUI.swift
[58/63] Compiling Clocks ImmediateClock.swift
[59/63] Compiling Clocks Lock.swift
[60/63] Compiling Clocks _AsyncTimerSequence.swift
[61/63] Compiling Clocks TestClock.swift
[62/63] Compiling Clocks UnimplementedClock.swift
[65/87] Compiling Dependencies Context.swift
[66/87] Compiling Dependencies Date.swift
[67/87] Compiling Dependencies FireAndForget.swift
[68/90] Compiling Dependencies Locale.swift
[69/90] Compiling Dependencies MainQueue.swift
[70/90] Compiling Dependencies MainRunLoop.swift
[71/90] Compiling Dependencies Deprecations.swift
[72/90] Compiling Dependencies Exports.swift
[73/90] Compiling Dependencies TypeName.swift
[74/90] Compiling Dependencies Assert.swift
[75/90] Compiling Dependencies Calendar.swift
[76/90] Compiling Dependencies Clocks.swift
[77/90] Compiling Dependencies UUID.swift
[78/90] Compiling Dependencies WithRandomNumberGenerator.swift
[79/90] Compiling Dependencies AppEntryPoint.swift
[80/90] Emitting module Dependencies
[81/90] Compiling Dependencies OpenURL.swift
[82/90] Compiling Dependencies TimeZone.swift
[83/90] Compiling Dependencies URLSession.swift
[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/139] Compiling Prelude And.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
[93/139] Compiling Prelude Equal.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
[94/139] Compiling Prelude Or.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
[95/139] Compiling Prelude Xor.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
[96/139] Compiling Prelude Cast.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
[97/139] Compiling Prelude Collection.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
[98/139] Compiling Prelude Comparable.swift
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
[99/145] Compiling Prelude AsyncFunction.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
[100/145] Compiling Prelude Endo.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
[101/145] Compiling Prelude Function.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
[102/145] Compiling Prelude Signatures.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
[103/145] Compiling Prelude SyncFunc.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
[104/145] Compiling Prelude SyncFunction.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
[105/145] Compiling Prelude Task+Lazy.swift
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
[106/145] Compiling Prelude EuclideanRing.swift
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 | return { xs in
159 | IO<[B]> {
160 | xs.map { f($0).perform() }
| `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 | }
162 | }
[107/145] Compiling Prelude Field.swift
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 | return { xs in
159 | IO<[B]> {
160 | xs.map { f($0).perform() }
| `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 | }
162 | }
[108/145] Compiling Prelude FreeNearSemiring.swift
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 | return { xs in
159 | IO<[B]> {
160 | xs.map { f($0).perform() }
| `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 | }
162 | }
[109/145] Compiling Prelude HeytingAlgebra.swift
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 | return { xs in
159 | IO<[B]> {
160 | xs.map { f($0).perform() }
| `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 | }
162 | }
[110/145] Compiling Prelude Hole.swift
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 | return { xs in
159 | IO<[B]> {
160 | xs.map { f($0).perform() }
| `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 | }
162 | }
[111/145] Compiling Prelude IO.swift
/host/spi-builder-workspace/Sources/Prelude/Univestigated/IO.swift:160:24: warning: 'perform()' is deprecated: Use 'performAsync', instead.
158 | return { xs in
159 | IO<[B]> {
160 | xs.map { f($0).perform() }
| `- warning: 'perform()' is deprecated: Use 'performAsync', instead.
161 | }
162 | }
[112/145] Compiling Prelude Compose.swift
[113/145] Compiling Prelude Pipe.swift
[114/145] Compiling Prelude KeyPath.swift
[115/145] Compiling Prelude Match.swift
[116/145] Compiling Prelude Never.swift
[117/145] Compiling Prelude Operators+Impl.swift
[118/145] Compiling Prelude Operators.swift
[119/145] Compiling Prelude Scope.swift
[120/145] Compiling Prelude Tuple.swift
[121/145] Compiling Prelude Unit.swift
[122/145] Compiling Prelude Alt.swift
[123/145] Compiling Prelude Array.swift
[124/145] Compiling Prelude CommutativeRing.swift
[125/145] Compiling Prelude Comparator.swift
[126/145] Compiling Prelude Const.swift
[127/145] Compiling Prelude Curry.swift
[128/145] Compiling Prelude Discard.swift
[129/145] Compiling Prelude Equatable.swift
[130/145] Compiling Prelude Filterable.swift
[131/145] Compiling Prelude AsyncFunc.swift
[132/145] Compiling Prelude Monoid.swift
[133/145] Compiling Prelude NearSemiring.swift
[134/145] Compiling Prelude Plus.swift
[135/145] Compiling Prelude Ring.swift
[136/145] Compiling Prelude Semigroup.swift
[137/145] Compiling Prelude Semiring.swift
[138/145] Compiling Prelude PrecedenceGroups.swift
[139/145] Compiling Prelude Optional.swift
[140/145] Compiling Prelude Parallel.swift
[141/145] Compiling Prelude Sequence.swift
[142/145] Compiling Prelude Set.swift
[143/145] Compiling Prelude String.swift
[144/145] Compiling Prelude Pack.swift
[145/145] Emitting module Prelude
/host/spi-builder-workspace/Sources/Prelude/Comparable.swift:20:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
18 | }
19 |
20 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
21 | @inlinable
22 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:30:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
28 | self.init { input in
29 | await withCheckedContinuation { continuation in
30 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
31 | }
32 | }
/host/spi-builder-workspace/Sources/Prelude/Function/AsyncFunction.swift:39:34: warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
37 | self.init { input in
38 | await withUnsafeContinuation { continuation in
39 | call(input)(continuation.resume)
| |- warning: converting a value of type '(sending Self.Output) -> ()' to type '(Self.Output) -> Void' risks causing data races; this is an error in the Swift 6 language mode
| `- note: converting a function typed value with a sending parameter to one without risks allowing actor-isolated values to escape their isolation domain as an argument to an invocation of value
40 | }
41 | }
[147/155] Compiling Either Nested.swift
[148/155] Emitting module ValidationSemigroup
[149/155] Compiling ValidationSemigroup ValidationSemigroup.swift
[151/156] Compiling Tuple Tuple.swift
[152/156] Emitting module Tuple
[153/157] Emitting module Either
[154/157] Compiling Either Either.swift
[155/157] Compiling Either Choice.swift
[156/157] Compiling Either EitherIO.swift
[159/170] Compiling Optics Getter.swift
[160/170] Compiling Optics Index.swift
[161/171] Compiling Optics Star.swift
[162/171] Compiling Optics Prism.swift
[163/171] Compiling Optics KeyPath.swift
[164/171] Compiling Optics Setter.swift
[165/171] Compiling Optics Review.swift
[166/171] Compiling Optics Fold.swift
[167/171] Compiling Optics Forget.swift
[168/171] Emitting module Optics
[169/171] Emitting module ValidationNearSemiring
[170/171] Compiling ValidationNearSemiring ValidationNearSemiring.swift
[171/172] Compiling Optics Traversal.swift
Build complete! (16.54s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies.git"
}
],
"manifest_display_name" : "swift-prelude",
"name" : "swift-prelude",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Either",
"targets" : [
"Either"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Optics",
"targets" : [
"Optics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Prelude",
"targets" : [
"Prelude"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Tuple",
"targets" : [
"Tuple"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ValidationSemigroup",
"targets" : [
"ValidationSemigroup"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ValidationNearSemiring",
"targets" : [
"ValidationNearSemiring"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ValidationSemigroupTests",
"module_type" : "SwiftTarget",
"name" : "ValidationSemigroupTests",
"path" : "Tests/ValidationSemigroupTests",
"sources" : [
"ValidationSemigroupTests.swift"
],
"target_dependencies" : [
"ValidationSemigroup"
],
"type" : "test"
},
{
"c99name" : "ValidationSemigroup",
"module_type" : "SwiftTarget",
"name" : "ValidationSemigroup",
"path" : "Sources/ValidationSemigroup",
"product_memberships" : [
"ValidationSemigroup"
],
"sources" : [
"ValidationSemigroup.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
},
{
"c99name" : "ValidationNearSemiringTests",
"module_type" : "SwiftTarget",
"name" : "ValidationNearSemiringTests",
"path" : "Tests/ValidationNearSemiringTests",
"sources" : [
"ValidationNearSemiringTests.swift"
],
"target_dependencies" : [
"ValidationNearSemiring"
],
"type" : "test"
},
{
"c99name" : "ValidationNearSemiring",
"module_type" : "SwiftTarget",
"name" : "ValidationNearSemiring",
"path" : "Sources/ValidationNearSemiring",
"product_memberships" : [
"ValidationNearSemiring"
],
"sources" : [
"ValidationNearSemiring.swift"
],
"target_dependencies" : [
"Prelude",
"Either"
],
"type" : "library"
},
{
"c99name" : "TupleTests",
"module_type" : "SwiftTarget",
"name" : "TupleTests",
"path" : "Tests/TupleTests",
"sources" : [
"TupleTests.swift"
],
"target_dependencies" : [
"Tuple"
],
"type" : "test"
},
{
"c99name" : "Tuple",
"module_type" : "SwiftTarget",
"name" : "Tuple",
"path" : "Sources/Tuple",
"product_memberships" : [
"Tuple"
],
"sources" : [
"Tuple.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
},
{
"c99name" : "PreludeTests",
"module_type" : "SwiftTarget",
"name" : "PreludeTests",
"path" : "Tests/PreludeTests",
"sources" : [
"ArrayTests.swift",
"ComparableTests.swift",
"DependencyTests.swift",
"FreeNearSemiringTests.swift",
"FunctionTests.swift",
"KeyPathTests.swift",
"MatchTests.swift",
"MonoidTests.swift",
"OptionalTests.swift",
"ParallelTests.swift",
"SemigroupTests.swift",
"SequenceTests.swift",
"StringTests.swift",
"StrongTests.swift",
"TupleTests.swift",
"UnitTests.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "test"
},
{
"c99name" : "Prelude",
"module_type" : "SwiftTarget",
"name" : "Prelude",
"path" : "Sources/Prelude",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"Either",
"Optics",
"Prelude",
"Tuple",
"ValidationSemigroup",
"ValidationNearSemiring"
],
"sources" : [
"Bool/And.swift",
"Bool/Equal.swift",
"Bool/Or.swift",
"Bool/Xor.swift",
"Cast.swift",
"Collection.swift",
"Comparable.swift",
"Comparator.swift",
"Const.swift",
"Curry.swift",
"Discard.swift",
"Equatable.swift",
"Filterable.swift",
"Function/AsyncFunc.swift",
"Function/AsyncFunction.swift",
"Function/Endo.swift",
"Function/Function.swift",
"Function/Signatures.swift",
"Function/SyncFunc.swift",
"Function/SyncFunction.swift",
"Function/Task+Lazy.swift",
"FunctionComposition/Compose.swift",
"FunctionComposition/Pipe.swift",
"KeyPath.swift",
"Match.swift",
"Never.swift",
"Operators/Operators+Impl.swift",
"Operators/Operators.swift",
"Operators/PrecedenceGroups.swift",
"Optional.swift",
"Parallel.swift",
"Sequence.swift",
"Set.swift",
"String.swift",
"Tuples/Pack.swift",
"Tuples/Scope.swift",
"Tuples/Tuple.swift",
"Unit.swift",
"Univestigated/Alt.swift",
"Univestigated/Array.swift",
"Univestigated/CommutativeRing.swift",
"Univestigated/EuclideanRing.swift",
"Univestigated/Field.swift",
"Univestigated/FreeNearSemiring.swift",
"Univestigated/HeytingAlgebra.swift",
"Univestigated/Hole.swift",
"Univestigated/IO.swift",
"Univestigated/Monoid.swift",
"Univestigated/NearSemiring.swift",
"Univestigated/Plus.swift",
"Univestigated/Ring.swift",
"Univestigated/Semigroup.swift",
"Univestigated/Semiring.swift"
],
"type" : "library"
},
{
"c99name" : "OpticsTests",
"module_type" : "SwiftTarget",
"name" : "OpticsTests",
"path" : "Tests/OpticsTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAddOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAppendOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful left-hand traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested left-hand traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested right-hand traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful some traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-left-hand-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-left-hand-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-right-hand-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-some-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful right-hand traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful some traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-right-hand-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-some-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testConjOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDisjOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDivOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testIx.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested choice prismatic traversals.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested indexed choice.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-choice-prismatic-traversals.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-indexed-choice.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testMulOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSet.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testStrongPrisms.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSubOver.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None-traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some traversal.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some-traversal.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"OpticsTests.swift"
],
"target_dependencies" : [
"Optics"
],
"type" : "test"
},
{
"c99name" : "Optics",
"module_type" : "SwiftTarget",
"name" : "Optics",
"path" : "Sources/Optics",
"product_memberships" : [
"Optics"
],
"sources" : [
"Fold.swift",
"Forget.swift",
"Getter.swift",
"Index.swift",
"KeyPath.swift",
"Prism.swift",
"Review.swift",
"Setter.swift",
"Star.swift",
"Traversal.swift"
],
"target_dependencies" : [
"Prelude",
"Either"
],
"type" : "library"
},
{
"c99name" : "EitherTests",
"module_type" : "SwiftTarget",
"name" : "EitherTests",
"path" : "Tests/EitherTests",
"sources" : [
"ChoiceTests.swift",
"EitherTests.swift",
"NestedTests.swift"
],
"target_dependencies" : [
"Either"
],
"type" : "test"
},
{
"c99name" : "Either",
"module_type" : "SwiftTarget",
"name" : "Either",
"path" : "Sources/Either",
"product_memberships" : [
"Either",
"Optics",
"ValidationNearSemiring"
],
"sources" : [
"Choice.swift",
"Either.swift",
"EitherIO.swift",
"Nested.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.