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

Failed to build XCoordinator, reference master (fc4fd2), with Swift 6.0 for Linux on 29 Nov 2024 07:34:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/QuickBirdEng/XCoordinator.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/QuickBirdEng/XCoordinator
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fc4fd2d Set podspec version to 2.2.1
Cloned https://github.com/QuickBirdEng/XCoordinator.git
Revision (git rev-parse @):
fc4fd2d4e5718ea7579bd9022d93af7edecd7b52
SUCCESS checkout https://github.com/QuickBirdEng/XCoordinator.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/QuickBirdEng/XCoordinator.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52393] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.45s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.46s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.8.0
Building for debugging...
[0/6] Write sources
[2/6] Copying PrivacyInfo.xcprivacy
[4/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/191] Emitting module XCoordinator
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/196] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
 9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[9/216] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[10/216] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[11/216] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[12/216] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[13/216] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[14/216] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[15/216] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[16/216] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[17/216] Compiling RxSwift ConnectableObservableType.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[18/216] Compiling RxSwift Create.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[19/216] Compiling RxSwift CurrentThreadScheduler.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[20/216] Compiling RxSwift Date+Dispatch.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[21/216] Compiling XCoordinator UnownedErased+Router.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[22/216] Compiling XCoordinator UnownedErased.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[23/216] Compiling XCoordinator ViewCoordinator.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[24/216] Compiling XCoordinator WeakErased+Router.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[25/216] Compiling XCoordinator WeakErased.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[26/216] Compiling RxSwift Disposables.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[27/216] Compiling RxSwift DisposeBag.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[28/216] Compiling RxSwift DisposeBase.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[29/216] Compiling RxSwift DistinctUntilChanged.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[30/216] Compiling RxSwift Do.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[31/216] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[32/216] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[33/216] Compiling RxSwift Dematerialize.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[34/216] Compiling RxSwift DispatchQueue+Extensions.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[35/216] Compiling RxSwift DispatchQueueConfiguration.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[36/216] Compiling RxSwift Disposable.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[37/216] Compiling RxSwift Filter.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[38/216] Compiling RxSwift First.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[39/216] Compiling RxSwift Generate.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[40/216] Compiling RxSwift GroupBy.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[41/216] Compiling RxSwift GroupedObservable.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[42/216] Compiling RxSwift HistoricalScheduler.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[43/216] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[44/216] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[45/216] Compiling RxSwift Decode.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[46/216] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[47/216] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[48/216] Compiling RxSwift ElementAt.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[49/216] Compiling RxSwift Empty.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[50/216] Compiling RxSwift Enumerated.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[51/216] Compiling RxSwift Error.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[52/216] Compiling RxSwift Errors.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
[53/216] Compiling RxSwift Event.swift
/host/spi-builder-workspace/Sources/XCoordinator/Animation.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 |
 11 | ///
BUILD FAILURE 6.0 linux