Build Information
Failed to build xc-snapshot-testing, reference main (3a02c3), with Swift 6.1 for Wasm on 14 Feb 2026 03:04:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-1":/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/o-nnerb/swift-async-stream
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5284] Fetching swift-custom-dump
[5285/5539] Fetching swift-custom-dump, swift-async-stream
Fetched https://github.com/o-nnerb/swift-async-stream from cache (1.05s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.05s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.4.1 (1.61s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5607] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.28s)
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.98s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.54s)
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/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/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 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
[13/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
[14/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
[15/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
[16/43] 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
[17/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
[18/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
[19/43] 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
[20/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
[21/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
[22/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
[23/44] 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
[24/44] 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
[25/44] 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
[26/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
[27/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
[28/44] 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
[29/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
[30/44] 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
[31/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
[32/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
[33/44] 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
[34/44] 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
[35/44] 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
<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
[40/45] 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
[41/45] 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
[42/45] 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
<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
[47/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
[48/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
[49/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
[50/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
[51/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
[52/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
[53/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
[54/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
[55/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
[56/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
[57/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
[58/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
[59/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
[60/141] 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
[61/141] 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
[62/141] 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
[63/141] 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
[64/141] 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
[65/141] 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
[66/141] 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
[67/141] 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
[68/141] 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
[69/141] 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
[70/141] 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
[71/141] 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
[72/141] 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
[73/141] 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
[74/141] 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
[75/141] 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
[76/141] 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
[77/141] 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
[78/141] 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
[79/141] 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
[80/141] 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
[81/141] 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
[82/141] 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
[83/141] 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
[84/141] 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
[85/141] 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
[86/153] 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 | }
[87/153] 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 | }
[88/153] 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 | }
[89/153] 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 | }
[90/153] 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 | }
[91/153] 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 | }
[92/153] 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 | }
[93/153] 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 | }
[94/153] 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 | }
[95/153] 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 | }
[96/153] 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 | }
[97/153] 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 | }
[98/153] 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 | }
[99/153] 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
[100/153] 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
[101/153] 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
[102/153] 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
[104/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
[105/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
[106/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
[107/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
[108/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
[109/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
[110/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
[111/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
[112/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
[113/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
[114/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
[115/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
[116/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
[117/154] Compiling XCSnapshotTesting CIImage+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
[118/154] Compiling XCSnapshotTesting NSLayoutConstraint+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
[119/154] Compiling XCSnapshotTesting ProcessInfo+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
[120/154] 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
[121/154] 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
[122/154] 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
[123/154] 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
[124/154] 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
[125/154] 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
[126/154] 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
[127/154] 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
[128/154] 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
[129/154] 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
[130/154] 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
[131/154] 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
[132/154] 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
[133/154] 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
[134/154] 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
[135/154] 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
[136/154] 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
[137/154] 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
[138/154] 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
[139/154] 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
[140/154] 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
[141/154] 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
[142/154] 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
[143/182] 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
[144/182] 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
[145/182] 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
[146/182] 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
[147/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
[148/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
[149/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
[150/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
[151/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 |
[152/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 |
[153/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 |
[154/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 |
[155/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 |
[156/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 |
[157/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 |
[158/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 |
[159/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 |
[160/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 |
[161/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 |
[162/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 |
[163/185] Compiling CustomDump Identifiable.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
[164/185] Compiling CustomDump Mirror.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
[165/185] Compiling CustomDump String.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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/testNamedAssertion.named.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testDeterministicDictionaryAndSetSnapshots.1.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/testAnySnapshotStringConvertible.date.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.data.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.nsobject.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testMultipleSnapshots.1.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.substring.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testRecursion.1.txt
/host/spi-builder-workspace/Tests/XCSnapshotTestingCustomDumpTests/__Snapshots__/CustomDumpTests/testAnySnapshotStringConvertible.string.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.2.txt
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] Emitting module IssueReportingPackageSupport
[3/14] Compiling IssueReportingPackageSupport _Test.swift
[4/15] Compiling SwiftAsyncStream ValueSubject.swift
[5/16] Compiling SwiftAsyncStream SubjectAsyncIterator.swift
[7/16] Compiling SwiftAsyncStream PassthroughSubject.swift
[8/16] Compiling SwiftAsyncStream NodeSubject.swift
[9/16] Compiling SwiftAsyncStream Lock.swift
[10/16] Compiling SwiftAsyncStream AnyAsyncSequence.swift
[11/16] Compiling SwiftAsyncStream AsyncSignal.swift
[12/16] Compiling SwiftAsyncStream InlineProperty.swift
[13/16] Emitting module SwiftAsyncStream
[14/16] Compiling SwiftAsyncStream AsyncLock.swift
[15/16] Compiling SwiftAsyncStream AsyncOperation.swift
[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 FatalErrorReporter.swift
[22/38] Compiling IssueReporting ReportIssue.swift
[23/39] Compiling IssueReporting BreakpointReporter.swift
[24/39] Compiling IssueReporting DefaultReporter.swift
[25/39] Compiling IssueReporting TestContext.swift
[26/39] Compiling IssueReporting Unimplemented.swift
[27/39] Compiling IssueReporting XCTest.swift
[28/39] Compiling IssueReporting IsTesting.swift
[29/39] Compiling IssueReporting IssueReporter.swift
[30/130] Emitting module IssueReporting
[31/130] Emitting module XCSnapshotTesting
[32/142] 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 | }
[33/142] 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 | }
[34/142] 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 | }
[35/142] 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 | }
[36/142] 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 | }
[37/142] 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 | }
[38/142] 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 | }
[39/142] 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 | }
[40/142] 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 | }
[41/142] 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 | }
[42/142] 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 | }
[43/142] 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 | }
[44/142] 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 | }
[45/142] Compiling XCSnapshotTesting DiffToolEnvironmentKey.swift
[46/142] Compiling XCSnapshotTesting DisableInconsistentTraitsCheckEnvironmentKey.swift
[47/142] Compiling XCSnapshotTesting IncludeMajorPlatformVersionInPathEnvironmentKey.swift
[48/142] Compiling XCSnapshotTesting TraitsEnvironmentKey.swift
[49/142] Compiling XCSnapshotTesting WebViewToleranceEnvironmentKey.swift
[50/142] Compiling XCSnapshotTesting SnapshotEnvironment.swift
[51/142] Compiling XCSnapshotTesting Snapshot+NSView.swift
[52/142] Compiling XCSnapshotTesting Snapshot+NSViewController.swift
[53/142] Compiling XCSnapshotTesting Snapshot+SceneKit.swift
[54/142] Compiling XCSnapshotTesting Snapshot+SpriteKit.swift
[55/142] Compiling XCSnapshotTesting Snapshot+UIApplication.swift
[56/142] Compiling XCSnapshotTesting Snapshot+UIBezierPath.swift
[57/142] Compiling XCSnapshotTesting Snapshot+UIView.swift
[58/142] Compiling XCSnapshotTesting Snapshot+UIViewController.swift
[59/142] Compiling XCSnapshotTesting Snapshot+View.swift
[60/142] Compiling XCSnapshotTesting InterfaceSizeClassTraitKey.swift
[61/142] Compiling XCSnapshotTesting AccessibilityContrastTraitKey.swift
[62/142] Compiling XCSnapshotTesting ContentSizeCategoryTraitKey.swift
[63/142] Compiling XCSnapshotTesting DisplayGamutTraitKey.swift
[66/143] Compiling XCSnapshotTesting DisplayScaleTraitKey.swift
[67/143] Compiling XCSnapshotTesting ForceTouchCapabilityTraitKey.swift
[68/143] Compiling XCSnapshotTesting ImageDynamicRangeTraitKey.swift
[69/143] Compiling XCSnapshotTesting LayoutDirectionTraitKey.swift
[70/143] Compiling XCSnapshotTesting LegibilityWeightTraitKey.swift
[71/143] Compiling XCSnapshotTesting ListEnvironmentTraitKey.swift
[72/143] Compiling XCSnapshotTesting SceneCaptureStateTraitKey.swift
[73/143] Compiling XCSnapshotTesting ToolbarItemPresentationSizeTraitKey.swift
[74/143] Compiling XCSnapshotTesting TypesettingLanguageTraitKey.swift
[75/143] Compiling XCSnapshotTesting UserInterfaceActiveAppearanceTraitKey.swift
[76/143] Compiling XCSnapshotTesting UserInterfaceIdiomTraitKey.swift
[77/143] Compiling XCSnapshotTesting UserInterfaceLevelTraitKey.swift
[78/143] Compiling XCSnapshotTesting UserInterfaceStyleTraitKey.swift
[79/143] Compiling XCSnapshotTesting Snapshot+Encodable.swift
[80/143] Compiling XCSnapshotTesting Snapshot+URLRequest.swift
[81/143] Compiling XCSnapshotTesting DeviceOrientation.swift
[82/143] Compiling XCSnapshotTesting ImageContext.swift
[83/143] Compiling XCSnapshotTesting LayoutConfiguration.swift
[84/143] Compiling XCSnapshotTesting SizeListener.swift
[85/143] Compiling XCSnapshotTesting SnapshotLayout.swift
[86/143] Compiling XCSnapshotTesting SnapshotUIController.swift
[87/143] Compiling XCSnapshotTesting SnapshotView.swift
[88/143] Compiling XCSnapshotTesting ViewOperationPayload.swift
[89/143] Compiling XCSnapshotTesting Snapshot+CALayer.swift
[90/143] Compiling XCSnapshotTesting Snapshot+CGPath.swift
[91/143] Compiling XCSnapshotTesting Snapshot+NSBezierPath.swift
[96/143] Compiling XCSnapshotTesting MaxConcurrentTestsEnvironmentKey.swift
[97/143] Compiling XCSnapshotTesting PlatformEnvironmentKey.swift
[98/143] Compiling XCSnapshotTesting RecordEnvironmentKey.swift
[102/143] Compiling XCSnapshotTesting SnapshotEnvironmentKey.swift
[103/143] Compiling XCSnapshotTesting SnapshotEnvironmentValues.swift
[104/143] Compiling XCSnapshotTesting CGImage+Extension.swift
[105/143] Compiling XCSnapshotTesting CGSize+Extension.swift
[106/143] Compiling XCSnapshotTesting Traits.swift
[107/143] Compiling XCSnapshotTesting NoWindowAvailableError.swift
[108/143] Compiling XCSnapshotTesting Snapshot+SDKApplication.swift
[109/143] Compiling XCSnapshotTesting Snapshot+WindowPool.swift
[110/143] Compiling XCSnapshotTesting SnapshotWindowConfiguration.swift
[111/143] Compiling XCSnapshotTesting WindowLease.swift
[112/143] Compiling XCSnapshotTesting WindowPool.swift
[113/143] Compiling XCSnapshotTesting BytesContainer.swift
[114/143] Compiling XCSnapshotTesting BytesRepresentable.swift
[115/143] Compiling XCSnapshotTesting BytesSerializationError.swift
[116/143] Compiling XCSnapshotTesting DataSerialization.swift
[117/143] Compiling XCSnapshotTesting DataSerializationConfiguration.swift
[118/143] Compiling XCSnapshotTesting DataSerializationConfigurationKey.swift
[119/143] Compiling XCSnapshotTesting CIImage+Extension.swift
[120/143] Compiling XCSnapshotTesting NSLayoutConstraint+Extension.swift
[121/143] Compiling XCSnapshotTesting ProcessInfo+Extension.swift
[122/143] Compiling XCSnapshotTesting String+Extension.swift
[123/143] Compiling XCSnapshotTesting Task+Extension.swift
[124/143] Compiling XCSnapshotTesting UIApplication+Extension.swift
[125/143] Compiling XCSnapshotTesting UIImage+Extension.swift
[126/143] Compiling XCSnapshotTesting UIView+Extension.swift
[127/143] Compiling XCSnapshotTesting UIViewController+Extension.swift
[128/143] Compiling XCSnapshotTesting UIWindow+Extension.swift
[129/143] Compiling XCSnapshotTesting WKWebView+Extension.swift
[130/143] Compiling XCSnapshotTesting Snapshot+Any.swift
[131/143] Compiling XCSnapshotTesting Snapshot+CaseIterable.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