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.0 for macOS (SPM) on 2 Feb 2025 20:04:26 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emrearmagan/Notifly.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "notifly",
      "name": "Notifly",
      "url": "https://github.com/emrearmagan/Notifly.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Notifly",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/emrearmagan/Notifly.git
[1/817] Fetching notifly
Fetched https://github.com/emrearmagan/Notifly.git from cache (1.31s)
Creating working copy for https://github.com/emrearmagan/Notifly.git
Working copy of https://github.com/emrearmagan/Notifly.git resolved at 0.2.0 (88819ef)
warning: '.resolve-product-dependencies': dependency 'notifly' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/emrearmagan/Notifly.git
https://github.com/emrearmagan/Notifly.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Notifly",
  "name" : "Notifly",
  "path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/30] Compiling Notifly NotiflyDefaultPresenter.swift
/Users/admin/builder/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/30] Compiling Notifly NotiflyFadePresenter.swift
/Users/admin/builder/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/30] Compiling Notifly NotiflyPresenter.swift
/Users/admin/builder/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 SYBannerFeedbackGenerator.swift
/Users/admin/builder/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 NotiflyDefaultHighlighter.swift
/Users/admin/builder/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 NotiflyHighlighter.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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)
[11/32] Emitting module Notifly
/Users/admin/builder/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 Notifly+IconSource.swift
/Users/admin/builder/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 Notifly.swift
/Users/admin/builder/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 NotiflyCard.swift
/Users/admin/builder/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 UIColor+Notifly.swift
/Users/admin/builder/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 UIEdgeInsets+Notifly.swift
/Users/admin/builder/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 NotiflyFeedback.swift
/Users/admin/builder/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 NotiflyBackgroundView+BackgroundColor.swift
/Users/admin/builder/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 NotiflyBackgroundView+CornerRadius.swift
/Users/admin/builder/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 NotiflyBackgroundView+GradientDirection.swift
/Users/admin/builder/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 NotiflyCardButton.swift
/Users/admin/builder/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 NotiflyFullWidth.swift
/Users/admin/builder/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 SimpleNotifly.swift
/Users/admin/builder/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+GradientLayer.swift
/Users/admin/builder/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 NotiflyBackgroundView.swift
/Users/admin/builder/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+Configuration.swift
/Users/admin/builder/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 NotiflyQueue.swift
/Users/admin/builder/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 NotiflyType.swift
/Users/admin/builder/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 NotiflyBouncePresenter.swift
/Users/admin/builder/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 NotiflyBase.swift
/Users/admin/builder/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 NotiflyDelegate.swift
/Users/admin/builder/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 NotiflyDirection.swift
/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/29] Compiling Notifly UIColor+Notifly.swift
/Users/admin/builder/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/29] Compiling Notifly UIEdgeInsets+Notifly.swift
/Users/admin/builder/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/29] Compiling Notifly NotiflyFeedback.swift
/Users/admin/builder/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/31] Compiling Notifly SYBannerFeedbackGenerator.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 NotiflyCardButton.swift
/Users/admin/builder/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 NotiflyFullWidth.swift
/Users/admin/builder/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 SimpleNotifly.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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/31] Compiling Notifly NotiflyBouncePresenter.swift
/Users/admin/builder/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 NotiflyScalePresenter.swift
/Users/admin/builder/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 NotiflyState.swift
/Users/admin/builder/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 NotiflyDefaultPresenter.swift
/Users/admin/builder/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 NotiflyFadePresenter.swift
/Users/admin/builder/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 NotiflyPresenter.swift
/Users/admin/builder/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 NotiflyBackgroundView+BackgroundColor.swift
/Users/admin/builder/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 NotiflyBackgroundView+CornerRadius.swift
/Users/admin/builder/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 NotiflyBackgroundView+GradientDirection.swift
/Users/admin/builder/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 Notifly+IconSource.swift
/Users/admin/builder/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 Notifly.swift
/Users/admin/builder/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 NotiflyCard.swift
/Users/admin/builder/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)
[25/31] Emitting module Notifly
/Users/admin/builder/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 NotiflyBase.swift
/Users/admin/builder/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 NotiflyDelegate.swift
/Users/admin/builder/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 NotiflyDirection.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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.0 macosSpm