Build Information
Failed to build InputBarAccessoryView, reference master (dfdc82
), with Swift 6.2 (beta) for Linux on 22 Jun 2025 09:54:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/nathantannar4/InputBarAccessoryView.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/nathantannar4/InputBarAccessoryView
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at dfdc822 Update README.md
Cloned https://github.com/nathantannar4/InputBarAccessoryView.git
Revision (git rev-parse @):
dfdc822b0d4a0d1b5777100347c399069e9bfc62
SUCCESS checkout https://github.com/nathantannar4/InputBarAccessoryView.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/nathantannar4/InputBarAccessoryView.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/33] Emitting module InputBarAccessoryView
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[4/37] Compiling InputBarAccessoryView InputBarViewController.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[5/37] Compiling InputBarAccessoryView InputStackView.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[6/37] Compiling InputBarAccessoryView InputTextView.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[7/37] Compiling InputBarAccessoryView SeparatorLine.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[8/37] Compiling InputBarAccessoryView ImageAttachmentCell.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[9/37] Compiling InputBarAccessoryView AutocompleteManager.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[10/37] Compiling InputBarAccessoryView AutocompleteCompletion.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[11/37] Compiling InputBarAccessoryView AutocompleteSession.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[12/37] Compiling InputBarAccessoryView InputBarAccessoryViewDelegate.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[13/37] Compiling InputBarAccessoryView InputItem.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[14/37] Compiling InputBarAccessoryView InputPlugin.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[15/37] Compiling InputBarAccessoryView InputBarAccessoryView+Availability.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[16/37] Compiling InputBarAccessoryView AutocompleteManagerDataSource.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[17/37] Compiling InputBarAccessoryView AutocompleteManagerDelegate.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[18/37] Compiling InputBarAccessoryView AutocompleteCell.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[19/37] Compiling InputBarAccessoryView AutocompleteTableView.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[20/37] Compiling InputBarAccessoryView UITextView+Extensions.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[21/37] Compiling InputBarAccessoryView UIView+AutoLayout.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[22/37] Compiling InputBarAccessoryView InputBarAccessoryView.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[23/37] Compiling InputBarAccessoryView KeyboardEvent.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[24/37] Compiling InputBarAccessoryView KeyboardManager.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[25/37] Compiling InputBarAccessoryView InputBarButtonItem.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[26/37] Compiling InputBarAccessoryView InputBarSendButton.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[27/37] Compiling InputBarAccessoryView NSMutableAttributedString+Extensions.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[28/37] Compiling InputBarAccessoryView NSNotification+Extensions.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[29/37] Compiling InputBarAccessoryView String+Extensions.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[30/37] Compiling InputBarAccessoryView AttachmentManagerDataSource.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[31/37] Compiling InputBarAccessoryView AttachmentManagerDelegate.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[32/37] Compiling InputBarAccessoryView AttachmentCell.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[33/37] Compiling InputBarAccessoryView AttachmentsView.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[34/37] Compiling InputBarAccessoryView KeyboardNotification.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[35/37] Compiling InputBarAccessoryView HorizontalEdgePadding.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[36/37] Compiling InputBarAccessoryView NSConstraintLayoutSet.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
[37/37] Compiling InputBarAccessoryView AttachmentManager.swift
/host/spi-builder-workspace/Sources/Controls/InputBarButtonItem.swift:28:8: error: no such module 'UIKit'
26 | //
27 |
28 | import UIKit
| `- error: no such module 'UIKit'
29 |
30 | /**
BUILD FAILURE 6.2 linux