Build Information
Successful build of AsyncObservable, reference main (0c7bde), with Swift 6.1 for Android on 30 May 2025 12:33:54 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/meech-ward/AsyncObservable.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/meech-ward/AsyncObservable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0c7bdec remove continuation manually if terminated by not being assigned
Cloned https://github.com/meech-ward/AsyncObservable.git
Revision (git rev-parse @):
0c7bdec1fb0c5341de7e463385683cb0b655f885
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/meech-ward/AsyncObservable.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/meech-ward/AsyncObservable.git
https://github.com/meech-ward/AsyncObservable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "AsyncObservable",
"name" : "AsyncObservable",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AsyncObservable",
"targets" : [
"AsyncObservable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AsyncObservableUserDefaults",
"targets" : [
"AsyncObservableUserDefaults"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncObservableUserDefaultsTests",
"module_type" : "SwiftTarget",
"name" : "AsyncObservableUserDefaultsTests",
"path" : "Tests/AsyncObservableUserDefaultsTests",
"sources" : [
"AsyncObservableUserDefaultsTests.swift"
],
"target_dependencies" : [
"AsyncObservableUserDefaults"
],
"type" : "test"
},
{
"c99name" : "AsyncObservableUserDefaults",
"module_type" : "SwiftTarget",
"name" : "AsyncObservableUserDefaults",
"path" : "Sources/AsyncObservableUserDefaults",
"product_memberships" : [
"AsyncObservableUserDefaults"
],
"sources" : [
"AsyncObservableUserDefaults.swift"
],
"target_dependencies" : [
"AsyncObservable"
],
"type" : "library"
},
{
"c99name" : "AsyncObservableTests",
"module_type" : "SwiftTarget",
"name" : "AsyncObservableTests",
"path" : "Tests/AsyncObservableTests",
"sources" : [
"AdvancedBehaviorTests.swift",
"AsyncObservableTests.swift",
"BasicTests.swift",
"CompilationTests.swift",
"ComplexTypesTests.swift",
"ConcurrencyTests.swift",
"EdgeCaseTests.swift",
"ObservableStateTests.swift",
"StreamTests.swift",
"TestHelpers.swift",
"UnwrappedStreamTests.swift"
],
"target_dependencies" : [
"AsyncObservable"
],
"type" : "test"
},
{
"c99name" : "AsyncObservable",
"module_type" : "SwiftTarget",
"name" : "AsyncObservable",
"path" : "Sources/AsyncObservable",
"product_memberships" : [
"AsyncObservable",
"AsyncObservableUserDefaults"
],
"sources" : [
"AsyncObservable.swift",
"AsyncObservableBase.swift",
"AsyncObservableReadOnly.swift",
"AsyncObservableUnwrapped.swift",
"StreamOf.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling AsyncObservable AsyncObservableReadOnly.swift
[5/9] Compiling AsyncObservable AsyncObservableUnwrapped.swift
[6/9] Compiling AsyncObservable StreamOf.swift
[7/9] Emitting module AsyncObservable
/host/spi-builder-workspace/Sources/AsyncObservable/AsyncObservableBase.swift:75:58: warning: converting function value of type '@MainActor @Sendable (T) -> ()' to '(T) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
73 | @MainActor
74 | public lazy var observableState: State = {
75 | let observableState = State(value: raw, didSetValue: didUpdateFromObservable)
| `- warning: converting function value of type '@MainActor @Sendable (T) -> ()' to '(T) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
76 | return observableState
77 | }()
[8/9] Compiling AsyncObservable AsyncObservable.swift
[9/9] Compiling AsyncObservable AsyncObservableBase.swift
/host/spi-builder-workspace/Sources/AsyncObservable/AsyncObservableBase.swift:75:58: warning: converting function value of type '@MainActor @Sendable (T) -> ()' to '(T) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
73 | @MainActor
74 | public lazy var observableState: State = {
75 | let observableState = State(value: raw, didSetValue: didUpdateFromObservable)
| `- warning: converting function value of type '@MainActor @Sendable (T) -> ()' to '(T) -> Void' loses global actor 'MainActor'; this is an error in the Swift 6 language mode
76 | return observableState
77 | }()
[11/12] Compiling AsyncObservableUserDefaults AsyncObservableUserDefaults.swift
[12/12] Emitting module AsyncObservableUserDefaults
Build complete! (11.27s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AsyncObservable",
"name" : "AsyncObservable",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AsyncObservable",
"targets" : [
"AsyncObservable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AsyncObservableUserDefaults",
"targets" : [
"AsyncObservableUserDefaults"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncObservableUserDefaultsTests",
"module_type" : "SwiftTarget",
"name" : "AsyncObservableUserDefaultsTests",
"path" : "Tests/AsyncObservableUserDefaultsTests",
"sources" : [
"AsyncObservableUserDefaultsTests.swift"
],
"target_dependencies" : [
"AsyncObservableUserDefaults"
],
"type" : "test"
},
{
"c99name" : "AsyncObservableUserDefaults",
"module_type" : "SwiftTarget",
"name" : "AsyncObservableUserDefaults",
"path" : "Sources/AsyncObservableUserDefaults",
"product_memberships" : [
"AsyncObservableUserDefaults"
],
"sources" : [
"AsyncObservableUserDefaults.swift"
],
"target_dependencies" : [
"AsyncObservable"
],
"type" : "library"
},
{
"c99name" : "AsyncObservableTests",
"module_type" : "SwiftTarget",
"name" : "AsyncObservableTests",
"path" : "Tests/AsyncObservableTests",
"sources" : [
"AdvancedBehaviorTests.swift",
"AsyncObservableTests.swift",
"BasicTests.swift",
"CompilationTests.swift",
"ComplexTypesTests.swift",
"ConcurrencyTests.swift",
"EdgeCaseTests.swift",
"ObservableStateTests.swift",
"StreamTests.swift",
"TestHelpers.swift",
"UnwrappedStreamTests.swift"
],
"target_dependencies" : [
"AsyncObservable"
],
"type" : "test"
},
{
"c99name" : "AsyncObservable",
"module_type" : "SwiftTarget",
"name" : "AsyncObservable",
"path" : "Sources/AsyncObservable",
"product_memberships" : [
"AsyncObservable",
"AsyncObservableUserDefaults"
],
"sources" : [
"AsyncObservable.swift",
"AsyncObservableBase.swift",
"AsyncObservableReadOnly.swift",
"AsyncObservableUnwrapped.swift",
"StreamOf.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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.