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.0 for Linux on 3 Dec 2024 11:56:25 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 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
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.0
Building package at path:  $PWD
https://github.com/nathantannar4/InputBarAccessoryView.git
{
  "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-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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/33] 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 | /**
[4/33] 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 | /**
[5/33] 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 | /**
[6/33] 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 | /**
[7/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 | /**
[8/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 | /**
[9/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 | /**
[10/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 | /**
[11/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 | /**
[12/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 | /**
[13/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 | /**
[14/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 | /**
[15/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 | /**
[16/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 | /**
[17/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 | /**
[18/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 | /**
[19/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 | /**
[20/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 | /**
[21/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 | /**
[22/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 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/37] 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 | /**
[24/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 | /**
[25/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 | /**
[26/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 | /**
[27/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 | /**
[28/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 | /**
[29/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 | /**
[30/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 | /**
[31/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 | /**
[32/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 | /**
[33/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 | /**
[34/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 | /**
[35/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 | /**
[36/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 | /**
[37/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 | /**
BUILD FAILURE 6.0 linux