The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build MKJIcons, reference 0.4.0 (27d103), with Swift 6.1 for Linux on 25 Apr 2025 12:36:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mkj-is/MKJIcons.git
Reference: 0.4.0
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/mkj-is/MKJIcons
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 27d1034 Merge pull request #3 from mkj-is/feature/dark-mode-support
Cloned https://github.com/mkj-is/MKJIcons.git
Revision (git rev-parse @):
27d10346c9119f3f4e31be0bd93b12669ed9d960
SUCCESS checkout https://github.com/mkj-is/MKJIcons.git at 0.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mkj-is/MKJIcons.git
https://github.com/mkj-is/MKJIcons.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MKJIcons",
  "name" : "MKJIcons",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "MKJIcons",
      "targets" : [
        "MKJIcons"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MKJIcons",
      "module_type" : "SwiftTarget",
      "name" : "MKJIcons",
      "path" : "Icons.playground/Sources",
      "product_memberships" : [
        "MKJIcons"
      ],
      "sources" : [
        "Extensions/Bool+InitWithCGFloat.swift",
        "Extensions/CGFloat+CutAndMap.swift",
        "Extensions/CGFloat+InitWithBool.swift",
        "Extensions/UIBezierPath+IconInit.swift",
        "Extensions/UIColor+Between.swift",
        "Extensions/UIColor+HSB.swift",
        "Extensions/UIColor+IconColors.swift",
        "Extensions/UIColor+RGB.swift",
        "Icons/BikeIcon.swift",
        "Icons/BurgerIcon.swift",
        "Icons/CheckmarkIcon.swift",
        "Icons/DropPinIcon.swift",
        "Icons/EarthIcon.swift",
        "Icons/EllipsisIcon.swift",
        "Icons/FingerprintIcon.swift",
        "Icons/HeartIcon.swift",
        "Icons/PaperclipIcon.swift",
        "Icons/PlayPauseIcon.swift",
        "Icons/PlayStopIcon.swift",
        "Icons/PlusMinusIcon.swift",
        "Icons/SettingsIcon.swift",
        "Icons/SmileIcon.swift",
        "Icons/SoundwaveIcon.swift",
        "Icons/StarIcon.swift",
        "Icons/TextAlignIcon.swift",
        "Main classes/AnimatedIcon+Appearance.swift",
        "Main classes/AnimatedIcon+Inspectable.swift",
        "Main classes/AnimatedIcon.swift",
        "Main classes/AnimatedIconExporter.swift",
        "Main classes/AnimationFunctions.swift",
        "Main classes/AnimationLayer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/31] Emitting module MKJIcons
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[4/34] Compiling MKJIcons AnimatedIconExporter.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[5/34] Compiling MKJIcons AnimationFunctions.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[6/34] Compiling MKJIcons AnimationLayer.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[7/34] Compiling MKJIcons EarthIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[8/34] Compiling MKJIcons EllipsisIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[9/34] Compiling MKJIcons FingerprintIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[10/34] Compiling MKJIcons HeartIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[11/34] Compiling MKJIcons UIColor+Between.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[12/34] Compiling MKJIcons UIColor+HSB.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[13/34] Compiling MKJIcons UIColor+IconColors.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[14/34] Compiling MKJIcons UIColor+RGB.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[15/34] Compiling MKJIcons BikeIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[16/34] Compiling MKJIcons BurgerIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[17/34] Compiling MKJIcons CheckmarkIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[18/34] Compiling MKJIcons DropPinIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[19/34] Compiling MKJIcons SettingsIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[20/34] Compiling MKJIcons SmileIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[21/34] Compiling MKJIcons SoundwaveIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[22/34] Compiling MKJIcons StarIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[23/34] Compiling MKJIcons Bool+InitWithCGFloat.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[24/34] Compiling MKJIcons CGFloat+CutAndMap.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[25/34] Compiling MKJIcons CGFloat+InitWithBool.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[26/34] Compiling MKJIcons UIBezierPath+IconInit.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[27/34] Compiling MKJIcons TextAlignIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[28/34] Compiling MKJIcons AnimatedIcon+Appearance.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[29/34] Compiling MKJIcons AnimatedIcon+Inspectable.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[30/34] Compiling MKJIcons AnimatedIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[31/34] Compiling MKJIcons PaperclipIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[32/34] Compiling MKJIcons PlayPauseIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[33/34] Compiling MKJIcons PlayStopIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[34/34] Compiling MKJIcons PlusMinusIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/30] Compiling MKJIcons Bool+InitWithCGFloat.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[3/30] Compiling MKJIcons CGFloat+CutAndMap.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[4/30] Compiling MKJIcons CGFloat+InitWithBool.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[5/30] Compiling MKJIcons UIBezierPath+IconInit.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/33] Emitting module MKJIcons
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[7/33] Compiling MKJIcons AnimatedIconExporter.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[8/33] Compiling MKJIcons AnimationFunctions.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[9/33] Compiling MKJIcons AnimationLayer.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[10/33] Compiling MKJIcons EarthIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[11/33] Compiling MKJIcons EllipsisIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[12/33] Compiling MKJIcons FingerprintIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[13/33] Compiling MKJIcons HeartIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[14/33] Compiling MKJIcons SettingsIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[15/33] Compiling MKJIcons SmileIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[16/33] Compiling MKJIcons SoundwaveIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[17/33] Compiling MKJIcons StarIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[18/33] Compiling MKJIcons BikeIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[19/33] Compiling MKJIcons BurgerIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[20/33] Compiling MKJIcons CheckmarkIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[21/33] Compiling MKJIcons DropPinIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[22/33] Compiling MKJIcons UIColor+Between.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[23/33] Compiling MKJIcons UIColor+HSB.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[24/33] Compiling MKJIcons UIColor+IconColors.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[25/33] Compiling MKJIcons UIColor+RGB.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[26/33] Compiling MKJIcons PaperclipIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[27/33] Compiling MKJIcons PlayPauseIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[28/33] Compiling MKJIcons PlayStopIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[29/33] Compiling MKJIcons PlusMinusIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[30/33] Compiling MKJIcons TextAlignIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[31/33] Compiling MKJIcons AnimatedIcon+Appearance.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[32/33] Compiling MKJIcons AnimatedIcon+Inspectable.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
[33/33] Compiling MKJIcons AnimatedIcon.swift
/host/spi-builder-workspace/Icons.playground/Sources/Extensions/Bool+InitWithCGFloat.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension Bool {
BUILD FAILURE 6.1 linux