Build Information
Failed to build Notifly, reference main (09c466
), with Swift 6.1 for Wasm on 30 May 2025 07:55:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emrearmagan/Notifly.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/emrearmagan/Notifly
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 09c4669 update workflow
Cloned https://github.com/emrearmagan/Notifly.git
Revision (git rev-parse @):
09c466926efb496f02667e55bbc0a00258a720aa
SUCCESS checkout https://github.com/emrearmagan/Notifly.git at main
========================================
Build
========================================
Selected platform: wasm
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-3":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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 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.
[5/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.
[6/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.
[7/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.
[8/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.
[9/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.
[10/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.
[11/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.
[12/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.
[13/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.
[14/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.
[15/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.
[16/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.
[17/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.
[18/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.
[19/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.
[20/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.
[21/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.
[22/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.
[23/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.
[24/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.
[25/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.
[26/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.
[27/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.
[28/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.
[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-3":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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
[2/28] 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.
[3/28] 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.
[4/28] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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.
[6/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.
[7/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.
[8/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.
[9/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.
[10/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.
[11/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.
[12/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.
[13/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.
[14/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.
[15/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.
[16/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.
[17/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.
[18/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.
[19/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.
[20/31] 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.
[21/31] 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.
[22/31] 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.
[23/31] 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.
[24/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.
[25/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.
[26/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.
[27/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.
[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 wasm