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 Notifly, reference 0.2.0 (88819e), with Swift 6.1 for Linux on 30 Apr 2025 07:49:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emrearmagan/Notifly.git
Reference: 0.2.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/emrearmagan/Notifly
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 88819ef Update issue templates
Cloned https://github.com/emrearmagan/Notifly.git
Revision (git rev-parse @):
88819ef184224b10586f2c99f26338cb1bc017f0
SUCCESS checkout https://github.com/emrearmagan/Notifly.git at 0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/emrearmagan/Notifly.git
https://github.com/emrearmagan/Notifly.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Notifly",
  "name" : "Notifly",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Notifly",
      "targets" : [
        "Notifly"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NotiflyTests",
      "module_type" : "SwiftTarget",
      "name" : "NotiflyTests",
      "path" : "Tests",
      "sources" : [
        "NotiflyQueueTests.swift"
      ],
      "target_dependencies" : [
        "Notifly"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Notifly",
      "module_type" : "SwiftTarget",
      "name" : "Notifly",
      "path" : "Sources",
      "product_memberships" : [
        "Notifly"
      ],
      "sources" : [
        "Extension/UIColor+Notifly.swift",
        "Extension/UIEdgeInsets+Notifly.swift",
        "Feedback/NotiflyFeedback.swift",
        "Feedback/SYBannerFeedbackGenerator.swift",
        "Highlighter/NotiflyDefaultHighlighter.swift",
        "Highlighter/NotiflyHighlighter.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+BackgroundColor.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+CornerRadius.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+GradientDirection.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView+GradientLayer.swift",
        "Notifications/Notifly/Background/NotiflyBackgroundView.swift",
        "Notifications/Notifly/Notifly+Configuration.swift",
        "Notifications/Notifly/Notifly+IconSource.swift",
        "Notifications/Notifly/Notifly.swift",
        "Notifications/NotiflyCardNotification/NotiflyCard.swift",
        "Notifications/NotiflyCardNotification/NotiflyCardButton.swift",
        "Notifications/NotiflyFullWidth/NotiflyFullWidth.swift",
        "Notifications/SimpleNotifly/SimpleNotifly.swift",
        "NotiflyBase.swift",
        "NotiflyDelegate.swift",
        "NotiflyDirection.swift",
        "NotiflyQueue.swift",
        "NotiflyType.swift",
        "Presenter/NotiflyBouncePresenter.swift",
        "Presenter/NotiflyDefaultPresenter.swift",
        "Presenter/NotiflyFadePresenter.swift",
        "Presenter/NotiflyPresenter.swift",
        "Presenter/NotiflyScalePresenter.swift",
        "Presenter/NotiflyState.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/29] Emitting module Notifly
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[4/32] Compiling Notifly UIColor+Notifly.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[5/32] Compiling Notifly UIEdgeInsets+Notifly.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[6/32] Compiling Notifly NotiflyFeedback.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[7/32] Compiling Notifly SYBannerFeedbackGenerator.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[8/32] Compiling Notifly NotiflyPresenter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[9/32] Compiling Notifly NotiflyScalePresenter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[10/32] Compiling Notifly NotiflyState.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[11/32] Compiling Notifly NotiflyBouncePresenter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[12/32] Compiling Notifly NotiflyDefaultPresenter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[13/32] Compiling Notifly NotiflyFadePresenter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[14/32] Compiling Notifly NotiflyDirection.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[15/32] Compiling Notifly NotiflyQueue.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[16/32] Compiling Notifly NotiflyType.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[17/32] Compiling Notifly NotiflyFullWidth.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[18/32] Compiling Notifly SimpleNotifly.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[19/32] Compiling Notifly NotiflyBase.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[20/32] Compiling Notifly NotiflyDelegate.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[21/32] Compiling Notifly NotiflyDefaultHighlighter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[22/32] Compiling Notifly NotiflyHighlighter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[23/32] Compiling Notifly NotiflyBackgroundView+BackgroundColor.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[24/32] Compiling Notifly NotiflyBackgroundView+CornerRadius.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[25/32] Compiling Notifly Notifly+IconSource.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[26/32] Compiling Notifly Notifly.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[27/32] Compiling Notifly NotiflyCard.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[28/32] Compiling Notifly NotiflyCardButton.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[29/32] Compiling Notifly NotiflyBackgroundView+GradientDirection.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[30/32] Compiling Notifly NotiflyBackgroundView+GradientLayer.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[31/32] Compiling Notifly NotiflyBackgroundView.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[32/32] Compiling Notifly Notifly+Configuration.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/28] Compiling Notifly UIColor+Notifly.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[3/28] Compiling Notifly UIEdgeInsets+Notifly.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[4/28] Compiling Notifly NotiflyFeedback.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[5/28] Compiling Notifly SYBannerFeedbackGenerator.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[6/31] Compiling Notifly NotiflyDefaultHighlighter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[7/31] Compiling Notifly NotiflyHighlighter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[8/31] Compiling Notifly NotiflyBackgroundView+BackgroundColor.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[9/31] Compiling Notifly NotiflyBackgroundView+CornerRadius.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[10/31] Compiling Notifly NotiflyDirection.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[11/31] Compiling Notifly NotiflyQueue.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[12/31] Compiling Notifly NotiflyType.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/31] Emitting module Notifly
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[14/31] Compiling Notifly NotiflyPresenter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[15/31] Compiling Notifly NotiflyScalePresenter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[16/31] Compiling Notifly NotiflyState.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[17/31] Compiling Notifly NotiflyBouncePresenter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[18/31] Compiling Notifly NotiflyDefaultPresenter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[19/31] Compiling Notifly NotiflyFadePresenter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[20/31] Compiling Notifly NotiflyFullWidth.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[21/31] Compiling Notifly SimpleNotifly.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[22/31] Compiling Notifly NotiflyBase.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[23/31] Compiling Notifly NotiflyDelegate.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[24/31] Compiling Notifly Notifly+IconSource.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[25/31] Compiling Notifly Notifly.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[26/31] Compiling Notifly NotiflyCard.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[27/31] Compiling Notifly NotiflyCardButton.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[28/31] Compiling Notifly NotiflyBackgroundView+GradientDirection.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[29/31] Compiling Notifly NotiflyBackgroundView+GradientLayer.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[30/31] Compiling Notifly NotiflyBackgroundView.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
[31/31] Compiling Notifly Notifly+Configuration.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | /// A collection of custom colors used in the Notifly framework.
BUILD FAILURE 6.1 linux