The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Notifly, reference main (09c466), with Swift 5.10 for Linux on 2 May 2025 01:47:04 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
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:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/emrearmagan/Notifly.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-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'
import UIKit
       ^
[4/32] Compiling Notifly UIColor+Notifly.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[5/32] Compiling Notifly UIEdgeInsets+Notifly.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/32] Compiling Notifly NotiflyFeedback.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[7/32] Compiling Notifly SYBannerFeedbackGenerator.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/32] Compiling Notifly NotiflyPresenter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/32] Compiling Notifly NotiflyScalePresenter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/32] Compiling Notifly NotiflyState.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/32] Compiling Notifly NotiflyBouncePresenter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/32] Compiling Notifly NotiflyDefaultPresenter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/32] Compiling Notifly NotiflyFadePresenter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/32] Compiling Notifly NotiflyDefaultHighlighter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[15/32] Compiling Notifly NotiflyHighlighter.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[16/32] Compiling Notifly NotiflyBackgroundView+BackgroundColor.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[17/32] Compiling Notifly NotiflyBackgroundView+CornerRadius.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[18/32] Compiling Notifly NotiflyFullWidth.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/32] Compiling Notifly SimpleNotifly.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[20/32] Compiling Notifly NotiflyBase.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/32] Compiling Notifly NotiflyDelegate.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[22/32] Compiling Notifly Notifly+IconSource.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/32] Compiling Notifly Notifly.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/32] Compiling Notifly NotiflyCard.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[25/32] Compiling Notifly NotiflyCardButton.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[26/32] Compiling Notifly NotiflyDirection.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[27/32] Compiling Notifly NotiflyQueue.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[28/32] Compiling Notifly NotiflyType.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[29/32] Compiling Notifly NotiflyBackgroundView+GradientDirection.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[30/32] Compiling Notifly NotiflyBackgroundView+GradientLayer.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[31/32] Compiling Notifly NotiflyBackgroundView.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[32/32] Compiling Notifly Notifly+Configuration.swift
/host/spi-builder-workspace/Sources/Extension/UIColor+Notifly.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 linux