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.9 for Linux on 9 Sep 2024 18:26:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-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.9
Building package at path:  $PWD
https://github.com/MLSDev/TRON.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:ce1b417af3daf69cc45d04f29a58e7801e2026daba8632e701e58a5b08a16260
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[1/6100] Fetching swiftyjson
[5003/35126] Fetching swiftyjson, alamofire
[8424/86665] Fetching swiftyjson, alamofire, rxswift
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git (4.79s)
Fetched https://github.com/Alamofire/Alamofire.git (4.85s)
Fetched https://github.com/ReactiveX/RxSwift.git (4.93s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.5.0 (0.39s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.1 (0.36s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.6.2 (0.38s)
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/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.6.2
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.5.0
Building for debugging...
[1/176] Emitting module Alamofire
[2/180] Emitting module RxSwift
[3/200] Compiling RxSwift Dematerialize.swift
[4/200] Compiling RxSwift DispatchQueue+Extensions.swift
[5/200] Compiling RxSwift DispatchQueueConfiguration.swift
[6/200] Compiling RxSwift Disposable.swift
[7/200] Compiling RxSwift Disposables.swift
[8/200] Compiling RxSwift DisposeBag.swift
[9/200] Compiling RxSwift DisposeBase.swift
[10/200] Compiling RxSwift DistinctUntilChanged.swift
[11/200] Compiling RxSwift Do.swift
[12/200] Compiling RxSwift ElementAt.swift
[13/200] Compiling RxSwift Empty.swift
[14/200] Compiling RxSwift Enumerated.swift
[15/200] Compiling RxSwift Error.swift
[16/200] Compiling RxSwift Errors.swift
[17/200] Compiling RxSwift Event.swift
[18/200] Compiling RxSwift Filter.swift
[19/200] Compiling RxSwift First.swift
[20/200] Compiling RxSwift Generate.swift
[21/200] Compiling RxSwift GroupBy.swift
[22/200] Compiling RxSwift GroupedObservable.swift
[23/200] Compiling RxSwift Completable+AndThen.swift
[24/200] Compiling RxSwift Completable.swift
[25/200] Compiling RxSwift CompositeDisposable.swift
[26/200] Compiling RxSwift Concat.swift
[27/200] Emitting module SwiftyJSON
[28/200] 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
                       ^
[29/200] Compiling RxSwift AsMaybe.swift
[30/200] Compiling RxSwift AsSingle.swift
[31/200] Compiling RxSwift AsyncLock.swift
[32/200] Compiling RxSwift AsyncSubject.swift
[33/200] Compiling RxSwift AtomicInt.swift
[34/200] Compiling RxSwift BooleanDisposable.swift
[35/200] Compiling RxSwift Buffer.swift
[36/200] Compiling RxSwift Cancelable.swift
[37/200] Compiling RxSwift Catch.swift
[38/200] Compiling RxSwift CombineLatest+Collection.swift
[39/200] Compiling RxSwift CombineLatest+arity.swift
[40/200] Compiling RxSwift CombineLatest.swift
[41/200] Compiling RxSwift CompactMap.swift
[42/200] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[43/200] Compiling RxSwift ConcurrentMainScheduler.swift
[44/200] Compiling RxSwift ConnectableObservableType.swift
[45/200] Compiling RxSwift Create.swift
[46/200] Compiling RxSwift CurrentThreadScheduler.swift
[47/200] Compiling RxSwift SchedulerServices+Emulation.swift
[48/200] Compiling RxSwift SchedulerType.swift
[49/200] Compiling RxSwift Sequence.swift
[50/200] Compiling RxSwift SerialDispatchQueueScheduler.swift
[51/200] Compiling RxSwift SerialDisposable.swift
[52/200] Compiling RxSwift ShareReplayScope.swift
[53/200] Compiling RxSwift Single.swift
[54/200] Compiling RxSwift SingleAssignmentDisposable.swift
[55/200] Compiling RxSwift SingleAsync.swift
[56/200] Compiling RxSwift Sink.swift
[57/200] Compiling RxSwift Skip.swift
[58/200] Compiling RxSwift SkipUntil.swift
[59/200] Compiling RxSwift SkipWhile.swift
[60/200] Compiling RxSwift StartWith.swift
[61/200] Compiling RxSwift SubjectType.swift
[62/200] Compiling RxSwift SubscribeOn.swift
[63/200] Compiling RxSwift SubscriptionDisposable.swift
[64/200] Compiling RxSwift SwiftSupport.swift
[65/200] Compiling RxSwift Switch.swift
[66/200] Compiling RxSwift SwitchIfEmpty.swift
[67/200] Compiling RxSwift AddRef.swift
[68/200] Compiling RxSwift Amb.swift
[69/200] Compiling RxSwift AnonymousDisposable.swift
[70/200] Compiling RxSwift AnonymousObserver.swift
[71/200] Compiling RxSwift AnyObserver.swift
error: fatalError
[82/200] Compiling RxSwift Bag+Rx.swift
[83/200] Compiling RxSwift Bag.swift
[84/200] Compiling RxSwift BehaviorSubject.swift
[85/200] Compiling RxSwift BinaryDisposable.swift
[86/200] Compiling RxSwift Binder.swift
[104/200] Compiling Alamofire URLEncodedFormEncoder.swift
[105/200] Compiling Alamofire URLRequest+Alamofire.swift
[106/200] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[107/200] Compiling Alamofire Validation.swift
[108/200] Compiling RxSwift DefaultIfEmpty.swift
[109/200] Compiling RxSwift Deferred.swift
[110/200] Compiling RxSwift Delay.swift
[111/200] Compiling RxSwift DelaySubscription.swift
BUILD FAILURE 5.9 linux