The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-snapshot-testing, reference main (4ee19e), with Swift 6.1 for Wasm on 30 May 2025 06:36:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihai8804858/swift-snapshot-testing.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mihai8804858/swift-snapshot-testing
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4ee19ec Merge branch 'main' into main
Cloned https://github.com/mihai8804858/swift-snapshot-testing.git
Revision (git rev-parse @):
4ee19ec0d8af7a3fce0a3f961fef71f0c7c1edd2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mihai8804858/swift-snapshot-testing.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mihai8804858/swift-snapshot-testing.git
https://github.com/mihai8804858/swift-snapshot-testing.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "601.0.0-prerelease"
          }
        ]
      },
      "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"
    },
    {
      "name" : "visionos",
      "version" : "1.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" : [
        "AssertSnapshotSwiftTests.swift",
        "DeprecationTests.swift",
        "RecordTests.swift",
        "SnapshotTestingTests.swift",
        "SnapshotsTraitTests.swift",
        "SwiftTestingTests.swift",
        "TestHelpers.swift",
        "WaitTests.swift",
        "WithSnapshotTestingTests.swift"
      ],
      "target_dependencies" : [
        "SnapshotTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SnapshotTesting",
      "module_type" : "SwiftTarget",
      "name" : "SnapshotTesting",
      "path" : "Sources/SnapshotTesting",
      "product_memberships" : [
        "SnapshotTesting",
        "InlineSnapshotTesting"
      ],
      "sources" : [
        "AssertSnapshot.swift",
        "Async.swift",
        "Common/Internal.swift",
        "Common/PlistEncoder.swift",
        "Common/String+SpecialCharacters.swift",
        "Common/View.swift",
        "Common/XCTAttachment.swift",
        "Diff.swift",
        "Diffing.swift",
        "Extensions/Wait.swift",
        "Internal/Deprecations.swift",
        "Internal/RecordIssue.swift",
        "SnapshotTestingConfiguration.swift",
        "SnapshotsTestTrait.swift",
        "Snapshotting.swift",
        "Snapshotting/Any.swift",
        "Snapshotting/CALayer.swift",
        "Snapshotting/CGPath.swift",
        "Snapshotting/CaseIterable.swift",
        "Snapshotting/Data.swift",
        "Snapshotting/Encodable.swift",
        "Snapshotting/NSBezierPath.swift",
        "Snapshotting/NSImage.swift",
        "Snapshotting/NSView.swift",
        "Snapshotting/NSViewController.swift",
        "Snapshotting/SceneKit.swift",
        "Snapshotting/SpriteKit.swift",
        "Snapshotting/String.swift",
        "Snapshotting/SwiftUIView.swift",
        "Snapshotting/UIBezierPath.swift",
        "Snapshotting/UIImage.swift",
        "Snapshotting/UIView.swift",
        "Snapshotting/UIViewController.swift",
        "Snapshotting/URLRequest.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InlineSnapshotTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "InlineSnapshotTestingTests",
      "path" : "Tests/InlineSnapshotTestingTests",
      "sources" : [
        "AssertInlineSnapshotSwiftTests.swift",
        "InlineSnapshotTestingTests.swift"
      ],
      "target_dependencies" : [
        "InlineSnapshotTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InlineSnapshotTesting",
      "module_type" : "SwiftTarget",
      "name" : "InlineSnapshotTesting",
      "path" : "Sources/InlineSnapshotTesting",
      "product_dependencies" : [
        "SwiftParser",
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "InlineSnapshotTesting"
      ],
      "sources" : [
        "AssertInlineSnapshot.swift",
        "Exports.swift"
      ],
      "target_dependencies" : [
        "SnapshotTesting"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.49s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (9.21s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Building for debugging...
[0/13] Write sources
[11/13] Compiling _SwiftSyntaxCShims dummy.c
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/50] 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
[15/50] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/50] Emitting module SnapshotTesting
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[17/54] 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
[18/55] Compiling SnapshotTesting UIImage.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[19/55] Compiling SnapshotTesting UIView.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[20/55] Compiling SnapshotTesting UIViewController.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[21/55] Compiling SnapshotTesting URLRequest.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[22/55] 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
[23/56] 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
[24/56] 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
[25/57] Compiling SnapshotTesting NSImage.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[26/57] Compiling SnapshotTesting NSView.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[27/57] Compiling SnapshotTesting NSViewController.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[28/57] Compiling SnapshotTesting SceneKit.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[32/121] Compiling SwiftSyntax RawSyntaxNodesC.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[33/121] Compiling SwiftSyntax RawSyntaxNodesD.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[34/121] Compiling SwiftSyntax RawSyntaxNodesEF.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[35/121] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[36/121] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[37/121] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[38/121] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[39/121] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[40/121] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[41/121] Compiling SwiftSyntax Utils.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[42/121] Compiling SwiftSyntax ChildNameForKeyPath.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[43/121] Compiling SwiftSyntax Keyword.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[44/121] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[45/121] Compiling SwiftSyntax RenamedNodesCompatibility.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[46/121] Compiling SwiftSyntax SyntaxAnyVisitor.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[47/121] Compiling SwiftSyntax SyntaxBaseNodes.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[48/121] Compiling SwiftSyntax SyntaxCollections.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[49/121] Compiling SwiftSyntax SyntaxEnum.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[50/121] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[51/121] Compiling SwiftSyntax RawSyntaxTokenView.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[52/121] Compiling SwiftSyntax SourceEdit.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[53/121] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[54/121] Compiling SwiftSyntax SyntaxKind.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[55/121] Compiling SwiftSyntax SyntaxRewriter.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[56/121] Compiling SwiftSyntax SyntaxTraits.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[57/121] Compiling SwiftSyntax SyntaxVisitor.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/InlineSnapshotTestingTests/InlineSnapshotTesting.xctestplan
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/38] Emitting module SwiftSyntax510
[3/38] Compiling SwiftSyntax510 Empty.swift
[4/39] Compiling SwiftSyntax509 Empty.swift
[5/39] Compiling SnapshotTesting SpriteKit.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[6/39] Compiling SnapshotTesting String.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[7/39] Compiling SnapshotTesting SwiftUIView.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[8/39] Compiling SnapshotTesting UIBezierPath.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[9/43] Emitting module SwiftSyntax509
[11/44] Compiling SnapshotTesting NSImage.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[12/44] Compiling SnapshotTesting NSView.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[13/44] Compiling SnapshotTesting NSViewController.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[14/44] Compiling SnapshotTesting SceneKit.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[15/44] Compiling SwiftSyntax600 Empty.swift
[16/44] Emitting module SwiftSyntax600
[18/45] Compiling SnapshotTesting UIImage.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[19/45] Compiling SnapshotTesting UIView.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[20/45] Compiling SnapshotTesting UIViewController.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[21/45] Compiling SnapshotTesting URLRequest.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[23/45] Compiling SnapshotTesting CaseIterable.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[24/45] Compiling SnapshotTesting Data.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[25/45] Compiling SnapshotTesting Encodable.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[26/45] Compiling SnapshotTesting NSBezierPath.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[27/46] Compiling SnapshotTesting Deprecations.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[28/46] Compiling SnapshotTesting RecordIssue.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[29/46] Compiling SnapshotTesting SnapshotTestingConfiguration.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[30/46] Compiling SnapshotTesting SnapshotsTestTrait.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[31/46] Compiling SnapshotTesting View.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[32/46] Compiling SnapshotTesting XCTAttachment.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[33/46] Compiling SnapshotTesting Diff.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[34/46] Compiling SnapshotTesting Diffing.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[35/46] Compiling SnapshotTesting Wait.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[36/46] Compiling SnapshotTesting Snapshotting.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[37/46] Compiling SnapshotTesting Any.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[38/46] Compiling SnapshotTesting CALayer.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[39/46] Compiling SnapshotTesting CGPath.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/109] Emitting module SnapshotTesting
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[41/109] Compiling SwiftSyntax AbsolutePosition.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[42/109] Compiling SwiftSyntax AbsoluteRawSyntax.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[43/109] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[44/109] Compiling SwiftSyntax Assert.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[45/109] Compiling SwiftSyntax BumpPtrAllocator.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 |   import CoreServices
    |          `- error: no such module 'CoreServices'
506 |
507 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
BUILD FAILURE 6.1 wasm