Build Information
Failed to build WeekSchedule, reference main (4e3706), with Swift 6.0 for Linux on 20 Jul 2025 06:14:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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/SaudAlhafith/WeekScheduleView.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/SaudAlhafith/WeekScheduleView
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4e3706c Add banner image to README and update version badges
Cloned https://github.com/SaudAlhafith/WeekScheduleView.git
Revision (git rev-parse @):
4e3706c3965fb650eab50fce972d39edb8cbde86
SUCCESS checkout https://github.com/SaudAlhafith/WeekScheduleView.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/SaudAlhafith/WeekScheduleView.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/13] Compiling WeekSchedule WeekScheduleEntryView.swift
/host/spi-builder-workspace/Sources/WeekSchedule/WeekSchedule+Helpers.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | extension WeekScheduleView {
[4/14] Compiling WeekSchedule WeekScheduleView.swift
/host/spi-builder-workspace/Sources/WeekSchedule/WeekSchedule+Helpers.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | extension WeekScheduleView {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/14] Emitting module WeekSchedule
/host/spi-builder-workspace/Sources/WeekSchedule/WeekSchedule+Helpers.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | extension WeekScheduleView {
[6/14] Compiling WeekSchedule WeekScheduleEntryModel.swift
/host/spi-builder-workspace/Sources/WeekSchedule/WeekSchedule+Helpers.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | extension WeekScheduleView {
[7/14] Compiling WeekSchedule WeekSchedule+Modifiers.swift
/host/spi-builder-workspace/Sources/WeekSchedule/WeekSchedule+Helpers.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | extension WeekScheduleView {
[8/14] Compiling WeekSchedule WeekSchedule+Helpers.swift
/host/spi-builder-workspace/Sources/WeekSchedule/WeekSchedule+Helpers.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | extension WeekScheduleView {
[9/14] Compiling WeekSchedule DateFormatter+Extension.swift
/host/spi-builder-workspace/Sources/WeekSchedule/WeekSchedule+Helpers.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | extension WeekScheduleView {
[10/14] Compiling WeekSchedule TimelineRange.swift
/host/spi-builder-workspace/Sources/WeekSchedule/WeekSchedule+Helpers.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | extension WeekScheduleView {
[11/14] Compiling WeekSchedule Date+Extension.swift
/host/spi-builder-workspace/Sources/WeekSchedule/WeekSchedule+Helpers.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | extension WeekScheduleView {
[12/14] Compiling WeekSchedule DateComponents+Extension.swift
/host/spi-builder-workspace/Sources/WeekSchedule/WeekSchedule+Helpers.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | extension WeekScheduleView {
[13/14] Compiling WeekSchedule DayRange.swift
/host/spi-builder-workspace/Sources/WeekSchedule/WeekSchedule+Helpers.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | extension WeekScheduleView {
[14/14] Compiling WeekSchedule Calendar+Extension.swift
/host/spi-builder-workspace/Sources/WeekSchedule/WeekSchedule+Helpers.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | extension WeekScheduleView {
BUILD FAILURE 6.0 linux