Build Information
Failed to build xc-snapshot-testing, reference 1.2.0 (3a02c3), with Swift 6.1 for Wasm on 14 Feb 2026 03:03:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/snapshot-testing/xc-snapshot-testing.git
Reference: 1.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/snapshot-testing/xc-snapshot-testing
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 3a02c30 Adds iPhone 17 Variants (#8)
Cloned https://github.com/snapshot-testing/xc-snapshot-testing.git
Revision (git rev-parse @):
3a02c30e3c1289c2968dd227e47082b43d09792e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/snapshot-testing/xc-snapshot-testing.git at 1.2.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/snapshot-testing/xc-snapshot-testing.git
https://github.com/snapshot-testing/xc-snapshot-testing.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-async-stream",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/o-nnerb/swift-async-stream"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.1",
"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" : "/host/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_dependencies" : [
"SwiftAsyncStream"
],
"product_memberships" : [
"XCSnapshotTesting",
"XCSnapshotTestingCustomDump"
],
"sources" : [
"Assert/Assert.swift",
"Assert/CleanCounterBetweenTestCases.swift",
"Assert/RecordMode.swift",
"Assert/SnapshotAttachment.swift",
"Assert/TestingSession.swift",
"Async.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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/o-nnerb/swift-async-stream
[1/255] Fetching swift-async-stream
[256/5539] Fetching swift-async-stream, swift-custom-dump
Fetched https://github.com/o-nnerb/swift-async-stream from cache (0.31s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.31s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.4.1 (0.89s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5607] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.67s)
Computing version for https://github.com/o-nnerb/swift-async-stream
Computed https://github.com/o-nnerb/swift-async-stream at 1.3.2 (1.27s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.60s)
Creating working copy for https://github.com/o-nnerb/swift-async-stream
Working copy of https://github.com/o-nnerb/swift-async-stream resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.4.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.1
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/21] Emitting module IssueReportingPackageSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/21] Compiling IssueReportingPackageSupport _Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/41] Compiling IssueReporting FatalErrorReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/41] Compiling IssueReporting ReportIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/41] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/41] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/43] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/43] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/43] Compiling IssueReporting XCTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/43] Compiling IssueReporting IsTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/43] Compiling IssueReporting IssueReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/43] Compiling IssueReporting BreakpointReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/43] Compiling IssueReporting DefaultReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/43] Compiling IssueReporting Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/43] Compiling IssueReporting FailureObserver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/43] Compiling IssueReporting LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/43] Compiling IssueReporting Rethrows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/43] Compiling SwiftAsyncStream NodeSubject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/43] Compiling SwiftAsyncStream PassthroughSubject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/44] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/44] Compiling IssueReporting ErrorReporting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/44] Compiling IssueReporting AppHostWarning.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/44] Compiling SwiftAsyncStream SubjectAsyncIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/44] Compiling SwiftAsyncStream ValueSubject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/44] Emitting module SwiftAsyncStream
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/44] Compiling IssueReporting SwiftTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/44] Compiling IssueReporting UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/44] Compiling IssueReporting Warn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/45] Compiling SwiftAsyncStream Task+.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/49] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/141] Compiling XCSnapshotTesting Snapshot+NSView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/141] Compiling XCSnapshotTesting Snapshot+NSViewController.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/141] Compiling XCSnapshotTesting Snapshot+SceneKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/141] Compiling XCSnapshotTesting Snapshot+SpriteKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/141] Compiling XCSnapshotTesting Snapshot+UIApplication.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/141] Compiling XCSnapshotTesting Snapshot+UIBezierPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/141] Compiling XCSnapshotTesting Snapshot+UIView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/141] Compiling XCSnapshotTesting Snapshot+UIViewController.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/141] Compiling XCSnapshotTesting Snapshot+View.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/141] Compiling XCSnapshotTesting InterfaceSizeClassTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/141] Compiling XCSnapshotTesting AccessibilityContrastTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/141] Compiling XCSnapshotTesting ContentSizeCategoryTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/141] Compiling XCSnapshotTesting DisplayGamutTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/144] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/144] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/154] Emitting module XCSnapshotTesting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/154] Compiling XCSnapshotTesting Snapshot+Encodable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/154] Compiling XCSnapshotTesting Snapshot+URLRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/154] Compiling XCSnapshotTesting DeviceOrientation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/154] Compiling XCSnapshotTesting ImageContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/154] Compiling XCSnapshotTesting LayoutConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/154] Compiling XCSnapshotTesting SizeListener.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/154] Compiling XCSnapshotTesting SnapshotLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/154] Compiling XCSnapshotTesting SnapshotUIController.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/154] Compiling XCSnapshotTesting SnapshotView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/154] Compiling XCSnapshotTesting ViewOperationPayload.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/154] Compiling XCSnapshotTesting Snapshot+CALayer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/154] Compiling XCSnapshotTesting Snapshot+CGPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/154] Compiling XCSnapshotTesting Snapshot+NSBezierPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/154] Compiling XCSnapshotTesting Traits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/154] Compiling XCSnapshotTesting NoWindowAvailableError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/154] Compiling XCSnapshotTesting Snapshot+SDKApplication.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/154] Compiling XCSnapshotTesting Snapshot+WindowPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/154] Compiling XCSnapshotTesting SnapshotWindowConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/154] Compiling XCSnapshotTesting WindowLease.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/154] Compiling XCSnapshotTesting WindowPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/154] Compiling XCSnapshotTesting BytesContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/154] Compiling XCSnapshotTesting BytesRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/154] Compiling XCSnapshotTesting BytesSerializationError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/154] Compiling XCSnapshotTesting DataSerialization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/154] Compiling XCSnapshotTesting DataSerializationConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/154] Compiling XCSnapshotTesting DataSerializationConfigurationKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/154] Compiling XCSnapshotTesting Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[92/154] Compiling XCSnapshotTesting CleanCounterBetweenTestCases.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[93/154] Compiling XCSnapshotTesting RecordMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[94/154] Compiling XCSnapshotTesting SnapshotAttachment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[95/154] Compiling XCSnapshotTesting TestingSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[96/154] Compiling XCSnapshotTesting Async.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[97/154] Compiling XCSnapshotTesting DataDiffAttachmentGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[98/154] Compiling XCSnapshotTesting ImageDiffAttachmentGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[99/154] Compiling XCSnapshotTesting StringDiffAttachmentGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[100/154] Compiling XCSnapshotTesting DiffAttachmentGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[101/154] Compiling XCSnapshotTesting DiffHunk.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[102/154] Compiling XCSnapshotTesting DiffTool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[103/154] Compiling XCSnapshotTesting Difference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[104/170] Compiling XCSnapshotTesting DisplayScaleTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/170] Compiling XCSnapshotTesting ForceTouchCapabilityTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/170] Compiling XCSnapshotTesting ImageDynamicRangeTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/170] Compiling XCSnapshotTesting LayoutDirectionTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/170] Compiling XCSnapshotTesting LegibilityWeightTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/171] Compiling XCSnapshotTesting ListEnvironmentTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/171] Compiling XCSnapshotTesting SceneCaptureStateTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/171] Compiling XCSnapshotTesting ToolbarItemPresentationSizeTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/171] Compiling XCSnapshotTesting TypesettingLanguageTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/171] Compiling XCSnapshotTesting UserInterfaceActiveAppearanceTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/171] Compiling XCSnapshotTesting UserInterfaceIdiomTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/171] Compiling XCSnapshotTesting UserInterfaceLevelTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/171] Compiling XCSnapshotTesting UserInterfaceStyleTraitKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/171] Compiling XCSnapshotTesting DiffToolEnvironmentKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/171] Compiling XCSnapshotTesting DisableInconsistentTraitsCheckEnvironmentKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/171] Compiling XCSnapshotTesting IncludeMajorPlatformVersionInPathEnvironmentKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/171] Compiling XCSnapshotTesting MaxConcurrentTestsEnvironmentKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/171] Compiling XCSnapshotTesting PlatformEnvironmentKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/171] Compiling XCSnapshotTesting RecordEnvironmentKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/171] Compiling XCSnapshotTesting TraitsEnvironmentKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/171] Compiling XCSnapshotTesting WebViewToleranceEnvironmentKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/171] Compiling XCSnapshotTesting SnapshotEnvironment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/171] Compiling XCSnapshotTesting SnapshotEnvironmentKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/171] Compiling XCSnapshotTesting SnapshotEnvironmentValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/171] Compiling XCSnapshotTesting CGImage+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[129/171] Compiling XCSnapshotTesting CGSize+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/171] Compiling CustomDump UserNotifications.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/171] Compiling CustomDump UserNotificationsUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/171] Compiling CustomDump CustomDumpReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/171] Compiling XCSnapshotTesting String+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/171] Compiling XCSnapshotTesting Task+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/171] Compiling XCSnapshotTesting UIApplication+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/171] Compiling XCSnapshotTesting UIImage+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/171] Compiling XCSnapshotTesting UIView+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/171] Compiling XCSnapshotTesting UIViewController+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/171] Compiling XCSnapshotTesting UIWindow+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/171] Compiling XCSnapshotTesting WKWebView+Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/171] Compiling XCSnapshotTesting Snapshot+Any.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/171] Compiling XCSnapshotTesting Snapshot+CaseIterable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/182] Compiling CustomDump GameKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/182] Compiling CustomDump KeyPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/182] Compiling CustomDump Photos.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/182] Compiling CustomDump Speech.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/182] Compiling CustomDump UniformTypeIdentifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/185] Compiling CustomDump StoreKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/185] Compiling CustomDump Swift.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/185] Compiling CustomDump SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/185] Compiling CustomDump UIKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/185] Compiling XCSnapshotTesting DataBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[156/185] Compiling XCSnapshotTesting ImageBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[157/185] Compiling XCSnapshotTesting StringBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[158/185] Compiling XCSnapshotTesting Snapshot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[159/185] Compiling XCSnapshotTesting Sync.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[160/185] Compiling XCSnapshotTesting SnapshotEngine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[161/185] Compiling XCSnapshotTesting SnapshotFailContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[162/185] Compiling XCSnapshotTesting SnapshotFailure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[163/185] Compiling XCSnapshotTesting SnapshotFileEngine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[164/185] Compiling XCSnapshotTesting SnapshotPerformOperation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[165/185] Compiling XCSnapshotTesting SnapshotTester.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[166/185] Compiling XCSnapshotTesting TestingSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 14 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.substring.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testDeterministicDictionaryAndSetSnapshots.1.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testRecursion.2.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.character.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testMultipleSnapshots.1.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testNamedAssertion.named.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAny.1.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.url.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testMultipleSnapshots.2.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testRecursion.1.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.data.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.date.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.nsobject.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.string.txt
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling IssueReportingPackageSupport _Test.swift
[3/14] Emitting module IssueReportingPackageSupport
[4/15] Compiling SwiftAsyncStream Lock.swift
[5/15] Compiling SwiftAsyncStream AnyAsyncSequence.swift
[7/16] Compiling SwiftAsyncStream NodeSubject.swift
[8/16] Compiling SwiftAsyncStream PassthroughSubject.swift
[9/16] Compiling SwiftAsyncStream SubjectAsyncIterator.swift
[10/16] Compiling SwiftAsyncStream ValueSubject.swift
[11/16] Compiling SwiftAsyncStream AsyncSignal.swift
[12/16] Compiling SwiftAsyncStream InlineProperty.swift
[13/16] Compiling SwiftAsyncStream AsyncLock.swift
[14/16] Compiling SwiftAsyncStream AsyncOperation.swift
[15/16] Emitting module SwiftAsyncStream
[16/16] Compiling SwiftAsyncStream Task+.swift
[18/36] Compiling IssueReporting FailureObserver.swift
[19/36] Compiling IssueReporting LockIsolated.swift
[20/36] Compiling IssueReporting Rethrows.swift
[21/38] Compiling IssueReporting ErrorReporting.swift
[22/38] Compiling IssueReporting AppHostWarning.swift
[23/38] Compiling IssueReporting Deprecations.swift
[24/61] Compiling XCSnapshotTesting ForceTouchCapabilityTraitKey.swift
[25/61] Compiling XCSnapshotTesting ImageDynamicRangeTraitKey.swift
[26/121] Compiling XCSnapshotTesting SnapshotEnvironmentKey.swift
[27/121] Compiling XCSnapshotTesting SnapshotEnvironmentValues.swift
[28/121] Compiling XCSnapshotTesting LayoutDirectionTraitKey.swift
[29/121] Compiling XCSnapshotTesting LegibilityWeightTraitKey.swift
[30/123] Compiling XCSnapshotTesting CGImage+Extension.swift
[31/123] Compiling XCSnapshotTesting CGSize+Extension.swift
[32/123] Compiling XCSnapshotTesting DisplayScaleTraitKey.swift
[33/130] Emitting module IssueReporting
[34/130] Compiling XCSnapshotTesting ListEnvironmentTraitKey.swift
[35/130] Compiling XCSnapshotTesting SceneCaptureStateTraitKey.swift
[36/130] Emitting module XCSnapshotTesting
[37/142] Compiling XCSnapshotTesting Traits.swift
[38/142] Compiling XCSnapshotTesting NoWindowAvailableError.swift
[39/142] Compiling XCSnapshotTesting Snapshot+SDKApplication.swift
[40/142] Compiling XCSnapshotTesting Snapshot+WindowPool.swift
[41/142] Compiling XCSnapshotTesting SnapshotWindowConfiguration.swift
[42/142] Compiling XCSnapshotTesting WindowLease.swift
[43/142] Compiling XCSnapshotTesting WindowPool.swift
[44/142] Compiling XCSnapshotTesting BytesContainer.swift
[45/142] Compiling XCSnapshotTesting BytesRepresentable.swift
[46/142] Compiling XCSnapshotTesting BytesSerializationError.swift
[47/142] Compiling XCSnapshotTesting DataSerialization.swift
[48/142] Compiling XCSnapshotTesting DataSerializationConfiguration.swift
[49/142] Compiling XCSnapshotTesting DataSerializationConfigurationKey.swift
[50/142] Compiling XCSnapshotTesting TraitsEnvironmentKey.swift
[51/142] Compiling XCSnapshotTesting WebViewToleranceEnvironmentKey.swift
[52/142] Compiling XCSnapshotTesting SnapshotEnvironment.swift
[53/143] Compiling XCSnapshotTesting Assert.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[54/143] Compiling XCSnapshotTesting CleanCounterBetweenTestCases.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[55/143] Compiling XCSnapshotTesting RecordMode.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[56/143] Compiling XCSnapshotTesting SnapshotAttachment.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[57/143] Compiling XCSnapshotTesting TestingSession.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[58/143] Compiling XCSnapshotTesting Async.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[59/143] Compiling XCSnapshotTesting DataDiffAttachmentGenerator.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[60/143] Compiling XCSnapshotTesting ImageDiffAttachmentGenerator.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[61/143] Compiling XCSnapshotTesting StringDiffAttachmentGenerator.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[62/143] Compiling XCSnapshotTesting DiffAttachmentGenerator.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[63/143] Compiling XCSnapshotTesting DiffHunk.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[64/143] Compiling XCSnapshotTesting DiffTool.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[65/143] Compiling XCSnapshotTesting Difference.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:18:9: error: cannot find 'NotificationCenter' in scope
16 |
17 | func testBundleDidFinish(_ testBundle: Bundle) {
18 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Assert/CleanCounterBetweenTestCases.swift:20:21: error: 'nil' requires a contextual type
18 | NotificationCenter.default.post(
19 | name: XCTestBundleDidFinishNotification,
20 | object: nil
| `- error: 'nil' requires a contextual type
21 | )
22 | }
[66/143] Compiling XCSnapshotTesting Snapshot+Encodable.swift
[67/143] Compiling XCSnapshotTesting Snapshot+URLRequest.swift
[68/143] Compiling XCSnapshotTesting DeviceOrientation.swift
[69/143] Compiling XCSnapshotTesting ImageContext.swift
[70/143] Compiling XCSnapshotTesting LayoutConfiguration.swift
[71/143] Compiling XCSnapshotTesting SizeListener.swift
[72/143] Compiling XCSnapshotTesting SnapshotLayout.swift
[73/143] Compiling XCSnapshotTesting SnapshotUIController.swift
[74/143] Compiling XCSnapshotTesting SnapshotView.swift
[75/143] Compiling XCSnapshotTesting ViewOperationPayload.swift
[76/143] Compiling XCSnapshotTesting Snapshot+CALayer.swift
[77/143] Compiling XCSnapshotTesting Snapshot+CGPath.swift
[78/143] Compiling XCSnapshotTesting Snapshot+NSBezierPath.swift
[79/143] Compiling XCSnapshotTesting Snapshot+NSView.swift
[80/143] Compiling XCSnapshotTesting Snapshot+NSViewController.swift
[81/143] Compiling XCSnapshotTesting Snapshot+SceneKit.swift
[82/143] Compiling XCSnapshotTesting Snapshot+SpriteKit.swift
[83/143] Compiling XCSnapshotTesting Snapshot+UIApplication.swift
[84/143] Compiling XCSnapshotTesting Snapshot+UIBezierPath.swift
[85/143] Compiling XCSnapshotTesting Snapshot+UIView.swift
[86/143] Compiling XCSnapshotTesting Snapshot+UIViewController.swift
[87/143] Compiling XCSnapshotTesting Snapshot+View.swift
[88/143] Compiling XCSnapshotTesting InterfaceSizeClassTraitKey.swift
[89/143] Compiling XCSnapshotTesting AccessibilityContrastTraitKey.swift
[90/143] Compiling XCSnapshotTesting ContentSizeCategoryTraitKey.swift
[91/143] Compiling XCSnapshotTesting DisplayGamutTraitKey.swift
[99/143] Compiling XCSnapshotTesting ToolbarItemPresentationSizeTraitKey.swift
[100/143] Compiling XCSnapshotTesting TypesettingLanguageTraitKey.swift
[101/143] Compiling XCSnapshotTesting UserInterfaceActiveAppearanceTraitKey.swift
[102/143] Compiling XCSnapshotTesting UserInterfaceIdiomTraitKey.swift
[103/143] Compiling XCSnapshotTesting UserInterfaceLevelTraitKey.swift
[104/143] Compiling XCSnapshotTesting UserInterfaceStyleTraitKey.swift
[105/143] Compiling XCSnapshotTesting CIImage+Extension.swift
[106/143] Compiling XCSnapshotTesting NSLayoutConstraint+Extension.swift
[107/143] Compiling XCSnapshotTesting ProcessInfo+Extension.swift
[108/143] Compiling XCSnapshotTesting String+Extension.swift
[109/143] Compiling XCSnapshotTesting Task+Extension.swift
[110/143] Compiling XCSnapshotTesting UIApplication+Extension.swift
[111/143] Compiling XCSnapshotTesting UIImage+Extension.swift
[112/143] Compiling XCSnapshotTesting UIView+Extension.swift
[113/143] Compiling XCSnapshotTesting UIViewController+Extension.swift
[114/143] Compiling XCSnapshotTesting UIWindow+Extension.swift
[115/143] Compiling XCSnapshotTesting WKWebView+Extension.swift
[116/143] Compiling XCSnapshotTesting Snapshot+Any.swift
[117/143] Compiling XCSnapshotTesting Snapshot+CaseIterable.swift
[118/143] Compiling XCSnapshotTesting DiffToolEnvironmentKey.swift
[119/143] Compiling XCSnapshotTesting DisableInconsistentTraitsCheckEnvironmentKey.swift
[120/143] Compiling XCSnapshotTesting IncludeMajorPlatformVersionInPathEnvironmentKey.swift
[121/143] Compiling XCSnapshotTesting MaxConcurrentTestsEnvironmentKey.swift
[122/143] Compiling XCSnapshotTesting PlatformEnvironmentKey.swift
[123/143] Compiling XCSnapshotTesting RecordEnvironmentKey.swift
[132/143] Compiling XCSnapshotTesting DataBytes.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[133/143] Compiling XCSnapshotTesting ImageBytes.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[134/143] Compiling XCSnapshotTesting StringBytes.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[135/143] Compiling XCSnapshotTesting Snapshot.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[136/143] Compiling XCSnapshotTesting Sync.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[137/143] Compiling XCSnapshotTesting SnapshotEngine.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[138/143] Compiling XCSnapshotTesting SnapshotFailContext.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[139/143] Compiling XCSnapshotTesting SnapshotFailure.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[140/143] Compiling XCSnapshotTesting SnapshotFileEngine.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[141/143] Compiling XCSnapshotTesting SnapshotPerformOperation.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[142/143] Compiling XCSnapshotTesting SnapshotTester.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
[143/143] Compiling XCSnapshotTesting TestingSystem.swift
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:343:8: error: cannot find 'Thread' in scope
341 | _ block: @MainActor () throws -> R
342 | ) rethrows -> R {
343 | if Thread.isMainThread {
| `- error: cannot find 'Thread' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:346:13: error: cannot find 'DispatchQueue' in scope
344 | try MainActor.assumeIsolated(block)
345 | } else {
346 | try DispatchQueue.main.sync(execute: block)
| `- error: cannot find 'DispatchQueue' in scope
347 | }
348 | }
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Sync.swift:376:33: error: cannot find 'DispatchGroup' in scope
374 |
375 | return .init { input, continuation in
376 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
377 | let sequence = SyncSequence<Output>()
378 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:95:29: error: cannot find 'DispatchGroup' in scope
93 | for snapshot: Snapshot<Executor>
94 | ) throws -> SnapshotFailure? where Executor == Sync<Input, Output> {
95 | let dispatchGroup = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
96 | let unsafeDiffable = UnsafeSyncDiffable<Output>()
97 |
/host/spi-builder-workspace/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 | let result = dispatchGroup.wait(
105 | timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
| `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 | )
107 |
BUILD FAILURE 6.1 wasm