The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SharkCardScan, reference 1.0.5 (8c7ed0), with Swift 6.1 for Wasm on 28 May 2025 07:06:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build 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:         wasm
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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 (0.31s)
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.00s)
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
[5/33] 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 {
[6/33] 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 {
[7/33] 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 {
[8/33] 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)
[9/37] 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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[20/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 {
[21/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 {
[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 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 {
[27/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 {
[28/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 {
[29/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 {
[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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/30] 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 {
[3/34] 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 {
[4/34] 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 {
[5/34] 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 {
[6/34] 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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/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 {
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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 {
[20/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 {
[21/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 {
[22/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 {
[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 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 {
[28/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 {
[29/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 {
[30/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 {
[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 wasm