Build Information
Failed to build TRON, reference main (e260e3), with Swift 6.3 for Linux on 13 Apr 2026 20:37:57 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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MLSDev/TRON.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e260e3a Bump peter-evans/create-pull-request from 6 to 7 (#91)
Cloned https://github.com/MLSDev/TRON.git
Revision (git rev-parse @):
e260e3afb4b1cadc44ee4ca163d1495daef508bd
SUCCESS checkout https://github.com/MLSDev/TRON.git at main
========================================
Build
========================================
Selected platform: linux
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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/6267] Fetching swiftyjson
[5203/37771] Fetching swiftyjson, alamofire
[9104/92076] Fetching swiftyjson, alamofire, rxswift
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (7.20s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (10.92s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (11.02s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (17.63s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.10.2 (1.07s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.11.2 (0.62s)
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-24593BA9C3E375BF.txt
[11/197] Emitting module Alamofire
[12/202] Emitting module RxSwift
[13/222] Compiling SwiftyJSON resource_bundle_accessor.swift
[14/222] Compiling RxSwift Catch.swift
[15/222] Compiling RxSwift CombineLatest+Collection.swift
[16/222] Compiling RxSwift CombineLatest+arity.swift
[17/222] Compiling RxSwift DispatchQueueConfiguration.swift
[18/222] Compiling RxSwift Disposable.swift
[19/222] Emitting module SwiftyJSON
[20/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 |
[23/222] Compiling RxSwift Disposables.swift
[24/222] Compiling RxSwift DisposeBag.swift
[25/222] Compiling RxSwift DisposeBase.swift
[26/222] Compiling RxSwift DistinctUntilChanged.swift
[27/222] Compiling RxSwift Do.swift
[28/222] Compiling RxSwift ElementAt.swift
[29/222] Compiling RxSwift Empty.swift
[30/222] Compiling RxSwift Enumerated.swift
[31/222] Compiling RxSwift Error.swift
[32/222] Compiling RxSwift Errors.swift
[33/222] Compiling RxSwift Event.swift
[34/222] Compiling RxSwift Filter.swift
[35/222] Compiling RxSwift First.swift
[36/222] Compiling RxSwift Generate.swift
[37/222] Compiling RxSwift GroupBy.swift
[38/222] Compiling RxSwift GroupedObservable.swift
[39/222] Compiling Alamofire RetryPolicy.swift
[40/222] Compiling Alamofire ServerTrustEvaluation.swift
[41/222] Compiling Alamofire URLEncodedFormEncoder.swift
BUILD FAILURE 6.3 linux