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 SnapshotTestingStitch, reference 1.2.0 (8e5e51), with Swift 6.1 for Android on 28 May 2025 04:16:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sherlouk/swift-snapshot-testing-stitch.git
Reference: 1.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/sherlouk/swift-snapshot-testing-stitch
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 8e5e510 Merge pull request #6 from alexey1312/feature/addHEICformat
Cloned https://github.com/sherlouk/swift-snapshot-testing-stitch.git
Revision (git rev-parse @):
8e5e510f85127550f75b94523e727185b54d8749
SUCCESS checkout https://github.com/sherlouk/swift-snapshot-testing-stitch.git at 1.2.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sherlouk/swift-snapshot-testing-stitch.git
https://github.com/sherlouk/swift-snapshot-testing-stitch.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    },
    {
      "identity" : "snapshottestingheic",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/alexey1312/SnapshotTestingHEIC.git"
    }
  ],
  "manifest_display_name" : "SnapshotTestingStitch",
  "name" : "SnapshotTestingStitch",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SnapshotTestingStitch",
      "targets" : [
        "SnapshotTestingStitch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SnapshotTestingStitchTests",
      "module_type" : "SwiftTarget",
      "name" : "SnapshotTestingStitchTests",
      "path" : "Tests/SnapshotTestingStitchTests",
      "sources" : [
        "SnapshotTestingStitch.swift",
        "SnapshotTestingStitchHEIC.swift"
      ],
      "target_dependencies" : [
        "SnapshotTestingStitch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SnapshotTestingStitch",
      "module_type" : "SwiftTarget",
      "name" : "SnapshotTestingStitch",
      "path" : "Sources/SnapshotTestingStitch",
      "product_dependencies" : [
        "SnapshotTesting",
        "SnapshotTestingHEIC"
      ],
      "product_memberships" : [
        "SnapshotTestingStitch"
      ],
      "sources" : [
        "ImageFormat.swift",
        "Snapshotting.swift",
        "StitchStyle.swift",
        "StitchTask.swift",
        "Stitcher.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/alexey1312/SnapshotTestingHEIC.git
[1/200] Fetching snapshottestingheic
[201/13382] Fetching snapshottestingheic, swift-snapshot-testing
Fetched https://github.com/alexey1312/SnapshotTestingHEIC.git from cache (2.02s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.08s)
Computing version for https://github.com/alexey1312/SnapshotTestingHEIC.git
Computed https://github.com/alexey1312/SnapshotTestingHEIC.git at 1.5.1 (2.62s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.4 (0.56s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
[4582/75029] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (5.10s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.15s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (6.35s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.72s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.42s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.81s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/alexey1312/SnapshotTestingHEIC.git
Working copy of https://github.com/alexey1312/SnapshotTestingHEIC.git resolved at 1.5.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.4
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/35] Compiling SnapshotTesting NSImage.swift
[6/35] Compiling SnapshotTesting NSView.swift
[7/35] Compiling SnapshotTesting NSViewController.swift
[8/35] Compiling SnapshotTesting SceneKit.swift
[9/35] Compiling SnapshotTesting SpriteKit.swift
[10/35] Compiling SnapshotTesting String.swift
[11/35] Compiling SnapshotTesting SwiftUIView.swift
[12/35] Compiling SnapshotTesting UIBezierPath.swift
[13/39] Compiling SnapshotTesting Deprecations.swift
[14/39] Compiling SnapshotTesting RecordIssue.swift
[15/39] Compiling SnapshotTesting SnapshotTestingConfiguration.swift
[16/39] Compiling SnapshotTesting SnapshotsTestTrait.swift
[17/39] Compiling SnapshotTesting CaseIterable.swift
[18/39] Compiling SnapshotTesting Data.swift
[19/39] Compiling SnapshotTesting Encodable.swift
[20/39] Compiling SnapshotTesting NSBezierPath.swift
[21/39] Compiling SnapshotTesting View.swift
[22/39] Compiling SnapshotTesting XCTAttachment.swift
[23/39] Compiling SnapshotTesting Diff.swift
[24/39] Compiling SnapshotTesting Diffing.swift
[25/39] Compiling SnapshotTesting Wait.swift
[26/39] Emitting module SnapshotTesting
[27/39] Compiling SnapshotTesting Snapshotting.swift
[28/39] Compiling SnapshotTesting Any.swift
[29/39] Compiling SnapshotTesting CALayer.swift
[30/39] Compiling SnapshotTesting CGPath.swift
[31/39] Compiling SnapshotTesting AssertSnapshot.swift
[32/39] Compiling SnapshotTesting Async.swift
[33/39] Compiling SnapshotTesting Internal.swift
[34/39] Compiling SnapshotTesting PlistEncoder.swift
[35/39] Compiling SnapshotTesting String+SpecialCharacters.swift
[36/39] Compiling SnapshotTesting UIImage.swift
[37/39] Compiling SnapshotTesting UIView.swift
[38/39] Compiling SnapshotTesting UIViewController.swift
[39/39] Compiling SnapshotTesting URLRequest.swift
[41/50] Compiling SnapshotTestingHEIC UIImage+HEIC.swift
[42/50] Compiling SnapshotTestingHEIC NSImage.swift
[43/51] Compiling SnapshotTestingHEIC NSView.swift
[44/51] Compiling SnapshotTestingHEIC SwiftUIView.swift
[45/51] Compiling SnapshotTestingHEIC NSViewController.swift
[46/51] Compiling SnapshotTestingHEIC UIImage.swift
[47/51] Compiling SnapshotTestingHEIC UIView.swift
[48/51] Compiling SnapshotTestingHEIC CompressionQuality.swift
[49/51] Compiling SnapshotTestingHEIC NSImage+HEIC.swift
[50/51] Emitting module SnapshotTestingHEIC
[51/51] Compiling SnapshotTestingHEIC UIViewController.swift
[53/58] Compiling SnapshotTestingStitch StitchTask.swift
/host/spi-builder-workspace/Sources/SnapshotTestingStitch/Snapshotting.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SnapshotTesting
  3 | import SnapshotTestingHEIC
[54/58] Compiling SnapshotTestingStitch Snapshotting.swift
/host/spi-builder-workspace/Sources/SnapshotTestingStitch/Snapshotting.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SnapshotTesting
  3 | import SnapshotTestingHEIC
[55/58] Compiling SnapshotTestingStitch StitchStyle.swift
/host/spi-builder-workspace/Sources/SnapshotTestingStitch/Snapshotting.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SnapshotTesting
  3 | import SnapshotTestingHEIC
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/58] Emitting module SnapshotTestingStitch
/host/spi-builder-workspace/Sources/SnapshotTestingStitch/Snapshotting.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SnapshotTesting
  3 | import SnapshotTestingHEIC
[57/58] Compiling SnapshotTestingStitch ImageFormat.swift
/host/spi-builder-workspace/Sources/SnapshotTestingStitch/Snapshotting.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SnapshotTesting
  3 | import SnapshotTestingHEIC
[58/58] Compiling SnapshotTestingStitch Stitcher.swift
/host/spi-builder-workspace/Sources/SnapshotTestingStitch/Snapshotting.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SnapshotTesting
  3 | import SnapshotTestingHEIC
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/32] Compiling SnapshotTesting NSImage.swift
[3/32] Compiling SnapshotTesting NSView.swift
[4/32] Compiling SnapshotTesting NSViewController.swift
[5/32] Compiling SnapshotTesting SceneKit.swift
[6/32] Compiling SnapshotTesting SpriteKit.swift
[7/32] Compiling SnapshotTesting String.swift
[8/32] Compiling SnapshotTesting SwiftUIView.swift
[9/32] Compiling SnapshotTesting UIBezierPath.swift
[10/36] Compiling SnapshotTesting CaseIterable.swift
[11/36] Compiling SnapshotTesting Data.swift
[12/36] Compiling SnapshotTesting Encodable.swift
[13/36] Compiling SnapshotTesting NSBezierPath.swift
[14/36] Compiling SnapshotTesting UIImage.swift
[15/36] Compiling SnapshotTesting UIView.swift
[16/36] Compiling SnapshotTesting UIViewController.swift
[17/36] Compiling SnapshotTesting URLRequest.swift
[18/36] Compiling SnapshotTesting Deprecations.swift
[19/36] Compiling SnapshotTesting RecordIssue.swift
[20/36] Compiling SnapshotTesting SnapshotTestingConfiguration.swift
[21/36] Compiling SnapshotTesting SnapshotsTestTrait.swift
[22/36] Emitting module SnapshotTesting
[23/36] Compiling SnapshotTesting Snapshotting.swift
[24/36] Compiling SnapshotTesting Any.swift
[25/36] Compiling SnapshotTesting CALayer.swift
[26/36] Compiling SnapshotTesting CGPath.swift
[27/36] Compiling SnapshotTesting AssertSnapshot.swift
[28/36] Compiling SnapshotTesting Async.swift
[29/36] Compiling SnapshotTesting Internal.swift
[30/36] Compiling SnapshotTesting PlistEncoder.swift
[31/36] Compiling SnapshotTesting String+SpecialCharacters.swift
[32/36] Compiling SnapshotTesting View.swift
[33/36] Compiling SnapshotTesting XCTAttachment.swift
[34/36] Compiling SnapshotTesting Diff.swift
[35/36] Compiling SnapshotTesting Diffing.swift
[36/36] Compiling SnapshotTesting Wait.swift
[38/47] Compiling SnapshotTestingHEIC NSViewController.swift
[39/48] Compiling SnapshotTestingHEIC NSView.swift
[40/48] Compiling SnapshotTestingHEIC UIImage+HEIC.swift
[41/48] Compiling SnapshotTestingHEIC NSImage.swift
[42/48] Compiling SnapshotTestingHEIC CompressionQuality.swift
[43/48] Compiling SnapshotTestingHEIC NSImage+HEIC.swift
[44/48] Emitting module SnapshotTestingHEIC
[45/48] Compiling SnapshotTestingHEIC UIView.swift
[46/48] Compiling SnapshotTestingHEIC UIViewController.swift
[47/48] Compiling SnapshotTestingHEIC SwiftUIView.swift
[48/48] Compiling SnapshotTestingHEIC UIImage.swift
[50/55] Compiling SnapshotTestingStitch ImageFormat.swift
/host/spi-builder-workspace/Sources/SnapshotTestingStitch/Snapshotting.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SnapshotTesting
  3 | import SnapshotTestingHEIC
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/55] Emitting module SnapshotTestingStitch
/host/spi-builder-workspace/Sources/SnapshotTestingStitch/Snapshotting.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SnapshotTesting
  3 | import SnapshotTestingHEIC
[52/55] Compiling SnapshotTestingStitch Snapshotting.swift
/host/spi-builder-workspace/Sources/SnapshotTestingStitch/Snapshotting.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SnapshotTesting
  3 | import SnapshotTestingHEIC
[53/55] Compiling SnapshotTestingStitch Stitcher.swift
/host/spi-builder-workspace/Sources/SnapshotTestingStitch/Snapshotting.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SnapshotTesting
  3 | import SnapshotTestingHEIC
[54/55] Compiling SnapshotTestingStitch StitchTask.swift
/host/spi-builder-workspace/Sources/SnapshotTestingStitch/Snapshotting.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SnapshotTesting
  3 | import SnapshotTestingHEIC
[55/55] Compiling SnapshotTestingStitch StitchStyle.swift
/host/spi-builder-workspace/Sources/SnapshotTestingStitch/Snapshotting.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SnapshotTesting
  3 | import SnapshotTestingHEIC
BUILD FAILURE 6.1 android