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 DeclarativeLayoutKit, reference master (7cb6ed), with Swift 6.0 for Linux on 28 Nov 2024 03:40:12 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 -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/Ernest0-Production/DeclarativeLayoutKit.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/Ernest0-Production/DeclarativeLayoutKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7cb6ed6 fix name: arrangedLayoutMargin -> arrangedLayoutMarginS
Cloned https://github.com/Ernest0-Production/DeclarativeLayoutKit.git
Revision (git rev-parse @):
7cb6ed6ad94f873687324fdad44b67b94ba44ada
SUCCESS checkout https://github.com/Ernest0-Production/DeclarativeLayoutKit.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Ernest0-Production/DeclarativeLayoutKit.git
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 -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/44] Compiling DeclarativeLayoutKit AutoLayoutGuide.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[4/44] Compiling DeclarativeLayoutKit BidirectionRelativeAutoLayoutAnchor.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[5/44] Compiling DeclarativeLayoutKit BidirectionalDimensionAutoLayoutAnchor.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[6/44] Compiling DeclarativeLayoutKit DimensionAutoLayoutAnchor.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[7/44] Compiling DeclarativeLayoutKit RelationType.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[8/44] Compiling DeclarativeLayoutKit RelativeAutoLayoutAnchor.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/49] Emitting module DeclarativeLayoutKit
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[10/49] Compiling DeclarativeLayoutKit RelativeAutoLayoutConstant.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[11/49] Compiling DeclarativeLayoutKit AnchorsFactory.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[12/49] Compiling DeclarativeLayoutKit AutoLayoutItem.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[13/49] Compiling DeclarativeLayoutKit AutoLayoutItemsBuilder.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[14/49] Compiling DeclarativeLayoutKit AutoLayoutConstant.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[15/49] Compiling DeclarativeLayoutKit FromToRelation.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[16/49] Compiling DeclarativeLayoutKit UILabel+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[17/49] Compiling DeclarativeLayoutKit UIPageControl+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[18/49] Compiling DeclarativeLayoutKit UIPickerView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[19/49] Compiling DeclarativeLayoutKit UIScrollView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[20/49] Compiling DeclarativeLayoutKit UISlider+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[21/49] Compiling DeclarativeLayoutKit UIStackView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[22/49] Compiling DeclarativeLayoutKit ExtraChains.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[23/49] Compiling DeclarativeLayoutKit UIButton+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[24/49] Compiling DeclarativeLayoutKit UICollectionView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[25/49] Compiling DeclarativeLayoutKit UIControl+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[26/49] Compiling DeclarativeLayoutKit UIDatePicker+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[27/49] Compiling DeclarativeLayoutKit UIImageView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[28/49] Compiling DeclarativeLayoutKit UIStepper+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[29/49] Compiling DeclarativeLayoutKit UISwitch+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[30/49] Compiling DeclarativeLayoutKit UITabBar+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[31/49] Compiling DeclarativeLayoutKit UITableView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[32/49] Compiling DeclarativeLayoutKit UITextField+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[33/49] Compiling DeclarativeLayoutKit UITextView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[34/49] Compiling DeclarativeLayoutKit UILayoutPriority.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[35/49] Compiling DeclarativeLayoutKit UIStackViewBuilder.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[36/49] Compiling DeclarativeLayoutKit UIStackViewConfiguration.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[37/49] Compiling DeclarativeLayoutKit UIStackViewHelpers.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[38/49] Compiling DeclarativeLayoutKit UIStackViewSpace.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[39/49] Compiling DeclarativeLayoutKit UIToolbar+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[40/49] Compiling DeclarativeLayoutKit UIView+Chain.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[41/49] Compiling DeclarativeLayoutKit ArrayBuilder.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[42/49] Compiling DeclarativeLayoutKit KVO.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[43/49] Compiling DeclarativeLayoutKit MainThread.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[44/49] Compiling DeclarativeLayoutKit NSLayoutAnchor+Convertible.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[45/49] Compiling DeclarativeLayoutKit Priority.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[46/49] Compiling DeclarativeLayoutKit ClosureAction.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[47/49] Compiling DeclarativeLayoutKit UIControl+Event.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[48/49] Compiling DeclarativeLayoutKit UIView+Gesture.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
[49/49] Compiling DeclarativeLayoutKit Chainable.swift
/host/spi-builder-workspace/Sources/DeclarativeLayoutKit/AutoLayout/Anchor/AutoLayoutGuide.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 |
BUILD FAILURE 6.0 linux