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 UUSwiftImage, reference main (f9028e), with Swift 6.1 for Wasm on 18 Sep 2025 01:06:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SilverPineSoftware/UUSwiftImage.git
Reference: main
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/SilverPineSoftware/UUSwiftImage
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f9028e3 Update to latest swift core
Cloned https://github.com/SilverPineSoftware/UUSwiftImage.git
Revision (git rev-parse @):
f9028e3fa2b5f982af42af6ef1655182a036cb2a
SUCCESS checkout https://github.com/SilverPineSoftware/UUSwiftImage.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SilverPineSoftware/UUSwiftImage.git
https://github.com/SilverPineSoftware/UUSwiftImage.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "uuswiftcore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SilverPineSoftware/UUSwiftCore.git"
    }
  ],
  "manifest_display_name" : "UUSwiftImage",
  "name" : "UUSwiftImage",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "UUSwiftImage",
      "targets" : [
        "UUSwiftImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "UUSwiftImage",
      "module_type" : "SwiftTarget",
      "name" : "UUSwiftImage",
      "path" : "UUSwiftImage",
      "product_dependencies" : [
        "UUSwiftCore"
      ],
      "product_memberships" : [
        "UUSwiftImage"
      ],
      "sources" : [
        "UUImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/SilverPineSoftware/UUSwiftCore.git
[1/544] Fetching uuswiftcore
Fetched https://github.com/SilverPineSoftware/UUSwiftCore.git from cache (0.24s)
Computing version for https://github.com/SilverPineSoftware/UUSwiftCore.git
Computed https://github.com/SilverPineSoftware/UUSwiftCore.git at 1.3.0 (0.97s)
Creating working copy for https://github.com/SilverPineSoftware/UUSwiftCore.git
Working copy of https://github.com/SilverPineSoftware/UUSwiftCore.git resolved at 1.3.0
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[0/4] Write sources
[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 UUSwiftCore
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[6/36] Compiling UUSwiftCore UUTypeAliases.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[7/36] Compiling UUSwiftCore UUURL.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[8/36] Compiling UUSwiftCore resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[9/36] Compiling UUSwiftCore UUJson.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[10/36] Compiling UUSwiftCore UUKeychain.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[11/36] Compiling UUSwiftCore UULocalization.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[12/36] Compiling UUSwiftCore UUNumber.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[13/36] Compiling UUSwiftCore UUCollection.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[14/36] Compiling UUSwiftCore UUColor.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[15/36] Compiling UUSwiftCore UUComparable.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[16/36] Compiling UUSwiftCore UUCoreData.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[17/36] Compiling UUSwiftCore UUSwiftCore.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[18/36] Compiling UUSwiftCore UUThread.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[19/36] Compiling UUSwiftCore UUTimeMeasurement.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[20/36] Compiling UUSwiftCore UUTimer.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[21/36] Compiling UUSwiftCore UUObject.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[22/36] Compiling UUSwiftCore UUObjectFactory.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[23/36] Compiling UUSwiftCore UURandom.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[24/36] Compiling UUSwiftCore UUString.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[25/36] Compiling UUSwiftCore UUConsoleLogWriter.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[26/36] Compiling UUSwiftCore UULog.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[27/36] Compiling UUSwiftCore UULogLevel.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[28/36] Compiling UUSwiftCore UULogWriter.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[29/36] Compiling UUSwiftCore UUData.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[30/36] Compiling UUSwiftCore UUDataCache.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[31/36] Compiling UUSwiftCore UUDate.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[32/36] Compiling UUSwiftCore UUDictionary.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[33/36] Compiling UUSwiftCore UULogger+Ext.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[34/36] Compiling UUSwiftCore UULogger.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[35/36] Compiling UUSwiftCore UUPrintLogWriter.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[36/36] Compiling UUSwiftCore UUArray.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
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 UUSwiftCore
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[3/33] Compiling UUSwiftCore UUJson.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[4/33] Compiling UUSwiftCore UUKeychain.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[5/33] Compiling UUSwiftCore UULocalization.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[6/33] Compiling UUSwiftCore UUNumber.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[7/33] Compiling UUSwiftCore UUSwiftCore.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[8/33] Compiling UUSwiftCore UUThread.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[9/33] Compiling UUSwiftCore UUTimeMeasurement.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[10/33] Compiling UUSwiftCore UUTimer.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[11/33] Compiling UUSwiftCore UUTypeAliases.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[12/33] Compiling UUSwiftCore UUURL.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[13/33] Compiling UUSwiftCore resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[14/33] Compiling UUSwiftCore UUObject.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[15/33] Compiling UUSwiftCore UUObjectFactory.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[16/33] Compiling UUSwiftCore UURandom.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[17/33] Compiling UUSwiftCore UUString.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[18/33] Compiling UUSwiftCore UUData.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[19/33] Compiling UUSwiftCore UUDataCache.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[20/33] Compiling UUSwiftCore UUDate.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[21/33] Compiling UUSwiftCore UUDictionary.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[22/33] Compiling UUSwiftCore UULogger+Ext.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[23/33] Compiling UUSwiftCore UULogger.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[24/33] Compiling UUSwiftCore UUPrintLogWriter.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[25/33] Compiling UUSwiftCore UUArray.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[26/33] Compiling UUSwiftCore UUCollection.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[27/33] Compiling UUSwiftCore UUColor.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[28/33] Compiling UUSwiftCore UUComparable.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[29/33] Compiling UUSwiftCore UUCoreData.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[30/33] Compiling UUSwiftCore UUConsoleLogWriter.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[31/33] Compiling UUSwiftCore UULog.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[32/33] Compiling UUSwiftCore UULogLevel.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
[33/33] Compiling UUSwiftCore UULogWriter.swift
/host/spi-builder-workspace/.build/checkouts/UUSwiftCore/UUSwiftCore/UUColor.swift:14:9: error: no such module 'UIKit'
12 | 	public typealias UUColor = NSColor
13 | #else
14 | 	import UIKit
   |         `- error: no such module 'UIKit'
15 | 	public typealias UUColor = UIColor
16 | #endif
BUILD FAILURE 6.1 wasm