Build Information
Failed to build ghaw, reference master (bedf5f), with Swift 6.3 for Linux on 10 Apr 2026 23:42:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/toshi0383/ghaw.git
Reference: master
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/toshi0383/ghaw
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bedf5f7 update README
Cloned https://github.com/toshi0383/ghaw.git
Revision (git rev-parse @):
bedf5f7bd9ec5e6f1372b4ccaf892c19819e15fd
SUCCESS checkout https://github.com/toshi0383/ghaw.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/toshi0383/ghaw.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/toshi0383/CoreCLI
Fetching https://github.com/JohnSundell/ShellOut
Fetching https://github.com/ReactiveX/RxSwift
[1/68] Fetching corecli
[69/1048] Fetching corecli, shellout
[481/55353] Fetching corecli, shellout, rxswift
Fetched https://github.com/toshi0383/CoreCLI from cache (0.86s)
[5325/55285] Fetching shellout, rxswift
Fetched https://github.com/JohnSundell/ShellOut from cache (8.47s)
Fetched https://github.com/ReactiveX/RxSwift from cache (8.71s)
Computing version for https://github.com/toshi0383/CoreCLI
Computed https://github.com/toshi0383/CoreCLI at 0.1.10 (11.54s)
Computing version for https://github.com/JohnSundell/ShellOut
Computed https://github.com/JohnSundell/ShellOut at 2.3.0 (3.75s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (0.74s)
Creating working copy for https://github.com/JohnSundell/ShellOut
Working copy of https://github.com/JohnSundell/ShellOut resolved at 2.3.0
Creating working copy for https://github.com/toshi0383/CoreCLI
Working copy of https://github.com/toshi0383/CoreCLI resolved at 0.1.10
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 5.1.3
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/155] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[9/173] Compiling CoreCLI CommandType.swift
[10/173] Compiling CoreCLI AutoArgumentsDecodable.swift
[11/173] Emitting module CoreCLI
[12/173] Compiling CoreCLI ArgumentParser.swift
[13/173] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[14/173] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[15/173] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[16/173] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[17/173] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[18/173] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[19/173] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[20/173] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[21/173] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[22/173] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[23/173] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[24/173] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[25/173] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[26/173] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[27/173] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[28/173] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[29/173] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[30/173] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[31/173] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[32/173] Compiling CoreCLI CommandRunner.swift
[33/174] Compiling RxSwift Dematerialize.swift
[34/174] Compiling RxSwift Deprecated.swift
[35/174] Compiling RxSwift DispatchQueue+Extensions.swift
[36/174] Compiling RxSwift DispatchQueueConfiguration.swift
[37/174] Compiling RxSwift Disposable.swift
[38/174] Compiling RxSwift Disposables.swift
[39/174] Compiling RxSwift DisposeBag.swift
[40/174] Compiling RxSwift DisposeBase.swift
[41/174] Compiling RxSwift DistinctUntilChanged.swift
[42/174] Compiling RxSwift Do.swift
[43/174] Compiling RxSwift ElementAt.swift
[44/174] Compiling RxSwift Empty.swift
[45/174] Compiling RxSwift Enumerated.swift
[46/174] Compiling RxSwift Error.swift
[47/174] Compiling RxSwift Errors.swift
[48/174] Compiling RxSwift Event.swift
[49/174] Compiling RxSwift Filter.swift
[50/174] Compiling RxSwift First.swift
[51/174] Compiling RxSwift Generate.swift
[53/174] Compiling ShellOut ShellOut.swift
[54/174] Emitting module ShellOut
[55/174] Compiling RxSwift SerialDisposable.swift
[56/174] Compiling RxSwift ShareReplayScope.swift
[57/174] Compiling RxSwift Single.swift
[58/174] Compiling RxSwift SingleAssignmentDisposable.swift
[59/174] Compiling RxSwift SingleAsync.swift
[60/174] Compiling RxSwift Sink.swift
[61/174] Compiling RxSwift Skip.swift
[62/174] Compiling RxSwift SkipUntil.swift
[63/174] Compiling RxSwift SkipWhile.swift
[64/174] Compiling RxSwift StartWith.swift
[65/174] Compiling RxSwift SubjectType.swift
[66/174] Compiling RxSwift SubscribeOn.swift
[67/174] Compiling RxSwift SubscriptionDisposable.swift
[68/174] Compiling RxSwift SwiftSupport.swift
[69/174] Compiling RxSwift Switch.swift
[70/174] Compiling RxSwift SwitchIfEmpty.swift
[71/174] Compiling RxSwift SynchronizedDisposeType.swift
[72/174] Compiling RxSwift SynchronizedOnType.swift
[73/174] Compiling RxSwift GroupBy.swift
[74/174] Compiling RxSwift GroupedObservable.swift
[75/174] Compiling RxSwift HistoricalScheduler.swift
[76/174] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[77/174] Compiling RxSwift ImmediateSchedulerType.swift
[78/174] Compiling RxSwift InfiniteSequence.swift
[79/174] Compiling RxSwift InvocableScheduledItem.swift
[80/174] Compiling RxSwift InvocableType.swift
[81/174] Compiling RxSwift Just.swift
[82/174] Compiling RxSwift Lock.swift
[83/174] Compiling RxSwift LockOwnerType.swift
[84/174] Compiling RxSwift MainScheduler.swift
[85/174] Compiling RxSwift Map.swift
[86/174] Compiling RxSwift Materialize.swift
[87/174] Compiling RxSwift Maybe.swift
[88/174] Compiling RxSwift Merge.swift
[89/174] Compiling RxSwift Multicast.swift
[90/174] Compiling RxSwift Never.swift
[91/174] Compiling RxSwift NopDisposable.swift
[92/175] Compiling RxSwift Observable.swift
[93/175] Compiling RxSwift ObservableConvertibleType.swift
[94/175] Compiling RxSwift ObservableType+Extensions.swift
[95/175] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[96/175] Compiling RxSwift ObservableType.swift
[97/175] Compiling RxSwift ObserveOn.swift
[98/175] Compiling RxSwift ObserverBase.swift
[99/175] Compiling RxSwift ObserverType.swift
[100/175] Compiling RxSwift OperationQueueScheduler.swift
[101/175] Compiling RxSwift Optional.swift
[102/175] Compiling RxSwift Platform.Darwin.swift
[103/175] Compiling RxSwift Platform.Linux.swift
[104/175] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[105/175] Compiling RxSwift PrimitiveSequence.swift
[106/175] Compiling RxSwift PriorityQueue.swift
[107/175] Compiling RxSwift Producer.swift
[108/175] Compiling RxSwift PublishSubject.swift
[109/175] Compiling RxSwift Queue.swift
[110/175] Compiling RxSwift Range.swift
[111/175] Compiling RxSwift SynchronizedUnsubscribeType.swift
[112/175] Compiling RxSwift TailRecursiveSink.swift
[113/175] Compiling RxSwift Take.swift
[114/175] Compiling RxSwift TakeLast.swift
[115/175] Compiling RxSwift TakeUntil.swift
[116/175] Compiling RxSwift TakeWhile.swift
[117/175] Compiling RxSwift Throttle.swift
[118/175] Compiling RxSwift Timeout.swift
[119/175] Compiling RxSwift Timer.swift
[120/175] Compiling RxSwift ToArray.swift
[121/175] Compiling RxSwift Using.swift
[122/175] Compiling RxSwift VirtualTimeConverterType.swift
[123/175] Compiling RxSwift VirtualTimeScheduler.swift
[124/175] Compiling RxSwift Window.swift
[125/175] Compiling RxSwift WithLatestFrom.swift
[126/175] Compiling RxSwift Zip+Collection.swift
[127/175] Compiling RxSwift Zip+arity.swift
[128/175] Compiling RxSwift Zip.swift
[130/175] Compiling RxSwift CombineLatest+arity.swift
[131/175] Compiling RxSwift CombineLatest.swift
[132/175] Compiling RxSwift CompactMap.swift
[133/175] Compiling RxSwift Completable+AndThen.swift
[134/175] Compiling RxSwift Completable.swift
[135/175] Compiling RxSwift CompositeDisposable.swift
[136/175] Compiling RxSwift Concat.swift
[137/175] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[138/175] Compiling RxSwift ConcurrentMainScheduler.swift
[139/175] Compiling RxSwift ConnectableObservableType.swift
[140/175] Compiling RxSwift Create.swift
[141/175] Compiling RxSwift CurrentThreadScheduler.swift
[142/175] Compiling RxSwift Date+Dispatch.swift
[143/175] Compiling RxSwift Debounce.swift
[144/175] Compiling RxSwift Debug.swift
[145/175] Compiling RxSwift DefaultIfEmpty.swift
[146/175] Compiling RxSwift Deferred.swift
[147/175] Compiling RxSwift Delay.swift
[148/175] Compiling RxSwift DelaySubscription.swift
[149/175] Compiling RxSwift Reactive.swift
[150/175] Compiling RxSwift RecursiveLock.swift
[151/175] Compiling RxSwift RecursiveScheduler.swift
[152/175] Compiling RxSwift Reduce.swift
[153/175] Compiling RxSwift RefCountDisposable.swift
[154/175] Compiling RxSwift Repeat.swift
[155/175] Compiling RxSwift ReplaySubject.swift
[156/175] Compiling RxSwift RetryWhen.swift
[157/175] Compiling RxSwift Rx.swift
[158/175] Compiling RxSwift RxMutableBox.swift
[159/175] Compiling RxSwift Sample.swift
[160/175] Compiling RxSwift Scan.swift
[161/175] Compiling RxSwift ScheduledDisposable.swift
[162/175] Compiling RxSwift ScheduledItem.swift
[163/175] Compiling RxSwift ScheduledItemType.swift
[164/175] Compiling RxSwift SchedulerServices+Emulation.swift
[165/175] Compiling RxSwift SchedulerType.swift
[166/175] Compiling RxSwift Sequence.swift
[167/175] Compiling RxSwift SerialDispatchQueueScheduler.swift
[167/175] Wrapping AST for ShellOut for debugging
[167/175] Wrapping AST for CoreCLI for debugging
BUILD FAILURE 6.3 linux