The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build TRON, reference main (e260e3), with Swift 5.10 for Linux on 9 Sep 2024 18:25:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.52.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:             5.10
Building package at path:  $PWD
https://github.com/MLSDev/TRON.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:babe740e3609749f0a5d82784d4f9676e45c6cfa9cca47e2159cdab5f7f4dab5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/6100] Fetching swiftyjson
[4515/35126] Fetching swiftyjson, alamofire
[8424/86665] Fetching swiftyjson, alamofire, rxswift
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (7.09s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (7.14s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (7.23s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.5.0 (0.50s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.1 (0.39s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.6.2 (0.40s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.1
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.5.0
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.6.2
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/183] Emitting module Alamofire
[9/187] Compiling Alamofire URLEncodedFormEncoder.swift
[10/187] Compiling Alamofire URLRequest+Alamofire.swift
[11/187] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[12/187] Compiling Alamofire Validation.swift
[13/187] Emitting module SwiftyJSON
[14/187] Compiling SwiftyJSON SwiftyJSON.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyJSON/Source/SwiftyJSON/SwiftyJSON.swift:1215:51: error: ambiguous use of operator '<'
    case (.number, .number): return lhs.rawNumber < rhs.rawNumber
                                                  ^
/host/spi-builder-workspace/.build/checkouts/SwiftyJSON/Source/SwiftyJSON/SwiftyJSON.swift:1251:6: note: found this candidate
func < (lhs: NSNumber, rhs: NSNumber) -> Bool {
     ^
Foundation.NSNumber:2:24: note: found this candidate
    public static func < (lhs: NSNumber, rhs: NSNumber) -> Bool
                       ^
[15/187] Compiling RxSwift Dematerialize.swift
[16/187] Compiling RxSwift DispatchQueue+Extensions.swift
[17/187] Compiling RxSwift DispatchQueueConfiguration.swift
[18/187] Compiling RxSwift Disposable.swift
[19/187] Compiling RxSwift Disposables.swift
[20/187] Compiling RxSwift DisposeBag.swift
[21/187] Compiling RxSwift DisposeBase.swift
[22/187] Compiling RxSwift DistinctUntilChanged.swift
[23/187] Compiling RxSwift Do.swift
[24/187] Compiling RxSwift ElementAt.swift
[25/187] Compiling RxSwift Empty.swift
[26/187] Compiling RxSwift Enumerated.swift
[27/187] Compiling RxSwift Error.swift
[28/187] Compiling RxSwift Errors.swift
[29/187] Compiling RxSwift Event.swift
[30/187] Compiling RxSwift Filter.swift
[31/187] Compiling RxSwift First.swift
[32/187] Compiling RxSwift Generate.swift
[33/187] Compiling RxSwift GroupBy.swift
[34/187] Compiling RxSwift GroupedObservable.swift
error: fatalError
BUILD FAILURE 5.10 linux