The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ClassyFlux with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Cozmonate/ClassyFlux.git
Reference: 2.0.1
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/Cozmonate/ClassyFlux
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at cb9abff Include all .swift files in pod
Cloned https://github.com/Cozmonate/ClassyFlux.git
Revision (git rev-parse @):
cb9abff2adfdead4396d86090028b2974caf4f52
SUCCESS checkout https://github.com/Cozmonate/ClassyFlux.git at 2.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Cozmonate/ClassyFlux.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/kzlekk/ResolvingContainer.git
[1/133] Fetching resolvingcontainer
Fetched https://github.com/kzlekk/ResolvingContainer.git from cache (0.21s)
Computing version for https://github.com/kzlekk/ResolvingContainer.git
Computed https://github.com/kzlekk/ResolvingContainer.git at 1.0.12 (0.39s)
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-24593BA9C3E375BF.txt
[4/5] Emitting module ResolvingContainer
[5/5] Compiling ResolvingContainer ResolvingContainer.swift
[7/14] Compiling ClassyFlux FluxWorker.swift
[8/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 Swift 6
        internal init<State>(for event: Event, from store: FluxStore<State>, queue: OperationQueue, handler: @escaping (State, Set<PartialKeyPath<State>>) -> Void) {
                      ^
/host/spi-builder-workspace/ClassyFlux/FluxStore.swift:56:22: note: 'State' previously declared here
open class FluxStore<State>: FluxWorker {
                     ^
[9/14] Compiling ClassyFlux FluxAction.swift
[10/14] Compiling ClassyFlux FluxRepository.swift
[11/14] Compiling ClassyFlux FluxMiddleware.swift
[12/14] Compiling ClassyFlux FluxDispatcher.swift
[13/14] Compiling ClassyFlux FluxAggregator.swift
[14/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 Swift 6
        internal init<State>(for event: Event, from store: FluxStore<State>, queue: OperationQueue, handler: @escaping (State, Set<PartialKeyPath<State>>) -> Void) {
                      ^
/host/spi-builder-workspace/ClassyFlux/FluxStore.swift:56:22: note: 'State' previously declared here
open class FluxStore<State>: FluxWorker {
                     ^
Build complete! (8.79s)
Build complete.
Done.