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

Successful build of SnapshotPreviews, reference v0.10.22 (d2e18d), with Swift 5.10 for macOS (SPM) on 28 Mar 2025 15:03:45 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EmergeTools/SnapshotPreviews.git
Reference: v0.10.22
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EmergeTools/SnapshotPreviews
 * tag               v0.10.22   -> FETCH_HEAD
HEAD is now at d2e18d1 Add rendering mode support (#232)
Cloned https://github.com/EmergeTools/SnapshotPreviews.git
Revision (git rev-parse @):
d2e18d1d8d8737f424babaeeeda88a63f9325b70
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/EmergeTools/SnapshotPreviews.git at v0.10.22
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/EmergeTools/SnapshotPreviews.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/20] Write sources
[8/20] Copying PreviewsSupport.framework
[9/20] Write swift-version-33747A42983211AE.txt
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/SimpleDebugger/Sources/SimpleDebugger/emg_vm_protect.c:8:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SimpleDebugger/Sources/SimpleDebugger/include/SimpleDebugger.h:8:5: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
#if TARGET_OS_TV || TARGET_OS_WATCH || !(defined(__arm64__) || defined(__aarch64__))
    ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SimpleDebugger/Sources/SimpleDebugger/include/SimpleDebugger.h:8:21: warning: 'TARGET_OS_WATCH' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
#if TARGET_OS_TV || TARGET_OS_WATCH || !(defined(__arm64__) || defined(__aarch64__))
                    ^
2 warnings generated.
[10/47] Compiling SimpleDebugger emg_vm_protect.c
[11/47] Compiling SnapshottingTestsObjc EMGInvocationCreator.mm
In file included from /Users/admin/builder/spi-builder-workspace/.build/checkouts/SimpleDebugger/Sources/SimpleDebugger/SimpleDebugger.cpp:8:
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SimpleDebugger/Sources/SimpleDebugger/include/SimpleDebugger.h:8:5: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
#if TARGET_OS_TV || TARGET_OS_WATCH || !(defined(__arm64__) || defined(__aarch64__))
    ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SimpleDebugger/Sources/SimpleDebugger/include/SimpleDebugger.h:8:21: warning: 'TARGET_OS_WATCH' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
#if TARGET_OS_TV || TARGET_OS_WATCH || !(defined(__arm64__) || defined(__aarch64__))
                    ^
