Build Information
Failed to build snapshotino, reference main (c54037
), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 08:38:20 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
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: $PWD/.spi.yml
SUCCESS checkout https://github.com/kublaios/snapshotino.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "snapshotino",
"name": "snapshotino",
"url": "https://github.com/kublaios/snapshotino.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/snapshotino",
"dependencies": [
]
}
]
}
Fetching https://github.com/kublaios/snapshotino.git
[1/194] Fetching snapshotino
Fetched https://github.com/kublaios/snapshotino.git from cache (0.78s)
Creating working copy for https://github.com/kublaios/snapshotino.git
Working copy of https://github.com/kublaios/snapshotino.git resolved at main (c540371)
warning: '.resolve-product-dependencies': dependency 'snapshotino' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/kublaios/snapshotino.git
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "snapshotino",
"name" : "snapshotino",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "snapshotino",
"targets" : [
"snapshotino"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "snapshotinoTests",
"module_type" : "SwiftTarget",
"name" : "snapshotinoTests",
"path" : "Tests/snapshotinoTests",
"sources" : [
"SnapshotFileURLBuilderTests.swift",
"SnapshotRecorderTests.swift",
"SnapshotRetrieverTests.swift",
"TypeNameExtractorTests.swift"
],
"target_dependencies" : [
"snapshotino"
],
"type" : "test"
},
{
"c99name" : "snapshotino",
"module_type" : "SwiftTarget",
"name" : "snapshotino",
"path" : "Sources/snapshotino",
"product_memberships" : [
"snapshotino"
],
"sources" : [
"SnapshotFileURLBuilder.swift",
"SnapshotRecorder.swift",
"SnapshotRetriever.swift",
"SnapshotWindow.swift",
"SnapshottableScreenSize.swift",
"TypeNameExtractor.swift",
"UIImage+Compare.swift",
"UIImageTests.swift",
"View+Snapshot.swift",
"XCTestCase+SnapshotAssertion.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/12] 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 {
[4/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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 {
[6/13] 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 {
[7/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 {
[8/13] 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 {
[9/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 {
[10/13] 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 {
[11/13] 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 {
[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 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 {
BUILD FAILURE 6.0 macosSpm