Build Information
Failed to build snapshotino with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/kublaios/snapshotino.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/12] Compiling snapshotino UIImage+Compare.swift
/Users/admin/builder/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/12] Compiling snapshotino TypeNameExtractor.swift
/Users/admin/builder/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/12] Compiling snapshotino SnapshotWindow.swift
/Users/admin/builder/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/12] Compiling snapshotino SnapshottableScreenSize.swift
/Users/admin/builder/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)
[7/13] Emitting module snapshotino
/Users/admin/builder/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 SnapshotRecorder.swift
/Users/admin/builder/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 {
[9/13] Compiling snapshotino SnapshotRetriever.swift
/Users/admin/builder/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
/Users/admin/builder/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 XCTestCase+SnapshotAssertion.swift
/Users/admin/builder/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 View+Snapshot.swift
/Users/admin/builder/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 UIImageTests.swift
/Users/admin/builder/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 macosSpm