Build Information
Failed to build XCoordinator, reference master (fc4fd2
), with Swift 6.0 for Linux on 3 Nov 2024 00:24:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
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-1":/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 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/52358] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.68s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.50s)
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
[0/6] Copying PrivacyInfo.xcprivacy
[0/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 AddRef.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 Amb.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 AnonymousDisposable.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 AnonymousObserver.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 AnyObserver.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 AsMaybe.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 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 | ///
[16/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 | ///
[17/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 | ///
[18/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 | ///
[19/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 | ///
[20/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 | ///
[21/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 | ///
[22/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 | ///
[23/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 | ///
[24/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 | ///
[25/216] Compiling RxSwift Catch.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 CombineLatest+Collection.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 CombineLatest+arity.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 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 | ///
[29/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 | ///
[30/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 | ///
[31/216] Compiling RxSwift AsSingle.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 AsyncLock.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 AsyncSubject.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 AtomicInt.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 Bag+Rx.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 Bag.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 BehaviorSubject.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 BinaryDisposable.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 Binder.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 BooleanDisposable.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 Buffer.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 Cancelable.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 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 | ///
[44/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 | ///
[45/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 | ///
[46/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 | ///
[47/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 | ///
[48/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 | ///
[49/216] Compiling RxSwift Never.swift
[50/216] Compiling RxSwift NopDisposable.swift
[51/216] Compiling RxSwift Observable+Concurrency.swift
[52/216] Compiling RxSwift Observable.swift
[53/216] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[54/216] Compiling RxSwift ObservableConvertibleType.swift
[55/216] Compiling RxSwift ObservableType+Extensions.swift
[56/216] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[57/216] Compiling RxSwift ObservableType.swift
[58/216] Compiling RxSwift ObserveOn.swift
[59/216] Compiling RxSwift ObserverBase.swift
[60/216] Compiling RxSwift ObserverType.swift
[61/216] Compiling RxSwift OperationQueueScheduler.swift
[62/216] Compiling RxSwift Optional.swift
[63/216] Compiling RxSwift Platform.Darwin.swift
[64/216] Compiling RxSwift Platform.Linux.swift
[65/216] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[66/216] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[67/216] Compiling RxSwift PrimitiveSequence.swift
[68/216] Compiling RxSwift PriorityQueue.swift
[69/216] Compiling RxSwift Producer.swift
[70/216] Compiling RxSwift PublishSubject.swift
[71/216] Compiling RxSwift Queue.swift
[72/216] Compiling RxSwift Range.swift
[73/216] Compiling RxSwift Reactive.swift
[74/216] Compiling RxSwift RecursiveLock.swift
[75/216] Compiling RxSwift RecursiveScheduler.swift
[76/216] Compiling RxSwift Reduce.swift
[77/216] Compiling RxSwift RefCountDisposable.swift
[78/216] Compiling RxSwift Repeat.swift
[79/216] Compiling RxSwift ReplaySubject.swift
[80/216] Compiling RxSwift RetryWhen.swift
[81/216] Compiling RxSwift Rx.swift
[82/216] Compiling RxSwift RxMutableBox.swift
[83/216] Compiling RxSwift Sample.swift
[84/216] Compiling RxSwift Scan.swift
[85/216] Compiling RxSwift ScheduledDisposable.swift
[86/216] Compiling RxSwift ScheduledItem.swift
[87/216] Compiling RxSwift ScheduledItemType.swift
[88/216] Compiling RxSwift SchedulerServices+Emulation.swift
[89/216] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[90/216] Compiling RxSwift Infallible+CombineLatest+arity.swift
[91/216] Compiling RxSwift Infallible+Concurrency.swift
[92/216] Compiling RxSwift Infallible+Create.swift
[93/216] Compiling RxSwift Infallible+Debug.swift
[94/216] Compiling RxSwift Infallible+Operators.swift
[95/216] Compiling RxSwift Infallible+Zip+arity.swift
[96/216] Compiling RxSwift Infallible.swift
[97/216] Compiling RxSwift InfiniteSequence.swift
[98/216] Compiling RxSwift InvocableScheduledItem.swift
[99/216] Compiling RxSwift InvocableType.swift
[100/216] Compiling RxSwift Just.swift
[101/216] Compiling RxSwift Lock.swift
[102/216] Compiling RxSwift LockOwnerType.swift
[103/216] Compiling RxSwift MainScheduler.swift
[104/216] Compiling RxSwift Map.swift
[105/216] Compiling RxSwift Materialize.swift
[106/216] Compiling RxSwift Maybe.swift
[107/216] Compiling RxSwift Merge.swift
[108/216] Compiling RxSwift Multicast.swift
[109/216] Compiling XCoordinator ViewCoordinator.swift
[110/216] Compiling XCoordinator WeakErased+Router.swift
[111/216] Compiling XCoordinator WeakErased.swift
[112/216] Compiling RxSwift DisposeBag.swift
[113/216] Compiling RxSwift DisposeBase.swift
[114/216] Compiling RxSwift DistinctUntilChanged.swift
[115/216] Compiling RxSwift Do.swift
[116/216] Compiling RxSwift ElementAt.swift
[117/216] Compiling RxSwift Empty.swift
[118/216] Compiling RxSwift Enumerated.swift
[119/216] Compiling RxSwift Error.swift
[120/216] Compiling RxSwift Errors.swift
[121/216] Compiling RxSwift Event.swift
[122/216] Compiling RxSwift Filter.swift
[123/216] Compiling RxSwift First.swift
[124/216] Compiling RxSwift Generate.swift
[125/216] Compiling RxSwift GroupBy.swift
[126/216] Compiling RxSwift GroupedObservable.swift
[127/216] Compiling RxSwift HistoricalScheduler.swift
[128/216] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[129/216] Compiling RxSwift ImmediateSchedulerType.swift
[130/216] Compiling RxSwift SchedulerType.swift
[131/216] Compiling RxSwift Sequence.swift
[132/216] Compiling RxSwift SerialDispatchQueueScheduler.swift
[133/216] Compiling RxSwift SerialDisposable.swift
[134/216] Compiling RxSwift ShareReplayScope.swift
[135/216] Compiling RxSwift Single.swift
[136/216] Compiling RxSwift SingleAssignmentDisposable.swift
[137/216] Compiling RxSwift SingleAsync.swift
[138/216] Compiling RxSwift Sink.swift
[139/216] Compiling RxSwift Skip.swift
[140/216] Compiling RxSwift SkipUntil.swift
[141/216] Compiling RxSwift SkipWhile.swift
[142/216] Compiling RxSwift StartWith.swift
[143/216] Compiling RxSwift SubjectType.swift
[144/216] Compiling RxSwift SubscribeOn.swift
[145/216] Compiling RxSwift SubscriptionDisposable.swift
[146/216] Compiling RxSwift SwiftSupport.swift
[147/216] Compiling RxSwift Switch.swift
[148/216] Compiling RxSwift SwitchIfEmpty.swift
[149/216] Compiling RxSwift SynchronizedDisposeType.swift
[150/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 | ///
[151/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 | ///
/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 | ///
/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 | ///
/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