The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build snapshotino, reference main (c54037), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 11:02:28 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: 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
[2/194] Fetching snapshotino
Fetched https://github.com/kublaios/snapshotino.git from cache (0.76s)
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.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
[3/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 {
[4/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 {
[5/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)
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[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 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 {
[12/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 {
[13/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 {
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/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 {
[4/12] 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 {
[5/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 {
[6/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 {
[7/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[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