This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 DonateToUkraine with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.25.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dreymonde/DonateToUkraine.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/dreymonde/DonateToUkraine
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at eb833a8 update JS scripts
Cloned https://github.com/dreymonde/DonateToUkraine.git
Revision (git rev-parse @):
eb833a88e98b7480d586cf0831c48f3d64f0e117
SUCCESS checkout https://github.com/dreymonde/DonateToUkraine.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/9] Compiling DonateToUkraine Align.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[2/9] Compiling DonateToUkraine View.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/10] Emitting module DonateToUkraine
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[4/10] Compiling DonateToUkraine DonateToUkraineViewController.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[5/10] Compiling DonateToUkraine DonationTracking.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[6/10] Compiling DonateToUkraine DonateToUkraine.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[7/10] Compiling DonateToUkraine DonateToUkraineButton.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[8/10] Compiling DonateToUkraine Promise.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[9/10] Compiling DonateToUkraine UkraineDonation.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[10/10] Compiling DonateToUkraine UserDefault.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/9] Compiling DonateToUkraine View.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[2/10] Compiling DonateToUkraine UkraineDonation.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[3/10] Compiling DonateToUkraine Promise.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[4/10] Compiling DonateToUkraine DonateToUkraineViewController.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[5/10] Compiling DonateToUkraine DonateToUkraine.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[6/10] Compiling DonateToUkraine DonateToUkraineButton.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[7/10] Compiling DonateToUkraine UserDefault.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/10] Emitting module DonateToUkraine
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[9/10] Compiling DonateToUkraine Align.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
[10/10] Compiling DonateToUkraine DonationTracking.swift
/host/spi-builder-workspace/Sources/DonateToUkraine/DonateToUkraine.swift:8:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.9 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.