Build Information
Failed to build RxTimelane, reference main (fe5dd4
), with Swift 6.2 (beta) for Linux on 18 Jun 2025 21:29:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/icanzilb/RxTimelane.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/icanzilb/RxTimelane
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fe5dd43 bump CP version to 3.0.2
Cloned https://github.com/icanzilb/RxTimelane.git
Revision (git rev-parse @):
fe5dd4390cfe5a6ee6c1d3f9403765a7a985ee51
SUCCESS checkout https://github.com/icanzilb/RxTimelane.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/icanzilb/RxTimelane.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/ReactiveX/RxSwift.git
Fetching https://github.com/icanzilb/TimelaneCore
[1/435] Fetching timelanecore
[436/53138] Fetching timelanecore, rxswift
Fetched https://github.com/icanzilb/TimelaneCore from cache (4.17s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.33s)
Computing version for https://github.com/icanzilb/TimelaneCore
Computed https://github.com/icanzilb/TimelaneCore at 2.0.2 (4.75s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.42s)
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/icanzilb/TimelaneCore
Working copy of https://github.com/icanzilb/TimelaneCore resolved at 2.0.2
Building for debugging...
[0/5] Write sources
[2/5] Copying PrivacyInfo.xcprivacy
[3/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/151] Emitting module TimelaneCore
/host/spi-builder-workspace/.build/checkouts/TimelaneCore/Sources/TimelaneCore/TimelaneCore.swift:7:8: error: no such module 'os'
5 |
6 | import Foundation
7 | import os
| `- error: no such module 'os'
8 |
9 | /// A timelane logger that proxies events & values to another object.
[7/151] Compiling TimelaneCore TimelaneCore.swift
/host/spi-builder-workspace/.build/checkouts/TimelaneCore/Sources/TimelaneCore/TimelaneCore.swift:7:8: error: no such module 'os'
5 |
6 | import Foundation
7 | import os
| `- error: no such module 'os'
8 |
9 | /// A timelane logger that proxies events & values to another object.
[8/151] Compiling RxSwift DispatchQueueConfiguration.swift
[9/151] Compiling RxSwift Disposable.swift
[10/151] Compiling RxSwift Disposables.swift
[11/151] Compiling RxSwift DisposeBag.swift
[12/151] Compiling RxSwift DisposeBase.swift
[13/151] Compiling RxSwift DistinctUntilChanged.swift
[14/151] Compiling RxSwift Do.swift
[15/151] Compiling RxSwift ElementAt.swift
[16/151] Compiling RxSwift Empty.swift
[17/151] Compiling RxSwift Enumerated.swift
[18/151] Compiling RxSwift Error.swift
[19/151] Compiling RxSwift Errors.swift
[20/151] Compiling RxSwift Event.swift
[21/151] Compiling RxSwift Filter.swift
[22/151] Compiling RxSwift First.swift
[23/151] Compiling RxSwift Generate.swift
[24/151] Compiling RxSwift GroupBy.swift
[25/151] Compiling RxSwift GroupedObservable.swift
[26/151] Compiling RxSwift HistoricalScheduler.swift
[27/151] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[28/151] Compiling RxSwift ImmediateSchedulerType.swift
[29/151] Compiling RxSwift Producer.swift
[30/151] Compiling RxSwift PublishSubject.swift
[31/151] Compiling RxSwift Queue.swift
[32/151] Compiling RxSwift Range.swift
[33/151] Compiling RxSwift Reactive.swift
[34/151] Compiling RxSwift RecursiveLock.swift
[35/151] Compiling RxSwift RecursiveScheduler.swift
[36/151] Compiling RxSwift Reduce.swift
[37/151] Compiling RxSwift RefCountDisposable.swift
[38/151] Compiling RxSwift Repeat.swift
[39/151] Compiling RxSwift ReplaySubject.swift
[40/151] Compiling RxSwift RetryWhen.swift
[41/151] Compiling RxSwift Rx.swift
[42/151] Compiling RxSwift RxMutableBox.swift
[43/151] Compiling RxSwift Sample.swift
[44/151] Compiling RxSwift Scan.swift
[45/151] Compiling RxSwift ScheduledDisposable.swift
[46/151] Compiling RxSwift ScheduledItem.swift
[47/151] Compiling RxSwift ScheduledItemType.swift
[48/151] Compiling RxSwift SchedulerServices+Emulation.swift
[49/151] Compiling RxSwift Never.swift
[50/151] Compiling RxSwift NopDisposable.swift
[51/151] Compiling RxSwift Observable+Concurrency.swift
[52/151] Compiling RxSwift Observable.swift
[53/151] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[54/151] Compiling RxSwift ObservableConvertibleType.swift
[55/151] Compiling RxSwift ObservableType+Extensions.swift
[56/151] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[57/151] Compiling RxSwift ObservableType.swift
[58/151] Compiling RxSwift ObserveOn.swift
[59/151] Compiling RxSwift ObserverBase.swift
[60/151] Compiling RxSwift ObserverType.swift
[61/151] Compiling RxSwift OperationQueueScheduler.swift
[62/151] Compiling RxSwift Optional.swift
[63/151] Compiling RxSwift Platform.Darwin.swift
[64/151] Compiling RxSwift Platform.Linux.swift
[65/151] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[66/151] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[67/151] Compiling RxSwift PrimitiveSequence.swift
[68/151] Compiling RxSwift PriorityQueue.swift
[69/151] Compiling RxSwift SchedulerType.swift
[70/151] Compiling RxSwift Sequence.swift
[71/151] Compiling RxSwift SerialDispatchQueueScheduler.swift
[72/151] Compiling RxSwift SerialDisposable.swift
[73/151] Compiling RxSwift ShareReplayScope.swift
[74/151] Compiling RxSwift Single.swift
[75/151] Compiling RxSwift SingleAssignmentDisposable.swift
[76/151] Compiling RxSwift SingleAsync.swift
[77/151] Compiling RxSwift Sink.swift
[78/151] Compiling RxSwift Skip.swift
[79/151] Compiling RxSwift SkipUntil.swift
[80/151] Compiling RxSwift SkipWhile.swift
[81/151] Compiling RxSwift StartWith.swift
[82/151] Compiling RxSwift SubjectType.swift
[83/151] Compiling RxSwift SubscribeOn.swift
[84/151] Compiling RxSwift SubscriptionDisposable.swift
[85/151] Compiling RxSwift SwiftSupport.swift
[86/151] Compiling RxSwift Switch.swift
[87/151] Compiling RxSwift SwitchIfEmpty.swift
[88/151] Compiling RxSwift SynchronizedDisposeType.swift
[89/151] Emitting module RxSwift
BUILD FAILURE 6.2 linux