Build Information
Successful build of Zippy, reference main (e86c8e), with Swift 6.1 for Android on 7 Apr 2026 00:21:42 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/Zippy.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/sloik/Zippy
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e86c8e0 Update dependency pointfreeco/swift-snapshot-testing to from: "1.19.2" (#38)
Cloned https://github.com/sloik/Zippy.git
Revision (git rev-parse @):
e86c8e04d7742eb66ace5a66d10ef86052238dd2
SUCCESS checkout https://github.com/sloik/Zippy.git at main
========================================
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.19.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
},
{
"identity" : "aliaswonderland",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sloik/AliasWonderland.git"
},
{
"identity" : "eitherswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"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.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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/217] Fetching aliaswonderland
[197/348] Fetching aliaswonderland, eitherswift
Fetched https://github.com/sloik/AliasWonderland.git from cache (0.20s)
[1/16034] Fetching swift-snapshot-testing
Fetched https://github.com/sloik/EitherSwift.git from cache (3.01s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.12s)
Computing version for https://github.com/sloik/EitherSwift.git
Computed https://github.com/sloik/EitherSwift.git at 1.2.0 (3.68s)
Computing version for https://github.com/sloik/AliasWonderland.git
Computed https://github.com/sloik/AliasWonderland.git at 4.0.1 (0.59s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.19.2 (0.71s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/5443] Fetching swift-custom-dump
[5444/80375] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (6.62s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.73s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (7.34s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.74s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (3.59s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.54s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
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/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.19.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.0
Creating working copy for https://github.com/sloik/EitherSwift.git
Working copy of https://github.com/sloik/EitherSwift.git resolved at 1.2.0
Building for debugging...
[0/13] Write sources
[3/13] Write swift-version-24593BA9C3E375BF.txt
[5/23] Compiling EitherSwift EitherFold.swift
[6/23] Compiling EitherSwift EitherUtils.swift
[7/23] Emitting module AliasWonderland
[8/23] Compiling AliasWonderland ClosuresAliases.swift
[9/23] Compiling AliasWonderland SideEffectAliases.swift
[10/24] Compiling EitherSwift EitherMap.swift
[12/24] Compiling EitherSwift Either.swift
[13/24] Emitting module EitherSwift
[14/24] Compiling EitherSwift EitherAPI.swift
[15/24] Compiling EitherSwift EitherFactory.swift
[16/25] Wrapping AST for AliasWonderland for debugging
[17/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 ZipEither.swift
[24/29] Compiling Zippy ZipOptional.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! (43.89s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
},
{
"identity" : "aliaswonderland",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sloik/AliasWonderland.git"
},
{
"identity" : "eitherswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"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.9"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.