Build Information
Failed to build snapshotino, reference 0.0.4 (8d0636
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 11:02:07 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kublaios/snapshotino.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kublaios/snapshotino
* tag 0.0.4 -> FETCH_HEAD
HEAD is now at 8d06361 Merge pull request #2 from kublaios/dev/fix-snapshot-names
Cloned https://github.com/kublaios/snapshotino.git
Revision (git rev-parse @):
8d063610d2d7124b501efd77599cc98ed1a116b7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kublaios/snapshotino.git at 0.0.4
========================================
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
[4/194] Fetching snapshotino
Fetched https://github.com/kublaios/snapshotino.git from cache (0.64s)
Creating working copy for https://github.com/kublaios/snapshotino.git
Working copy of https://github.com/kublaios/snapshotino.git resolved at 0.0.4 (8d06361)
warning: '.resolve-product-dependencies': dependency 'snapshotino' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/kublaios/snapshotino.git
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.3.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-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/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 {
[4/12] 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 {
[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 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 {
[7/12] 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 {
[8/12] 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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] 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 {
[3/11] 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 {
[4/11] 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 {
[5/11] 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)
[6/11] 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 {
[7/11] 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/11] 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/11] 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/11] 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 {
[11/11] 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 {
[12/12] 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 {
BUILD FAILURE 6.1 macosSpm