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 3.0.3 (dc0d25), with Swift 6.1 for Linux on 26 Apr 2025 13:05:11 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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Ernest0-Production/DeclarativeLayoutKit.git
Reference: 3.0.3
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
 * tag               3.0.3      -> FETCH_HEAD
HEAD is now at dc0d258 leading|trailingAnchors
Cloned https://github.com/Ernest0-Production/DeclarativeLayoutKit.git
Revision (git rev-parse @):
dc0d2586d734c5d00ad8f42da625fccf758caa5c
SUCCESS checkout https://github.com/Ernest0-Production/DeclarativeLayoutKit.git at 3.0.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Ernest0-Production/DeclarativeLayoutKit.git
https://github.com/Ernest0-Production/DeclarativeLayoutKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DeclarativeLayoutKit",
  "name" : "DeclarativeLayoutKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "DeclarativeLayoutKit",
      "targets" : [
        "DeclarativeLayoutKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DeclarativeLayoutKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DeclarativeLayoutKitTests",
      "path" : "Tests/DeclarativeLayoutKitTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "DeclarativeLayoutKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeclarativeLayoutKit",
      "module_type" : "SwiftTarget",
      "name" : "DeclarativeLayoutKit",
      "path" : "Sources/DeclarativeLayoutKit",
      "product_memberships" : [
        "DeclarativeLayoutKit"
      ],
      "sources" : [
        "AutoLayout/Anchor/AutoLayoutGuide.swift",
        "AutoLayout/Anchor/BidirectionRelativeAutoLayoutAnchor.swift",
        "AutoLayout/Anchor/BidirectionalDimensionAutoLayoutAnchor.swift",
        "AutoLayout/Anchor/DimensionAutoLayoutAnchor.swift",
        "AutoLayout/Anchor/RelationType.swift",
        "AutoLayout/Anchor/RelativeAutoLayoutAnchor.swift",
        "AutoLayout/Anchor/RelativeAutoLayoutConstant.swift",
        "AutoLayout/AnchorsFactory.swift",
        "AutoLayout/AutoLayoutItem.swift",
        "AutoLayout/AutoLayoutItemsBuilder.swift",
        "AutoLayout/DSL/AutoLayoutConstant.swift",
        "AutoLayout/DSL/FromToRelation.swift",
        "AutoLayout/DSL/NSLayoutAnchor+Convertible.swift",
        "AutoLayout/DSL/Priority.swift",
        "Chaining/Actions/ClosureAction.swift",
        "Chaining/Actions/UIControl+Event.swift",
        "Chaining/Actions/UIView+Gesture.swift",
        "Chaining/Chainable.swift",
        "Chaining/ExtraChains.swift",
        "Chaining/Generated/UIButton+Chain.swift",
        "Chaining/Generated/UICollectionView+Chain.swift",
        "Chaining/Generated/UIControl+Chain.swift",
        "Chaining/Generated/UIDatePicker+Chain.swift",
        "Chaining/Generated/UIImageView+Chain.swift",
        "Chaining/Generated/UILabel+Chain.swift",
        "Chaining/Generated/UIPageControl+Chain.swift",
        "Chaining/Generated/UIPickerView+Chain.swift",
        "Chaining/Generated/UIScrollView+Chain.swift",
        "Chaining/Generated/UISlider+Chain.swift",
        "Chaining/Generated/UIStackView+Chain.swift",
        "Chaining/Generated/UIStepper+Chain.swift",
        "Chaining/Generated/UISwitch+Chain.swift",
        "Chaining/Generated/UITabBar+Chain.swift",
        "Chaining/Generated/UITableView+Chain.swift",
        "Chaining/Generated/UITextField+Chain.swift",
        "Chaining/Generated/UITextView+Chain.swift",
        "Chaining/Generated/UIToolbar+Chain.swift",
        "Chaining/Generated/UIView+Chain.swift",
        "Helpers/ArrayBuilder.swift",
        "Helpers/KVO.swift",
        "Helpers/UILayoutPriority.swift",
        "StackView/UIStackViewBuilder.swift",
        "StackView/UIStackViewConfiguration.swift",
        "StackView/UIStackViewHelpers.swift",
        "StackView/UIStackViewSpace.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 -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.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/43] 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 |
[4/48] 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 |
[5/48] 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 |
[6/48] 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 |
[7/48] 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 |
[8/48] 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 |
[9/48] 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 |
[10/48] 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 |
[11/48] 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 |
[12/48] 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 |
[13/48] 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 |
[14/48] 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 |
[15/48] 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 |
[16/48] 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 |
[17/48] 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 |
[18/48] 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 |
[19/48] 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 |
[20/48] 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 |
[21/48] 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 |
[22/48] 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 |
[23/48] 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 |
[24/48] 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 |
[25/48] 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 |
[26/48] 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 |
[27/48] 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 |
[28/48] 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 |
[29/48] 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 |
[30/48] 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 |
[31/48] 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 |
[32/48] 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 |
[33/48] 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/48] 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 |
[35/48] 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 |
[36/48] 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 |
[37/48] 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 |
[38/48] 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 |
[39/48] 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 |
[40/48] 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 |
[41/48] 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 |
[42/48] 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 |
[43/48] 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 |
[44/48] 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 |
[45/48] 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 |
[46/48] 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 |
[47/48] 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 |
[48/48] 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/42] 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 |
[3/42] 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 |
[4/42] 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 |
[5/42] 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 |
[6/42] 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 |
[7/47] 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 |
[8/47] 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 |
[9/47] 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 |
[10/47] 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 |
[11/47] 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 |
[12/47] 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 |
[13/47] 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 |
[14/47] 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 |
[15/47] 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 |
[16/47] 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 |
[17/47] 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 |
[18/47] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/47] 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 |
[20/47] 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 |
[21/47] 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 |
[22/47] 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 |
[23/47] 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 |
[24/47] 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 |
[25/47] 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 |
[26/47] 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 |
[27/47] 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 |
[28/47] 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 |
[29/47] 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 |
[30/47] 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 |
[31/47] 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 |
[32/47] 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 |
[33/47] 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 |
[34/47] 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 |
[35/47] 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 |
[36/47] 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 |
[37/47] 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 |
[38/47] 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 |
[39/47] 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 |
[40/47] 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 |
[41/47] 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 |
[42/47] 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 |
[43/47] 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 |
[44/47] 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 |
[45/47] 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 |
[46/47] 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 |
[47/47] 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 |
BUILD FAILURE 6.1 linux