Build Information
Successful build of swift-snapshot-kit, reference main (e2cc23), with Swift 6.1 for macOS (SPM) on 3 Apr 2026 07:27:46 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/philiprehberger/swift-snapshot-kit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/philiprehberger/swift-snapshot-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e2cc23d Initial commit
Cloned https://github.com/philiprehberger/swift-snapshot-kit.git
Revision (git rev-parse @):
e2cc23d82af229edb84ae204acbb561e87ac5e73
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/philiprehberger/swift-snapshot-kit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/philiprehberger/swift-snapshot-kit.git
https://github.com/philiprehberger/swift-snapshot-kit.git
{
"dependencies" : [
],
"manifest_display_name" : "swift-snapshot-kit",
"name" : "swift-snapshot-kit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "SnapshotKit",
"targets" : [
"SnapshotKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SnapshotKitTests",
"module_type" : "SwiftTarget",
"name" : "SnapshotKitTests",
"path" : "Tests/SnapshotKitTests",
"sources" : [
"DevicePresetTests.swift",
"ImageComparatorTests.swift",
"SnapshotConfigTests.swift",
"SnapshotErrorTests.swift",
"SnapshotStorageTests.swift"
],
"target_dependencies" : [
"SnapshotKit"
],
"type" : "test"
},
{
"c99name" : "SnapshotKit",
"module_type" : "SwiftTarget",
"name" : "SnapshotKit",
"path" : "Sources/SnapshotKit",
"product_memberships" : [
"SnapshotKit"
],
"sources" : [
"AssertSnapshot.swift",
"DevicePreset.swift",
"ImageComparator.swift",
"SnapshotConfig.swift",
"SnapshotError.swift",
"SnapshotKit.swift",
"SnapshotStorage.swift",
"SnapshotTraits.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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/11] Compiling SnapshotKit SnapshotStorage.swift
[4/11] Compiling SnapshotKit SnapshotKit.swift
[5/11] Compiling SnapshotKit SnapshotError.swift
[6/11] Compiling SnapshotKit ImageComparator.swift
[7/11] Compiling SnapshotKit SnapshotConfig.swift
[8/11] Emitting module SnapshotKit
[9/11] Compiling SnapshotKit DevicePreset.swift
[10/11] Compiling SnapshotKit AssertSnapshot.swift
[11/11] Compiling SnapshotKit SnapshotTraits.swift
Build complete! (5.72s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-snapshot-kit",
"name" : "swift-snapshot-kit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "SnapshotKit",
"targets" : [
"SnapshotKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SnapshotKitTests",
"module_type" : "SwiftTarget",
"name" : "SnapshotKitTests",
"path" : "Tests/SnapshotKitTests",
"sources" : [
"DevicePresetTests.swift",
"ImageComparatorTests.swift",
"SnapshotConfigTests.swift",
"SnapshotErrorTests.swift",
"SnapshotStorageTests.swift"
],
"target_dependencies" : [
"SnapshotKit"
],
"type" : "test"
},
{
"c99name" : "SnapshotKit",
"module_type" : "SwiftTarget",
"name" : "SnapshotKit",
"path" : "Sources/SnapshotKit",
"product_memberships" : [
"SnapshotKit"
],
"sources" : [
"AssertSnapshot.swift",
"DevicePreset.swift",
"ImageComparator.swift",
"SnapshotConfig.swift",
"SnapshotError.swift",
"SnapshotKit.swift",
"SnapshotStorage.swift",
"SnapshotTraits.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.