2 warnings generated.
[12/47] Compiling SimpleDebugger SimpleDebugger.cpp
[14/47] Emitting module FlyingSocks
[15/49] Compiling FlyingSocks Task+Timeout.swift
[16/49] Compiling FlyingSocks Transferring.swift
[17/49] Compiling FlyingSocks SocketError.swift
[18/49] Compiling FlyingSocks SocketPool+Poll.swift
[19/49] Compiling FlyingSocks ConsumingAsyncSequence.swift
[20/49] Compiling FlyingSocks IdentifiableContinuation.swift
[21/49] Compiling FlyingSocks Logging+OSLog.swift
[22/49] Compiling FlyingSocks SocketPool.swift
[23/49] Compiling FlyingSocks SwiftSupport.swift
[24/49] Compiling FlyingSocks Socket+WinSock2.swift
[25/49] Compiling FlyingSocks Socket.swift
[26/49] Compiling FlyingSocks SocketAddress.swift
[27/49] Compiling FlyingSocks Logging.swift
[28/49] Compiling FlyingSocks Socket+Darwin.swift
[29/49] Compiling FlyingSocks Socket+Glibc.swift
[30/49] Compiling FlyingSocks SocketPool+ePoll.swift
[31/49] Compiling FlyingSocks SocketPool+kQueue.swift
[32/49] Compiling FlyingSocks AsyncChunkedSequence.swift
[33/49] Compiling FlyingSocks AsyncSharedReplaySequence.swift
[34/49] Compiling FlyingSocks AsyncSocket.swift
[35/49] Compiling FlyingSocks AllocatedLock.swift
[36/49] Compiling FlyingSocks AsyncBufferedCollection.swift
[37/49] Compiling FlyingSocks AsyncBufferedEmptySequence.swift
[38/49] Compiling FlyingSocks AsyncBufferedFileSequence.swift
[39/49] Compiling FlyingSocks AsyncBufferedSequence+Extensions.swift
[40/49] Compiling FlyingSocks AsyncBufferedSequence.swift
[41/49] Emitting module SnapshotSharedModels
[42/49] Compiling SnapshotSharedModels RenderingMode.swift
[43/113] Emitting module FlyingFox
[44/117] Compiling FlyingFox RoutedHTTPHandler.swift
[45/117] Compiling FlyingFox WebSocketHTTPHandler.swift
[46/117] Compiling FlyingFox SocketAddress+Glibc.swift
[47/117] Compiling FlyingFox URLSession+Async.swift
[48/117] Compiling FlyingFox UncheckedSendable.swift
[49/117] Compiling FlyingFox AsyncStream+WSFrame.swift
[50/117] Compiling FlyingFox SHA1.swift
[51/117] Compiling FlyingFox WSFrame.swift
[52/117] Compiling FlyingFox DirectoryHTTPHandler.swift
[53/117] Compiling FlyingFox FileHTTPHandler.swift
[54/117] Compiling FlyingFox ProxyHTTPHandler.swift
[55/117] Compiling FlyingFox RedirectHTTPHandler.swift
[56/117] Compiling FlyingFox HTTPRequest+QueryItem.swift
[57/117] Compiling FlyingFox HTTPRequest+RouteParameter.swift
[58/117] Compiling FlyingFox HTTPRequest.swift
[59/117] Compiling FlyingFox HTTPResponse.swift
[60/117] Compiling FlyingFox HTTPRoute.swift
[61/117] Compiling FlyingFox HTTPRouteParameterValue.swift
[62/117] Compiling FlyingFox HTTPServer+Configuration.swift
[63/117] Compiling FlyingFox HTTPServer+Listening.swift
[64/117] Compiling FlyingFox HTTPServer.swift
[65/117] Compiling FlyingFox HTTPStatusCode.swift
[66/117] Compiling FlyingFox HTTPVersion.swift
[67/117] Compiling FlyingFox ClosureHTTPHandler.swift
[68/117] Compiling FlyingFox HTTPLogging+OSLog.swift
[69/117] Compiling FlyingFox HTTPLogging.swift
[70/117] Compiling FlyingFox HTTPMethod.swift
[71/117] Compiling FlyingFox HTTPRequest+Address.swift
[72/117] Compiling FlyingFox AsyncSequence+Extensions.swift
[73/117] Compiling FlyingFox HTTPBodyPattern.swift
[74/117] Compiling FlyingFox HTTPBodySequence.swift
[75/117] Compiling FlyingFox HTTPChunkedEncodedSequence.swift
[76/117] Compiling FlyingFox HTTPClient.swift
[77/117] Compiling FlyingFox HTTPConnection.swift
[78/117] Compiling FlyingFox HTTPDecoder.swift
[79/117] Compiling FlyingFox HTTPEncoder.swift
[80/117] Compiling FlyingFox HTTPHandler.swift
[81/117] Compiling FlyingFox HTTPHeader.swift
[82/117] Compiling FlyingFox WSFrameEncoder.swift
[83/117] Compiling FlyingFox WSFrameValidator.swift
[84/117] Compiling FlyingFox WSHandler.swift
[85/117] Compiling FlyingFox WSMessage.swift
[86/117] Compiling SnapshotPreferences PrecisionPreference.swift
[87/117] Compiling SnapshotPreferences RenderingModePreference.swift
[88/117] Compiling SnapshotPreferences ExpansionPreference.swift
[89/117] Compiling SnapshotPreferences AppStoreSnapshotPreference.swift
[90/117] Compiling SnapshotPreferences AccessibiltyPreference.swift
[91/117] Compiling SnapshotPreferences EmergeModifierFinder.swift
[92/117] Emitting module SnapshotPreferences
[95/117] Compiling SnapshotPreviewsCore View+Snapshot.swift
[98/118] Compiling SnapshotPreviewsCore ViewSelector.swift
[111/118] Emitting module SnapshotPreviewsCore
[112/139] Compiling SnapshottingSwift Initializer.swift
[113/139] Emitting module SnapshottingSwift
[114/139] Compiling SnapshottingSwift Snapshots.swift
[115/139] Compiling PreviewGallery Preview+FullScreen.swift
[116/139] Compiling PreviewGallery PreviewCell.swift
[117/140] Compiling PreviewGallery PreviewData.swift
[118/140] Compiling PreviewGallery PreviewGallery.swift
[119/140] Compiling PreviewGallery PreviewsDetail.swift
[120/140] Compiling PreviewGallery ModulePreviews.swift
[121/140] Compiling PreviewGallery Colors.swift
[122/140] Emitting module PreviewGallery
[123/140] Compiling PreviewGallery Array+Filter.swift
[124/140] Compiling PreviewGallery Checkerboard.swift
[125/140] Compiling PreviewGallery ModuleScreens.swift
[126/140] Compiling PreviewGallery TitleSubtitleRow.swift
[126/140] Write Objects.LinkFileList
[127/140] Archiving libPreviewGallery.a
[128/140] Compiling Snapshotting Initializer.m
[129/140] Write Objects.LinkFileList
[130/140] Linking libSnapshotting.dylib
[132/140] Compiling SnapshottingTests SnapshotTest.swift
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'SnapshottingTests' may lead to instability during execution
@_implementationOnly import SnapshotPreviewsCore
                     ^
