Build Information
Failed to build snapshotino with Swift 6.0 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kublaios/snapshotino.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/kublaios/snapshotino
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c540371 Update README.md
Cloned https://github.com/kublaios/snapshotino.git
Revision (git rev-parse @):
c5403715af4e71b0e8b78de9bf7d0eae8f11c28f
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/kublaios/snapshotino.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $workDir
https://github.com/kublaios/snapshotino.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] Compiling snapshotino View+Snapshot.swift
/host/spi-builder-workspace/Sources/snapshotino/SnapshotRecorder.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SnapshotRecorder {
[4/13] Compiling snapshotino UIImageTests.swift
/host/spi-builder-workspace/Sources/snapshotino/SnapshotRecorder.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SnapshotRecorder {
[5/13] Compiling snapshotino UIImage+Compare.swift
/host/spi-builder-workspace/Sources/snapshotino/SnapshotRecorder.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SnapshotRecorder {
[6/13] Compiling snapshotino SnapshotRetriever.swift
/host/spi-builder-workspace/Sources/snapshotino/SnapshotRecorder.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SnapshotRecorder {
[7/13] Compiling snapshotino SnapshotWindow.swift
/host/spi-builder-workspace/Sources/snapshotino/SnapshotRecorder.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SnapshotRecorder {
[8/13] Compiling snapshotino XCTestCase+SnapshotAssertion.swift
/host/spi-builder-workspace/Sources/snapshotino/SnapshotRecorder.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SnapshotRecorder {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/13] Emitting module snapshotino
/host/spi-builder-workspace/Sources/snapshotino/SnapshotRecorder.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SnapshotRecorder {
[10/13] Compiling snapshotino SnapshotFileURLBuilder.swift
/host/spi-builder-workspace/Sources/snapshotino/SnapshotRecorder.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SnapshotRecorder {
[11/13] Compiling snapshotino SnapshotRecorder.swift
/host/spi-builder-workspace/Sources/snapshotino/SnapshotRecorder.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SnapshotRecorder {
[12/13] Compiling snapshotino TypeNameExtractor.swift
/host/spi-builder-workspace/Sources/snapshotino/SnapshotRecorder.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SnapshotRecorder {
[13/13] Compiling snapshotino SnapshottableScreenSize.swift
/host/spi-builder-workspace/Sources/snapshotino/SnapshotRecorder.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | struct SnapshotRecorder {
BUILD FAILURE 6.0 linux