Build Information
Failed to build MondrianLayout, reference main (b26eda
), with Swift 6.1 for Linux on 27 Apr 2025 03:46:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/MondrianLayout.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/MondrianLayout
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b26edaa Update MondrianLayout.podspec
Cloned https://github.com/FluidGroup/MondrianLayout.git
Revision (git rev-parse @):
b26edaa5a469bc5fd58f9afe37d257ca1b3771e0
SUCCESS checkout https://github.com/FluidGroup/MondrianLayout.git at main
========================================
Build
========================================
Selected platform: linux
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-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
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/36] 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/36] 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/36] 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/36] 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 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")
[9/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")
[10/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")
[11/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")
[12/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")
[13/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")
[14/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")
[15/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")
[16/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")
[17/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")
[18/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")
[19/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")
[20/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")
[21/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")
[22/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")
[23/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")
[24/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")
[25/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")
[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-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
[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/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")
[4/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")
[5/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")
[6/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")
[7/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")
[8/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")
[9/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")
[10/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")
[11/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")
[12/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")
[13/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")
[14/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")
[15/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")
[16/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")
[17/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")
[18/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")
[19/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")
[20/35] 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")
[21/35] 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")
[22/35] 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")
[23/35] 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")
[24/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")
[25/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")
[26/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")
[27/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")
[28/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")
[29/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")
[30/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")
BUILD FAILURE 6.1 linux