[133/140] Compiling SnapshottingTests PreviewFilters.swift
[134/140] Compiling SnapshottingTests DiscoveredPreview+PreviewType.swift
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/DiscoveredPreview+PreviewType.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'SnapshottingTests' may lead to instability during execution
@_implementationOnly import SnapshotPreviewsCore
                     ^
[135/140] Compiling SnapshottingTests PreviewLayoutTest.swift
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewLayoutTest.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'SnapshottingTests' may lead to instability during execution
@_implementationOnly import SnapshotPreviewsCore
                     ^
[136/140] Compiling SnapshottingTests PreviewBaseTest.swift
[137/140] Compiling SnapshottingTests AccessibilityPreviewTest.swift
[138/140] Emitting module SnapshottingTests
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/DiscoveredPreview+PreviewType.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'SnapshottingTests' may lead to instability during execution
@_implementationOnly import SnapshotPreviewsCore
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/PreviewLayoutTest.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'SnapshottingTests' may lead to instability during execution
@_implementationOnly import SnapshotPreviewsCore
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SnapshottingTests/SnapshotTest.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'SnapshottingTests' may lead to instability during execution
@_implementationOnly import SnapshotPreviewsCore
                     ^
[138/140] Write Objects.LinkFileList
[139/140] Archiving libSnapshottingTests.a
Build complete! (24.21s)
Fetching https://github.com/EmergeTools/SimpleDebugger.git
Fetching https://github.com/swhitty/FlyingFox.git
Fetching https://github.com/EmergeTools/AccessibilitySnapshot.git
[1/5235] Fetching flyingfox
[107/5331] Fetching flyingfox, simpledebugger
[255/8073] Fetching flyingfox, simpledebugger, accessibilitysnapshot
Fetched https://github.com/EmergeTools/SimpleDebugger.git from cache (2.62s)
Fetched https://github.com/swhitty/FlyingFox.git from cache (2.62s)
Fetched https://github.com/EmergeTools/AccessibilitySnapshot.git from cache (2.62s)
Computing version for https://github.com/EmergeTools/SimpleDebugger.git
Computed https://github.com/EmergeTools/SimpleDebugger.git at 1.0.0 (0.31s)
Computing version for https://github.com/EmergeTools/AccessibilitySnapshot.git
Computed https://github.com/EmergeTools/AccessibilitySnapshot.git at 1.0.2 (0.43s)
Computing version for https://github.com/swhitty/FlyingFox.git
Computed https://github.com/swhitty/FlyingFox.git at 0.16.0 (0.33s)
Creating working copy for https://github.com/EmergeTools/AccessibilitySnapshot.git
Working copy of https://github.com/EmergeTools/AccessibilitySnapshot.git resolved at 1.0.2
Creating working copy for https://github.com/swhitty/FlyingFox.git
Working copy of https://github.com/swhitty/FlyingFox.git resolved at 0.16.0
Creating working copy for https://github.com/EmergeTools/SimpleDebugger.git
Working copy of https://github.com/EmergeTools/SimpleDebugger.git resolved at 1.0.0
Build complete.
{
  "cxx_language_standard" : "c++11",
  "dependencies" : [
    {
      "identity" : "flyingfox",
      "requirement" : {
        "exact" : [
          "0.16.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swhitty/FlyingFox.git"
    },
    {
      "identity" : "accessibilitysnapshot",
      "requirement" : {
        "exact" : [
          "1.0.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/EmergeTools/AccessibilitySnapshot.git"
    },
    {
      "identity" : "simpledebugger",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/EmergeTools/SimpleDebugger.git"
    }
  ],
  "manifest_display_name" : "SnapshotPreviews",
  "name" : "SnapshotPreviews",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "PreviewGallery",
      "targets" : [
        "PreviewGallery"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SnapshottingTests",
      "targets" : [
        "SnapshottingTests"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SnapshotPreferences",
      "targets" : [
        "SnapshotPreferences"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SnapshotPreviewsCore",
      "targets" : [
        "SnapshotPreviewsCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Snapshotting",
      "targets" : [
        "Snapshotting"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SnapshottingTestsObjc",
      "module_type" : "ClangTarget",
      "name" : "SnapshottingTestsObjc",
      "path" : "Sources/SnapshottingTestsObjc",
      "product_dependencies" : [
        "SimpleDebugger"
      ],
      "product_memberships" : [
        "SnapshottingTests"
      ],
      "sources" : [
        "EMGInvocationCreator.mm"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SnapshottingTests",
      "module_type" : "SwiftTarget",
      "name" : "SnapshottingTests",
      "path" : "Sources/SnapshottingTests",
      "product_memberships" : [
        "SnapshottingTests"
      ],
      "sources" : [
        "AccessibilityPreviewTest.swift",
        "DiscoveredPreview+PreviewType.swift",
        "PreviewBaseTest.swift",
        "PreviewFilters.swift",
        "PreviewLayoutTest.swift",
        "SnapshotTest.swift"
      ],
      "target_dependencies" : [
        "SnapshotPreviewsCore",
        "SnapshottingTestsObjc"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SnapshottingSwift",
      "module_type" : "SwiftTarget",
      "name" : "SnapshottingSwift",
      "path" : "Sources/SnapshottingSwift",
      "product_dependencies" : [
        "FlyingFox"
      ],
      "product_memberships" : [
        "Snapshotting"
      ],
      "sources" : [
        "Initializer.swift",
        "Snapshots.swift"
      ],
      "target_dependencies" : [
        "SnapshotPreviewsCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Snapshotting",
      "module_type" : "ClangTarget",
      "name" : "Snapshotting",
      "path" : "Sources/Snapshotting",
      "product_memberships" : [
        "Snapshotting"
      ],
      "sources" : [
        "Initializer.m"
      ],
      "target_dependencies" : [
        "SnapshottingSwift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SnapshotSharedModels",
      "module_type" : "SwiftTarget",
      "name" : "SnapshotSharedModels",
      "path" : "Sources/SnapshotSharedModels",
      "product_memberships" : [
        "PreviewGallery",
        "SnapshottingTests",
        "SnapshotPreferences",
        "SnapshotPreviewsCore",
        "Snapshotting"
      ],
      "sources" : [
        "RenderingMode.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SnapshotPreviewsTests",
      "module_type" : "SwiftTarget",
      "name" : "SnapshotPreviewsTests",
      "path" : "Tests/SnapshotPreviewsTests",
      "sources" : [
        "ETBrowserTests.swift"
      ],
      "target_dependencies" : [
        "SnapshotPreviewsCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SnapshotPreviewsCore",
      "module_type" : "SwiftTarget",
      "name" : "SnapshotPreviewsCore",
      "path" : "Sources/SnapshotPreviewsCore",
      "product_dependencies" : [
        "AccessibilitySnapshotCore"
      ],
      "product_memberships" : [
        "PreviewGallery",
        "SnapshottingTests",
        "SnapshotPreviewsCore",
        "Snapshotting"
      ],
      "sources" : [
        "AppKitRenderingStrategy.swift",
        "ConformanceLookup.swift",
        "ExpandingViewController.swift",
        "MetadataTypes.swift",
        "ModifierFinder.swift",
        "NSImage+EMG.swift",
        "Orientation.swift",
        "PreferredColorSchemeWrapper.swift",
        "RenderingStrategy.swift",
        "ScrollExpansion.swift",
        "SnapshotPreviewsCore.swift",
        "String+Split.swift",
        "SwiftUIRenderingStrategy.swift",
        "UIImage+EMG.swift",
        "UIKitRenderingStrategy.swift",
        "UIViewWrapper.swift",
        "View+Snapshot.swift",
        "ViewSelector.swift"
      ],
      "target_dependencies" : [
        "PreviewsSupport",
        "SnapshotSharedModels"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SnapshotPreferences",
      "module_type" : "SwiftTarget",
      "name" : "SnapshotPreferences",
      "path" : "Sources/SnapshotPreferences",
      "product_memberships" : [
        "PreviewGallery",
        "SnapshotPreferences"
      ],
      "sources" : [
        "AccessibiltyPreference.swift",
        "AppStoreSnapshotPreference.swift",
        "EmergeModifierFinder.swift",
        "ExpansionPreference.swift",
        "PrecisionPreference.swift",
        "RenderingModePreference.swift"
      ],
      "target_dependencies" : [
        "SnapshotSharedModels"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PreviewsSupport",
      "module_type" : "BinaryTarget",
      "name" : "PreviewsSupport",
      "path" : "PreviewsSupport/PreviewsSupport.xcframework",
      "product_memberships" : [
        "PreviewGallery",
        "SnapshottingTests",
        "SnapshotPreviewsCore",
        "Snapshotting"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "PreviewGallery",
      "module_type" : "SwiftTarget",
      "name" : "PreviewGallery",
      "path" : "Sources/PreviewGallery",
      "product_memberships" : [
        "PreviewGallery"
      ],
      "sources" : [
        "Array+Filter.swift",
        "Checkerboard.swift",
        "Colors.swift",
        "ModulePreviews.swift",
        "ModuleScreens.swift",
        "Preview+FullScreen.swift",
        "PreviewCell.swift",
        "PreviewData.swift",
        "PreviewGallery.swift",
        "PreviewsDetail.swift",
        "TitleSubtitleRow.swift"
      ],
      "target_dependencies" : [
        "SnapshotPreviewsCore",
        "SnapshotPreferences"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.