Build Information
Failed to build TRON, reference 5.4.1 (db1529
), with Swift 6.2 (beta) for Linux on 20 Jun 2025 11:11:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MLSDev/TRON.git
Reference: 5.4.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/MLSDev/TRON
* tag 5.4.1 -> FETCH_HEAD
HEAD is now at db1529b Releasing version 5.4.1.
Cloned https://github.com/MLSDev/TRON.git
Revision (git rev-parse @):
db1529beba9a89461536f40686d7c8b7ccace876
SUCCESS checkout https://github.com/MLSDev/TRON.git at 5.4.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/MLSDev/TRON.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[1/6196] Fetching swiftyjson
[6197/36337] Fetching swiftyjson, alamofire
[7705/89047] Fetching swiftyjson, alamofire, rxswift
Fetched https://github.com/Alamofire/Alamofire.git from cache (5.58s)
[57325/58906] Fetching swiftyjson, rxswift
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (8.61s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (8.77s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (9.20s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.41s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.40s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Building for debugging...
[0/10] Copying PrivacyInfo.xcprivacy
[0/10] Write sources
[0/10] Copying PrivacyInfo.xcprivacy
[0/10] Write sources
[0/10] Copying PrivacyInfo.xcprivacy
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/196] Compiling RxSwift OperationQueueScheduler.swift
[12/196] Compiling RxSwift Optional.swift
[13/196] Compiling RxSwift Platform.Darwin.swift
[14/196] Compiling RxSwift Platform.Linux.swift
[15/196] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[16/201] Compiling SwiftyJSON resource_bundle_accessor.swift
[17/201] Compiling RxSwift SchedulerType.swift
[18/201] Compiling RxSwift Sequence.swift
[19/201] Compiling RxSwift SerialDispatchQueueScheduler.swift
[20/201] Compiling RxSwift SerialDisposable.swift
[21/201] Compiling RxSwift ShareReplayScope.swift
[22/201] Compiling RxSwift Single.swift
[23/201] Compiling RxSwift SingleAssignmentDisposable.swift
[24/201] Compiling RxSwift SingleAsync.swift
[25/201] Compiling RxSwift Sink.swift
[26/201] Compiling RxSwift Skip.swift
[27/201] Compiling RxSwift SkipUntil.swift
[28/201] Compiling RxSwift SkipWhile.swift
[29/201] Compiling RxSwift StartWith.swift
[30/201] Compiling RxSwift SubjectType.swift
[31/201] Compiling RxSwift SubscribeOn.swift
[32/201] Compiling RxSwift SubscriptionDisposable.swift
[33/201] Compiling RxSwift SwiftSupport.swift
[34/201] Compiling RxSwift Switch.swift
[35/201] Compiling RxSwift SwitchIfEmpty.swift
[36/201] Compiling RxSwift SynchronizedDisposeType.swift
[37/221] Emitting module SwiftyJSON
[38/221] Compiling SwiftyJSON SwiftyJSON.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyJSON/Source/SwiftyJSON/SwiftyJSON.swift:1215:51: error: ambiguous use of operator '<'
1213 |
1214 | switch (lhs.type, rhs.type) {
1215 | case (.number, .number): return lhs.rawNumber < rhs.rawNumber
| `- error: ambiguous use of operator '<'
1216 | case (.string, .string): return lhs.rawString < rhs.rawString
1217 | default: return false
:
1249 | }
1250 |
1251 | func < (lhs: NSNumber, rhs: NSNumber) -> Bool {
| `- note: found this candidate
1252 |
1253 | switch (lhs.isBool, rhs.isBool) {
Foundation.NSNumber.<:2:20: note: found this candidate in module 'Foundation'
1 | class NSNumber {
2 | public static func < (lhs: NSNumber, rhs: NSNumber) -> Bool}
| `- note: found this candidate in module 'Foundation'
3 |
[39/221] Compiling RxSwift Never.swift
[40/221] Compiling RxSwift NopDisposable.swift
[41/221] Compiling RxSwift Observable+Concurrency.swift
[42/221] Compiling RxSwift Observable.swift
[43/221] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[44/221] Compiling RxSwift ObservableConvertibleType.swift
[45/221] Compiling RxSwift ObservableType+Extensions.swift
[46/221] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[47/221] Compiling RxSwift ObservableType.swift
[48/221] Compiling RxSwift ObserveOn.swift
[49/221] Compiling RxSwift ObserverBase.swift
[50/221] Compiling RxSwift ObserverType.swift
[56/221] Compiling Alamofire RetryPolicy.swift
[57/221] Compiling Alamofire ServerTrustEvaluation.swift
[58/221] Compiling Alamofire URLEncodedFormEncoder.swift
[59/221] Compiling RxSwift CombineLatest.swift
[60/221] Compiling RxSwift CompactMap.swift
[61/221] Compiling RxSwift Completable+AndThen.swift
[62/221] Compiling RxSwift Completable.swift
[63/221] Compiling RxSwift CompositeDisposable.swift
[64/221] Compiling RxSwift Concat.swift
[65/221] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[66/221] Compiling RxSwift ConcurrentMainScheduler.swift
[67/221] Compiling RxSwift ConnectableObservableType.swift
[68/221] Compiling RxSwift Create.swift
[69/221] Compiling RxSwift CurrentThreadScheduler.swift
[70/221] Compiling RxSwift Date+Dispatch.swift
[71/221] Compiling RxSwift Debounce.swift
[72/221] Compiling RxSwift Debug.swift
[73/221] Compiling RxSwift Decode.swift
[74/221] Compiling RxSwift DefaultIfEmpty.swift
[75/221] Compiling RxSwift Deferred.swift
[76/221] Compiling RxSwift Delay.swift
[77/221] Compiling RxSwift DelaySubscription.swift
[78/221] Compiling RxSwift Dematerialize.swift
[79/221] Compiling RxSwift DispatchQueue+Extensions.swift
[107/221] Compiling RxSwift Producer.swift
[108/221] Compiling RxSwift PublishSubject.swift
[109/221] Compiling RxSwift Queue.swift
[110/221] Compiling RxSwift Range.swift
[111/221] Compiling RxSwift Reactive.swift
[112/221] Compiling RxSwift RecursiveLock.swift
[113/221] Compiling RxSwift RecursiveScheduler.swift
[114/221] Compiling RxSwift Reduce.swift
[115/221] Compiling RxSwift RefCountDisposable.swift
[116/221] Compiling RxSwift Repeat.swift
[117/221] Compiling RxSwift ReplaySubject.swift
[118/221] Compiling RxSwift RetryWhen.swift
[119/221] Compiling RxSwift Rx.swift
[120/221] Compiling RxSwift RxMutableBox.swift
[121/221] Compiling RxSwift Sample.swift
[122/221] Compiling RxSwift Scan.swift
[123/221] Compiling RxSwift ScheduledDisposable.swift
[124/221] Compiling RxSwift ScheduledItem.swift
[125/221] Compiling RxSwift ScheduledItemType.swift
[126/221] Compiling RxSwift SchedulerServices+Emulation.swift
BUILD FAILURE 6.2 linux