Build Information
Failed to build TRON, reference 5.5.0-beta.1 (24434c), with Swift 6.3 for Android on 20 Apr 2026 20:21:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/MLSDev/TRON.git
Reference: 5.5.0-beta.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.5.0-beta.1 -> FETCH_HEAD
HEAD is now at 24434ce Releasing version 5.5.0-beta.1.
Cloned https://github.com/MLSDev/TRON.git
Revision (git rev-parse @):
24434ce417167e320da790ee3a321770d3b142bc
SUCCESS checkout https://github.com/MLSDev/TRON.git at 5.5.0-beta.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
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" -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/ReactiveX/RxSwift.git
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
Fetching https://github.com/Alamofire/Alamofire.git
[1/6267] Fetching swiftyjson
[1694/37894] Fetching swiftyjson, alamofire
[8799/92199] Fetching swiftyjson, alamofire, rxswift
Fetched https://github.com/Alamofire/Alamofire.git from cache (4.31s)
[60572/60572] Fetching swiftyjson, rxswift
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (19.60s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (19.79s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (35.49s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.10.2 (1.00s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.11.2 (2.44s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.11.2
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.10.2
Building for debugging...
[0/10] Copying PrivacyInfo.xcprivacy
[3/10] Write sources
[9/10] Write swift-version--4F562202D5529B1.txt
[11/197] Emitting module Alamofire
[12/202] Emitting module RxSwift
[13/222] Compiling SwiftyJSON resource_bundle_accessor.swift
[14/222] 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 |
[15/222] Emitting module SwiftyJSON
[16/222] Compiling RxSwift DispatchQueueConfiguration.swift
[17/222] Compiling RxSwift Disposable.swift
[18/222] Compiling RxSwift Disposables.swift
[19/222] Compiling RxSwift DisposeBag.swift
[20/222] Compiling RxSwift DisposeBase.swift
[21/222] Compiling RxSwift DistinctUntilChanged.swift
[22/222] Compiling RxSwift Observable.swift
[23/222] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[24/222] Compiling RxSwift ObservableConvertibleType.swift
[25/222] Compiling RxSwift ObservableType+Extensions.swift
[26/222] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[27/222] Compiling RxSwift HistoricalScheduler.swift
[28/222] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[29/222] Compiling RxSwift ImmediateSchedulerType.swift
[30/222] Compiling RxSwift Never.swift
[31/222] Compiling RxSwift NopDisposable.swift
[32/222] Compiling RxSwift Observable+Concurrency.swift
[33/222] Compiling RxSwift CombineLatest.swift
[34/222] Compiling RxSwift CompactMap.swift
[35/222] Compiling RxSwift Completable+AndThen.swift
[36/222] Compiling RxSwift Completable.swift
[37/222] Compiling RxSwift CompositeDisposable.swift
[38/222] Compiling RxSwift Concat.swift
[39/222] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[40/222] Compiling RxSwift ConcurrentMainScheduler.swift
[41/222] Compiling RxSwift ConnectableObservableType.swift
[42/222] Compiling RxSwift Create.swift
[43/222] Compiling RxSwift CurrentThreadScheduler.swift
[44/222] Compiling RxSwift Date+Dispatch.swift
[45/222] Compiling RxSwift Debounce.swift
[46/222] Compiling RxSwift Debug.swift
[47/222] Compiling RxSwift Decode.swift
[48/222] Compiling RxSwift DefaultIfEmpty.swift
[49/222] Compiling RxSwift Deferred.swift
[50/222] Compiling RxSwift Delay.swift
[51/222] Compiling RxSwift DelaySubscription.swift
[52/222] Compiling RxSwift Dematerialize.swift
[53/222] Compiling RxSwift DispatchQueue+Extensions.swift
[54/222] Compiling RxSwift Optional.swift
[55/222] Compiling RxSwift Platform.Darwin.swift
[56/222] Compiling RxSwift Platform.Linux.swift
[57/222] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[58/222] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[59/222] Compiling RxSwift ObservableType.swift
[60/222] Compiling RxSwift ObserveOn.swift
[61/222] Compiling RxSwift ObserverBase.swift
[62/222] Compiling RxSwift ObserverType.swift
[63/222] Compiling RxSwift OperationQueueScheduler.swift
[64/222] Compiling RxSwift AddRef.swift
[65/222] Compiling RxSwift Amb.swift
[66/222] Compiling RxSwift AnonymousDisposable.swift
[67/222] Compiling RxSwift AnonymousObserver.swift
[68/222] Compiling RxSwift AnyObserver.swift
[69/222] Compiling RxSwift AsMaybe.swift
[70/222] Compiling RxSwift AsSingle.swift
[71/222] Compiling RxSwift AsyncLock.swift
[72/222] Compiling RxSwift AsyncSubject.swift
[73/222] Compiling RxSwift AtomicInt.swift
[74/222] Compiling RxSwift Bag+Rx.swift
[75/222] Compiling RxSwift Bag.swift
[76/222] Compiling RxSwift BehaviorSubject.swift
[77/222] Compiling RxSwift BinaryDisposable.swift
[78/222] Compiling RxSwift Binder.swift
[79/222] Compiling RxSwift BooleanDisposable.swift
[80/222] Compiling RxSwift Buffer.swift
[81/222] Compiling RxSwift Cancelable.swift
[82/222] Compiling RxSwift Catch.swift
[83/222] Compiling RxSwift CombineLatest+Collection.swift
[84/222] Compiling RxSwift CombineLatest+arity.swift
[91/222] Compiling RxSwift Do.swift
[92/222] Compiling RxSwift ElementAt.swift
[93/222] Compiling RxSwift Empty.swift
[94/222] Compiling RxSwift Enumerated.swift
[95/222] Compiling RxSwift Error.swift
[96/222] Compiling RxSwift Errors.swift
[97/222] Compiling RxSwift Event.swift
[98/222] Compiling RxSwift Filter.swift
[99/222] Compiling RxSwift First.swift
[100/222] Compiling RxSwift Generate.swift
[101/222] Compiling RxSwift GroupBy.swift
[102/222] Compiling RxSwift GroupedObservable.swift
[106/222] Compiling Alamofire URLEncodedFormEncoder.swift
[107/222] Compiling Alamofire Validation.swift
[108/222] Compiling Alamofire resource_bundle_accessor.swift
[109/222] Compiling RxSwift Range.swift
[110/222] Compiling RxSwift Reactive.swift
[111/222] Compiling RxSwift RecursiveLock.swift
[112/222] Compiling RxSwift RecursiveScheduler.swift
[113/222] Compiling RxSwift Reduce.swift
[114/222] Compiling RxSwift RefCountDisposable.swift
[115/222] Compiling RxSwift Repeat.swift
[116/222] Compiling RxSwift ReplaySubject.swift
[117/222] Compiling RxSwift RetryWhen.swift
[118/222] Compiling RxSwift Rx.swift
[119/222] Compiling RxSwift RxMutableBox.swift
[120/222] Compiling RxSwift Sample.swift
[121/222] Compiling RxSwift Scan.swift
[122/222] Compiling RxSwift ScheduledDisposable.swift
[123/222] Compiling RxSwift ScheduledItem.swift
[124/222] Compiling RxSwift ScheduledItemType.swift
[125/222] Compiling RxSwift SchedulerServices+Emulation.swift
[126/222] Compiling RxSwift SchedulerType.swift
[127/222] Compiling RxSwift Sequence.swift
[128/222] Compiling RxSwift SerialDispatchQueueScheduler.swift
[129/222] Compiling RxSwift SerialDisposable.swift
[130/222] Compiling RxSwift ShareReplayScope.swift
[131/222] Compiling RxSwift Single.swift
[132/222] Compiling RxSwift SingleAssignmentDisposable.swift
[133/222] Compiling RxSwift SingleAsync.swift
[134/222] Compiling RxSwift Sink.swift
[135/222] Compiling RxSwift Skip.swift
[136/222] Compiling RxSwift SkipUntil.swift
[137/222] Compiling RxSwift SkipWhile.swift
[138/222] Compiling RxSwift StartWith.swift
[139/222] Compiling RxSwift SubjectType.swift
[140/222] Compiling RxSwift SubscribeOn.swift
[141/222] Compiling RxSwift SubscriptionDisposable.swift
[142/222] Compiling RxSwift SwiftSupport.swift
[143/222] Compiling RxSwift Switch.swift
[144/222] Compiling RxSwift SwitchIfEmpty.swift
[145/222] Compiling RxSwift SynchronizedDisposeType.swift
[146/222] Compiling Alamofire RetryPolicy.swift
[147/222] Compiling Alamofire ServerTrustEvaluation.swift
[163/222] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[164/222] Compiling RxSwift Infallible+CombineLatest+arity.swift
[165/222] Compiling RxSwift Infallible+Concurrency.swift
[166/222] Compiling RxSwift Infallible+Create.swift
[167/222] Compiling RxSwift Infallible+Debug.swift
[168/222] Compiling RxSwift Infallible+Operators.swift
[169/222] Compiling RxSwift Infallible+Zip+arity.swift
[170/222] Compiling RxSwift Infallible.swift
[171/222] Compiling RxSwift InfiniteSequence.swift
[172/222] Compiling RxSwift InvocableScheduledItem.swift
[173/222] Compiling RxSwift InvocableType.swift
[174/222] Compiling RxSwift Just.swift
[175/222] Compiling RxSwift Lock.swift
[176/222] Compiling RxSwift LockOwnerType.swift
[177/222] Compiling RxSwift MainScheduler.swift
[178/222] Compiling RxSwift Map.swift
[179/222] Compiling RxSwift Materialize.swift
[180/222] Compiling RxSwift Maybe.swift
[181/222] Compiling RxSwift Merge.swift
[182/222] Compiling RxSwift Multicast.swift
[203/222] Compiling RxSwift SynchronizedOnType.swift
[204/222] Compiling RxSwift SynchronizedUnsubscribeType.swift
[205/222] Compiling RxSwift TailRecursiveSink.swift
[206/222] Compiling RxSwift Take.swift
[207/222] Compiling RxSwift TakeLast.swift
[208/222] Compiling RxSwift TakeWithPredicate.swift
[209/222] Compiling RxSwift Throttle.swift
[210/222] Compiling RxSwift Timeout.swift
[211/222] Compiling RxSwift Timer.swift
[212/222] Compiling RxSwift ToArray.swift
[213/222] Compiling RxSwift Using.swift
[214/222] Compiling RxSwift VirtualTimeConverterType.swift
[215/222] Compiling RxSwift VirtualTimeScheduler.swift
[216/222] Compiling RxSwift Window.swift
[217/222] Compiling RxSwift WithLatestFrom.swift
[218/222] Compiling RxSwift WithUnretained.swift
[219/222] Compiling RxSwift Zip+Collection.swift
[220/222] Compiling RxSwift Zip+arity.swift
[221/222] Compiling RxSwift Zip.swift
[222/222] Compiling RxSwift resource_bundle_accessor.swift
BUILD FAILURE 6.3 android