Build Information
Successful build of swift-prelude, reference 0.2.0 (00f3e8
), with Swift 6.0 for Linux on 4 Nov 2024 02:38:10 UTC.
Swift 6 data race errors: 7
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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.0
Building package at path: $PWD
https://github.com/capturecontext/swift-prelude.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/pointfreeco/swift-dependencies.git
[1/5224] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (0.52s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
warning: 'swift-dependencies': /Package@swift-6.0.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
4 | import PackageDescription
5 |
6 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
7 | name: "swift-dependencies",
8 | platforms: [
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.4.1 (0.51s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/1278] Fetching swift-clocks
[2/2036] Fetching swift-clocks, swift-concurrency-extras
[2037/4383] Fetching swift-clocks, swift-concurrency-extras, combine-schedulers
[4384/9368] Fetching swift-clocks, swift-concurrency-extras, combine-schedulers, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.72s)
[3155/8090] Fetching swift-concurrency-extras, combine-schedulers, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.72s)
[908/5743] Fetching swift-concurrency-extras, xctest-dynamic-overlay
[5744/72142] Fetching swift-concurrency-extras, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (5.11s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (5.12s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.17s)
Computing version for https://github.com/pointfreeco/combine-schedulers
warning: 'combine-schedulers': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "combine-schedulers",
7 | platforms: [
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.2 (0.50s)
Computing version for https://github.com/pointfreeco/swift-clocks
warning: 'swift-clocks': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "swift-clocks",
7 | // NB: While the `Clock` protocol is iOS 16+, etc., the package should support earlier platforms
Computed https://github.com/pointfreeco/swift-clocks at 1.0.5 (0.46s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.4.2 (0.53s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
warning: 'swift-concurrency-extras': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "swift-concurrency-extras",
7 | platforms: [
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.2.0 (0.66s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (2.33s)
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.4.1
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.4.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.5
warning: 'swift-dependencies': /host/spi-builder-workspace/.build/checkouts/swift-dependencies/Package@swift-6.0.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
4 | import PackageDescription
5 |
6 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
7 | name: "swift-dependencies",
8 | platforms: [
warning: 'swift-clocks': /host/spi-builder-workspace/.build/checkouts/swift-clocks/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "swift-clocks",
7 | // NB: While the `Clock` protocol is iOS 16+, etc., the package should support earlier platforms
warning: 'swift-concurrency-extras': /host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "swift-concurrency-extras",
7 | platforms: [
warning: 'combine-schedulers': /host/spi-builder-workspace/.build/checkouts/combine-schedulers/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "combine-schedulers",
7 | platforms: [
Building for debugging...
[0/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/42] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[15/42] Compiling IssueReporting Deprecations.swift
[16/42] Compiling IssueReporting FailureObserver.swift
[17/44] Compiling ConcurrencyExtras Result.swift
[18/44] Compiling ConcurrencyExtras MainSerialExecutor.swift
[19/44] Compiling ConcurrencyExtras Task.swift
[20/45] Compiling ConcurrencyExtras LockIsolated.swift
[21/45] Emitting module IssueReporting
[22/45] Compiling ConcurrencyExtras ActorIsolated.swift
[23/45] Compiling ConcurrencyExtras AnyHashableSendable.swift
[24/45] Compiling ConcurrencyExtras Locking.swift
[25/45] Compiling ConcurrencyExtras UncheckedBox.swift
[26/45] Compiling ConcurrencyExtras AsyncStream.swift
[28/45] Emitting module ConcurrencyExtras
[29/45] Compiling IssueReporting BreakpointReporter.swift
[30/45] Compiling IssueReporting FatalErrorReporter.swift
[31/45] Compiling IssueReporting RuntimeWarningReporter.swift
[32/45] Compiling IssueReporting ReportIssue.swift
[33/45] Compiling IssueReporting LockIsolated.swift
[34/45] Compiling IssueReporting Rethrows.swift
[35/45] Compiling IssueReporting SwiftTesting.swift
[41/45] Compiling IssueReporting TestContext.swift
[42/45] Compiling IssueReporting Unimplemented.swift
[43/45] Compiling ConcurrencyExtras UncheckedSendable.swift
[45/46] Compiling IssueReporting WithExpectedIssue.swift
[46/46] Compiling IssueReporting WithIssueContext.swift
[48/70] Compiling CombineSchedulers Lock.swift
[49/70] Compiling CombineSchedulers NSRecursiveLock.swift
[50/71] Compiling CombineSchedulers AnyScheduler.swift
[51/71] Compiling CombineSchedulers Concurrency.swift
[52/71] Compiling CombineSchedulers ImmediateScheduler.swift
[53/71] Compiling CombineSchedulers Deprecations.swift
[54/71] Compiling XCTestDynamicOverlay Exports.swift
[55/71] Emitting module CombineSchedulers
[56/71] Compiling CombineSchedulers UIKit.swift
[57/71] Compiling CombineSchedulers UIScheduler.swift
[58/71] Compiling CombineSchedulers SwiftUI.swift
[59/71] Compiling CombineSchedulers TestScheduler.swift
[60/71] Compiling CombineSchedulers Timer.swift
[61/71] Compiling Clocks SwiftUI.swift
[62/71] Compiling Clocks Timer.swift
[63/72] Compiling CombineSchedulers UnimplementedScheduler.swift
[65/73] Compiling Clocks ImmediateClock.swift
[66/73] Emitting module Clocks
[67/73] Compiling Clocks Lock.swift
[68/73] Compiling Clocks _AsyncTimerSequence.swift
[69/73] Compiling Clocks AnyClock.swift
[70/73] Compiling Clocks UnimplementedClock.swift
[71/73] Compiling Clocks TestClock.swift
[73/74] Emitting module XCTestDynamicOverlay
[74/74] Compiling XCTestDynamicOverlay Deprecations.swift
[76/97] Compiling Dependencies Clocks.swift
[77/97] Compiling Dependencies Context.swift
[78/97] Compiling Dependencies Date.swift
[79/100] Emitting module Dependencies
[80/100] Compiling Dependencies MainRunLoop.swift
[81/100] Compiling Dependencies OpenURL.swift
[82/100] Compiling Dependencies TimeZone.swift
[83/100] Compiling Dependencies URLSession.swift
[84/100] Compiling Dependencies UUID.swift
[85/100] Compiling Dependencies WithRandomNumberGenerator.swift
[86/100] Compiling Dependencies FireAndForget.swift
[87/100] Compiling Dependencies Locale.swift
[88/100] Compiling Dependencies MainQueue.swift
[89/100] Compiling Dependencies Deprecations.swift
[90/100] Compiling Dependencies Exports.swift
[91/100] Compiling Dependencies TypeName.swift
[92/100] Compiling Dependencies Dependency.swift
[93/100] Compiling Dependencies DependencyContext.swift
[94/100] Compiling Dependencies DependencyKey.swift
[95/100] Compiling Dependencies DependencyValues.swift
[96/100] Compiling Dependencies Assert.swift
[97/100] Compiling Dependencies Calendar.swift
[98/100] Compiling Dependencies PreviewTrait.swift
[99/100] Compiling Dependencies TestTrait.swift
[100/100] Compiling Dependencies WithDependencies.swift
[102/149] 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: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @inlinable
[103/149] 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: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @inlinable
[104/149] 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: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @inlinable
[105/149] 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: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @inlinable
[106/149] 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: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @inlinable
[107/149] 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: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @inlinable
[108/155] 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 {
[109/155] 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 {
[110/155] 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 {
[111/155] 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 {
[112/155] 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 {
[113/155] 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 {
[114/155] 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 {
[115/155] 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 | }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
8 | return { input in
9 | return { handler in
10 | Task(priority: priority) { await handler <<< asyncCall <| input }
| | | | `- note: closure captures non-Sendable 'input'
| | | `- note: closure captures non-Sendable 'asyncCall'
| | `- note: closure captures non-Sendable 'handler'
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 | }
12 | }
[116/155] 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 | }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
8 | return { input in
9 | return { handler in
10 | Task(priority: priority) { await handler <<< asyncCall <| input }
| | | | `- note: closure captures non-Sendable 'input'
| | | `- note: closure captures non-Sendable 'asyncCall'
| | `- note: closure captures non-Sendable 'handler'
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 | }
12 | }
[117/155] 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 | }
/host/spi-builder-workspace/Sources/Prelude/Function/Task+Lazy.swift:10:34: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
8 | return { input in
9 | return { handler in
10 | Task(priority: priority) { await handler <<< asyncCall <| input }
| | | | `- note: closure captures non-Sendable 'input'
| | | `- note: closure captures non-Sendable 'asyncCall'
| | `- note: closure captures non-Sendable 'handler'
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
11 | }
12 | }
[118/155] 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 | }
/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/155] 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 | }
/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/155] 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 | }
/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/155] 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 | }
/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/155] Compiling Prelude PrecedenceGroups.swift
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:33:30: 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
31 | _ callback: @escaping (Output) -> Void
32 | ) {
33 | Task(priority: priority) {
| `- 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
34 | await callback(self.compute())
| `- note: closure captures 'self' which is accessible to code in the current task
35 | }
36 | }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:96:21: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
94 | ) -> Parallel<NewOutput> {
95 | return .init {
96 | async let f = f.compute()
| |- warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'f' into async let risks causing data races between nonisolated and task-isolated uses
97 | async let x = self.compute()
98 | return await f(x)
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:97:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
95 | return .init {
96 | async let f = f.compute()
97 | async let x = self.compute()
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
98 | return await f(x)
99 | }
[123/155] Compiling Prelude Optional.swift
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:33:30: 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
31 | _ callback: @escaping (Output) -> Void
32 | ) {
33 | Task(priority: priority) {
| `- 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
34 | await callback(self.compute())
| `- note: closure captures 'self' which is accessible to code in the current task
35 | }
36 | }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:96:21: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
94 | ) -> Parallel<NewOutput> {
95 | return .init {
96 | async let f = f.compute()
| |- warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'f' into async let risks causing data races between nonisolated and task-isolated uses
97 | async let x = self.compute()
98 | return await f(x)
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:97:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
95 | return .init {
96 | async let f = f.compute()
97 | async let x = self.compute()
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
98 | return await f(x)
99 | }
[124/155] Compiling Prelude Parallel.swift
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:33:30: 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
31 | _ callback: @escaping (Output) -> Void
32 | ) {
33 | Task(priority: priority) {
| `- 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
34 | await callback(self.compute())
| `- note: closure captures 'self' which is accessible to code in the current task
35 | }
36 | }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:96:21: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
94 | ) -> Parallel<NewOutput> {
95 | return .init {
96 | async let f = f.compute()
| |- warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'f' into async let risks causing data races between nonisolated and task-isolated uses
97 | async let x = self.compute()
98 | return await f(x)
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:97:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
95 | return .init {
96 | async let f = f.compute()
97 | async let x = self.compute()
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
98 | return await f(x)
99 | }
[125/155] Compiling Prelude Sequence.swift
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:33:30: 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
31 | _ callback: @escaping (Output) -> Void
32 | ) {
33 | Task(priority: priority) {
| `- 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
34 | await callback(self.compute())
| `- note: closure captures 'self' which is accessible to code in the current task
35 | }
36 | }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:96:21: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
94 | ) -> Parallel<NewOutput> {
95 | return .init {
96 | async let f = f.compute()
| |- warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'f' into async let risks causing data races between nonisolated and task-isolated uses
97 | async let x = self.compute()
98 | return await f(x)
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:97:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
95 | return .init {
96 | async let f = f.compute()
97 | async let x = self.compute()
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
98 | return await f(x)
99 | }
[126/155] Compiling Prelude Set.swift
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:33:30: 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
31 | _ callback: @escaping (Output) -> Void
32 | ) {
33 | Task(priority: priority) {
| `- 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
34 | await callback(self.compute())
| `- note: closure captures 'self' which is accessible to code in the current task
35 | }
36 | }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:96:21: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
94 | ) -> Parallel<NewOutput> {
95 | return .init {
96 | async let f = f.compute()
| |- warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'f' into async let risks causing data races between nonisolated and task-isolated uses
97 | async let x = self.compute()
98 | return await f(x)
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:97:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
95 | return .init {
96 | async let f = f.compute()
97 | async let x = self.compute()
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
98 | return await f(x)
99 | }
[127/155] Compiling Prelude String.swift
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:33:30: 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
31 | _ callback: @escaping (Output) -> Void
32 | ) {
33 | Task(priority: priority) {
| `- 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
34 | await callback(self.compute())
| `- note: closure captures 'self' which is accessible to code in the current task
35 | }
36 | }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:96:21: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
94 | ) -> Parallel<NewOutput> {
95 | return .init {
96 | async let f = f.compute()
| |- warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'f' into async let risks causing data races between nonisolated and task-isolated uses
97 | async let x = self.compute()
98 | return await f(x)
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:97:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
95 | return .init {
96 | async let f = f.compute()
97 | async let x = self.compute()
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
98 | return await f(x)
99 | }
[128/155] Compiling Prelude Pack.swift
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:33:30: 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
31 | _ callback: @escaping (Output) -> Void
32 | ) {
33 | Task(priority: priority) {
| `- 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
34 | await callback(self.compute())
| `- note: closure captures 'self' which is accessible to code in the current task
35 | }
36 | }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:96:21: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
94 | ) -> Parallel<NewOutput> {
95 | return .init {
96 | async let f = f.compute()
| |- warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'f' into async let risks causing data races between nonisolated and task-isolated uses
97 | async let x = self.compute()
98 | return await f(x)
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:97:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
95 | return .init {
96 | async let f = f.compute()
97 | async let x = self.compute()
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
98 | return await f(x)
99 | }
[129/155] Compiling Prelude Monoid.swift
[130/155] Compiling Prelude NearSemiring.swift
[131/155] Compiling Prelude Plus.swift
[132/155] Compiling Prelude Ring.swift
[133/155] Compiling Prelude Semigroup.swift
[134/155] Compiling Prelude Semiring.swift
[135/155] Compiling Prelude Compose.swift
[136/155] Compiling Prelude Pipe.swift
[137/155] Compiling Prelude KeyPath.swift
[138/155] Compiling Prelude Match.swift
[139/155] Compiling Prelude Never.swift
[140/155] Compiling Prelude Operators+Impl.swift
[141/155] Compiling Prelude Operators.swift
[142/155] 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 | }
[143/155] 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 | }
[144/155] 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 | }
[145/155] 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 | }
[146/155] 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 | }
[147/155] 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 | }
[148/155] Compiling Prelude Comparator.swift
[149/155] Compiling Prelude Const.swift
[150/155] Compiling Prelude Curry.swift
[151/155] Compiling Prelude Discard.swift
[152/155] Compiling Prelude Equatable.swift
[153/155] Compiling Prelude Filterable.swift
[154/155] Compiling Prelude AsyncFunc.swift
[155/155] 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 | }
/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: annotate 'empty' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 | @inlinable
/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 | }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:33:30: 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
31 | _ callback: @escaping (Output) -> Void
32 | ) {
33 | Task(priority: priority) {
| `- 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
34 | await callback(self.compute())
| `- note: closure captures 'self' which is accessible to code in the current task
35 | }
36 | }
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:96:21: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
94 | ) -> Parallel<NewOutput> {
95 | return .init {
96 | async let f = f.compute()
| |- warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'f' into async let risks causing data races between nonisolated and task-isolated uses
97 | async let x = self.compute()
98 | return await f(x)
/host/spi-builder-workspace/Sources/Prelude/Parallel.swift:97:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
95 | return .init {
96 | async let f = f.compute()
97 | async let x = self.compute()
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'self' into async let risks causing data races between nonisolated and task-isolated uses
98 | return await f(x)
99 | }
[157/165] Compiling ValidationSemigroup ValidationSemigroup.swift
[158/165] Emitting module ValidationSemigroup
[160/166] Compiling Either Nested.swift
[161/166] Compiling Tuple Tuple.swift
[162/166] Emitting module Tuple
[164/167] Compiling Either Either.swift
[165/167] Compiling Either EitherIO.swift
[166/167] Compiling Either Choice.swift
[167/167] Emitting module Either
[169/180] Compiling Optics KeyPath.swift
[170/181] Compiling Optics Review.swift
[171/181] Compiling Optics Setter.swift
[172/181] Compiling Optics Prism.swift
[173/181] Emitting module ValidationNearSemiring
[174/181] Compiling ValidationNearSemiring ValidationNearSemiring.swift
[175/181] Compiling Optics Fold.swift
[176/181] Compiling Optics Forget.swift
[177/181] Emitting module Optics
[178/181] Compiling Optics Getter.swift
[179/181] Compiling Optics Index.swift
[180/182] Compiling Optics Star.swift
[182/182] Compiling Optics Traversal.swift
Build complete! (53.89s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.