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 RxOmnibar, reference main (f504c3), with Swift 6.0 for Linux on 4 Jan 2025 10:15:58 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.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: 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/CleanCocoa/RxOmnibar
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f504c3e adjust README to say 'RxOmnibar'
Cloned https://github.com/CleanCocoa/RxOmnibar.git
Revision (git rev-parse @):
f504c3ea5c1e113dad37cecdcc64051385b37075
SUCCESS checkout https://github.com/CleanCocoa/RxOmnibar.git at main
========================================
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-4609320-1":/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/ReactiveX/RxSwift.git
Fetching https://github.com/CleanCocoa/Omnibar.git
[1/2260] Fetching omnibar
[2194/54696] Fetching omnibar, rxswift
[1967/2260] Fetching omnibar
[1855/54696] Fetching omnibar, rxswift
Fetched https://github.com/CleanCocoa/Omnibar.git from cache (0.51s)
[5244/52436] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.51s)
Computing version for https://github.com/CleanCocoa/Omnibar.git
Computed https://github.com/CleanCocoa/Omnibar.git at 1.0.0 (2.94s)
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/CleanCocoa/Omnibar.git
Working copy of https://github.com/CleanCocoa/Omnibar.git resolved at 1.0.0
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.8.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
[1/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) {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/194] 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 {
[12/194] Compiling RxSwift DispatchQueueConfiguration.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/194] Compiling RxSwift Disposable.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/194] Compiling RxSwift Do.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/194] Compiling RxSwift ElementAt.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/194] Compiling RxSwift Disposables.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/194] Compiling RxSwift DisposeBag.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 {
[18/195] Compiling RxSwift Producer.swift
[19/195] Compiling RxSwift PublishSubject.swift
[20/195] Compiling RxSwift Queue.swift
[21/195] Compiling RxSwift Range.swift
[22/195] Compiling RxSwift Reactive.swift
[23/195] Compiling RxSwift RecursiveLock.swift
[24/195] Compiling RxSwift RecursiveScheduler.swift
[25/195] Compiling RxSwift Reduce.swift
[26/195] Compiling RxSwift RefCountDisposable.swift
[27/195] Compiling RxSwift Repeat.swift
[28/195] Compiling RxSwift ReplaySubject.swift
[29/195] Compiling RxSwift RetryWhen.swift
[30/195] Compiling RxSwift Rx.swift
[31/195] Compiling RxSwift RxMutableBox.swift
[32/195] Compiling RxSwift Sample.swift
[33/195] Compiling RxSwift Scan.swift
[34/195] Compiling RxSwift ScheduledDisposable.swift
[35/195] Compiling RxSwift ScheduledItem.swift
[36/195] Compiling RxSwift ScheduledItemType.swift
[37/195] Compiling RxSwift SchedulerServices+Emulation.swift
[38/195] Compiling RxSwift DisposeBase.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 DistinctUntilChanged.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 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 {
[41/195] 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 {
[42/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 {
[43/195] Compiling RxSwift CombineLatest.swift
[44/195] Compiling RxSwift CompactMap.swift
[45/195] Compiling RxSwift Completable+AndThen.swift
[46/195] Compiling RxSwift Completable.swift
[47/195] Compiling RxSwift CompositeDisposable.swift
[48/195] Compiling RxSwift Concat.swift
[49/195] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[50/195] Compiling RxSwift ConcurrentMainScheduler.swift
[51/195] Compiling RxSwift ConnectableObservableType.swift
[52/195] Compiling RxSwift Create.swift
[53/195] Compiling RxSwift CurrentThreadScheduler.swift
[54/195] Compiling RxSwift Date+Dispatch.swift
[55/195] Compiling RxSwift Debounce.swift
[56/195] Compiling RxSwift Debug.swift
[57/195] Compiling RxSwift Decode.swift
[58/195] Compiling RxSwift DefaultIfEmpty.swift
[59/195] Compiling RxSwift Deferred.swift
[60/195] Compiling RxSwift Delay.swift
[61/195] Compiling RxSwift DelaySubscription.swift
[62/195] Compiling RxSwift Dematerialize.swift
[63/195] Compiling RxSwift DispatchQueue+Extensions.swift
[64/195] Compiling RxSwift SchedulerType.swift
[65/195] Compiling RxSwift Sequence.swift
[66/195] Compiling RxSwift SerialDispatchQueueScheduler.swift
[67/195] Compiling RxSwift SerialDisposable.swift
[68/195] Compiling RxSwift ShareReplayScope.swift
[69/195] Compiling RxSwift Single.swift
[70/195] Compiling RxSwift SingleAssignmentDisposable.swift
[71/195] Compiling RxSwift SingleAsync.swift
[72/195] Compiling RxSwift Sink.swift
[73/195] Compiling RxSwift Skip.swift
[74/195] Compiling RxSwift SkipUntil.swift
[75/195] Compiling RxSwift SkipWhile.swift
[76/195] Compiling RxSwift StartWith.swift
[77/195] Compiling RxSwift SubjectType.swift
[78/195] Compiling RxSwift SubscribeOn.swift
[79/195] Compiling RxSwift SubscriptionDisposable.swift
[80/195] Compiling RxSwift SwiftSupport.swift
[81/195] Compiling RxSwift Switch.swift
[82/195] Compiling RxSwift SwitchIfEmpty.swift
[83/195] Compiling RxSwift SynchronizedDisposeType.swift
[84/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 {
[85/195] Compiling RxSwift SynchronizedOnType.swift
[86/195] Compiling RxSwift SynchronizedUnsubscribeType.swift
[87/195] Compiling RxSwift TailRecursiveSink.swift
[88/195] Compiling RxSwift Take.swift
[89/195] Compiling RxSwift TakeLast.swift
[90/195] Compiling RxSwift TakeWithPredicate.swift
[91/195] Compiling RxSwift Throttle.swift
[92/195] Compiling RxSwift Timeout.swift
[93/195] Compiling RxSwift Timer.swift
[94/195] Compiling RxSwift ToArray.swift
[95/195] Compiling RxSwift Using.swift
[96/195] Compiling RxSwift VirtualTimeConverterType.swift
[97/195] Compiling RxSwift VirtualTimeScheduler.swift
[98/195] Compiling RxSwift Window.swift
[99/195] Compiling RxSwift WithLatestFrom.swift
[100/195] Compiling RxSwift WithUnretained.swift
[101/195] Compiling RxSwift Zip+Collection.swift
[102/195] Compiling RxSwift Zip+arity.swift
[103/195] Compiling RxSwift Zip.swift
[104/195] Compiling RxSwift resource_bundle_accessor.swift
[113/195] Compiling RxSwift Empty.swift
[114/195] Compiling RxSwift Enumerated.swift
[115/195] Compiling RxSwift Error.swift
[116/195] Compiling RxSwift Errors.swift
[117/195] Compiling RxSwift Event.swift
[118/195] Compiling RxSwift Filter.swift
[119/195] Compiling RxSwift First.swift
[120/195] Compiling RxSwift Generate.swift
[121/195] Compiling RxSwift GroupBy.swift
[122/195] Compiling RxSwift GroupedObservable.swift
[123/195] Compiling RxSwift HistoricalScheduler.swift
[124/195] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[125/195] Compiling RxSwift ImmediateSchedulerType.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/22] Compiling Omnibar OmnibarContent.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/22] Compiling Omnibar OmnibarContentChange.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/23] Compiling Omnibar FieldEditor.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/23] Compiling Omnibar NSText+FieldEditor.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/23] Compiling Omnibar ChangeMethod.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 {
[7/23] Compiling Omnibar EditableText.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/23] 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 {
[9/23] Compiling Omnibar NSView+constrainToSuperviewBounds.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/23] Compiling Omnibar Omnibar.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/81] 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 {
[12/81] 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 {
[13/81] 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 {
[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