The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swiftui-preview-snapshots, reference main (b7204b), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 00:56:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/doordash-oss/swiftui-preview-snapshots.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/doordash-oss/swiftui-preview-snapshots
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b7204bc Add .spi.yml
Cloned https://github.com/doordash-oss/swiftui-preview-snapshots.git
Revision (git rev-parse @):
b7204bc507f897f8b7f717ee5cde4a34f7828124
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/doordash-oss/swiftui-preview-snapshots.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/doordash-oss/swiftui-preview-snapshots.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/38] Emitting module PreviewSnapshots
[6/38] Compiling PreviewSnapshots PreviewSnapshots.swift
[7/38] Compiling SnapshotTesting SceneKit.swift
[8/38] Compiling SnapshotTesting SpriteKit.swift
[9/38] Compiling SnapshotTesting String.swift
[10/41] Compiling SnapshotTesting CALayer.swift
[11/41] Compiling SnapshotTesting CGPath.swift
[12/41] Compiling SnapshotTesting CaseIterable.swift
[13/41] Emitting module SnapshotTesting
[14/41] Compiling SnapshotTesting Diffing.swift
[15/41] Compiling SnapshotTesting Wait.swift
[16/41] Compiling SnapshotTesting Deprecations.swift
[17/41] Compiling SnapshotTesting RecordIssue.swift
[18/41] Compiling SnapshotTesting SnapshotTestingConfiguration.swift
[19/41] Compiling SnapshotTesting SnapshotsTestTrait.swift
[20/41] Compiling SnapshotTesting Snapshotting.swift
[21/41] Compiling SnapshotTesting Any.swift
[22/41] Compiling SnapshotTesting Data.swift
[23/41] Compiling SnapshotTesting Encodable.swift
[24/41] Compiling SnapshotTesting NSBezierPath.swift
[25/41] Compiling SnapshotTesting SwiftUIView.swift
[26/41] Compiling SnapshotTesting UIBezierPath.swift
[27/41] Compiling SnapshotTesting UIImage.swift
[28/41] Compiling SnapshotTesting String+SpecialCharacters.swift
[29/41] Compiling SnapshotTesting View.swift
[30/41] Compiling SnapshotTesting XCTAttachment.swift
[31/41] Compiling SnapshotTesting Diff.swift
[32/41] Compiling SnapshotTesting UIView.swift
[33/41] Compiling SnapshotTesting UIViewController.swift
[34/41] Compiling SnapshotTesting URLRequest.swift
[35/41] Compiling SnapshotTesting NSImage.swift
[36/41] Compiling SnapshotTesting NSView.swift
[37/41] Compiling SnapshotTesting NSViewController.swift
[38/41] Compiling SnapshotTesting AssertSnapshot.swift
[39/41] Compiling SnapshotTesting Async.swift
[40/41] Compiling SnapshotTesting Internal.swift
[41/41] Compiling SnapshotTesting PlistEncoder.swift
[42/44] Compiling PreviewSnapshotsTesting SnapshotTestingExport.swift
[43/44] Emitting module PreviewSnapshotsTesting
[44/44] Compiling PreviewSnapshotsTesting PreviewSnapshots+assertSnapshots.swift
/Users/admin/builder/spi-builder-workspace/Sources/PreviewSnapshotsTesting/PreviewSnapshots+assertSnapshots.swift:41:13: warning: 'assertSnapshot(matching:as:named:record:timeout:file:testName:line:)' is deprecated: renamed to 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' [#DeprecatedDeclaration]
 39 |     ) {
 40 |         for configuration in configurations {
 41 |             assertSnapshot(
    |             |- warning: 'assertSnapshot(matching:as:named:record:timeout:file:testName:line:)' is deprecated: renamed to 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' [#DeprecatedDeclaration]
    |             `- note: use 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' instead
 42 |                 matching: configure(configuration.state),
 43 |                 as: snapshotting,
/Users/admin/builder/spi-builder-workspace/Sources/PreviewSnapshotsTesting/PreviewSnapshots+assertSnapshots.swift:75:17: warning: 'assertSnapshot(matching:as:named:record:timeout:file:testName:line:)' is deprecated: renamed to 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' [#DeprecatedDeclaration]
 73 |         for configuration in configurations {
 74 |             for (key, strategy) in strategies {
 75 |                 assertSnapshot(
    |                 |- warning: 'assertSnapshot(matching:as:named:record:timeout:file:testName:line:)' is deprecated: renamed to 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' [#DeprecatedDeclaration]
    |                 `- note: use 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' instead
 76 |                     matching: configure(configuration.state),
 77 |                     as: strategy,
/Users/admin/builder/spi-builder-workspace/Sources/PreviewSnapshotsTesting/PreviewSnapshots+assertSnapshots.swift:109:17: warning: 'assertSnapshot(matching:as:named:record:timeout:file:testName:line:)' is deprecated: renamed to 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' [#DeprecatedDeclaration]
107 |         for configuration in configurations {
108 |             for (position, strategy) in strategies.enumerated() {
109 |                 assertSnapshot(
    |                 |- warning: 'assertSnapshot(matching:as:named:record:timeout:file:testName:line:)' is deprecated: renamed to 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' [#DeprecatedDeclaration]
    |                 `- note: use 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' instead
110 |                     matching: configure(configuration.state),
111 |                     as: strategy,
/Users/admin/builder/spi-builder-workspace/Sources/PreviewSnapshotsTesting/PreviewSnapshots+assertSnapshots.swift:161:13: warning: 'assertSnapshot(matching:as:named:record:timeout:file:testName:line:)' is deprecated: renamed to 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' [#DeprecatedDeclaration]
159 |     ) {
160 |         for configuration in configurations {
161 |             assertSnapshot(
    |             |- warning: 'assertSnapshot(matching:as:named:record:timeout:file:testName:line:)' is deprecated: renamed to 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' [#DeprecatedDeclaration]
    |             `- note: use 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' instead
162 |                 matching: modify(configure(configuration.state)),
163 |                 as: snapshotting,
/Users/admin/builder/spi-builder-workspace/Sources/PreviewSnapshotsTesting/PreviewSnapshots+assertSnapshots.swift:213:17: warning: 'assertSnapshot(matching:as:named:record:timeout:file:testName:line:)' is deprecated: renamed to 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' [#DeprecatedDeclaration]
211 |         for configuration in configurations {
212 |             for (key, strategy) in strategies {
213 |                 assertSnapshot(
    |                 |- warning: 'assertSnapshot(matching:as:named:record:timeout:file:testName:line:)' is deprecated: renamed to 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' [#DeprecatedDeclaration]
    |                 `- note: use 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' instead
214 |                     matching: modify(configure(configuration.state)),
215 |                     as: strategy,
/Users/admin/builder/spi-builder-workspace/Sources/PreviewSnapshotsTesting/PreviewSnapshots+assertSnapshots.swift:265:17: warning: 'assertSnapshot(matching:as:named:record:timeout:file:testName:line:)' is deprecated: renamed to 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' [#DeprecatedDeclaration]
263 |         for configuration in configurations {
264 |             for (position, strategy) in strategies.enumerated() {
265 |                 assertSnapshot(
    |                 |- warning: 'assertSnapshot(matching:as:named:record:timeout:file:testName:line:)' is deprecated: renamed to 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' [#DeprecatedDeclaration]
    |                 `- note: use 'assertSnapshot(of:as:named:record:timeout:file:testName:line:)' instead
266 |                     matching: modify(configure(configuration.state)),
267 |                     as: strategy,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (22.00s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13674] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.71s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (3.20s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
[4582/75504] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.16s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (3.16s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (3.72s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.37s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.00s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.43s)
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/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/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
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
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.9.909-MacroSupport-macos_aarch64.zip
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "swiftui-preview-snapshots",
  "name" : "swiftui-preview-snapshots",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "PreviewSnapshots",
      "targets" : [
        "PreviewSnapshots"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PreviewSnapshotsTesting",
      "targets" : [
        "PreviewSnapshotsTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PreviewSnapshotsTests",
      "module_type" : "SwiftTarget",
      "name" : "PreviewSnapshotsTests",
      "path" : "Tests/PreviewSnapshotsTests",
      "sources" : [
        "PreviewSnapshotsTests.swift"
      ],
      "target_dependencies" : [
        "PreviewSnapshots",
        "PreviewSnapshotsTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PreviewSnapshotsTesting",
      "module_type" : "SwiftTarget",
      "name" : "PreviewSnapshotsTesting",
      "path" : "Sources/PreviewSnapshotsTesting",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "product_memberships" : [
        "PreviewSnapshotsTesting"
      ],
      "sources" : [
        "PreviewSnapshots+assertSnapshots.swift",
        "SnapshotTestingExport.swift"
      ],
      "target_dependencies" : [
        "PreviewSnapshots"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PreviewSnapshots",
      "module_type" : "SwiftTarget",
      "name" : "PreviewSnapshots",
      "path" : "Sources/PreviewSnapshots",
      "product_memberships" : [
        "PreviewSnapshots",
        "PreviewSnapshotsTesting"
      ],
      "sources" : [
        "PreviewSnapshots.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.