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 SPDiffable, reference main (fd80c6), with Swift 6.0 for Linux on 28 Nov 2024 17:28:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sparrowcode/DiffableKit.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/sparrowcode/DiffableKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fd80c65 Fixed tv target.
Cloned https://github.com/sparrowcode/DiffableKit.git
Revision (git rev-parse @):
fd80c65d5b63f3c8825f11a06da1f1e91bdf4036
SUCCESS checkout https://github.com/sparrowcode/DiffableKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/sparrowcode/DiffableKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: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/41] Compiling SPDiffable AppleCollectionDiffableDataSource.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[4/41] Compiling SPDiffable SPDiffableCollectionDataSource+CellProvider.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[5/41] Compiling SPDiffable SPDiffableCollectionDataSource+HeaderFooterProvider.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[6/41] Compiling SPDiffable SPDiffableCollectionDataSource+UICollectionViewDelegate.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[7/41] Compiling SPDiffable SPDiffableCollectionDataSource.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[8/41] Compiling SPDiffable SPDiffableSideBarButton.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[9/46] Compiling SPDiffable SPDiffableTextHeaderFooter.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[10/46] Compiling SPDiffable SPDiffableWrapperItem.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[11/46] Compiling SPDiffable SPDiffableDataSourceInterface.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[12/46] Compiling SPDiffable SPDiffableSubtitleTableViewCell.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[13/46] Compiling SPDiffable SPDiffableTableViewCell.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[14/46] Compiling SPDiffable SPDiffableTextFieldTableViewCell.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[15/46] Compiling SPDiffable SPDiffableTextFieldTitleTableViewCell.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[16/46] Compiling SPDiffable SPDiffableSlider.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[17/46] Compiling SPDiffable SPDiffableStepper.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[18/46] Compiling SPDiffable SPDiffableSwitch.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[19/46] Compiling SPDiffable AppleTableDiffableDataSource.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[20/46] Compiling SPDiffable SPDiffableTableDataSource+CellProvider.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[21/46] Compiling SPDiffable SPDiffableTableDataSource+HeaderFooterProvider.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[22/46] Compiling SPDiffable SPDiffableTableDataSource+UITableViewDelegate.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[23/46] Compiling SPDiffable SPDiffableTableDataSource.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[24/46] Compiling SPDiffable SPDiffableSideBarController.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[25/46] Compiling SPDiffable SPDiffableActionableItem.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[26/46] Compiling SPDiffable SPDiffableItem.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[27/46] Compiling SPDiffable SPDiffableItemActionable.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[28/46] Compiling SPDiffable SPDiffableSection.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[29/46] Compiling SPDiffable SPDiffableSnapshot.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[30/46] Compiling SPDiffable SPDiffableTableRow.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[31/46] Compiling SPDiffable SPDiffableTableRowButton.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[32/46] Compiling SPDiffable SPDiffableTableRowStepper.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[33/46] Compiling SPDiffable SPDiffableTableRowSubtitle.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[34/46] Compiling SPDiffable SPDiffableTableRowSwitch.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[35/46] Compiling SPDiffable SPDiffableTableRowTextField.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[36/46] Compiling SPDiffable SPDiffableTableRowTextFieldTitle.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[37/46] Compiling SPDiffable SPDiffableTableDelegate.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[38/46] Compiling SPDiffable SPDiffableTableMediator.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[39/46] Compiling SPDiffable SPDiffableTableController.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/46] Emitting module SPDiffable
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[41/46] Compiling SPDiffable SPDiffableSideBarHeader.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[42/46] Compiling SPDiffable SPDiffableSideBarItem.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[43/46] Compiling SPDiffable SPDiffableCollectionDelegate.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[44/46] Compiling SPDiffable SPDiffableCollectionController.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[45/46] Compiling SPDiffable SPDiffableCollectionView.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
[46/46] Compiling SPDiffable SPDiffableSideBarButtonCollectionViewListCell.swift
/host/spi-builder-workspace/Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift:22:8: error: no such module 'UIKit'
20 | // SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | @available(iOS 13.0, tvOS 13, *)
BUILD FAILURE 6.0 linux