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 0.0.4 (8d0636), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 08:38:01 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: 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
[1/194] Fetching snapshotino
Fetched https://github.com/kublaios/snapshotino.git from cache (0.74s)
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.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
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 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 {
[6/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 {
[7/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 {
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
BUILD FAILURE 6.0 macosSpm