Build Information
Successful build of Validations, reference main (aba133), with Swift 6.1 for Android on 28 May 2025 03:13:22 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/siemensikkema/Validations.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/siemensikkema/Validations
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at aba1336 Bump decoded (#1)
Cloned https://github.com/siemensikkema/Validations.git
Revision (git rev-parse @):
aba1336f91bc200f8c99db994fbd7ede2b431bd9
SUCCESS checkout https://github.com/siemensikkema/Validations.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/siemensikkema/Validations.git
https://github.com/siemensikkema/Validations.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "decoded",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/siemensikkema/Decoded.git"
}
],
"manifest_display_name" : "Validations",
"name" : "Validations",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Validations",
"targets" : [
"Validations"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ValidationsTests",
"module_type" : "SwiftTarget",
"name" : "ValidationsTests",
"path" : "Tests/ValidationsTests",
"sources" : [
"KeyedFailuresTests.swift",
"ValidatedTests.swift",
"ValidationsTestCase.swift",
"ValidationsTests.swift",
"ValidatorTests.swift"
],
"target_dependencies" : [
"Validations"
],
"type" : "test"
},
{
"c99name" : "Validations",
"module_type" : "SwiftTarget",
"name" : "Validations",
"path" : "Sources/Validations",
"product_dependencies" : [
"Decoded"
],
"product_memberships" : [
"Validations"
],
"sources" : [
"Decoded+Validations.swift",
"KeyedFailure.swift",
"KeyedFailures.swift",
"KeyedFailuresRepresentable.swift",
"KeyedSuccess.swift",
"PartialRangeAfter.swift",
"Validated.swift",
"ValidationFailure.swift",
"Validator.swift",
"ValidatorBuilder.swift",
"ValidatorExpressible.swift",
"Validators/InRange.swift",
"Validators/IsAbsent.swift",
"Validators/IsEqual.swift",
"Validators/IsNil.swift",
"Validators/IsNotEqual.swift",
"Validators/ValidEmail.swift",
"Validators/operators.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/siemensikkema/Decoded.git
[1/735] Fetching decoded
Fetched https://github.com/siemensikkema/Decoded.git from cache (0.30s)
Computing version for https://github.com/siemensikkema/Decoded.git
Computed https://github.com/siemensikkema/Decoded.git at 0.5.0 (1.09s)
Creating working copy for https://github.com/siemensikkema/Decoded.git
Working copy of https://github.com/siemensikkema/Decoded.git resolved at 0.5.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling Decoded AnyCodingKey.swift
[5/11] Compiling Decoded DecodingFailure.swift
[6/11] Compiling Decoded Decoded.swift
[7/11] Compiling Decoded Unwrappable.swift
[8/11] Compiling Decoded CodingPath.swift
[9/11] Emitting module Decoded
[10/11] Compiling Decoded DecodingResult.swift
[11/11] Compiling Decoded DecodingSuccess.swift
[13/29] Emitting module Validations
/host/spi-builder-workspace/Sources/Validations/KeyedFailures.swift:6:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
4 | public struct KeyedValues<T> {
5 | /// The dictionary underlying the `KeyedValues` instance.
6 | public let value: [CodingPath: [T]]
| `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
7 |
8 | private init(_ value: [CodingPath: [T]]) {
/host/spi-builder-workspace/.build/checkouts/Decoded/Sources/Decoded/CodingPath.swift:4:15: note: struct 'CodingPath' does not conform to the 'Sendable' protocol
2 | ///
3 | /// The use of `[AnyCodingKey]` allows this type to be used as a dictionary key (ie. it can conform to `Hashable`) where `[CodingKey]` cannot.
4 | public struct CodingPath: Hashable {
| `- note: struct 'CodingPath' does not conform to the 'Sendable' protocol
5 | /// The elements of the `CodingPath` as type-erased coding keys.
6 | public let elements: [AnyCodingKey]
/host/spi-builder-workspace/Sources/Validations/KeyedFailures.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decoded'
1 | import Decoded
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decoded'
2 |
3 | /// Multiple values keyed by `CodingPath`.
/host/spi-builder-workspace/Sources/Validations/KeyedFailures.swift:6:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
2 |
3 | /// Multiple values keyed by `CodingPath`.
4 | public struct KeyedValues<T> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
5 | /// The dictionary underlying the `KeyedValues` instance.
6 | public let value: [CodingPath: [T]]
| `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
7 |
8 | private init(_ value: [CodingPath: [T]]) {
[14/31] Compiling Validations ValidEmail.swift
[15/31] Compiling Validations operators.swift
[16/31] Compiling Validations IsNil.swift
[17/31] Compiling Validations IsNotEqual.swift
[18/31] Compiling Validations Validated.swift
[19/31] Compiling Validations ValidationFailure.swift
[20/31] Compiling Validations Validator.swift
[21/31] Compiling Validations ValidatorBuilder.swift
[22/31] Compiling Validations ValidatorExpressible.swift
[23/31] Compiling Validations InRange.swift
[24/31] Compiling Validations KeyedFailuresRepresentable.swift
[25/31] Compiling Validations KeyedSuccess.swift
[26/31] Compiling Validations PartialRangeAfter.swift
[27/31] Compiling Validations Decoded+Validations.swift
/host/spi-builder-workspace/Sources/Validations/KeyedFailures.swift:6:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
4 | public struct KeyedValues<T> {
5 | /// The dictionary underlying the `KeyedValues` instance.
6 | public let value: [CodingPath: [T]]
| `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
7 |
8 | private init(_ value: [CodingPath: [T]]) {
/host/spi-builder-workspace/.build/checkouts/Decoded/Sources/Decoded/CodingPath.swift:4:15: note: struct 'CodingPath' does not conform to the 'Sendable' protocol
2 | ///
3 | /// The use of `[AnyCodingKey]` allows this type to be used as a dictionary key (ie. it can conform to `Hashable`) where `[CodingKey]` cannot.
4 | public struct CodingPath: Hashable {
| `- note: struct 'CodingPath' does not conform to the 'Sendable' protocol
5 | /// The elements of the `CodingPath` as type-erased coding keys.
6 | public let elements: [AnyCodingKey]
/host/spi-builder-workspace/Sources/Validations/KeyedFailures.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decoded'
1 | import Decoded
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decoded'
2 |
3 | /// Multiple values keyed by `CodingPath`.
/host/spi-builder-workspace/Sources/Validations/KeyedFailures.swift:6:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
2 |
3 | /// Multiple values keyed by `CodingPath`.
4 | public struct KeyedValues<T> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
5 | /// The dictionary underlying the `KeyedValues` instance.
6 | public let value: [CodingPath: [T]]
| `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
7 |
8 | private init(_ value: [CodingPath: [T]]) {
[28/31] Compiling Validations KeyedFailure.swift
/host/spi-builder-workspace/Sources/Validations/KeyedFailures.swift:6:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
4 | public struct KeyedValues<T> {
5 | /// The dictionary underlying the `KeyedValues` instance.
6 | public let value: [CodingPath: [T]]
| `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
7 |
8 | private init(_ value: [CodingPath: [T]]) {
/host/spi-builder-workspace/.build/checkouts/Decoded/Sources/Decoded/CodingPath.swift:4:15: note: struct 'CodingPath' does not conform to the 'Sendable' protocol
2 | ///
3 | /// The use of `[AnyCodingKey]` allows this type to be used as a dictionary key (ie. it can conform to `Hashable`) where `[CodingKey]` cannot.
4 | public struct CodingPath: Hashable {
| `- note: struct 'CodingPath' does not conform to the 'Sendable' protocol
5 | /// The elements of the `CodingPath` as type-erased coding keys.
6 | public let elements: [AnyCodingKey]
/host/spi-builder-workspace/Sources/Validations/KeyedFailures.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decoded'
1 | import Decoded
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decoded'
2 |
3 | /// Multiple values keyed by `CodingPath`.
/host/spi-builder-workspace/Sources/Validations/KeyedFailures.swift:6:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
2 |
3 | /// Multiple values keyed by `CodingPath`.
4 | public struct KeyedValues<T> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
5 | /// The dictionary underlying the `KeyedValues` instance.
6 | public let value: [CodingPath: [T]]
| `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
7 |
8 | private init(_ value: [CodingPath: [T]]) {
[29/31] Compiling Validations KeyedFailures.swift
/host/spi-builder-workspace/Sources/Validations/KeyedFailures.swift:6:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
4 | public struct KeyedValues<T> {
5 | /// The dictionary underlying the `KeyedValues` instance.
6 | public let value: [CodingPath: [T]]
| `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
7 |
8 | private init(_ value: [CodingPath: [T]]) {
/host/spi-builder-workspace/.build/checkouts/Decoded/Sources/Decoded/CodingPath.swift:4:15: note: struct 'CodingPath' does not conform to the 'Sendable' protocol
2 | ///
3 | /// The use of `[AnyCodingKey]` allows this type to be used as a dictionary key (ie. it can conform to `Hashable`) where `[CodingKey]` cannot.
4 | public struct CodingPath: Hashable {
| `- note: struct 'CodingPath' does not conform to the 'Sendable' protocol
5 | /// The elements of the `CodingPath` as type-erased coding keys.
6 | public let elements: [AnyCodingKey]
/host/spi-builder-workspace/Sources/Validations/KeyedFailures.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decoded'
1 | import Decoded
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Decoded'
2 |
3 | /// Multiple values keyed by `CodingPath`.
/host/spi-builder-workspace/Sources/Validations/KeyedFailures.swift:6:16: warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
2 |
3 | /// Multiple values keyed by `CodingPath`.
4 | public struct KeyedValues<T> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
5 | /// The dictionary underlying the `KeyedValues` instance.
6 | public let value: [CodingPath: [T]]
| `- warning: stored property 'value' of 'Sendable'-conforming generic struct 'KeyedValues' has non-sendable type '[CodingPath : [T]]'; this is an error in the Swift 6 language mode
7 |
8 | private init(_ value: [CodingPath: [T]]) {
[30/31] Compiling Validations IsAbsent.swift
[31/31] Compiling Validations IsEqual.swift
Build complete! (8.58s)
Build complete.
{
"dependencies" : [
{
"identity" : "decoded",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/siemensikkema/Decoded.git"
}
],
"manifest_display_name" : "Validations",
"name" : "Validations",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Validations",
"targets" : [
"Validations"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ValidationsTests",
"module_type" : "SwiftTarget",
"name" : "ValidationsTests",
"path" : "Tests/ValidationsTests",
"sources" : [
"KeyedFailuresTests.swift",
"ValidatedTests.swift",
"ValidationsTestCase.swift",
"ValidationsTests.swift",
"ValidatorTests.swift"
],
"target_dependencies" : [
"Validations"
],
"type" : "test"
},
{
"c99name" : "Validations",
"module_type" : "SwiftTarget",
"name" : "Validations",
"path" : "Sources/Validations",
"product_dependencies" : [
"Decoded"
],
"product_memberships" : [
"Validations"
],
"sources" : [
"Decoded+Validations.swift",
"KeyedFailure.swift",
"KeyedFailures.swift",
"KeyedFailuresRepresentable.swift",
"KeyedSuccess.swift",
"PartialRangeAfter.swift",
"Validated.swift",
"ValidationFailure.swift",
"Validator.swift",
"ValidatorBuilder.swift",
"ValidatorExpressible.swift",
"Validators/InRange.swift",
"Validators/IsAbsent.swift",
"Validators/IsEqual.swift",
"Validators/IsNil.swift",
"Validators/IsNotEqual.swift",
"Validators/ValidEmail.swift",
"Validators/operators.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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.