Build Information
Successful build of FutureResult, reference main (04e845), with Swift 6.1 for Android on 29 May 2025 06:19:19 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tapsandswipes/FutureResult.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/tapsandswipes/FutureResult
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 04e8452 Update dependency
Cloned https://github.com/tapsandswipes/FutureResult.git
Revision (git rev-parse @):
04e8452df265ee7b0c89707d1b2e12a91d212b1a
SUCCESS checkout https://github.com/tapsandswipes/FutureResult.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/tapsandswipes/FutureResult.git
https://github.com/tapsandswipes/FutureResult.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "chainable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tapsandswipes/Chainable.git"
}
],
"manifest_display_name" : "FutureResult",
"name" : "FutureResult",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FutureResult",
"targets" : [
"FutureResult"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FunctionComposition",
"targets" : [
"FunctionComposition"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ResultExtras",
"targets" : [
"ResultExtras"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ResultExtras",
"module_type" : "SwiftTarget",
"name" : "ResultExtras",
"path" : "Sources/ResultExtras",
"product_dependencies" : [
"Chainable"
],
"product_memberships" : [
"FutureResult",
"ResultExtras"
],
"sources" : [
"Result+Accessors.swift",
"Result+Chainable.swift",
"Result+Composition.swift",
"Result+Initializers.swift",
"Result+Transforms.swift",
"Result+Utils.swift"
],
"target_dependencies" : [
"FunctionComposition"
],
"type" : "library"
},
{
"c99name" : "FutureResultTests",
"module_type" : "SwiftTarget",
"name" : "FutureResultTests",
"path" : "Tests/FutureResultTests",
"sources" : [
"FunctionCompositionTests.swift",
"FutureResult+AsyncTests.swift",
"FutureResult+ChainableTests.swift",
"FutureResultTests.swift",
"TestHelpers.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"FutureResult",
"ResultExtras",
"FunctionComposition"
],
"type" : "test"
},
{
"c99name" : "FutureResult",
"module_type" : "SwiftTarget",
"name" : "FutureResult",
"path" : "Sources/FutureResult",
"product_dependencies" : [
"Chainable"
],
"product_memberships" : [
"FutureResult"
],
"sources" : [
"Atomic.swift",
"FutureResult+Async.swift",
"FutureResult+Chainable.swift",
"FutureResult+Composition.swift",
"FutureResult+Debug.swift",
"FutureResult+Functor.swift",
"FutureResult+Initializers.swift",
"FutureResult+Monoid.swift",
"FutureResult+Scheduling.swift",
"FutureResult+Transforms.swift",
"FutureResult+Utils.swift",
"FutureResult.swift"
],
"target_dependencies" : [
"FunctionComposition",
"ResultExtras"
],
"type" : "library"
},
{
"c99name" : "FunctionComposition",
"module_type" : "SwiftTarget",
"name" : "FunctionComposition",
"path" : "Sources/FunctionComposition",
"product_memberships" : [
"FutureResult",
"FunctionComposition",
"ResultExtras"
],
"sources" : [
"FunctionComposition.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/tapsandswipes/Chainable.git
[1/48] Fetching chainable
Fetched https://github.com/tapsandswipes/Chainable.git from cache (0.37s)
Computing version for https://github.com/tapsandswipes/Chainable.git
Computed https://github.com/tapsandswipes/Chainable.git at 1.0.0 (1.89s)
Creating working copy for https://github.com/tapsandswipes/Chainable.git
Working copy of https://github.com/tapsandswipes/Chainable.git resolved at 1.0.0
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/9] Compiling Chainable Chainable.swift
[7/9] Emitting module Chainable
[8/10] Emitting module FunctionComposition
[9/10] Compiling FunctionComposition FunctionComposition.swift
[12/18] Emitting module ResultExtras
/host/spi-builder-workspace/Sources/ResultExtras/Result+Chainable.swift:4:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'Chainable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
2 | import Chainable
3 |
4 | extension Result: Chainable {}
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'Chainable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 |
6 | public
[13/18] Compiling ResultExtras Result+Accessors.swift
[14/18] Compiling ResultExtras Result+Composition.swift
[15/18] Compiling ResultExtras Result+Chainable.swift
/host/spi-builder-workspace/Sources/ResultExtras/Result+Chainable.swift:4:1: warning: extension declares a conformance of imported type 'Result' to imported protocol 'Chainable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
2 | import Chainable
3 |
4 | extension Result: Chainable {}
| |- warning: extension declares a conformance of imported type 'Result' to imported protocol 'Chainable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 |
6 | public
[16/18] Compiling ResultExtras Result+Initializers.swift
[17/18] Compiling ResultExtras Result+Transforms.swift
[18/18] Compiling ResultExtras Result+Utils.swift
[20/31] Compiling FutureResult FutureResult+Debug.swift
[21/31] Compiling FutureResult FutureResult+Functor.swift
[22/32] Emitting module FutureResult
[23/32] Compiling FutureResult FutureResult+Transforms.swift
[24/32] Compiling FutureResult FutureResult+Utils.swift
[25/32] Compiling FutureResult FutureResult+Initializers.swift
[26/32] Compiling FutureResult FutureResult+Monoid.swift
[27/32] Compiling FutureResult FutureResult+Scheduling.swift
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Scheduling.swift:14:21: warning: capture of 'cb' with non-sendable type '(Result<R, E>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
12 | self.run { r in
13 | queue.async {
14 | cb(r)
| |- warning: capture of 'cb' with non-sendable type '(Result<R, E>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
15 | }
16 | }
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Scheduling.swift:14:24: warning: capture of 'r' with non-sendable type 'Result<R, E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
12 | self.run { r in
13 | queue.async {
14 | cb(r)
| `- warning: capture of 'r' with non-sendable type 'Result<R, E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
15 | }
16 | }
/host/spi-builder-workspace/Sources/FutureResult/FutureResult.swift:6:21: note: consider making generic parameter 'R' conform to the 'Sendable' protocol
4 | /// Type that represents a future Result<R, Error>
5 | public
6 | struct FutureResult<R, E: Error> {
| `- note: consider making generic parameter 'R' conform to the 'Sendable' protocol
7 |
8 | public typealias Callback = (Result<R, E>) -> Void
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Scheduling.swift:26:17: warning: capture of 'self' with non-sendable type 'FutureResult<R, E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
24 | Self { cb in
25 | queue.async {
26 | self.run(cb)
| `- warning: capture of 'self' with non-sendable type 'FutureResult<R, E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
27 | }
28 | }
/host/spi-builder-workspace/Sources/FutureResult/FutureResult.swift:6:8: note: consider making generic struct 'FutureResult' conform to the 'Sendable' protocol
4 | /// Type that represents a future Result<R, Error>
5 | public
6 | struct FutureResult<R, E: Error> {
| `- note: consider making generic struct 'FutureResult' conform to the 'Sendable' protocol
7 |
8 | public typealias Callback = (Result<R, E>) -> Void
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Scheduling.swift:26:26: warning: capture of 'cb' with non-sendable type '(Result<R, E>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
24 | Self { cb in
25 | queue.async {
26 | self.run(cb)
| |- warning: capture of 'cb' with non-sendable type '(Result<R, E>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
27 | }
28 | }
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Scheduling.swift:38:21: warning: capture of 'cb' with non-sendable type '(Result<R, E>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
36 | if let queue = queue {
37 | queue.async {
38 | cb(self.runSync())
| |- warning: capture of 'cb' with non-sendable type '(Result<R, E>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
39 | }
40 | } else {
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Scheduling.swift:38:24: warning: capture of 'self' with non-sendable type 'FutureResult<R, E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
36 | if let queue = queue {
37 | queue.async {
38 | cb(self.runSync())
| `- warning: capture of 'self' with non-sendable type 'FutureResult<R, E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
39 | }
40 | } else {
/host/spi-builder-workspace/Sources/FutureResult/FutureResult.swift:6:8: note: consider making generic struct 'FutureResult' conform to the 'Sendable' protocol
4 | /// Type that represents a future Result<R, Error>
5 | public
6 | struct FutureResult<R, E: Error> {
| `- note: consider making generic struct 'FutureResult' conform to the 'Sendable' protocol
7 |
8 | public typealias Callback = (Result<R, E>) -> Void
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Scheduling.swift:53:17: warning: capture of 'self' with non-sendable type 'FutureResult<R, E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
51 | waitQueue.async {
52 | semaphore.wait()
53 | run {
| `- warning: capture of 'self' with non-sendable type 'FutureResult<R, E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
54 | semaphore.signal()
55 | cb($0)
/host/spi-builder-workspace/Sources/FutureResult/FutureResult.swift:6:8: note: consider making generic struct 'FutureResult' conform to the 'Sendable' protocol
4 | /// Type that represents a future Result<R, Error>
5 | public
6 | struct FutureResult<R, E: Error> {
| `- note: consider making generic struct 'FutureResult' conform to the 'Sendable' protocol
7 |
8 | public typealias Callback = (Result<R, E>) -> Void
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Scheduling.swift:55:21: warning: capture of 'cb' with non-sendable type '(Result<R, E>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
53 | run {
54 | semaphore.signal()
55 | cb($0)
| |- warning: capture of 'cb' with non-sendable type '(Result<R, E>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
56 | }
57 | }
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Scheduling.swift:55:21: warning: capture of 'cb' with non-sendable type '(Result<R, E>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
53 | run {
54 | semaphore.signal()
55 | cb($0)
| |- warning: capture of 'cb' with non-sendable type '(Result<R, E>) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
56 | }
57 | }
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Scheduling.swift:67:13: warning: capture of 'self' with non-sendable type 'FutureResult<R, E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
65 | let semaphore = DispatchSemaphore(value: 0)
66 | waitQueue.async {
67 | run {
| `- warning: capture of 'self' with non-sendable type 'FutureResult<R, E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
68 | r = $0
69 | semaphore.signal()
/host/spi-builder-workspace/Sources/FutureResult/FutureResult.swift:6:8: note: consider making generic struct 'FutureResult' conform to the 'Sendable' protocol
4 | /// Type that represents a future Result<R, Error>
5 | public
6 | struct FutureResult<R, E: Error> {
| `- note: consider making generic struct 'FutureResult' conform to the 'Sendable' protocol
7 |
8 | public typealias Callback = (Result<R, E>) -> Void
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Scheduling.swift:68:17: warning: capture of 'r' with non-sendable type 'Result<R, E>?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
66 | waitQueue.async {
67 | run {
68 | r = $0
| `- warning: capture of 'r' with non-sendable type 'Result<R, E>?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
69 | semaphore.signal()
70 | }
/host/spi-builder-workspace/Sources/FutureResult/FutureResult.swift:6:21: note: consider making generic parameter 'R' conform to the 'Sendable' protocol
4 | /// Type that represents a future Result<R, Error>
5 | public
6 | struct FutureResult<R, E: Error> {
| `- note: consider making generic parameter 'R' conform to the 'Sendable' protocol
7 |
8 | public typealias Callback = (Result<R, E>) -> Void
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Scheduling.swift:68:17: warning: capture of 'r' with non-sendable type 'Result<R, E>?' in an isolated closure; this is an error in the Swift 6 language mode
66 | waitQueue.async {
67 | run {
68 | r = $0
| `- warning: capture of 'r' with non-sendable type 'Result<R, E>?' in an isolated closure; this is an error in the Swift 6 language mode
69 | semaphore.signal()
70 | }
/host/spi-builder-workspace/Sources/FutureResult/FutureResult.swift:6:21: note: consider making generic parameter 'R' conform to the 'Sendable' protocol
4 | /// Type that represents a future Result<R, Error>
5 | public
6 | struct FutureResult<R, E: Error> {
| `- note: consider making generic parameter 'R' conform to the 'Sendable' protocol
7 |
8 | public typealias Callback = (Result<R, E>) -> Void
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Scheduling.swift:68:17: warning: mutation of captured var 'r' in concurrently-executing code; this is an error in the Swift 6 language mode
66 | waitQueue.async {
67 | run {
68 | r = $0
| `- warning: mutation of captured var 'r' in concurrently-executing code; this is an error in the Swift 6 language mode
69 | semaphore.signal()
70 | }
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Scheduling.swift:83:21: warning: capture of 'callback' with non-sendable type '(Result<R, E>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
81 | self.run { r in
82 | waitQueue.asyncAfter(deadline: .now() + interval) {
83 | callback(r)
| |- warning: capture of 'callback' with non-sendable type '(Result<R, E>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
84 | }
85 | }
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Scheduling.swift:83:30: warning: capture of 'r' with non-sendable type 'Result<R, E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
81 | self.run { r in
82 | waitQueue.asyncAfter(deadline: .now() + interval) {
83 | callback(r)
| `- warning: capture of 'r' with non-sendable type 'Result<R, E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
84 | }
85 | }
/host/spi-builder-workspace/Sources/FutureResult/FutureResult.swift:6:21: note: consider making generic parameter 'R' conform to the 'Sendable' protocol
4 | /// Type that represents a future Result<R, Error>
5 | public
6 | struct FutureResult<R, E: Error> {
| `- note: consider making generic parameter 'R' conform to the 'Sendable' protocol
7 |
8 | public typealias Callback = (Result<R, E>) -> Void
[28/32] Compiling FutureResult Atomic.swift
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Async.swift:9:65: warning: converting a value of type '@Sendable (__shared sending Result<R, E>) -> ()' to type '(Result<R, E>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
7 | extension FutureResult {
8 | func run() async throws -> R {
9 | try await withCheckedThrowingContinuation { self.run($0.resume) }
| |- warning: converting a value of type '@Sendable (__shared sending Result<R, E>) -> ()' to type '(Result<R, E>) -> 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
10 | }
11 | }
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Async.swift:17:69: warning: converting a value of type '@Sendable (__shared sending Result<(), E>) -> ()' to type '(Result<(), E>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
15 | extension FutureResult where R == Void {
16 | func run() async throws {
17 | _ = try await withCheckedThrowingContinuation { self.run($0.resume(with:)) }
| |- warning: converting a value of type '@Sendable (__shared sending Result<(), E>) -> ()' to type '(Result<(), E>) -> 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
18 | }
19 | }
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Async.swift:25:53: warning: converting a value of type '@Sendable (__shared sending Result<R, Never>) -> ()' to type '(Result<R, Never>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
23 | extension FutureResult where E == Never {
24 | func run() async -> R {
25 | await withCheckedContinuation { self.run($0.resume) }
| |- warning: converting a value of type '@Sendable (__shared sending Result<R, Never>) -> ()' to type '(Result<R, Never>) -> 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
26 | }
27 | }
[29/32] Compiling FutureResult FutureResult+Async.swift
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Async.swift:9:65: warning: converting a value of type '@Sendable (__shared sending Result<R, E>) -> ()' to type '(Result<R, E>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
7 | extension FutureResult {
8 | func run() async throws -> R {
9 | try await withCheckedThrowingContinuation { self.run($0.resume) }
| |- warning: converting a value of type '@Sendable (__shared sending Result<R, E>) -> ()' to type '(Result<R, E>) -> 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
10 | }
11 | }
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Async.swift:17:69: warning: converting a value of type '@Sendable (__shared sending Result<(), E>) -> ()' to type '(Result<(), E>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
15 | extension FutureResult where R == Void {
16 | func run() async throws {
17 | _ = try await withCheckedThrowingContinuation { self.run($0.resume(with:)) }
| |- warning: converting a value of type '@Sendable (__shared sending Result<(), E>) -> ()' to type '(Result<(), E>) -> 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
18 | }
19 | }
/host/spi-builder-workspace/Sources/FutureResult/FutureResult+Async.swift:25:53: warning: converting a value of type '@Sendable (__shared sending Result<R, Never>) -> ()' to type '(Result<R, Never>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
23 | extension FutureResult where E == Never {
24 | func run() async -> R {
25 | await withCheckedContinuation { self.run($0.resume) }
| |- warning: converting a value of type '@Sendable (__shared sending Result<R, Never>) -> ()' to type '(Result<R, Never>) -> 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
26 | }
27 | }
[30/32] Compiling FutureResult FutureResult+Chainable.swift
[31/32] Compiling FutureResult FutureResult+Composition.swift
[32/32] Compiling FutureResult FutureResult.swift
Build complete! (14.21s)
Build complete.
{
"dependencies" : [
{
"identity" : "chainable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tapsandswipes/Chainable.git"
}
],
"manifest_display_name" : "FutureResult",
"name" : "FutureResult",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FutureResult",
"targets" : [
"FutureResult"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FunctionComposition",
"targets" : [
"FunctionComposition"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ResultExtras",
"targets" : [
"ResultExtras"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ResultExtras",
"module_type" : "SwiftTarget",
"name" : "ResultExtras",
"path" : "Sources/ResultExtras",
"product_dependencies" : [
"Chainable"
],
"product_memberships" : [
"FutureResult",
"ResultExtras"
],
"sources" : [
"Result+Accessors.swift",
"Result+Chainable.swift",
"Result+Composition.swift",
"Result+Initializers.swift",
"Result+Transforms.swift",
"Result+Utils.swift"
],
"target_dependencies" : [
"FunctionComposition"
],
"type" : "library"
},
{
"c99name" : "FutureResultTests",
"module_type" : "SwiftTarget",
"name" : "FutureResultTests",
"path" : "Tests/FutureResultTests",
"sources" : [
"FunctionCompositionTests.swift",
"FutureResult+AsyncTests.swift",
"FutureResult+ChainableTests.swift",
"FutureResultTests.swift",
"TestHelpers.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"FutureResult",
"ResultExtras",
"FunctionComposition"
],
"type" : "test"
},
{
"c99name" : "FutureResult",
"module_type" : "SwiftTarget",
"name" : "FutureResult",
"path" : "Sources/FutureResult",
"product_dependencies" : [
"Chainable"
],
"product_memberships" : [
"FutureResult"
],
"sources" : [
"Atomic.swift",
"FutureResult+Async.swift",
"FutureResult+Chainable.swift",
"FutureResult+Composition.swift",
"FutureResult+Debug.swift",
"FutureResult+Functor.swift",
"FutureResult+Initializers.swift",
"FutureResult+Monoid.swift",
"FutureResult+Scheduling.swift",
"FutureResult+Transforms.swift",
"FutureResult+Utils.swift",
"FutureResult.swift"
],
"target_dependencies" : [
"FunctionComposition",
"ResultExtras"
],
"type" : "library"
},
{
"c99name" : "FunctionComposition",
"module_type" : "SwiftTarget",
"name" : "FunctionComposition",
"path" : "Sources/FunctionComposition",
"product_memberships" : [
"FutureResult",
"FunctionComposition",
"ResultExtras"
],
"sources" : [
"FunctionComposition.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.