Build Information
Failed to build EpubReaderLight, reference main (ca4b50), with Swift 6.2 for Linux on 22 Jun 2025 13:33:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pichukov/epub-reader-light.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/pichukov/epub-reader-light
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ca4b50e update README with more examples
Cloned https://github.com/pichukov/epub-reader-light.git
Revision (git rev-parse @):
ca4b50e1f3685d46f0a13ec29a4e2af10805e742
SUCCESS checkout https://github.com/pichukov/epub-reader-light.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/pichukov/epub-reader-light.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/6] Copying themes.css
[0/6] Copying index.html
[0/6] Copying index.css
[0/6] Write sources
[0/6] Copying bundle.js
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/21] Compiling EpubReaderLight BookData.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
[8/21] Compiling EpubReaderLight BookEvent.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/21] Emitting module EpubReaderLight
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
[10/23] Compiling EpubReaderLight WebManager.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
[11/23] Compiling EpubReaderLight WebView.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
[12/23] Compiling EpubReaderLight resource_current_bundle_accessor.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
[13/23] Compiling EpubReaderLight resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
[14/23] Compiling EpubReaderLight UIColor+Extension.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
[15/23] Compiling EpubReaderLight ReaderEventsHandler.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
[16/23] Compiling EpubReaderLight Theme.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
[17/23] Compiling EpubReaderLight WordHighlight.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
[18/23] Compiling EpubReaderLight Data+Extension.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
[19/23] Compiling EpubReaderLight String+Extension.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
[20/23] Compiling EpubReaderLight ReaderView.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
[21/23] Compiling EpubReaderLight ReaderViewController.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
[22/23] Compiling EpubReaderLight BookSavedData.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
[23/23] Compiling EpubReaderLight ReaderErrors.swift
/host/spi-builder-workspace/Sources/EpubReaderLight/Data/WordHighlight.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | public struct WordHighlight: Codable {
BUILD FAILURE 6.2 linux