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 CompositionKit, reference main (083e8b), with Swift 6.1 for Linux on 29 Apr 2025 16:10:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/FluidGroup/CompositionKit.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/FluidGroup/CompositionKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 083e8b5 clean up
Submodule path 'submodules/Descriptors': checked out 'f41ce2605a76c5d378fe8c5e8c5c98b544dfd108'
Submodule 'submodules/Descriptors' (https://github.com/FluidGroup/Descriptors.git) registered for path 'submodules/Descriptors'
Cloning into '/host/spi-builder-workspace/submodules/Descriptors'...
Cloned https://github.com/FluidGroup/CompositionKit.git
Revision (git rev-parse @):
083e8b59b8b14aee3f0476ec9919ee2d1ae4e81c
SUCCESS checkout https://github.com/FluidGroup/CompositionKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/FluidGroup/CompositionKit.git
https://github.com/FluidGroup/CompositionKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "mondrianlayout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/muukii/MondrianLayout.git"
    },
    {
      "identity" : "descriptors",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/muukii/Descriptors.git"
    }
  ],
  "manifest_display_name" : "CompositionKit",
  "name" : "CompositionKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CompositionKit",
      "targets" : [
        "CompositionKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CompositionKit",
      "module_type" : "SwiftTarget",
      "name" : "CompositionKit",
      "path" : "Sources/CompositionKit",
      "product_dependencies" : [
        "MondrianLayout",
        "Descriptors"
      ],
      "product_memberships" : [
        "CompositionKit"
      ],
      "sources" : [
        "AnyUIView.swift",
        "BackgroundView.swift",
        "CodeBased.swift",
        "CompositionKit.swift",
        "GradientLayerView.swift",
        "InteractiveView.swift",
        "Logger.swift",
        "MaskingView.swift",
        "NavigationHostingView.swift",
        "PaddingView.swift",
        "ShapeLayerView.swift",
        "ShapeRenderingView.swift",
        "StyledEdgeView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Fetching https://github.com/muukii/MondrianLayout.git
Fetching https://github.com/muukii/Descriptors.git
[1/2193] Fetching mondrianlayout
[418/2335] Fetching mondrianlayout, descriptors
Fetched https://github.com/muukii/Descriptors.git from cache (0.49s)
[439/2193] Fetching mondrianlayout
Fetched https://github.com/muukii/MondrianLayout.git from cache (2.30s)
Computing version for https://github.com/muukii/MondrianLayout.git
Computed https://github.com/muukii/MondrianLayout.git at 0.10.0 (3.22s)
Computing version for https://github.com/muukii/Descriptors.git
warning: 'descriptors': /Package.swift:8:21: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 6 | let package = Package(
 7 |   name: "Descriptors",
 8 |   platforms: [.iOS(.v10)],
   |                     `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 9 |   products: [
10 |     // Products define the executables and libraries a package produces, and make them visible to other packages.
Computed https://github.com/muukii/Descriptors.git at 0.3.0 (1.02s)
Creating working copy for https://github.com/muukii/Descriptors.git
Working copy of https://github.com/muukii/Descriptors.git resolved at 0.3.0
Creating working copy for https://github.com/muukii/MondrianLayout.git
Working copy of https://github.com/muukii/MondrianLayout.git resolved at 0.10.0
warning: 'descriptors': /host/spi-builder-workspace/.build/checkouts/Descriptors/Package.swift:8:21: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 6 | let package = Package(
 7 |   name: "Descriptors",
 8 |   platforms: [.iOS(.v10)],
   |                     `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 9 |   products: [
10 |     // Products define the executables and libraries a package produces, and make them visible to other packages.
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/39] Compiling MondrianLayout UIView+Mondrian.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[6/39] Compiling MondrianLayout Utils.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[7/39] Compiling MondrianLayout _LayoutElement.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[8/39] Compiling MondrianLayout BackgroundBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[9/42] Compiling MondrianLayout VGridBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[10/42] Compiling MondrianLayout VStackBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[11/42] Compiling MondrianLayout ViewBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[12/42] Compiling Descriptors ShapeDisplaying.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/Descriptors/Sources/Descriptors/HapticsDescriptor.swift:22:8: error: no such module 'UIKit'
20 | // THE SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | public struct HapticsDescriptor: Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/42] Emitting module MondrianLayout
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[14/42] Compiling MondrianLayout LayoutDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[15/42] Compiling MondrianLayout MondrianArrayBuilder.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[16/42] Compiling MondrianLayout DimensionDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[17/42] Compiling MondrianLayout Edge.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[18/42] Compiling MondrianLayout LayoutBuilderContext.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[19/42] Compiling MondrianLayout Optimization.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[20/42] Compiling MondrianLayout VHStackContentBuilder.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[21/42] Compiling MondrianLayout _LayoutBlockNode.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[22/42] Compiling MondrianLayout ZStackBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[23/42] Compiling MondrianLayout LayoutManager.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[24/42] Compiling MondrianLayout MondrianNamespace.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[25/42] Compiling MondrianLayout OverlayBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[26/42] Compiling MondrianLayout RelativeBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[27/42] Compiling MondrianLayout StackingSpacer.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[28/42] Compiling MondrianLayout _LayoutBlockType.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[29/42] Compiling MondrianLayout EntryPoint.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[30/42] Compiling MondrianLayout NSLayoutConstraint+.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[31/42] Compiling MondrianLayout UILayoutGuide+Mondrian.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[32/42] Compiling MondrianLayout HStackBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[33/42] Compiling MondrianLayout LayoutContainer.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[34/42] Compiling MondrianLayout LayoutGuideBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[35/42] Compiling Descriptors HapticsDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/Descriptors/Sources/Descriptors/HapticsDescriptor.swift:22:8: error: no such module 'UIKit'
20 | // THE SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | public struct HapticsDescriptor: Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/42] Emitting module Descriptors
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/Descriptors/Sources/Descriptors/HapticsDescriptor.swift:22:8: error: no such module 'UIKit'
20 | // THE SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | public struct HapticsDescriptor: Sendable {
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
warning: 'descriptors': /host/spi-builder-workspace/.build/checkouts/Descriptors/Package.swift:8:21: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 6 | let package = Package(
 7 |   name: "Descriptors",
 8 |   platforms: [.iOS(.v10)],
   |                     `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 9 |   products: [
10 |     // Products define the executables and libraries a package produces, and make them visible to other packages.
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
[2/36] Compiling Descriptors HighlightAnimationDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/Descriptors/Sources/Descriptors/HapticsDescriptor.swift:22:8: error: no such module 'UIKit'
20 | // THE SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | public struct HapticsDescriptor: Sendable {
[3/36] Compiling Descriptors HapticsDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/Descriptors/Sources/Descriptors/HapticsDescriptor.swift:22:8: error: no such module 'UIKit'
20 | // THE SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | public struct HapticsDescriptor: Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/36] Emitting module Descriptors
/host/spi-builder-workspace/.build/checkouts/Descriptors/Sources/Descriptors/HapticsDescriptor.swift:22:8: error: no such module 'UIKit'
20 | // THE SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | public struct HapticsDescriptor: Sendable {
[5/36] Compiling Descriptors ShapeDisplaying.swift
/host/spi-builder-workspace/.build/checkouts/Descriptors/Sources/Descriptors/HapticsDescriptor.swift:22:8: error: no such module 'UIKit'
20 | // THE SOFTWARE.
21 |
22 | import UIKit
   |        `- error: no such module 'UIKit'
23 |
24 | public struct HapticsDescriptor: Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/36] Emitting module MondrianLayout
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[7/39] Compiling MondrianLayout _LayoutBlockType.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[8/39] Compiling MondrianLayout EntryPoint.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[9/39] Compiling MondrianLayout NSLayoutConstraint+.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[10/39] Compiling MondrianLayout UILayoutGuide+Mondrian.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[11/39] Compiling MondrianLayout ZStackBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[12/39] Compiling MondrianLayout LayoutManager.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[13/39] Compiling MondrianLayout MondrianNamespace.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[14/39] Compiling MondrianLayout VGridBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[15/39] Compiling MondrianLayout VStackBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[16/39] Compiling MondrianLayout ViewBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[17/39] Compiling MondrianLayout LayoutBuilderContext.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[18/39] Compiling MondrianLayout Optimization.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[19/39] Compiling MondrianLayout VHStackContentBuilder.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[20/39] Compiling MondrianLayout _LayoutBlockNode.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[21/39] Compiling MondrianLayout HStackBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[22/39] Compiling MondrianLayout LayoutContainer.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[23/39] Compiling MondrianLayout LayoutGuideBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[24/39] Compiling MondrianLayout UIView+Mondrian.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[25/39] Compiling MondrianLayout Utils.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[26/39] Compiling MondrianLayout _LayoutElement.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[27/39] Compiling MondrianLayout BackgroundBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[28/39] Compiling MondrianLayout LayoutDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[29/39] Compiling MondrianLayout MondrianArrayBuilder.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[30/39] Compiling MondrianLayout DimensionDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[31/39] Compiling MondrianLayout Edge.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[32/39] Compiling MondrianLayout OverlayBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[33/39] Compiling MondrianLayout RelativeBlock.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
[34/39] Compiling MondrianLayout StackingSpacer.swift
/host/spi-builder-workspace/.build/checkouts/MondrianLayout/MondrianLayout/Classic/LayoutDescriptor.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | @available(*, deprecated, renamed: "Mondrian.layout")
BUILD FAILURE 6.1 linux