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.2 (beta) for Android on 22 Jun 2025 20:12:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CleanCocoa/RxOmnibar.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/CleanCocoa/Omnibar.git
[1/2422] Fetching omnibar
[2423/55132] Fetching omnibar, rxswift
Fetched https://github.com/CleanCocoa/Omnibar.git from cache (0.51s)
[1055/52710] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.94s)
Computing version for https://github.com/CleanCocoa/Omnibar.git
Computed https://github.com/CleanCocoa/Omnibar.git at 1.0.0 (9.23s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (1.23s)
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/CleanCocoa/Omnibar.git
Working copy of https://github.com/CleanCocoa/Omnibar.git resolved at 1.0.0
Building for debugging...
[0/18] Write sources
[0/18] Copying PrivacyInfo.xcprivacy
[3/18] Write sources
[3/18] Copying PrivacyInfo.xcprivacy
[3/18] Write sources
[8/18] Write swift-version-8C5A4AE7A8CE2BA.txt
[10/174] Compiling RxSwift AnyObserver.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/174] Compiling RxSwift AsMaybe.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/174] Compiling RxSwift AnonymousDisposable.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/174] Compiling RxSwift AnonymousObserver.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/175] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/175] 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 {
[16/175] Compiling RxSwift AddRef.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/175] Compiling RxSwift Amb.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/175] 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 {
[19/175] 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 {
[20/175] Compiling RxSwift AsSingle.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 {
[21/175] Compiling RxSwift AsyncLock.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 {
[22/175] 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 {
[23/175] Emitting module RxSwift
BUILD FAILURE 6.2 android