Build Information
Successful build of Zippy, reference 0.0.7 (98dbd2), with Swift 6.1 for Android on 29 May 2025 00:23:36 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/sloik/Zippy.git
Reference: 0.0.7
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/sloik/Zippy
* tag 0.0.7 -> FETCH_HEAD
HEAD is now at 98dbd26 Updates aliases.
Cloned https://github.com/sloik/Zippy.git
Revision (git rev-parse @):
98dbd266f8b38372ab73ddca1d5e6d05eb508927
SUCCESS checkout https://github.com/sloik/Zippy.git at 0.0.7
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/sloik/Zippy.git
https://github.com/sloik/Zippy.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.15.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
},
{
"identity" : "aliaswonderland",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sloik/AliasWonderland.git"
},
{
"identity" : "eitherswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sloik/EitherSwift.git"
}
],
"manifest_display_name" : "Zippy",
"name" : "Zippy",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Zippy",
"targets" : [
"Zippy"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "ZippyTests",
"module_type" : "SwiftTarget",
"name" : "ZippyTests",
"path" : "Tests/ZippyTests",
"product_dependencies" : [
"SnapshotTesting",
"EitherSwift"
],
"sources" : [
"ZipAsyncTests.swift",
"ZipEitherTests.swift",
"ZipOptionalTests.swift"
],
"target_dependencies" : [
"Zippy"
],
"type" : "test"
},
{
"c99name" : "Zippy",
"module_type" : "SwiftTarget",
"name" : "Zippy",
"path" : "Sources/Zippy",
"product_dependencies" : [
"AliasWonderland",
"EitherSwift"
],
"product_memberships" : [
"Zippy"
],
"sources" : [
"ZipAsync.swift",
"ZipEither.swift",
"ZipOptional.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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/sloik/EitherSwift.git
Fetching https://github.com/sloik/AliasWonderland.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/106] Fetching eitherswift
[107/300] Fetching eitherswift, aliaswonderland
Fetched https://github.com/sloik/EitherSwift.git from cache (0.22s)
Fetched https://github.com/sloik/AliasWonderland.git from cache (0.22s)
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (1.79s)
Computing version for https://github.com/sloik/EitherSwift.git
Computed https://github.com/sloik/EitherSwift.git at 1.2.0 (2.55s)
Computing version for https://github.com/sloik/AliasWonderland.git
Computed https://github.com/sloik/AliasWonderland.git at 4.0.1 (1.24s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.4 (1.09s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
[4582/75033] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (5.24s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.29s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (5.76s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.58s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.31s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.68s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.4
Creating working copy for https://github.com/sloik/AliasWonderland.git
Working copy of https://github.com/sloik/AliasWonderland.git resolved at 4.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/sloik/EitherSwift.git
Working copy of https://github.com/sloik/EitherSwift.git resolved at 1.2.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Building for debugging...
[0/13] Write sources
[3/13] Write swift-version-24593BA9C3E375BF.txt
[5/23] Compiling EitherSwift EitherFold.swift
[6/23] Emitting module AliasWonderland
[7/23] Compiling AliasWonderland ClosuresAliases.swift
[8/23] Compiling AliasWonderland SideEffectAliases.swift
[9/24] Compiling EitherSwift EitherMap.swift
[10/24] Compiling EitherSwift EitherUtils.swift
[12/24] Compiling EitherSwift Either.swift
[13/24] Emitting module EitherSwift
[14/24] Compiling EitherSwift EitherAPI.swift
[15/24] Compiling EitherSwift EitherFactory.swift
[15/25] Wrapping AST for AliasWonderland for debugging
[16/25] Write Objects.LinkFileList
[18/25] Wrapping AST for EitherSwift for debugging
[19/25] Write Objects.LinkFileList
[20/25] Linking libAliasWonderland.so
[21/25] Linking libEitherSwift.so
[23/29] Compiling Zippy ZipOptional.swift
[24/29] Compiling Zippy ZipEither.swift
[25/29] Emitting module Zippy
[26/29] Compiling Zippy ZipAsync.swift
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:12:19: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
10 | ) async -> (A,B) {
11 |
12 | async let a = f()
| |- 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
13 | async let b = g()
14 |
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:13:19: warning: sending 'g' risks causing data races; this is an error in the Swift 6 language mode
11 |
12 | async let a = f()
13 | async let b = g()
| |- warning: sending 'g' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'g' into async let risks causing data races between nonisolated and task-isolated uses
14 |
15 | return await (a,b)
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:25:19: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
23 | ) async -> (A,B,C) {
24 |
25 | async let a = f()
| |- 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
26 | async let b = g()
27 | async let c = h()
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:26:19: warning: sending 'g' risks causing data races; this is an error in the Swift 6 language mode
24 |
25 | async let a = f()
26 | async let b = g()
| |- warning: sending 'g' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'g' into async let risks causing data races between nonisolated and task-isolated uses
27 | async let c = h()
28 |
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:27:19: warning: sending 'h' risks causing data races; this is an error in the Swift 6 language mode
25 | async let a = f()
26 | async let b = g()
27 | async let c = h()
| |- warning: sending 'h' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'h' into async let risks causing data races between nonisolated and task-isolated uses
28 |
29 | return await (a,b,c)
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:40:19: warning: sending 'f' risks causing data races; this is an error in the Swift 6 language mode
38 | ) async -> (A,B,C,D) {
39 |
40 | async let a = f()
| |- 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
41 | async let b = g()
42 | async let c = h()
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:41:19: warning: sending 'g' risks causing data races; this is an error in the Swift 6 language mode
39 |
40 | async let a = f()
41 | async let b = g()
| |- warning: sending 'g' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'g' into async let risks causing data races between nonisolated and task-isolated uses
42 | async let c = h()
43 | async let d = i()
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:42:19: warning: sending 'h' risks causing data races; this is an error in the Swift 6 language mode
40 | async let a = f()
41 | async let b = g()
42 | async let c = h()
| |- warning: sending 'h' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'h' into async let risks causing data races between nonisolated and task-isolated uses
43 | async let d = i()
44 |
/host/spi-builder-workspace/Sources/Zippy/ZipAsync.swift:43:19: warning: sending 'i' risks causing data races; this is an error in the Swift 6 language mode
41 | async let b = g()
42 | async let c = h()
43 | async let d = i()
| |- warning: sending 'i' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'i' into async let risks causing data races between nonisolated and task-isolated uses
44 |
45 | return await (a,b,c,d)
[27/30] Wrapping AST for Zippy for debugging
[28/30] Write Objects.LinkFileList
[29/30] Linking libZippy.so
Build complete! (29.98s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.15.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
},
{
"identity" : "aliaswonderland",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sloik/AliasWonderland.git"
},
{
"identity" : "eitherswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sloik/EitherSwift.git"
}
],
"manifest_display_name" : "Zippy",
"name" : "Zippy",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Zippy",
"targets" : [
"Zippy"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "ZippyTests",
"module_type" : "SwiftTarget",
"name" : "ZippyTests",
"path" : "Tests/ZippyTests",
"product_dependencies" : [
"SnapshotTesting",
"EitherSwift"
],
"sources" : [
"ZipAsyncTests.swift",
"ZipEitherTests.swift",
"ZipOptionalTests.swift"
],
"target_dependencies" : [
"Zippy"
],
"type" : "test"
},
{
"c99name" : "Zippy",
"module_type" : "SwiftTarget",
"name" : "Zippy",
"path" : "Sources/Zippy",
"product_dependencies" : [
"AliasWonderland",
"EitherSwift"
],
"product_memberships" : [
"Zippy"
],
"sources" : [
"ZipAsync.swift",
"ZipEither.swift",
"ZipOptional.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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.