The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftUISnapshotTesting, reference main (b9786e), with Swift 6.1 for macOS (SPM) on 10 Nov 2025 07:31:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gabriel/swiftui-snapshot-testing.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gabriel/swiftui-snapshot-testing
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b9786ee Add iOS 26 screenshots
Cloned https://github.com/gabriel/swiftui-snapshot-testing.git
Revision (git rev-parse @):
b9786eec445e30d323147de221b80dcd734af954
SUCCESS checkout https://github.com/gabriel/swiftui-snapshot-testing.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/gabriel/swiftui-snapshot-testing.git
https://github.com/gabriel/swiftui-snapshot-testing.git
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.15.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "SwiftUISnapshotTesting",
  "name" : "SwiftUISnapshotTesting",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUISnapshotTesting",
      "targets" : [
        "SwiftUISnapshotTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUISnapshotTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUISnapshotTestingTests",
      "path" : "Tests",
      "sources" : [
        "ExpressionTests.swift",
        "SnapshotTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUISnapshotTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUISnapshotTesting",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUISnapshotTesting",
      "path" : "Sources",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "product_memberships" : [
        "SwiftUISnapshotTesting"
      ],
      "sources" : [
        "Expression.swift",
        "Platform.swift",
        "Render.swift",
        "Snapshot.swift",
        "Snapshotting+NSImage.swift",
        "Snapshotting+UIImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/35] Emitting module SnapshotTesting
[5/38] Compiling SnapshotTesting UIView.swift
[6/38] Compiling SnapshotTesting UIViewController.swift
[7/38] Compiling SnapshotTesting URLRequest.swift
[8/38] Compiling SnapshotTesting CALayer.swift
[9/38] Compiling SnapshotTesting CGPath.swift
[10/38] Compiling SnapshotTesting CaseIterable.swift
[11/38] Compiling SnapshotTesting Diffing.swift
[12/38] Compiling SnapshotTesting Wait.swift
[13/38] Compiling SnapshotTesting Deprecations.swift
[14/38] Compiling SnapshotTesting RecordIssue.swift
[15/38] Compiling SnapshotTesting AssertSnapshot.swift
[16/38] Compiling SnapshotTesting Async.swift
[17/38] Compiling SnapshotTesting Internal.swift
[18/38] Compiling SnapshotTesting PlistEncoder.swift
[19/38] Compiling SnapshotTesting SnapshotTestingConfiguration.swift
[20/38] Compiling SnapshotTesting SnapshotsTestTrait.swift
[21/38] Compiling SnapshotTesting Snapshotting.swift
[22/38] Compiling SnapshotTesting Any.swift
[23/38] Compiling SnapshotTesting Data.swift
[24/38] Compiling SnapshotTesting Encodable.swift
[25/38] Compiling SnapshotTesting NSBezierPath.swift
[26/38] Compiling SnapshotTesting String+SpecialCharacters.swift
[27/38] Compiling SnapshotTesting View.swift
[28/38] Compiling SnapshotTesting XCTAttachment.swift
[29/38] Compiling SnapshotTesting Diff.swift
[30/38] Compiling SnapshotTesting SceneKit.swift
[31/38] Compiling SnapshotTesting SpriteKit.swift
[32/38] Compiling SnapshotTesting String.swift
[33/38] Compiling SnapshotTesting NSImage.swift
[34/38] Compiling SnapshotTesting NSView.swift
[35/38] Compiling SnapshotTesting NSViewController.swift
[36/38] Compiling SnapshotTesting SwiftUIView.swift
[37/38] Compiling SnapshotTesting UIBezierPath.swift
[38/38] Compiling SnapshotTesting UIImage.swift
[39/45] Compiling SwiftUISnapshotTesting Snapshotting+UIImage.swift
[40/45] Emitting module SwiftUISnapshotTesting
[41/45] Compiling SwiftUISnapshotTesting Render.swift
[42/45] Compiling SwiftUISnapshotTesting Platform.swift
[43/45] Compiling SwiftUISnapshotTesting Snapshot.swift
[44/45] Compiling SwiftUISnapshotTesting Snapshotting+NSImage.swift
[45/45] Compiling SwiftUISnapshotTesting Expression.swift
Build complete! (31.37s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.88s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (2.38s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.98s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.71s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (2.23s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.63s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.92s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.50s)
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
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.15.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "SwiftUISnapshotTesting",
  "name" : "SwiftUISnapshotTesting",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUISnapshotTesting",
      "targets" : [
        "SwiftUISnapshotTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUISnapshotTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUISnapshotTestingTests",
      "path" : "Tests",
      "sources" : [
        "ExpressionTests.swift",
        "SnapshotTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUISnapshotTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUISnapshotTesting",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUISnapshotTesting",
      "path" : "Sources",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "product_memberships" : [
        "SwiftUISnapshotTesting"
      ],
      "sources" : [
        "Expression.swift",
        "Platform.swift",
        "Render.swift",
        "Snapshot.swift",
        "Snapshotting+NSImage.swift",
        "Snapshotting+UIImage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.