The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MondrianLayout, reference 0.10.0 (5f00b1), with Swift 6.1 for Android on 28 May 2025 09:22:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/MondrianLayout.git
Reference: 0.10.0
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/MondrianLayout
 * tag               0.10.0     -> FETCH_HEAD
HEAD is now at 5f00b13 Supports for-in loop inside block (#77)
Cloned https://github.com/FluidGroup/MondrianLayout.git
Revision (git rev-parse @):
5f00b13984fe08316fc5b5be06e2f41c14a3befa
SUCCESS checkout https://github.com/FluidGroup/MondrianLayout.git at 0.10.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/FluidGroup/MondrianLayout.git
https://github.com/FluidGroup/MondrianLayout.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MondrianLayout",
  "name" : "MondrianLayout",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "MondrianLayout",
      "targets" : [
        "MondrianLayout"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "MondrianLayoutDynamic",
      "targets" : [
        "MondrianLayout"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MondrianLayout",
      "module_type" : "SwiftTarget",
      "name" : "MondrianLayout",
      "path" : "MondrianLayout",
      "product_memberships" : [
        "MondrianLayout",
        "MondrianLayoutDynamic"
      ],
      "sources" : [
        "Classic/LayoutDescriptor.swift",
        "Classic/MondrianArrayBuilder.swift",
        "Descriptors/DimensionDescriptor.swift",
        "Descriptors/Edge.swift",
        "Descriptors/LayoutBuilderContext.swift",
        "Descriptors/Optimization.swift",
        "Descriptors/VHStackContentBuilder.swift",
        "Descriptors/_LayoutBlockNode.swift",
        "Descriptors/_LayoutBlockType.swift",
        "EntryPoint.swift",
        "Extensions/NSLayoutConstraint+.swift",
        "Extensions/UILayoutGuide+Mondrian.swift",
        "Extensions/UIView+Mondrian.swift",
        "Internal/Utils.swift",
        "Internal/_LayoutElement.swift",
        "LayoutBlocks/BackgroundBlock.swift",
        "LayoutBlocks/HStackBlock.swift",
        "LayoutBlocks/LayoutContainer.swift",
        "LayoutBlocks/LayoutGuideBlock.swift",
        "LayoutBlocks/OverlayBlock.swift",
        "LayoutBlocks/RelativeBlock.swift",
        "LayoutBlocks/StackingSpacer.swift",
        "LayoutBlocks/VGridBlock.swift",
        "LayoutBlocks/VStackBlock.swift",
        "LayoutBlocks/ViewBlock.swift",
        "LayoutBlocks/ZStackBlock.swift",
        "Manager/LayoutManager.swift",
        "MondrianNamespace.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/7] Write sources
[1/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/33] Emitting module MondrianLayout
/host/spi-builder-workspace/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")
[4/33] Compiling MondrianLayout LayoutDescriptor.swift
/host/spi-builder-workspace/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")
[5/33] Compiling MondrianLayout MondrianArrayBuilder.swift
/host/spi-builder-workspace/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/33] Compiling MondrianLayout DimensionDescriptor.swift
/host/spi-builder-workspace/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/33] Compiling MondrianLayout Edge.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout _LayoutBlockType.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout EntryPoint.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout NSLayoutConstraint+.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout UILayoutGuide+Mondrian.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout UIView+Mondrian.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout Utils.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout _LayoutElement.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout BackgroundBlock.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout ZStackBlock.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout LayoutManager.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout MondrianNamespace.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout LayoutBuilderContext.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout Optimization.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout VHStackContentBuilder.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout _LayoutBlockNode.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout VGridBlock.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout VStackBlock.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout ViewBlock.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout OverlayBlock.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout RelativeBlock.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout StackingSpacer.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout HStackBlock.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout LayoutContainer.swift
/host/spi-builder-workspace/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/36] Compiling MondrianLayout LayoutGuideBlock.swift
/host/spi-builder-workspace/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")
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/32] Emitting module MondrianLayout
/host/spi-builder-workspace/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")
[3/32] Compiling MondrianLayout UIView+Mondrian.swift
/host/spi-builder-workspace/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")
[4/32] Compiling MondrianLayout Utils.swift
/host/spi-builder-workspace/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")
[5/32] Compiling MondrianLayout _LayoutElement.swift
/host/spi-builder-workspace/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/32] Compiling MondrianLayout BackgroundBlock.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout HStackBlock.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout LayoutContainer.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout LayoutGuideBlock.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout ZStackBlock.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout LayoutManager.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout MondrianNamespace.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout VGridBlock.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout VStackBlock.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout ViewBlock.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout LayoutBuilderContext.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout Optimization.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout VHStackContentBuilder.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout _LayoutBlockNode.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout LayoutDescriptor.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout MondrianArrayBuilder.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout DimensionDescriptor.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout Edge.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout OverlayBlock.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout RelativeBlock.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout StackingSpacer.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout _LayoutBlockType.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout EntryPoint.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout NSLayoutConstraint+.swift
/host/spi-builder-workspace/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/35] Compiling MondrianLayout UILayoutGuide+Mondrian.swift
/host/spi-builder-workspace/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 android