Build Information
Successful build of ClassyFlux, reference master (5a6958), with Swift 6.3 for Android on 15 Apr 2026 10:58:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Cozmonat/ClassyFlux.git
Reference: master
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/Cozmonat/ClassyFlux
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5a69583 Fix CI issues
Cloned https://github.com/Cozmonat/ClassyFlux.git
Revision (git rev-parse @):
5a69583cd708e0870dbd414635d1d304f882e35b
SUCCESS checkout https://github.com/Cozmonat/ClassyFlux.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/Cozmonat/ClassyFlux.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/kzlekk/ResolvingContainer.git
[1/133] Fetching resolvingcontainer
Fetched https://github.com/kzlekk/ResolvingContainer.git from cache (0.30s)
Computing version for https://github.com/kzlekk/ResolvingContainer.git
Computed https://github.com/kzlekk/ResolvingContainer.git at 1.0.12 (0.76s)
Creating working copy for https://github.com/kzlekk/ResolvingContainer.git
Working copy of https://github.com/kzlekk/ResolvingContainer.git resolved at 1.0.12
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/5] Compiling ResolvingContainer ResolvingContainer.swift
[5/5] Emitting module ResolvingContainer
[7/14] Compiling ClassyFlux FluxWorker.swift
[8/14] Compiling ClassyFlux FluxRepository.swift
[9/14] Compiling ClassyFlux FluxStore.swift
/host/spi-builder-workspace/ClassyFlux/FluxStore.swift:213:23: warning: generic parameter 'State' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
54 |
55 | /// An object that stores the state and allows state mutation only by handling registered actions.
56 | open class FluxStore<State>: FluxWorker {
| `- note: 'State' previously declared here
57 | public typealias State = State
58 |
:
211 | internal let observer: NSObjectProtocol
212 |
213 | internal init<State>(for event: Event, from store: FluxStore<State>, queue: OperationQueue, handler: @escaping (State, Set<PartialKeyPath<State>>) -> Void) {
| `- warning: generic parameter 'State' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
214 | observer = NotificationCenter.default
215 | .addObserver(forName: event.notificationName, object: store, queue: queue) { notification in
[10/14] Compiling ClassyFlux FluxMiddleware.swift
[11/14] Emitting module ClassyFlux
/host/spi-builder-workspace/ClassyFlux/FluxStore.swift:213:23: warning: generic parameter 'State' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
54 |
55 | /// An object that stores the state and allows state mutation only by handling registered actions.
56 | open class FluxStore<State>: FluxWorker {
| `- note: 'State' previously declared here
57 | public typealias State = State
58 |
:
211 | internal let observer: NSObjectProtocol
212 |
213 | internal init<State>(for event: Event, from store: FluxStore<State>, queue: OperationQueue, handler: @escaping (State, Set<PartialKeyPath<State>>) -> Void) {
| `- warning: generic parameter 'State' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
214 | observer = NotificationCenter.default
215 | .addObserver(forName: event.notificationName, object: store, queue: queue) { notification in
[12/14] Compiling ClassyFlux FluxAction.swift
[13/14] Compiling ClassyFlux FluxAggregator.swift
[14/14] Compiling ClassyFlux FluxDispatcher.swift
Build complete! (13.32s)
Build complete.
{
"dependencies" : [
{
"identity" : "resolvingcontainer",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kzlekk/ResolvingContainer.git"
}
],
"manifest_display_name" : "ClassyFlux",
"name" : "ClassyFlux",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "ClassyFlux",
"targets" : [
"ClassyFlux"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ClassyFlux",
"module_type" : "SwiftTarget",
"name" : "ClassyFlux",
"path" : "ClassyFlux",
"product_dependencies" : [
"ResolvingContainer"
],
"product_memberships" : [
"ClassyFlux"
],
"sources" : [
"FluxAction.swift",
"FluxAggregator.swift",
"FluxDispatcher.swift",
"FluxMiddleware.swift",
"FluxRepository.swift",
"FluxStore.swift",
"FluxWorker.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.