The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build UUSwiftNetworking, reference main (f243c4), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 04:41:20 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SilverPineSoftware/UUSwiftNetworking.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SilverPineSoftware/UUSwiftNetworking
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f243c4f Merge pull request #8 from SilverPineSoftware/logging
Cloned https://github.com/SilverPineSoftware/UUSwiftNetworking.git
Revision (git rev-parse @):
f243c4f38d67761888fb03e5450a2f7ce43de75e
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwiftNetworking.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SilverPineSoftware/UUSwiftNetworking.git
https://github.com/SilverPineSoftware/UUSwiftNetworking.git
{
  "dependencies" : [
    {
      "identity" : "uuswiftcore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SilverPineSoftware/UUSwiftCore.git"
    },
    {
      "identity" : "uuswifttestcore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SilverPineSoftware/UUSwiftTestCore.git"
    }
  ],
  "manifest_display_name" : "UUSwiftNetworking",
  "name" : "UUSwiftNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "UUSwiftNetworking",
      "targets" : [
        "UUSwiftNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "UUSwiftNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "UUSwiftNetworkingTests",
      "path" : "Tests",
      "product_dependencies" : [
        "UUSwiftTestCore",
        "UUSwiftCore"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestJpeg_0001.JPG",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/UUNetworkingTestConfig.plist",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "UUHttpErrorHandlingTests.swift",
        "UUHttpResponseHandlerTests.swift",
        "UUHttpSessionInstanceTests.swift",
        "UUHttpSessionStaticTests.swift",
        "UUNetworkingTestCommon.swift",
        "UUNetworkingTestConfig.swift",
        "UURemoteDataConcurrent_100.swift",
        "UURemoteDataConcurrent_1000.swift",
        "UURemoteDataCustomApiTests.swift",
        "UURemoteDataNegativeTests.swift",
        "UURemoteDataTests.swift",
        "UUShutterstockApi.swift"
      ],
      "target_dependencies" : [
        "UUSwiftNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UUSwiftNetworking",
      "module_type" : "SwiftTarget",
      "name" : "UUSwiftNetworking",
      "path" : "UUSwiftNetworking",
      "product_dependencies" : [
        "UUSwiftCore"
      ],
      "product_memberships" : [
        "UUSwiftNetworking"
      ],
      "sources" : [
        "UUEmptyResponse.swift",
        "UUHttp.swift",
        "UUHttpAuthorizationProvider.swift",
        "UUHttpBody.swift",
        "UUHttpDataParser.swift",
        "UUHttpError.swift",
        "UUHttpForm.swift",
        "UUHttpRequest.swift",
        "UUHttpResponse.swift",
        "UUHttpResponseHandler.swift",
        "UUHttpSession.swift",
        "UURemoteApi.swift",
        "UURemoteData.swift",
        "UURemoteImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/29] Emitting module UUSwiftCore
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[6/31] Compiling UUSwiftCore UUURL.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[7/31] Compiling UUSwiftCore resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[8/31] Compiling UUSwiftCore UULogLevel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[9/31] Compiling UUSwiftCore UULogWriter.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[10/31] Compiling UUSwiftCore UULogger.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[11/31] Compiling UUSwiftCore UULocalization.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[12/31] Compiling UUSwiftCore UUObject.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[13/31] Compiling UUSwiftCore UUObjectFactory.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[14/31] Compiling UUSwiftCore UUTimeMeasurement.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[15/31] Compiling UUSwiftCore UUTimer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[16/31] Compiling UUSwiftCore UUConsoleLogWriter.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[17/31] Compiling UUSwiftCore UUConsoleLogger.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[18/31] Compiling UUSwiftCore UULog.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[19/31] Compiling UUSwiftCore UUSwiftCore.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[20/31] Compiling UUSwiftCore UUThread.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[21/31] Compiling UUSwiftCore UUCollection.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[22/31] Compiling UUSwiftCore UUColor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[23/31] Compiling UUSwiftCore UUComparable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[24/31] Compiling UUSwiftCore UUDictionary.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[25/31] Compiling UUSwiftCore UUJson.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[26/31] Compiling UUSwiftCore UUKeychain.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[27/31] Compiling UUSwiftCore UURandom.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[28/31] Compiling UUSwiftCore UUString.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[29/31] Compiling UUSwiftCore UUData.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[30/31] Compiling UUSwiftCore UUDataCache.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[31/31] Compiling UUSwiftCore UUDate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
Fetching https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Fetching https://github.com/SilverPineSoftware/UUSwiftCore.git
[1/31] Fetching uuswifttestcore
[32/380] Fetching uuswifttestcore, uuswiftcore
Fetched https://github.com/SilverPineSoftware/UUSwiftTestCore.git from cache (0.85s)
Fetched https://github.com/SilverPineSoftware/UUSwiftCore.git from cache (0.85s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftTestCore.git at 0.0.4 (1.41s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftCore.git at 1.2.0 (0.53s)
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftCore.git resolved at 1.2.0
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftTestCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftTestCore.git resolved at 0.0.4
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/26] Compiling UUSwiftCore UUConsoleLogWriter.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[3/26] Compiling UUSwiftCore UUConsoleLogger.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[4/26] Compiling UUSwiftCore UULog.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/28] Emitting module UUSwiftCore
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[6/28] Compiling UUSwiftCore UULogLevel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[7/28] Compiling UUSwiftCore UULogWriter.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[8/28] Compiling UUSwiftCore UULogger.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[9/28] Compiling UUSwiftCore UULocalization.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[10/28] Compiling UUSwiftCore UUObject.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[11/28] Compiling UUSwiftCore UUObjectFactory.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[12/28] Compiling UUSwiftCore UUTimeMeasurement.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[13/28] Compiling UUSwiftCore UUTimer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[14/28] Compiling UUSwiftCore UUDictionary.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[15/28] Compiling UUSwiftCore UUJson.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[16/28] Compiling UUSwiftCore UUKeychain.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[17/28] Compiling UUSwiftCore UUURL.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[18/28] Compiling UUSwiftCore resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[19/28] Compiling UUSwiftCore UURandom.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[20/28] Compiling UUSwiftCore UUString.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[21/28] Compiling UUSwiftCore UUData.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[22/28] Compiling UUSwiftCore UUDataCache.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[23/28] Compiling UUSwiftCore UUDate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[24/28] Compiling UUSwiftCore UUCollection.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[25/28] Compiling UUSwiftCore UUColor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[26/28] Compiling UUSwiftCore UUComparable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[27/28] Compiling UUSwiftCore UUSwiftCore.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
[28/28] Compiling UUSwiftCore UUThread.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUTimeMeasurement.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | // Container for recording simple timed measurements
BUILD FAILURE 6.1 macosSpm