Build Information
Failed to build SharkCardScan, reference 1.0.5 (8c7ed0), with Swift 6.1 for Android on 28 May 2025 07:06:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gymshark/ios-card-scan.git
Reference: 1.0.5
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/gymshark/ios-card-scan
* tag 1.0.5 -> FETCH_HEAD
HEAD is now at 8c7ed0d Merge pull request #10 from gymshark/task/update_instruction_text
Cloned https://github.com/gymshark/ios-card-scan.git
Revision (git rev-parse @):
8c7ed0de768fa709ab5ac42c02639c3dfb5fc3b9
SUCCESS checkout https://github.com/gymshark/ios-card-scan.git at 1.0.5
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/gymshark/ios-card-scan.git
https://github.com/gymshark/ios-card-scan.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "ios-shark-utils",
"requirement" : {
"exact" : [
"1.0.5"
]
},
"type" : "sourceControl",
"url" : "https://github.com/gymshark/ios-shark-utils.git"
}
],
"manifest_display_name" : "SharkCardScan",
"name" : "SharkCardScan",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SharkCardScan",
"targets" : [
"SharkCardScan"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SharkCardScanTests",
"module_type" : "SwiftTarget",
"name" : "SharkCardScanTests",
"path" : "Tests/SharkCardScanTests",
"sources" : [
"SharkCardScanTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SharkCardScan"
],
"type" : "test"
},
{
"c99name" : "SharkCardScan",
"module_type" : "SwiftTarget",
"name" : "SharkCardScan",
"path" : "Sources/SharkCardScan",
"product_dependencies" : [
"SharkUtils"
],
"product_memberships" : [
"SharkCardScan"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SharkCardScan/Images.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"CameraAccess.swift",
"CardCheck.swift",
"CardScanViewModel.swift",
"CardScanner.swift",
"CardScannerExtensions.swift",
"DateExtensions.swift",
"LayoutContentView.swift",
"PixelBufferStream.swift",
"ScannedCardView.swift",
"SharkCardScanViewController.swift",
"Styling/Styling.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: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
Fetching https://github.com/gymshark/ios-shark-utils.git
[1/221] Fetching ios-shark-utils
Fetched https://github.com/gymshark/ios-shark-utils.git from cache (1.11s)
Computing version for https://github.com/gymshark/ios-shark-utils.git
Computed https://github.com/gymshark/ios-shark-utils.git at 1.0.5 (1.72s)
Creating working copy for https://github.com/gymshark/ios-shark-utils.git
Working copy of https://github.com/gymshark/ios-shark-utils.git resolved at 1.0.5
Building for debugging...
[0/4] Write sources
[2/4] Copying Images.xcassets
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/33] Emitting module SharkUtils
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[6/37] Compiling SharkUtils AxesSet.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[7/37] Compiling SharkUtils LayoutGuideSource.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[8/37] Compiling SharkUtils PinningConstraintHelpers.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[9/37] Compiling SharkUtils SizingConstraintHelpers.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[10/37] Compiling SharkUtils OptionalExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[11/37] Compiling SharkUtils ResultExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[12/37] Compiling SharkUtils UIEdgeInsets.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[13/37] Compiling SharkUtils UIStackView.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[14/37] Compiling SharkUtils UIStackViewConstructor.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[15/37] Compiling SharkUtils AdditiveArithmetic.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[16/37] Compiling SharkUtils CACornerMask.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[17/37] Compiling SharkUtils CGSize.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[18/37] Compiling SharkUtils WeakClosure.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[19/37] Compiling SharkUtils WeakContainable.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[20/37] Compiling SharkUtils WeakNonOptional.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[21/37] Compiling SharkUtils WriteSafe.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[22/37] Compiling SharkUtils UIView.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[23/37] Compiling SharkUtils Observable.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[24/37] Compiling SharkUtils ObservableExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[25/37] Compiling SharkUtils ObserverSet.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[26/37] Compiling SharkUtils SequencedResultRequests.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[27/37] Compiling SharkUtils Associatable.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[28/37] Compiling SharkUtils BasicUIActionHandler.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[29/37] Compiling SharkUtils Chainable.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[30/37] Compiling SharkUtils GenericArrayBuilder.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[31/37] Compiling SharkUtils NSRegularExpressionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[32/37] Compiling SharkUtils ParameterErasure.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[33/37] Compiling SharkUtils ThreadSafe.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[34/37] Compiling SharkUtils AsyncRequest.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[35/37] Compiling SharkUtils ParallelRequests.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[36/37] Compiling SharkUtils ParallelResultRequests.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[37/37] Compiling SharkUtils RepeatingRequest.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/1] Write swift-version-24593BA9C3E375BF.txt
[2/30] Compiling SharkUtils UIStackViewConstructor.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[3/30] Compiling SharkUtils AdditiveArithmetic.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[4/30] Compiling SharkUtils CACornerMask.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[5/30] Compiling SharkUtils CGSize.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[6/34] Compiling SharkUtils AxesSet.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[7/34] Compiling SharkUtils LayoutGuideSource.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[8/34] Compiling SharkUtils PinningConstraintHelpers.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[9/34] Compiling SharkUtils SizingConstraintHelpers.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/34] Emitting module SharkUtils
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[11/34] Compiling SharkUtils GenericArrayBuilder.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[12/34] Compiling SharkUtils NSRegularExpressionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[13/34] Compiling SharkUtils ParameterErasure.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[14/34] Compiling SharkUtils ThreadSafe.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[15/34] Compiling SharkUtils AsyncRequest.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[16/34] Compiling SharkUtils ParallelRequests.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[17/34] Compiling SharkUtils ParallelResultRequests.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[18/34] Compiling SharkUtils RepeatingRequest.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[19/34] Compiling SharkUtils OptionalExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[20/34] Compiling SharkUtils ResultExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[21/34] Compiling SharkUtils UIEdgeInsets.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[22/34] Compiling SharkUtils UIStackView.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[23/34] Compiling SharkUtils SequencedResultRequests.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[24/34] Compiling SharkUtils Associatable.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[25/34] Compiling SharkUtils BasicUIActionHandler.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[26/34] Compiling SharkUtils Chainable.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[27/34] Compiling SharkUtils UIView.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[28/34] Compiling SharkUtils Observable.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[29/34] Compiling SharkUtils ObservableExtensions.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[30/34] Compiling SharkUtils ObserverSet.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[31/34] Compiling SharkUtils WeakClosure.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[32/34] Compiling SharkUtils WeakContainable.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[33/34] Compiling SharkUtils WeakNonOptional.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
[34/34] Compiling SharkUtils WriteSafe.swift
/host/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct AxesSet: OptionSet {
BUILD FAILURE 6.1 android