Build Information
Failed to build PlusNightMode, reference 0.3.0 (fd51b0
), with Swift 6.0 for Linux on 5 Nov 2024 16:44:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DandyLyons/PlusNightMode.git
Reference: 0.3.0
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/DandyLyons/PlusNightMode
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at fd51b0d Update docs
Cloned https://github.com/DandyLyons/PlusNightMode.git
Revision (git rev-parse @):
fd51b0dd0810b47386574904a65904ccdc5df2d2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/DandyLyons/PlusNightMode.git at 0.3.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/DandyLyons/PlusNightMode.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/12446] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (1.30s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.17.6 (1.78s)
Fetching https://github.com/swiftlang/swift-syntax
[1/66408] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.61s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.56s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.17.6
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Building for debugging...
[0/3] Write sources
[1/3] Copying Assets.xcassets
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling PlusNightMode monochromed.swift
/host/spi-builder-workspace/Sources/PlusNightMode/ColorScheme+.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension ColorScheme: CustomDebugStringConvertible {
[5/12] Compiling PlusNightMode resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/PlusNightMode/ColorScheme+.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension ColorScheme: CustomDebugStringConvertible {
[6/12] Compiling PlusNightMode ColorSchemeModeModifier.swift
/host/spi-builder-workspace/Sources/PlusNightMode/ColorScheme+.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension ColorScheme: CustomDebugStringConvertible {
[7/12] Compiling PlusNightMode ExampleNightModeView.swift
/host/spi-builder-workspace/Sources/PlusNightMode/ColorScheme+.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension ColorScheme: CustomDebugStringConvertible {
[8/12] Compiling PlusNightMode View + Night Mode.swift
/host/spi-builder-workspace/Sources/PlusNightMode/ColorScheme+.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension ColorScheme: CustomDebugStringConvertible {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/12] Emitting module PlusNightMode
/host/spi-builder-workspace/Sources/PlusNightMode/ColorScheme+.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension ColorScheme: CustomDebugStringConvertible {
[10/12] Compiling PlusNightMode ColorScheme+.swift
/host/spi-builder-workspace/Sources/PlusNightMode/ColorScheme+.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension ColorScheme: CustomDebugStringConvertible {
[11/12] Compiling PlusNightMode ColorSchemeMode.swift
/host/spi-builder-workspace/Sources/PlusNightMode/ColorScheme+.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension ColorScheme: CustomDebugStringConvertible {
[12/12] Compiling PlusNightMode ColorSchemeMode+.swift
/host/spi-builder-workspace/Sources/PlusNightMode/ColorScheme+.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension ColorScheme: CustomDebugStringConvertible {
BUILD FAILURE 6.0 linux