The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-snapshot-testing, reference 1.2.0 (b71a65), with Swift 6.1 for Wasm on 14 Feb 2026 02:34:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/snapshot-testing/swift-snapshot-testing.git
Reference: 1.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/snapshot-testing/swift-snapshot-testing
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at b71a657 Fix Linux Builds (#4)
Cloned https://github.com/snapshot-testing/swift-snapshot-testing.git
Revision (git rev-parse @):
b71a65781992ae8238c9d2e4f5965d5b0d634510
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/snapshot-testing/swift-snapshot-testing.git at 1.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/snapshot-testing/swift-snapshot-testing.git
https://github.com/snapshot-testing/swift-snapshot-testing.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "xc-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/snapshot-testing/xc-snapshot-testing"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "swift-snapshot-testing",
  "name" : "swift-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" : "SnapshotTesting",
      "targets" : [
        "SnapshotTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InlineSnapshotTesting",
      "targets" : [
        "InlineSnapshotTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SnapshotTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "SnapshotTestingTests",
      "path" : "Tests/SnapshotTestingTests",
      "sources" : [
        "Internal/BaseSuite.swift",
        "RecordTests.swift",
        "SnapshotsTraitTests.swift",
        "UITests.swift"
      ],
      "target_dependencies" : [
        "SnapshotTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SnapshotTesting",
      "module_type" : "SwiftTarget",
      "name" : "SnapshotTesting",
      "path" : "Sources/SnapshotTesting",
      "product_dependencies" : [
        "XCSnapshotTesting"
      ],
      "product_memberships" : [
        "SnapshotTesting",
        "InlineSnapshotTesting"
      ],
      "sources" : [
        "Exports.swift",
        "TestCompletionNotifier.swift",
        "TestingSystem+SwiftTestingSystem.swift",
        "Traits/DiffToolTrait.swift",
        "Traits/MaxConcurrentTestsTrait.swift",
        "Traits/PlatformTrait.swift",
        "Traits/RecordTrait.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InlineSnapshotTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "InlineSnapshotTestingTests",
      "path" : "Tests/InlineSnapshotTestingTests",
      "sources" : [
        "AssertInlineSnapshotSwiftTests.swift",
        "CustomDumpTests.swift",
        "InlineSnapshotTestingTests.swift",
        "Internal/BaseSuite.swift",
        "Internal/BaseTestCase.swift"
      ],
      "target_dependencies" : [
        "InlineSnapshotTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InlineSnapshotTesting",
      "module_type" : "SwiftTarget",
      "name" : "InlineSnapshotTesting",
      "path" : "Sources/InlineSnapshotTesting",
      "product_dependencies" : [
        "XCSnapshotTestingCustomDump",
        "SwiftParser",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "InlineSnapshotTesting"
      ],
      "sources" : [
        "AssertInline.swift",
        "Extensions/String+.swift",
        "SnapshotInlineEngine.swift",
        "SnapshotInlineObservation.swift",
        "SnapshotURL.swift",
        "SwiftSyntax/InlineSnapshot.swift",
        "SwiftSyntax/InlineSnapshotManager.swift",
        "SwiftSyntax/SnapshotClosureDescriptor.swift",
        "SwiftSyntax/SnapshotRewriter.swift",
        "SwiftSyntax/SnapshotVisitor.swift",
        "SwiftSyntax/TestSource.swift"
      ],
      "target_dependencies" : [
        "SnapshotTesting"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/snapshot-testing/xc-snapshot-testing
Fetching https://github.com/swiftlang/swift-syntax
[1/831] Fetching xc-snapshot-testing
[832/74999] Fetching xc-snapshot-testing, swift-syntax
Fetched https://github.com/snapshot-testing/xc-snapshot-testing from cache (1.34s)
[10384/74168] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (8.13s)
Computing version for https://github.com/snapshot-testing/xc-snapshot-testing
Computed https://github.com/snapshot-testing/xc-snapshot-testing at 1.2.0 (9.16s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/o-nnerb/swift-async-stream
[1/255] Fetching swift-async-stream
[256/5539] Fetching swift-async-stream, swift-custom-dump
Fetched https://github.com/o-nnerb/swift-async-stream from cache (0.36s)
[846/5284] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.58s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.4.1 (1.62s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5607] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.02s)
Computing version for https://github.com/o-nnerb/swift-async-stream
Computed https://github.com/o-nnerb/swift-async-stream at 1.3.2 (3.10s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.97s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.1 (0.85s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.4.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
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/snapshot-testing/xc-snapshot-testing
Working copy of https://github.com/snapshot-testing/xc-snapshot-testing resolved at 1.2.0
Building for debugging...
[0/22] Write sources
[20/22] Compiling _SwiftSyntaxCShims PlatformMutex.c
[21/22] Write swift-version-24593BA9C3E375BF.txt
[23/45] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/45] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/46] Emitting module SwiftSyntax602
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/46] Compiling SwiftSyntax602 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/46] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/46] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/48] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/48] 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
[33/48] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/48] 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
[36/50] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/50] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/70] 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
[42/70] 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
[43/70] 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
[44/70] 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
[45/99] Compiling SwiftSyntax Identifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/99] Compiling SwiftSyntax MemoryLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/99] Compiling SwiftSyntax MissingNodeInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/135] Compiling SwiftSyntax AbsolutePosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/135] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/135] 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
[51/136] 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
[52/136] Compiling SwiftSyntax BumpPtrAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/136] Compiling SwiftSyntax CommonAncestor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/136] 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
[55/136] 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
[56/136] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/136] Compiling SwiftSyntax 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
[58/136] 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
[59/136] 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
[60/136] 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
[61/136] Compiling SwiftSyntax Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/136] Compiling SwiftSyntax CustomTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/137] Compiling SwiftSyntax EditorPlaceholder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/137] Compiling SwiftSyntax RawSyntaxTokenView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/137] Compiling SwiftSyntax SourceEdit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[73/137] Compiling SwiftSyntax SourceLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/137] Compiling SwiftSyntax SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/233] 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
[77/233] 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
[78/233] 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
[79/233] 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
[80/233] 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
[81/233] 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
[82/233] 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
[83/233] 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
[84/233] 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
[85/233] 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
[86/233] 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
[87/233] 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
[88/233] 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
[89/233] 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
[90/233] 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
[91/233] 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
[92/233] 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
[93/233] 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
[94/233] 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
[95/233] 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
[96/233] 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
[97/233] 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
[98/233] 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
[99/233] 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
[100/233] 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
[101/233] 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
[102/233] 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
[103/233] 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
[104/233] 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
[105/233] 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
[106/233] 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
[107/233] 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
[108/233] 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
[109/233] 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
[110/233] 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
[111/233] 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
[112/233] 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
[113/233] 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
[114/233] 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
[115/233] 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
[116/245] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[117/245] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[118/245] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[119/245] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[120/245] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[121/245] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[122/245] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[123/245] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[124/245] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[125/245] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[126/245] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[127/245] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[128/245] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[129/245] 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
[130/245] 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
[131/245] 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
[132/246] 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
[133/246] 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
[134/246] 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
[135/246] 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
[136/246] 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
[137/246] 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
[138/246] 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
[139/246] 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
[140/246] 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
[141/246] 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
[142/246] 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
[143/246] 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
[144/246] 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
[146/246] 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
[147/246] 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
[148/246] 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
[149/246] 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
[150/246] 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
[151/246] 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
[152/246] 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
[153/246] 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
[154/246] 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
[155/246] 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
[156/246] 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
[157/246] 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
[158/246] 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
[159/246] 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
[160/246] 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
[161/246] 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
[162/246] 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
[163/246] 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
[164/246] 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
[165/246] 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
[166/246] 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
[167/246] 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
[168/246] 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
[169/246] 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
[170/246] 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
[171/246] 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
[172/274] 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
[173/274] 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
[174/274] 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
[175/274] 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
[176/274] 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
[177/274] 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
[178/274] 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
[179/274] 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
[180/277] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |
[181/277] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |
[182/277] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |
[183/277] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |
[184/277] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |
[185/277] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |
[186/277] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |
[187/277] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |
[188/277] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |
[189/277] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |
[190/277] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |
[191/277] 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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/Sources/XCSnapshotTesting/Tester/SnapshotTester.swift:105:23: error: cannot call value of non-function type 'ContinuousClock.Instant'
103 |
104 |         let result = dispatchGroup.wait(
105 |             timeout: .now() + .nanoseconds(Int(timeout * 1_000_000_000))
    |                       `- error: cannot call value of non-function type 'ContinuousClock.Instant'
106 |         )
107 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/24] Compiling SwiftSyntax602 Empty.swift
[3/24] Emitting module SwiftSyntax510
[4/24] Compiling SwiftSyntax510 Empty.swift
[5/25] Emitting module SwiftSyntax602
[6/26] Emitting module SwiftSyntax601
[7/26] Compiling SwiftSyntax601 Empty.swift
[8/27] Emitting module SwiftSyntax509
[9/27] Compiling SwiftSyntax509 Empty.swift
[10/28] Compiling SwiftAsyncStream ValueSubject.swift
[11/28] Compiling SwiftAsyncStream SubjectAsyncIterator.swift
[12/29] Emitting module IssueReportingPackageSupport
[13/29] Compiling IssueReportingPackageSupport _Test.swift
[14/30] Compiling SwiftAsyncStream NodeSubject.swift
[15/30] Compiling SwiftSyntax600 Empty.swift
[16/30] Emitting module SwiftSyntax600
[21/31] Compiling SwiftAsyncStream Lock.swift
[22/31] Compiling SwiftAsyncStream AnyAsyncSequence.swift
[23/31] Compiling SwiftAsyncStream AsyncSignal.swift
[24/31] Compiling SwiftAsyncStream InlineProperty.swift
[25/31] Compiling SwiftAsyncStream PassthroughSubject.swift
[27/31] Compiling SwiftAsyncStream AsyncLock.swift
[28/31] Compiling SwiftAsyncStream AsyncOperation.swift
[29/31] Emitting module SwiftAsyncStream
[31/31] Compiling SwiftAsyncStream Task+.swift
[33/206] Compiling XCSnapshotTesting SnapshotLayout.swift
[34/206] Compiling XCSnapshotTesting SnapshotUIController.swift
[35/206] Compiling XCSnapshotTesting SnapshotView.swift
[36/208] Compiling XCSnapshotTesting Snapshot+NSView.swift
[37/208] Compiling XCSnapshotTesting Snapshot+NSViewController.swift
[38/208] Compiling XCSnapshotTesting Snapshot+SceneKit.swift
[39/208] Compiling XCSnapshotTesting Snapshot+SpriteKit.swift
[40/208] Compiling XCSnapshotTesting Snapshot+UIApplication.swift
[41/208] Compiling XCSnapshotTesting Snapshot+UIBezierPath.swift
[42/208] Compiling XCSnapshotTesting Snapshot+UIView.swift
[43/208] Compiling XCSnapshotTesting Snapshot+UIViewController.swift
[44/208] Compiling XCSnapshotTesting Snapshot+View.swift
[45/208] Compiling XCSnapshotTesting InterfaceSizeClassTraitKey.swift
[46/208] Compiling XCSnapshotTesting AccessibilityContrastTraitKey.swift
[47/208] Compiling XCSnapshotTesting ContentSizeCategoryTraitKey.swift
[48/208] Compiling XCSnapshotTesting DisplayGamutTraitKey.swift
[49/220] Compiling XCSnapshotTesting MaxConcurrentTestsEnvironmentKey.swift
[50/220] Compiling XCSnapshotTesting PlatformEnvironmentKey.swift
[51/220] Compiling XCSnapshotTesting DisableInconsistentTraitsCheckEnvironmentKey.swift
[52/220] Compiling XCSnapshotTesting IncludeMajorPlatformVersionInPathEnvironmentKey.swift
[53/220] Compiling XCSnapshotTesting Snapshot+NSBezierPath.swift
[54/220] Compiling XCSnapshotTesting DiffToolEnvironmentKey.swift
[55/220] Emitting module IssueReporting
[56/220] Compiling XCSnapshotTesting Snapshot+Encodable.swift
[57/220] Compiling XCSnapshotTesting Snapshot+URLRequest.swift
[58/220] Compiling XCSnapshotTesting DeviceOrientation.swift
[59/220] Compiling XCSnapshotTesting ImageContext.swift
[60/220] Compiling XCSnapshotTesting LayoutConfiguration.swift
[61/220] Compiling XCSnapshotTesting SizeListener.swift
[65/220] Compiling XCSnapshotTesting ViewOperationPayload.swift
[66/220] Compiling XCSnapshotTesting Snapshot+CALayer.swift
[67/220] Compiling XCSnapshotTesting Snapshot+CGPath.swift
[69/220] Compiling XCSnapshotTesting DisplayScaleTraitKey.swift
[70/220] Compiling XCSnapshotTesting ForceTouchCapabilityTraitKey.swift
[71/220] Compiling XCSnapshotTesting ImageDynamicRangeTraitKey.swift
[72/220] Compiling XCSnapshotTesting LayoutDirectionTraitKey.swift
[73/220] Compiling XCSnapshotTesting LegibilityWeightTraitKey.swift
[74/220] Compiling XCSnapshotTesting ListEnvironmentTraitKey.swift
[75/220] Compiling XCSnapshotTesting SceneCaptureStateTraitKey.swift
[76/220] Compiling XCSnapshotTesting ToolbarItemPresentationSizeTraitKey.swift
[77/220] Compiling XCSnapshotTesting TypesettingLanguageTraitKey.swift
[78/220] Compiling XCSnapshotTesting UserInterfaceActiveAppearanceTraitKey.swift
[79/220] Compiling XCSnapshotTesting UserInterfaceIdiomTraitKey.swift
[80/220] Compiling XCSnapshotTesting UserInterfaceLevelTraitKey.swift
[81/220] Compiling XCSnapshotTesting UserInterfaceStyleTraitKey.swift
[82/220] Compiling XCSnapshotTesting Traits.swift
[83/220] Compiling XCSnapshotTesting NoWindowAvailableError.swift
[84/220] Compiling XCSnapshotTesting Snapshot+SDKApplication.swift
[85/220] Compiling XCSnapshotTesting Snapshot+WindowPool.swift
[86/220] Compiling XCSnapshotTesting SnapshotWindowConfiguration.swift
[87/220] Compiling XCSnapshotTesting WindowLease.swift
[88/220] Compiling XCSnapshotTesting WindowPool.swift
[89/220] Compiling XCSnapshotTesting BytesContainer.swift
[90/220] Compiling XCSnapshotTesting BytesRepresentable.swift
[91/220] Compiling XCSnapshotTesting BytesSerializationError.swift
[92/220] Compiling XCSnapshotTesting DataSerialization.swift
[93/220] Compiling XCSnapshotTesting DataSerializationConfiguration.swift
[94/220] Compiling XCSnapshotTesting DataSerializationConfigurationKey.swift
[104/220] Compiling XCSnapshotTesting CIImage+Extension.swift
[105/220] Compiling XCSnapshotTesting NSLayoutConstraint+Extension.swift
[106/220] Compiling XCSnapshotTesting ProcessInfo+Extension.swift
[107/220] Compiling XCSnapshotTesting String+Extension.swift
[108/220] Compiling XCSnapshotTesting Task+Extension.swift
[109/220] Compiling XCSnapshotTesting UIApplication+Extension.swift
[110/220] Compiling XCSnapshotTesting UIImage+Extension.swift
[111/220] Compiling XCSnapshotTesting UIView+Extension.swift
[112/220] Compiling XCSnapshotTesting UIViewController+Extension.swift
[113/220] Compiling XCSnapshotTesting UIWindow+Extension.swift
[114/220] Compiling XCSnapshotTesting WKWebView+Extension.swift
[115/220] Compiling XCSnapshotTesting Snapshot+Any.swift
[116/220] Compiling XCSnapshotTesting Snapshot+CaseIterable.swift
[122/220] Compiling IssueReporting WithExpectedIssue.swift
[123/220] Compiling IssueReporting WithIssueContext.swift
[124/220] Compiling XCSnapshotTesting WebViewToleranceEnvironmentKey.swift
[125/220] Compiling XCSnapshotTesting SnapshotEnvironment.swift
[126/220] Compiling XCSnapshotTesting SnapshotEnvironmentKey.swift
[127/220] Compiling XCSnapshotTesting SnapshotEnvironmentValues.swift
[128/220] Compiling XCSnapshotTesting CGImage+Extension.swift
[129/220] Compiling XCSnapshotTesting CGSize+Extension.swift
[130/220] Emitting module XCSnapshotTesting
[131/220] Compiling XCSnapshotTesting Assert.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[132/220] Compiling XCSnapshotTesting CleanCounterBetweenTestCases.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[133/220] Compiling XCSnapshotTesting RecordMode.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[134/220] Compiling XCSnapshotTesting SnapshotAttachment.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[135/220] Compiling XCSnapshotTesting TestingSession.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[136/220] Compiling XCSnapshotTesting Async.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[137/220] Compiling XCSnapshotTesting DataDiffAttachmentGenerator.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[138/220] Compiling XCSnapshotTesting ImageDiffAttachmentGenerator.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[139/220] Compiling XCSnapshotTesting StringDiffAttachmentGenerator.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[140/220] Compiling XCSnapshotTesting DiffAttachmentGenerator.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[141/220] Compiling XCSnapshotTesting DiffHunk.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[142/220] Compiling XCSnapshotTesting DiffTool.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[143/220] Compiling XCSnapshotTesting Difference.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |     }
[147/221] Compiling XCSnapshotTesting DataBytes.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |
[148/221] Compiling XCSnapshotTesting ImageBytes.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |
[149/221] Compiling XCSnapshotTesting StringBytes.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |
[150/221] Compiling XCSnapshotTesting Snapshot.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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 |
[151/221] Compiling XCSnapshotTesting Sync.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/221] Compiling XCSnapshotTesting SnapshotEngine.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/221] Compiling XCSnapshotTesting SnapshotFailContext.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/221] Compiling XCSnapshotTesting SnapshotFailure.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/221] Compiling XCSnapshotTesting SnapshotFileEngine.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/221] Compiling XCSnapshotTesting SnapshotPerformOperation.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/221] Compiling XCSnapshotTesting SnapshotTester.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/221] Compiling XCSnapshotTesting TestingSystem.swift
/host/spi-builder-workspace/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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/.build/checkouts/xc-snapshot-testing/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