Build Information
Successful build of xc-snapshot-testing, reference 0.1.0 (d48816
), with Swift 6.2 (beta) for macOS (SPM) on 11 Sep 2025 11:53:02 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/snapshot-testing/xc-snapshot-testing.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/snapshot-testing/xc-snapshot-testing
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at d48816a Removed wrong documentation references (#2)
Cloned https://github.com/snapshot-testing/xc-snapshot-testing.git
Revision (git rev-parse @):
d48816af4ae17439a32e18d7dec757acee1c3375
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/snapshot-testing/xc-snapshot-testing.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/snapshot-testing/xc-snapshot-testing.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-1EA4D86E10B52AF.txt
[8/106] Emitting module IssueReportingPackageSupport
[9/106] Compiling IssueReportingPackageSupport _Test.swift
[10/125] Compiling IssueReporting LockIsolated.swift
[11/125] Compiling IssueReporting Rethrows.swift
[12/127] Compiling IssueReporting Deprecations.swift
[13/127] Compiling IssueReporting FailureObserver.swift
[14/127] Emitting module IssueReporting
[15/127] Compiling IssueReporting ErrorReporting.swift
[16/127] Compiling IssueReporting AppHostWarning.swift
[17/127] Compiling IssueReporting TestContext.swift
[18/127] Compiling IssueReporting Unimplemented.swift
[19/127] Compiling IssueReporting SwiftTesting.swift
[20/127] Compiling IssueReporting UncheckedSendable.swift
[21/127] Compiling IssueReporting Warn.swift
[22/127] Compiling IssueReporting XCTest.swift
[23/127] Compiling IssueReporting IsTesting.swift
[24/127] Compiling IssueReporting IssueReporter.swift
[25/127] Compiling IssueReporting BreakpointReporter.swift
[26/127] Compiling IssueReporting FatalErrorReporter.swift
[27/127] Compiling IssueReporting RuntimeWarningReporter.swift
[28/127] Compiling IssueReporting ReportIssue.swift
[29/127] Compiling IssueReporting WithExpectedIssue.swift
[30/127] Compiling IssueReporting WithIssueContext.swift
[31/130] Compiling XCTestDynamicOverlay Exports.swift
[32/130] Compiling XCTestDynamicOverlay Deprecations.swift
[33/130] Emitting module XCTestDynamicOverlay
[34/158] Emitting module CustomDump
[35/160] Compiling CustomDump CustomDumpRepresentable.swift
[36/160] Compiling CustomDump CustomDumpStringConvertible.swift
[37/160] Compiling CustomDump Diff.swift
[38/160] Compiling CustomDump Dump.swift
[39/160] Compiling CustomDump ExpectDifference.swift
[40/160] Compiling CustomDump ExpectNoDifference.swift
[41/160] Compiling CustomDump XCTAssertDifference.swift
[42/160] Compiling CustomDump XCTAssertNoDifference.swift
[43/160] Compiling CustomDump Swift.swift
[44/160] Compiling CustomDump SwiftUI.swift
[45/160] Compiling CustomDump UIKit.swift
[46/160] Compiling CustomDump AnyType.swift
[47/160] Compiling CustomDump CollectionDifference.swift
[48/160] Compiling CustomDump Identifiable.swift
[49/160] Compiling CustomDump Mirror.swift
[50/160] Compiling CustomDump String.swift
[51/160] Compiling CustomDump Unordered.swift
[52/160] Compiling CustomDump CoreImage.swift
[53/160] Compiling CustomDump CoreLocation.swift
[54/160] Compiling CustomDump CoreMotion.swift
[55/160] Compiling CustomDump Photos.swift
[56/160] Compiling CustomDump Speech.swift
[57/160] Compiling CustomDump StoreKit.swift
[58/160] Compiling CustomDump Foundation.swift
[59/160] Compiling CustomDump GameKit.swift
[60/160] Compiling CustomDump KeyPath.swift
[61/160] Compiling CustomDump UserNotifications.swift
[62/160] Compiling CustomDump UserNotificationsUI.swift
[63/160] Compiling CustomDump CustomDumpReflectable.swift
[64/160] Compiling XCSnapshotTesting TypesettingLanguageTraitKey.swift
[65/160] Compiling XCSnapshotTesting UserInterfaceActiveAppearanceTraitKey.swift
[66/160] Compiling XCSnapshotTesting UserInterfaceIdiomTraitKey.swift
[67/160] Compiling XCSnapshotTesting UserInterfaceLevelTraitKey.swift
[68/160] Compiling XCSnapshotTesting UserInterfaceStyleTraitKey.swift
[69/160] Compiling XCSnapshotTesting Traits.swift
[70/160] Compiling XCSnapshotTesting NoWindowAvailableError.swift
[71/160] Compiling XCSnapshotTesting Snapshot+SDKApplication.swift
[72/160] Compiling XCSnapshotTesting Snapshot+WindowPool.swift
[73/160] Compiling XCSnapshotTesting SnapshotWindowConfiguration.swift
[74/170] Emitting module XCSnapshotTesting
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Serialization/Defaults/ImageBytes.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
18 |
19 | #if os(macOS)
20 | public let rawValue: NSImage
| `- warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
21 | #else
22 | public let rawValue: UIKit.UIImage
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
[83/170] Compiling XCSnapshotTesting MaxConcurrentTestsEnvironmentKey.swift
[84/170] Compiling XCSnapshotTesting PlatformEnvironmentKey.swift
[85/170] Compiling XCSnapshotTesting RecordEnvironmentKey.swift
[86/170] Compiling XCSnapshotTesting WindowLease.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Serialization/Defaults/ImageBytes.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
18 |
19 | #if os(macOS)
20 | public let rawValue: NSImage
| `- warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
21 | #else
22 | public let rawValue: UIKit.UIImage
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
[87/170] Compiling XCSnapshotTesting WindowPool.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Serialization/Defaults/ImageBytes.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
18 |
19 | #if os(macOS)
20 | public let rawValue: NSImage
| `- warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
21 | #else
22 | public let rawValue: UIKit.UIImage
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
[88/170] Compiling XCSnapshotTesting BytesContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Serialization/Defaults/ImageBytes.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
18 |
19 | #if os(macOS)
20 | public let rawValue: NSImage
| `- warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
21 | #else
22 | public let rawValue: UIKit.UIImage
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
[89/170] Compiling XCSnapshotTesting BytesRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Serialization/Defaults/ImageBytes.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
18 |
19 | #if os(macOS)
20 | public let rawValue: NSImage
| `- warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
21 | #else
22 | public let rawValue: UIKit.UIImage
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
[90/170] Compiling XCSnapshotTesting BytesSerializationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Serialization/Defaults/ImageBytes.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
18 |
19 | #if os(macOS)
20 | public let rawValue: NSImage
| `- warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
21 | #else
22 | public let rawValue: UIKit.UIImage
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
[91/170] Compiling XCSnapshotTesting DataSerialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Serialization/Defaults/ImageBytes.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
18 |
19 | #if os(macOS)
20 | public let rawValue: NSImage
| `- warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
21 | #else
22 | public let rawValue: UIKit.UIImage
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
[92/170] Compiling XCSnapshotTesting DataSerializationConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Serialization/Defaults/ImageBytes.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
18 |
19 | #if os(macOS)
20 | public let rawValue: NSImage
| `- warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
21 | #else
22 | public let rawValue: UIKit.UIImage
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
[93/170] Compiling XCSnapshotTesting DataSerializationConfigurationKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Serialization/Defaults/ImageBytes.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
18 |
19 | #if os(macOS)
20 | public let rawValue: NSImage
| `- warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
21 | #else
22 | public let rawValue: UIKit.UIImage
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
[94/170] Compiling XCSnapshotTesting DataBytes.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Serialization/Defaults/ImageBytes.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
18 |
19 | #if os(macOS)
20 | public let rawValue: NSImage
| `- warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
21 | #else
22 | public let rawValue: UIKit.UIImage
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
[95/170] Compiling XCSnapshotTesting ImageBytes.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Serialization/Defaults/ImageBytes.swift:20:16: warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
18 |
19 | #if os(macOS)
20 | public let rawValue: NSImage
| `- warning: stored property 'rawValue' of 'Sendable'-conforming struct 'ImageBytes' has non-sendable type 'NSImage'
21 | #else
22 | public let rawValue: UIKit.UIImage
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:66:12: note: class 'NSImage' does not conform to the 'Sendable' protocol
64 | __attribute__((objc_subclassing_restricted))
65 | #endif /* NSIMAGE_UNAVAILABLE_MACCATALYST */
66 | @interface NSImage : NSObject
| `- note: class 'NSImage' does not conform to the 'Sendable' protocol
67 |
68 | #pragma mark - Initialization
[96/170] Compiling XCSnapshotTesting Assert.swift
[97/170] Compiling XCSnapshotTesting CleanCounterBetweenTestCases.swift
[98/170] Compiling XCSnapshotTesting RecordMode.swift
[99/170] Compiling XCSnapshotTesting SnapshotAttachment.swift
[100/170] Compiling XCSnapshotTesting TestingSession.swift
[101/170] Compiling XCSnapshotTesting Async.swift
[102/170] Compiling XCSnapshotTesting AsyncLock.swift
[103/170] Compiling XCSnapshotTesting AsyncOperation.swift
[104/170] Compiling XCSnapshotTesting AsyncSignal.swift
[105/170] Compiling XCSnapshotTesting DataDiffAttachmentGenerator.swift
[106/170] Compiling XCSnapshotTesting ImageDiffAttachmentGenerator.swift
[107/170] Compiling XCSnapshotTesting StringBytes.swift
[108/170] Compiling XCSnapshotTesting Snapshot.swift
[109/170] Compiling XCSnapshotTesting Sync.swift
[110/170] Compiling XCSnapshotTesting SnapshotEngine.swift
[111/170] Compiling XCSnapshotTesting SnapshotFailContext.swift
[112/170] Compiling XCSnapshotTesting SnapshotFailure.swift
[113/170] Compiling XCSnapshotTesting SnapshotFileEngine.swift
[114/170] Compiling XCSnapshotTesting SnapshotPerformOperation.swift
[115/170] Compiling XCSnapshotTesting SnapshotTester.swift
[116/170] Compiling XCSnapshotTesting TestingSystem.swift
[117/170] Compiling XCSnapshotTesting Snapshot+NSView.swift
[118/170] Compiling XCSnapshotTesting Snapshot+NSViewController.swift
[119/170] Compiling XCSnapshotTesting Snapshot+SceneKit.swift
[120/170] Compiling XCSnapshotTesting Snapshot+SpriteKit.swift
[121/170] Compiling XCSnapshotTesting Snapshot+UIApplication.swift
[122/170] Compiling XCSnapshotTesting Snapshot+UIBezierPath.swift
[123/170] Compiling XCSnapshotTesting Snapshot+UIView.swift
[124/170] Compiling XCSnapshotTesting Snapshot+UIViewController.swift
[125/170] Compiling XCSnapshotTesting Snapshot+View.swift
[126/170] Compiling XCSnapshotTesting InterfaceSizeClassTraitKey.swift
[127/170] Compiling XCSnapshotTesting AccessibilityContrastTraitKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Methods/UI/Core/ViewOperationPayload.swift:52:43: warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
50 | ) -> Async<Input, ImageBytes> {
51 | map { @MainActor payload in
52 | let image = try await executor(
| |- warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
| `- note: sending main actor-isolated value of non-Sendable type 'SDKImage' (aka 'NSImage') to nonisolated instance method 'callAsFunction' risks causing races in between main actor-isolated and nonisolated uses
53 | payload.input.snapshot()
54 | )
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Methods/UI/Core/ViewOperationPayload.swift:52:43: warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
50 | ) -> Async<Input, ImageBytes> {
51 | map { @MainActor payload in
52 | let image = try await executor(
| |- warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
| `- note: sending main actor-isolated value of non-Sendable type 'SDKImage' (aka 'NSImage') to nonisolated instance method 'callAsFunction' risks causing races in between main actor-isolated and nonisolated uses
53 | payload.input.snapshot()
54 | )
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Methods/UI/Core/ViewOperationPayload.swift:52:43: warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
50 | ) -> Async<Input, ImageBytes> {
51 | map { @MainActor payload in
52 | let image = try await executor(
| |- warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
| `- note: sending main actor-isolated value of non-Sendable type 'SDKImage' (aka 'NSImage') to nonisolated instance method 'callAsFunction' risks causing races in between main actor-isolated and nonisolated uses
53 | payload.input.snapshot()
54 | )
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Methods/UI/Core/ViewOperationPayload.swift:52:43: warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
50 | ) -> Async<Input, ImageBytes> {
51 | map { @MainActor payload in
52 | let image = try await executor(
| |- warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
| `- note: sending main actor-isolated value of non-Sendable type 'SDKImage' (aka 'NSImage') to nonisolated instance method 'callAsFunction' risks causing races in between main actor-isolated and nonisolated uses
53 | payload.input.snapshot()
54 | )
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Methods/UI/Core/ViewOperationPayload.swift:52:43: warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
50 | ) -> Async<Input, ImageBytes> {
51 | map { @MainActor payload in
52 | let image = try await executor(
| |- warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
| `- note: sending main actor-isolated value of non-Sendable type 'SDKImage' (aka 'NSImage') to nonisolated instance method 'callAsFunction' risks causing races in between main actor-isolated and nonisolated uses
53 | payload.input.snapshot()
54 | )
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Methods/UI/Core/ViewOperationPayload.swift:52:43: warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
50 | ) -> Async<Input, ImageBytes> {
51 | map { @MainActor payload in
52 | let image = try await executor(
| |- warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
| `- note: sending main actor-isolated value of non-Sendable type 'SDKImage' (aka 'NSImage') to nonisolated instance method 'callAsFunction' risks causing races in between main actor-isolated and nonisolated uses
53 | payload.input.snapshot()
54 | )
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Methods/UI/Core/ViewOperationPayload.swift:52:43: warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
50 | ) -> Async<Input, ImageBytes> {
51 | map { @MainActor payload in
52 | let image = try await executor(
| |- warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
| `- note: sending main actor-isolated value of non-Sendable type 'SDKImage' (aka 'NSImage') to nonisolated instance method 'callAsFunction' risks causing races in between main actor-isolated and nonisolated uses
53 | payload.input.snapshot()
54 | )
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Methods/UI/Core/ViewOperationPayload.swift:52:43: warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
50 | ) -> Async<Input, ImageBytes> {
51 | map { @MainActor payload in
52 | let image = try await executor(
| |- warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
| `- note: sending main actor-isolated value of non-Sendable type 'SDKImage' (aka 'NSImage') to nonisolated instance method 'callAsFunction' risks causing races in between main actor-isolated and nonisolated uses
53 | payload.input.snapshot()
54 | )
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Methods/UI/Core/ViewOperationPayload.swift:52:43: warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
50 | ) -> Async<Input, ImageBytes> {
51 | map { @MainActor payload in
52 | let image = try await executor(
| |- warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
| `- note: sending main actor-isolated value of non-Sendable type 'SDKImage' (aka 'NSImage') to nonisolated instance method 'callAsFunction' risks causing races in between main actor-isolated and nonisolated uses
53 | payload.input.snapshot()
54 | )
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Methods/UI/Core/ViewOperationPayload.swift:52:43: warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
50 | ) -> Async<Input, ImageBytes> {
51 | map { @MainActor payload in
52 | let image = try await executor(
| |- warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
| `- note: sending main actor-isolated value of non-Sendable type 'SDKImage' (aka 'NSImage') to nonisolated instance method 'callAsFunction' risks causing races in between main actor-isolated and nonisolated uses
53 | payload.input.snapshot()
54 | )
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Methods/UI/Core/ViewOperationPayload.swift:52:43: warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
50 | ) -> Async<Input, ImageBytes> {
51 | map { @MainActor payload in
52 | let image = try await executor(
| |- warning: sending value of non-Sendable type 'SDKImage' (aka 'NSImage') risks causing data races [#SendingRisksDataRace]
| `- note: sending main actor-isolated value of non-Sendable type 'SDKImage' (aka 'NSImage') to nonisolated instance method 'callAsFunction' risks causing races in between main actor-isolated and nonisolated uses
53 | payload.input.snapshot()
54 | )
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[149/170] Compiling XCSnapshotTesting TraitsEnvironmentKey.swift
[150/170] Compiling XCSnapshotTesting WebViewToleranceEnvironmentKey.swift
[151/170] Compiling XCSnapshotTesting SnapshotEnvironment.swift
[152/170] Compiling XCSnapshotTesting SnapshotEnvironmentKey.swift
[153/170] Compiling XCSnapshotTesting SnapshotEnvironmentValues.swift
[154/170] Compiling XCSnapshotTesting CGImage+Extension.swift
[155/170] Compiling XCSnapshotTesting CGSize+Extension.swift
[156/170] Compiling XCSnapshotTesting CIImage+Extension.swift
[157/170] Compiling XCSnapshotTesting NSLayoutConstraint+Extension.swift
[158/170] Compiling XCSnapshotTesting ProcessInfo+Extension.swift
[159/170] Compiling XCSnapshotTesting String+Extension.swift
[160/170] Compiling XCSnapshotTesting Task+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Extensions/UIImage+Extension.swift:52:37: warning: sending 'self' risks causing data races [#SendingRisksDataRace]
50 | let bitmapRep = NSBitmapImageRep(
51 | bitmapDataPlanes: nil,
52 | pixelsWide: Int(size.width),
| |- warning: sending 'self' risks causing data races [#SendingRisksDataRace]
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
53 | pixelsHigh: Int(size.height),
54 | bitsPerSample: 8,
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[161/170] Compiling XCSnapshotTesting UIApplication+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Extensions/UIImage+Extension.swift:52:37: warning: sending 'self' risks causing data races [#SendingRisksDataRace]
50 | let bitmapRep = NSBitmapImageRep(
51 | bitmapDataPlanes: nil,
52 | pixelsWide: Int(size.width),
| |- warning: sending 'self' risks causing data races [#SendingRisksDataRace]
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
53 | pixelsHigh: Int(size.height),
54 | bitsPerSample: 8,
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[162/170] Compiling XCSnapshotTesting UIImage+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Extensions/UIImage+Extension.swift:52:37: warning: sending 'self' risks causing data races [#SendingRisksDataRace]
50 | let bitmapRep = NSBitmapImageRep(
51 | bitmapDataPlanes: nil,
52 | pixelsWide: Int(size.width),
| |- warning: sending 'self' risks causing data races [#SendingRisksDataRace]
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
53 | pixelsHigh: Int(size.height),
54 | bitsPerSample: 8,
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[163/170] Compiling XCSnapshotTesting UIView+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Extensions/UIImage+Extension.swift:52:37: warning: sending 'self' risks causing data races [#SendingRisksDataRace]
50 | let bitmapRep = NSBitmapImageRep(
51 | bitmapDataPlanes: nil,
52 | pixelsWide: Int(size.width),
| |- warning: sending 'self' risks causing data races [#SendingRisksDataRace]
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
53 | pixelsHigh: Int(size.height),
54 | bitsPerSample: 8,
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[164/170] Compiling XCSnapshotTesting UIViewController+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Extensions/UIImage+Extension.swift:52:37: warning: sending 'self' risks causing data races [#SendingRisksDataRace]
50 | let bitmapRep = NSBitmapImageRep(
51 | bitmapDataPlanes: nil,
52 | pixelsWide: Int(size.width),
| |- warning: sending 'self' risks causing data races [#SendingRisksDataRace]
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
53 | pixelsHigh: Int(size.height),
54 | bitsPerSample: 8,
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[165/170] Compiling XCSnapshotTesting UIWindow+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Extensions/UIImage+Extension.swift:52:37: warning: sending 'self' risks causing data races [#SendingRisksDataRace]
50 | let bitmapRep = NSBitmapImageRep(
51 | bitmapDataPlanes: nil,
52 | pixelsWide: Int(size.width),
| |- warning: sending 'self' risks causing data races [#SendingRisksDataRace]
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
53 | pixelsHigh: Int(size.height),
54 | bitsPerSample: 8,
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[166/170] Compiling XCSnapshotTesting WKWebView+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Extensions/UIImage+Extension.swift:52:37: warning: sending 'self' risks causing data races [#SendingRisksDataRace]
50 | let bitmapRep = NSBitmapImageRep(
51 | bitmapDataPlanes: nil,
52 | pixelsWide: Int(size.width),
| |- warning: sending 'self' risks causing data races [#SendingRisksDataRace]
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
53 | pixelsHigh: Int(size.height),
54 | bitsPerSample: 8,
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[167/170] Compiling XCSnapshotTesting Snapshot+Any.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Extensions/UIImage+Extension.swift:52:37: warning: sending 'self' risks causing data races [#SendingRisksDataRace]
50 | let bitmapRep = NSBitmapImageRep(
51 | bitmapDataPlanes: nil,
52 | pixelsWide: Int(size.width),
| |- warning: sending 'self' risks causing data races [#SendingRisksDataRace]
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
53 | pixelsHigh: Int(size.height),
54 | bitsPerSample: 8,
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[168/170] Compiling XCSnapshotTesting Snapshot+CaseIterable.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Extensions/UIImage+Extension.swift:52:37: warning: sending 'self' risks causing data races [#SendingRisksDataRace]
50 | let bitmapRep = NSBitmapImageRep(
51 | bitmapDataPlanes: nil,
52 | pixelsWide: Int(size.width),
| |- warning: sending 'self' risks causing data races [#SendingRisksDataRace]
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
53 | pixelsHigh: Int(size.height),
54 | bitsPerSample: 8,
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[169/170] Compiling XCSnapshotTesting Snapshot+Encodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Extensions/UIImage+Extension.swift:52:37: warning: sending 'self' risks causing data races [#SendingRisksDataRace]
50 | let bitmapRep = NSBitmapImageRep(
51 | bitmapDataPlanes: nil,
52 | pixelsWide: Int(size.width),
| |- warning: sending 'self' risks causing data races [#SendingRisksDataRace]
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
53 | pixelsHigh: Int(size.height),
54 | bitsPerSample: 8,
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[170/170] Compiling XCSnapshotTesting Snapshot+URLRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCSnapshotTesting/Extensions/UIImage+Extension.swift:52:37: warning: sending 'self' risks causing data races [#SendingRisksDataRace]
50 | let bitmapRep = NSBitmapImageRep(
51 | bitmapDataPlanes: nil,
52 | pixelsWide: Int(size.width),
| |- warning: sending 'self' risks causing data races [#SendingRisksDataRace]
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
53 | pixelsHigh: Int(size.height),
54 | bitsPerSample: 8,
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[171/172] Emitting module XCSnapshotTestingCustomDump
[172/172] Compiling XCSnapshotTestingCustomDump CustomDump.swift
Build complete! (19.04s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.04s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.48s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5499] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.36s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (1.83s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
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
Build complete.
{
"dependencies" : [
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
}
],
"manifest_display_name" : "xc-snapshot-testing",
"name" : "xc-snapshot-testing",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "XCSnapshotTesting",
"targets" : [
"XCSnapshotTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XCSnapshotTestingCustomDump",
"targets" : [
"XCSnapshotTestingCustomDump"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCSnapshotTestingTests",
"module_type" : "SwiftTarget",
"name" : "XCSnapshotTestingTests",
"path" : "Tests/XCSnapshotTestingTests",
"sources" : [
"FoundationTests.swift",
"Internal/BaseTestCase.swift",
"Internal/TestHelpers.swift",
"UITests.swift",
"WithSnapshotTestingTests.swift"
],
"target_dependencies" : [
"XCSnapshotTesting"
],
"type" : "test"
},
{
"c99name" : "XCSnapshotTestingCustomDumpTests",
"module_type" : "SwiftTarget",
"name" : "XCSnapshotTestingCustomDumpTests",
"path" : "Tests/XCSnapshotTestingCustomDumpTests",
"sources" : [
"CustomDumpTests.swift"
],
"target_dependencies" : [
"XCSnapshotTestingCustomDump"
],
"type" : "test"
},
{
"c99name" : "XCSnapshotTestingCustomDump",
"module_type" : "SwiftTarget",
"name" : "XCSnapshotTestingCustomDump",
"path" : "Sources/XCSnapshotTestingCustomDump",
"product_dependencies" : [
"CustomDump"
],
"product_memberships" : [
"XCSnapshotTestingCustomDump"
],
"sources" : [
"CustomDump.swift"
],
"target_dependencies" : [
"XCSnapshotTesting"
],
"type" : "library"
},
{
"c99name" : "XCSnapshotTesting",
"module_type" : "SwiftTarget",
"name" : "XCSnapshotTesting",
"path" : "Sources/XCSnapshotTesting",
"product_memberships" : [
"XCSnapshotTesting",
"XCSnapshotTestingCustomDump"
],
"sources" : [
"Assert/Assert.swift",
"Assert/CleanCounterBetweenTestCases.swift",
"Assert/RecordMode.swift",
"Assert/SnapshotAttachment.swift",
"Assert/TestingSession.swift",
"Async.swift",
"Async/AsyncLock.swift",
"Async/AsyncOperation.swift",
"Async/AsyncSignal.swift",
"Diff/Defaults/DataDiffAttachmentGenerator.swift",
"Diff/Defaults/ImageDiffAttachmentGenerator.swift",
"Diff/Defaults/StringDiffAttachmentGenerator.swift",
"Diff/DiffAttachmentGenerator.swift",
"Diff/DiffHunk.swift",
"Diff/DiffTool.swift",
"Diff/Difference.swift",
"Environment/Defaults/DiffToolEnvironmentKey.swift",
"Environment/Defaults/DisableInconsistentTraitsCheckEnvironmentKey.swift",
"Environment/Defaults/IncludeMajorPlatformVersionInPathEnvironmentKey.swift",
"Environment/Defaults/MaxConcurrentTestsEnvironmentKey.swift",
"Environment/Defaults/PlatformEnvironmentKey.swift",
"Environment/Defaults/RecordEnvironmentKey.swift",
"Environment/Defaults/TraitsEnvironmentKey.swift",
"Environment/Defaults/WebViewToleranceEnvironmentKey.swift",
"Environment/SnapshotEnvironment.swift",
"Environment/SnapshotEnvironmentKey.swift",
"Environment/SnapshotEnvironmentValues.swift",
"Extensions/CGImage+Extension.swift",
"Extensions/CGSize+Extension.swift",
"Extensions/CIImage+Extension.swift",
"Extensions/NSLayoutConstraint+Extension.swift",
"Extensions/ProcessInfo+Extension.swift",
"Extensions/String+Extension.swift",
"Extensions/Task+Extension.swift",
"Extensions/UIApplication+Extension.swift",
"Extensions/UIImage+Extension.swift",
"Extensions/UIView+Extension.swift",
"Extensions/UIViewController+Extension.swift",
"Extensions/UIWindow+Extension.swift",
"Extensions/WKWebView+Extension.swift",
"Methods/Snapshot+Any.swift",
"Methods/Snapshot+CaseIterable.swift",
"Methods/Snapshot+Encodable.swift",
"Methods/Snapshot+URLRequest.swift",
"Methods/UI/Core/DeviceOrientation.swift",
"Methods/UI/Core/ImageContext.swift",
"Methods/UI/Core/LayoutConfiguration.swift",
"Methods/UI/Core/SizeListener.swift",
"Methods/UI/Core/SnapshotLayout.swift",
"Methods/UI/Core/SnapshotUIController.swift",
"Methods/UI/Core/SnapshotView.swift",
"Methods/UI/Core/ViewOperationPayload.swift",
"Methods/UI/Snapshot+CALayer.swift",
"Methods/UI/Snapshot+CGPath.swift",
"Methods/UI/Snapshot+NSBezierPath.swift",
"Methods/UI/Snapshot+NSView.swift",
"Methods/UI/Snapshot+NSViewController.swift",
"Methods/UI/Snapshot+SceneKit.swift",
"Methods/UI/Snapshot+SpriteKit.swift",
"Methods/UI/Snapshot+UIApplication.swift",
"Methods/UI/Snapshot+UIBezierPath.swift",
"Methods/UI/Snapshot+UIView.swift",
"Methods/UI/Snapshot+UIViewController.swift",
"Methods/UI/Snapshot+View.swift",
"Methods/UI/Traits/InterfaceSizeClassTraitKey.swift",
"Methods/UI/Traits/Trait Keys/AccessibilityContrastTraitKey.swift",
"Methods/UI/Traits/Trait Keys/ContentSizeCategoryTraitKey.swift",
"Methods/UI/Traits/Trait Keys/DisplayGamutTraitKey.swift",
"Methods/UI/Traits/Trait Keys/DisplayScaleTraitKey.swift",
"Methods/UI/Traits/Trait Keys/ForceTouchCapabilityTraitKey.swift",
"Methods/UI/Traits/Trait Keys/ImageDynamicRangeTraitKey.swift",
"Methods/UI/Traits/Trait Keys/LayoutDirectionTraitKey.swift",
"Methods/UI/Traits/Trait Keys/LegibilityWeightTraitKey.swift",
"Methods/UI/Traits/Trait Keys/ListEnvironmentTraitKey.swift",
"Methods/UI/Traits/Trait Keys/SceneCaptureStateTraitKey.swift",
"Methods/UI/Traits/Trait Keys/ToolbarItemPresentationSizeTraitKey.swift",
"Methods/UI/Traits/Trait Keys/TypesettingLanguageTraitKey.swift",
"Methods/UI/Traits/Trait Keys/UserInterfaceActiveAppearanceTraitKey.swift",
"Methods/UI/Traits/Trait Keys/UserInterfaceIdiomTraitKey.swift",
"Methods/UI/Traits/Trait Keys/UserInterfaceLevelTraitKey.swift",
"Methods/UI/Traits/Trait Keys/UserInterfaceStyleTraitKey.swift",
"Methods/UI/Traits/Traits.swift",
"Methods/UI/WindowPool/NoWindowAvailableError.swift",
"Methods/UI/WindowPool/Snapshot+SDKApplication.swift",
"Methods/UI/WindowPool/Snapshot+WindowPool.swift",
"Methods/UI/WindowPool/SnapshotWindowConfiguration.swift",
"Methods/UI/WindowPool/WindowLease.swift",
"Methods/UI/WindowPool/WindowPool.swift",
"Serialization/BytesContainer.swift",
"Serialization/BytesRepresentable.swift",
"Serialization/BytesSerializationError.swift",
"Serialization/DataSerialization.swift",
"Serialization/DataSerializationConfiguration.swift",
"Serialization/DataSerializationConfigurationKey.swift",
"Serialization/Defaults/DataBytes.swift",
"Serialization/Defaults/ImageBytes.swift",
"Serialization/Defaults/StringBytes.swift",
"Snapshot.swift",
"Sync.swift",
"Tester/SnapshotEngine.swift",
"Tester/SnapshotFailContext.swift",
"Tester/SnapshotFailure.swift",
"Tester/SnapshotFileEngine.swift",
"Tester/SnapshotPerformOperation.swift",
"Tester/SnapshotTester.swift",
"TestingSystem.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.