Build Information
Failed to build Mantis, reference master (2e37e8), with Swift 6.0 for Linux on 26 Mar 2026 22:10:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guoyingtao/Mantis.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/guoyingtao/Mantis
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2e37e80 chore: bump version to 2.31.1
Cloned https://github.com/guoyingtao/Mantis.git
Revision (git rev-parse @):
2e37e80e9c72b6250fa3221a1c5ef794b93c11d3
SUCCESS checkout https://github.com/guoyingtao/Mantis.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/guoyingtao/Mantis.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:1db7dbcaf887dbb499f5976218948969b74406bfba66e3dcc9b7cf6b3e333907
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Building for debugging...
[0/18] Write sources
[0/18] Copying MantisLocalizable.strings
[6/18] Copying Info.plist
[17/18] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/96] Emitting module Mantis
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[20/106] Compiling Mantis SlideDial.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[21/106] Compiling Mantis SlideDialConfig.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[22/106] Compiling Mantis SlideDialIconDrawer.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[23/106] Compiling Mantis SlideDialTypeButton.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[24/106] Compiling Mantis SlideDialViewModel.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[25/106] Compiling Mantis SlideRuler.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[26/106] Compiling Mantis SlideRulerPositionHelper.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[27/106] Compiling Mantis ImageCropper.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[28/106] Compiling Mantis ToolbarButtonOptions.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[29/106] Compiling Mantis resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[30/106] Compiling Mantis RotationDialViewModelProtocol.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[31/106] Compiling Mantis TransformDelegate.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[32/106] Compiling Mantis RatioOptions.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[33/106] Compiling Mantis RotationCalculator.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[34/106] Compiling Mantis RotationDial+Touches.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[35/106] Compiling Mantis RotationDial.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[36/106] Compiling Mantis RotationDialConfig.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[37/106] Compiling Mantis RotationDialPlate.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[38/106] Compiling Mantis RotationDialViewModel.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[39/106] Compiling Mantis RotationTypeSelector.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[40/106] Compiling Mantis SlideDial+TypeSelector.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[41/106] Compiling Mantis Angle.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[42/106] Compiling Mantis AppearanceColorPreset.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[43/106] Compiling Mantis Config.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[44/106] Compiling Mantis CropAuxiliaryIndicatorConfig.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[45/106] Compiling Mantis CropData.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[46/106] Compiling Mantis CropToolbarConfig.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[47/106] Compiling Mantis CropAuxiliaryIndicatorView+Accessibility.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[48/106] Compiling Mantis CropAuxiliaryIndicatorView.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[49/106] Compiling Mantis CropBoxFreeAspectFrameUpdater.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[50/106] Compiling Mantis CropBoxLockedAspectFrameUpdater.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[51/106] Compiling Mantis CropMaskViewManager.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[52/106] Compiling Mantis UIViewExtensions.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[53/106] Compiling Mantis Global.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[54/106] Compiling Mantis GeometryHelper.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[55/106] Compiling Mantis ImageAutoAdjustHelper.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[56/106] Compiling Mantis LocalizedHelper.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[57/106] Compiling Mantis Orientation.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[58/106] Compiling Mantis PerspectiveTransformHelper.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[59/106] Compiling Mantis TransformRecord.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[60/106] Compiling Mantis TransformStack.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[61/106] Compiling Mantis Mantis.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[62/106] Compiling Mantis CropDimmingView.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[63/106] Compiling Mantis RatioItemView.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[64/106] Compiling Mantis RatioPresenter.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[65/106] Compiling Mantis RatioSelector.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[66/106] Compiling Mantis ToolBarButtonImageBuilder+DrawImage.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[67/106] Compiling Mantis ToolBarButtonImageBuilder.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[68/106] Compiling Mantis Definition.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[69/106] Compiling Mantis Enum.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[70/106] Compiling Mantis CGAffineTransformExtensions.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[71/106] Compiling Mantis CGImageExtensions.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[72/106] Compiling Mantis CoreGraphicsExtensions.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[73/106] Compiling Mantis UIImageExtensions.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[74/106] Compiling Mantis CropMaskProtocal.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[75/106] Compiling Mantis CropVisualEffectView.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[76/106] Compiling Mantis CropAuxiliaryIndicatorViewProtocol.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[77/106] Compiling Mantis CropMaskViewManagerProtocol.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[78/106] Compiling Mantis CropScrollViewProtocol.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[79/106] Compiling Mantis CropToolbarProtocol.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[80/106] Compiling Mantis CropViewControllerDelegate.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[81/106] Compiling Mantis CropViewModelProtocol.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[82/106] Compiling Mantis CropViewProtocol.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[83/106] Compiling Mantis ImageContainerProtocol.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[84/106] Compiling Mantis RotationDialProtocol.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[85/106] Compiling Mantis CropWorkbenchView.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[86/106] Compiling Mantis ImageContainer.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[87/106] Compiling Mantis CropViewConfig.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[88/106] Compiling Mantis CropToolbar.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[89/106] Compiling Mantis CropViewController+CropAPI.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[90/106] Compiling Mantis CropViewController+CropViewDelegate.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[91/106] Compiling Mantis CropViewController+Layout.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[92/106] Compiling Mantis CropViewController+ToolbarDelegate.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[93/106] Compiling Mantis CropViewController+UndoRedo.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[94/106] Compiling Mantis CropViewController.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[95/106] Compiling Mantis FixedRatioManager.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[96/106] Compiling Mantis CropView+Crop.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[97/106] Compiling Mantis CropView+Flip.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[98/106] Compiling Mantis CropView+Layout.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[99/106] Compiling Mantis CropView+Rotation.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[100/106] Compiling Mantis CropView+Skew.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[101/106] Compiling Mantis CropView+Touches.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[102/106] Compiling Mantis CropView+Transform.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[103/106] Compiling Mantis CropView+UIScrollViewDelegate.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[104/106] Compiling Mantis CropView.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[105/106] Compiling Mantis CropViewModel.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
[106/106] Compiling Mantis CropViewStatus.swift
/host/spi-builder-workspace/Sources/Mantis/Angle.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// Use this class to make angle calculation to be simpler
BUILD FAILURE 6.0 linux