The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build InputBarAccessoryView, reference master (dfdc82), with Swift 6.1 for Linux on 29 Apr 2025 18:56:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
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.1
Building package at path:  $PWD
https://github.com/nathantannar4/InputBarAccessoryView.git
https://github.com/nathantannar4/InputBarAccessoryView.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "InputBarAccessoryView",
  "name" : "InputBarAccessoryView",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "InputBarAccessoryView",
      "targets" : [
        "InputBarAccessoryView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "InputBarAccessoryView",
      "module_type" : "SwiftTarget",
      "name" : "InputBarAccessoryView",
      "path" : "Sources",
      "product_memberships" : [
        "InputBarAccessoryView"
      ],
      "sources" : [
        "Controls/InputBarButtonItem.swift",
        "Controls/InputBarSendButton.swift",
        "Extensions/NSMutableAttributedString+Extensions.swift",
        "Extensions/NSNotification+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Extensions/UITextView+Extensions.swift",
        "Extensions/UIView+AutoLayout.swift",
        "InputBarAccessoryView.swift",
        "KeyboardManager/KeyboardEvent.swift",
        "KeyboardManager/KeyboardManager.swift",
        "KeyboardManager/KeyboardNotification.swift",
        "Models/HorizontalEdgePadding.swift",
        "Models/NSConstraintLayoutSet.swift",
        "Plugins/AttachmentManager/AttachmentManager.swift",
        "Plugins/AttachmentManager/Protocols/AttachmentManagerDataSource.swift",
        "Plugins/AttachmentManager/Protocols/AttachmentManagerDelegate.swift",
        "Plugins/AttachmentManager/Views/AttachmentCell.swift",
        "Plugins/AttachmentManager/Views/AttachmentsView.swift",
        "Plugins/AttachmentManager/Views/ImageAttachmentCell.swift",
        "Plugins/AutocompleteManager/AutocompleteManager.swift",
        "Plugins/AutocompleteManager/Models/AutocompleteCompletion.swift",
        "Plugins/AutocompleteManager/Models/AutocompleteSession.swift",
        "Plugins/AutocompleteManager/Protocols/AutocompleteManagerDataSource.swift",
        "Plugins/AutocompleteManager/Protocols/AutocompleteManagerDelegate.swift",
        "Plugins/AutocompleteManager/Views/AutocompleteCell.swift",
        "Plugins/AutocompleteManager/Views/AutocompleteTableView.swift",
        "Protocols/InputBarAccessoryViewDelegate.swift",
        "Protocols/InputItem.swift",
        "Protocols/InputPlugin.swift",
        "Supporting/InputBarAccessoryView+Availability.swift",
        "ViewControllers/InputBarViewController.swift",
        "Views/InputStackView.swift",
        "Views/InputTextView.swift",
        "Views/SeparatorLine.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-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 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 | /**
[5/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 | /**
[6/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 | /**
[7/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 | /**
[8/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 | /**
[9/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 | /**
[10/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 | /**
[11/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 | /**
[12/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 | /**
[13/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 | /**
[14/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 | /**
[15/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 | /**
[16/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 | /**
[17/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 | /**
[18/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 | /**
[19/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 | /**
[20/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 | /**
[21/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 | /**
[22/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 | /**
[23/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 | /**
[24/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 | /**
[25/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 | /**
[26/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 | /**
[27/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 | /**
[28/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 | /**
[29/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 | /**
[30/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 | /**
[31/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 | /**
[32/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 | /**
[33/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 | /**
[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 | /**
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/32] 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 | /**
[3/32] 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 | /**
[4/32] 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 | /**
[5/32] 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 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/36] 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 | /**
[7/36] 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 | /**
[8/36] 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 | /**
[9/36] 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 | /**
[10/36] 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 | /**
[11/36] 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 | /**
[12/36] 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 | /**
[13/36] 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 | /**
[14/36] 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 | /**
[15/36] 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 | /**
[16/36] 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 | /**
[17/36] 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 | /**
[18/36] 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 | /**
[19/36] 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 | /**
[20/36] 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/36] 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/36] 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/36] 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/36] 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/36] 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 | /**
[26/36] 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 | /**
[27/36] 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 | /**
[28/36] 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 | /**
[29/36] 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 | /**
[30/36] 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 | /**
[31/36] 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 | /**
[32/36] 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 | /**
[33/36] 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 | /**
[34/36] 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 | /**
[35/36] 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 | /**
[36/36] 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 | /**
BUILD FAILURE 6.1 linux