Build Information
Failed to build RxOmnibar, reference 1.0.1 (cd69e5
), with Swift 6.0 for Linux on 4 Jan 2025 16:44:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CleanCocoa/RxOmnibar.git
Reference: 1.0.1
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/CleanCocoa/RxOmnibar
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at cd69e5c bump RxSwift
Cloned https://github.com/CleanCocoa/RxOmnibar.git
Revision (git rev-parse @):
cd69e5c18800df0690d5e79bc82210f1adea6d94
SUCCESS checkout https://github.com/CleanCocoa/RxOmnibar.git at 1.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/CleanCocoa/RxOmnibar.git
https://github.com/CleanCocoa/RxOmnibar.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.6.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
},
{
"identity" : "omnibar",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/CleanCocoa/Omnibar.git"
}
],
"manifest_display_name" : "RxOmnibar",
"name" : "RxOmnibar",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RxOmnibar",
"targets" : [
"RxOmnibar"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RxOmnibar-Static",
"targets" : [
"RxOmnibar"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "RxOmnibar-Dynamic",
"targets" : [
"RxOmnibar"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "RxOmnibarTests",
"module_type" : "SwiftTarget",
"name" : "RxOmnibarTests",
"path" : "Tests/RxOmnibarTests",
"product_dependencies" : [
"RxTest"
],
"sources" : [
"Omnibar+RxTests.swift",
"RxTestHelpers.swift"
],
"target_dependencies" : [
"RxOmnibar"
],
"type" : "test"
},
{
"c99name" : "RxOmnibar",
"module_type" : "SwiftTarget",
"name" : "RxOmnibar",
"path" : "Sources/RxOmnibar",
"product_dependencies" : [
"Omnibar",
"RxSwift",
"RxCocoa",
"RxRelay"
],
"product_memberships" : [
"RxOmnibar",
"RxOmnibar-Static",
"RxOmnibar-Dynamic"
],
"sources" : [
"Omnibar+Rx.swift",
"RxCocoaCasting.swift",
"RxOmnibarDelegateProxy.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/CleanCocoa/Omnibar.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/2260] Fetching omnibar
[2171/54696] Fetching omnibar, rxswift
Fetched https://github.com/CleanCocoa/Omnibar.git from cache (0.59s)
[4195/52436] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.37s)
Computing version for https://github.com/CleanCocoa/Omnibar.git
Computed https://github.com/CleanCocoa/Omnibar.git at 1.0.0 (1.30s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.65s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.8.0
Creating working copy for https://github.com/CleanCocoa/Omnibar.git
Working copy of https://github.com/CleanCocoa/Omnibar.git resolved at 1.0.0
Building for debugging...
[0/18] Copying PrivacyInfo.xcprivacy
[0/18] Write sources
[0/18] Copying PrivacyInfo.xcprivacy
[0/18] Write sources
[0/18] Copying PrivacyInfo.xcprivacy
[0/18] Write sources
[8/18] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/174] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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) {
[11/194] Compiling Omnibar OmnibarTextFieldCell.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/195] Emitting module Omnibar
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[13/195] Compiling RxSwift SchedulerType.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[14/195] Compiling RxSwift Sequence.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[15/195] Compiling Omnibar OmnibarDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[16/195] Compiling Omnibar TextFieldTextChange.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[17/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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/195] Compiling RxSwift Binder.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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) {
[33/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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) {
[34/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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) {
[35/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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) {
[36/195] 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.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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) {
[37/195] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.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) {
[38/195] Compiling RxSwift SingleAssignmentDisposable.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[39/195] Compiling RxSwift SingleAsync.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[40/195] Compiling RxSwift ShareReplayScope.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[41/195] Compiling RxSwift Single.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[42/195] Compiling RxSwift SerialDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[43/195] Compiling RxSwift SerialDisposable.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[44/195] Compiling RxSwift Producer.swift
[45/195] Compiling RxSwift PublishSubject.swift
[46/195] Compiling RxSwift Queue.swift
[47/195] Compiling RxSwift Range.swift
[48/195] Compiling RxSwift Reactive.swift
[49/195] Compiling RxSwift RecursiveLock.swift
[50/195] Compiling RxSwift RecursiveScheduler.swift
[51/195] Compiling RxSwift Reduce.swift
[52/195] Compiling RxSwift RefCountDisposable.swift
[53/195] Compiling RxSwift Repeat.swift
[54/195] Compiling RxSwift ReplaySubject.swift
[55/195] Compiling RxSwift RetryWhen.swift
[56/195] Compiling RxSwift Rx.swift
[57/195] Compiling RxSwift RxMutableBox.swift
[58/195] Compiling RxSwift Sample.swift
[59/195] Compiling RxSwift Scan.swift
[60/195] Compiling RxSwift ScheduledDisposable.swift
[61/195] Compiling RxSwift ScheduledItem.swift
[62/195] Compiling RxSwift ScheduledItemType.swift
[63/195] Compiling RxSwift SchedulerServices+Emulation.swift
[64/195] Compiling Omnibar TextReplacement.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[65/195] Compiling RxSwift DispatchQueueConfiguration.swift
[66/195] Compiling RxSwift Disposable.swift
[67/195] Compiling RxSwift Disposables.swift
[68/195] Compiling RxSwift DisposeBag.swift
[69/195] Compiling RxSwift DisposeBase.swift
[70/195] Compiling RxSwift DistinctUntilChanged.swift
[71/195] Compiling RxSwift Do.swift
[72/195] Compiling RxSwift ElementAt.swift
[73/195] Compiling RxSwift Empty.swift
[74/195] Compiling RxSwift Enumerated.swift
[75/195] Compiling RxSwift Error.swift
[76/195] Compiling RxSwift Errors.swift
[77/195] Compiling RxSwift Event.swift
[78/195] Compiling RxSwift Filter.swift
[79/195] Compiling RxSwift First.swift
[80/195] Compiling RxSwift Generate.swift
[81/195] Compiling RxSwift GroupBy.swift
[82/195] Compiling RxSwift GroupedObservable.swift
[83/195] Compiling RxSwift HistoricalScheduler.swift
[84/195] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[85/195] Compiling RxSwift ImmediateSchedulerType.swift
[94/195] Compiling RxSwift Sink.swift
[95/195] Compiling RxSwift Skip.swift
[96/195] Compiling RxSwift SkipUntil.swift
[97/195] Compiling RxSwift SkipWhile.swift
[98/195] Compiling RxSwift StartWith.swift
[99/195] Compiling RxSwift SubjectType.swift
[100/195] Compiling RxSwift SubscribeOn.swift
[101/195] Compiling RxSwift SubscriptionDisposable.swift
[102/195] Compiling RxSwift SwiftSupport.swift
[103/195] Compiling RxSwift Switch.swift
[104/195] Compiling RxSwift SwitchIfEmpty.swift
[105/195] Compiling RxSwift SynchronizedDisposeType.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/10] Write swift-version-24593BA9C3E375BF.txt
[2/89] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[3/89] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[4/89] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[5/89] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/112] Emitting module Omnibar
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[7/112] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[8/112] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[9/151] Compiling Omnibar TextFieldTextChange.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[10/151] Compiling Omnibar OmnibarDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[11/151] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[12/152] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[13/152] Compiling Omnibar OmnibarTextFieldCell.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
[14/167] Compiling Omnibar TextReplacement.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 |
5 | protocol EditableText {
BUILD FAILURE 6.0 linux