The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SharkCardScan with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gymshark/ios-card-scan.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/gymshark/ios-card-scan
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
Fetching https://github.com/gymshark/ios-shark-utils.git from cache
Fetched https://github.com/gymshark/ios-shark-utils.git (0.21s)
Computing version for https://github.com/gymshark/ios-shark-utils.git
Computed https://github.com/gymshark/ios-shark-utils.git at 1.0.5 (0.05s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ios-card-scan",
      "name": "SharkCardScan",
      "url": "https://github.com/gymshark/ios-card-scan.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ios-card-scan",
      "dependencies": [
        {
          "identity": "ios-shark-utils",
          "name": "SharkUtils",
          "url": "https://github.com/gymshark/ios-shark-utils.git",
          "version": "1.0.5",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ios-shark-utils",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/gymshark/ios-card-scan.git
[1/6621] Fetching ios-card-scan
Fetched https://github.com/gymshark/ios-card-scan.git (1.05s)
Fetching https://github.com/gymshark/ios-shark-utils.git from cache
Fetched https://github.com/gymshark/ios-shark-utils.git (0.21s)
Computing version for https://github.com/gymshark/ios-shark-utils.git
Computed https://github.com/gymshark/ios-shark-utils.git at 1.0.5 (0.03s)
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
Creating working copy for https://github.com/gymshark/ios-card-scan.git
Working copy of https://github.com/gymshark/ios-card-scan.git resolved at master
warning: '.resolve-product-dependencies': dependency 'ios-card-scan' is not used by any target
Found 1 product dependencies
  - SharkUtils
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Copying Images.xcassets
[2/30] Compiling SharkUtils AxesSet.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[3/30] Compiling SharkUtils LayoutGuideSource.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[4/30] Compiling SharkUtils PinningConstraintHelpers.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[5/30] Compiling SharkUtils SizingConstraintHelpers.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[6/34] Compiling SharkUtils WeakClosure.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[7/34] Compiling SharkUtils WeakContainable.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[8/34] Compiling SharkUtils WeakNonOptional.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[9/34] Compiling SharkUtils WriteSafe.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[10/34] Compiling SharkUtils GenericArrayBuilder.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[11/34] Compiling SharkUtils NSRegularExpressionExtensions.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[12/34] Compiling SharkUtils ParameterErasure.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[13/34] Compiling SharkUtils ThreadSafe.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[14/34] Compiling SharkUtils OptionalExtensions.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[15/34] Compiling SharkUtils ResultExtensions.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[16/34] Compiling SharkUtils UIEdgeInsets.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[17/34] Compiling SharkUtils UIStackView.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[18/34] Compiling SharkUtils AsyncRequest.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[19/34] Compiling SharkUtils ParallelRequests.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[20/34] Compiling SharkUtils ParallelResultRequests.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[21/34] Compiling SharkUtils RepeatingRequest.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[22/34] Compiling SharkUtils SequencedResultRequests.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[23/34] Compiling SharkUtils Associatable.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[24/34] Compiling SharkUtils BasicUIActionHandler.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[25/34] Compiling SharkUtils Chainable.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[26/34] Compiling SharkUtils UIView.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[27/34] Compiling SharkUtils Observable.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[28/34] Compiling SharkUtils ObservableExtensions.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[29/34] Compiling SharkUtils ObserverSet.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/34] Emitting module SharkUtils
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[31/34] Compiling SharkUtils UIStackViewConstructor.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[32/34] Compiling SharkUtils AdditiveArithmetic.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[33/34] Compiling SharkUtils CACornerMask.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[34/34] Compiling SharkUtils CGSize.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/29] Compiling SharkUtils SequencedResultRequests.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[2/29] Compiling SharkUtils Associatable.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[3/29] Compiling SharkUtils BasicUIActionHandler.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[4/29] Compiling SharkUtils Chainable.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[5/29] Compiling SharkUtils UIStackViewConstructor.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[6/29] Compiling SharkUtils AdditiveArithmetic.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[7/29] Compiling SharkUtils CACornerMask.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[8/29] Compiling SharkUtils CGSize.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[9/33] Compiling SharkUtils UIView.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[10/33] Compiling SharkUtils Observable.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[11/33] Compiling SharkUtils ObservableExtensions.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[12/33] Compiling SharkUtils ObserverSet.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[13/33] Compiling SharkUtils GenericArrayBuilder.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[14/33] Compiling SharkUtils NSRegularExpressionExtensions.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[15/33] Compiling SharkUtils ParameterErasure.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[16/33] Compiling SharkUtils ThreadSafe.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[17/33] Compiling SharkUtils OptionalExtensions.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[18/33] Compiling SharkUtils ResultExtensions.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[19/33] Compiling SharkUtils UIEdgeInsets.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[20/33] Compiling SharkUtils UIStackView.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[21/33] Compiling SharkUtils AxesSet.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[22/33] Compiling SharkUtils LayoutGuideSource.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[23/33] Compiling SharkUtils PinningConstraintHelpers.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[24/33] Compiling SharkUtils SizingConstraintHelpers.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[25/33] Compiling SharkUtils AsyncRequest.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[26/33] Compiling SharkUtils ParallelRequests.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[27/33] Compiling SharkUtils ParallelResultRequests.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[28/33] Compiling SharkUtils RepeatingRequest.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/33] Emitting module SharkUtils
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[30/33] Compiling SharkUtils WeakClosure.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[31/33] Compiling SharkUtils WeakContainable.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[32/33] Compiling SharkUtils WeakNonOptional.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[33/33] Compiling SharkUtils WriteSafe.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ios-shark-utils/Sources/SharkUtils/Constraints/AxesSet.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.9 macosSpm