The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-macro-testing, reference 0.6.5 (2e494c), with Swift 6.1 for Wasm on 26 Mar 2026 01:29:16 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-macro-testing.git
Reference: 0.6.5
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/pointfreeco/swift-macro-testing
 * tag               0.6.5      -> FETCH_HEAD
HEAD is now at 2e494c6 Support swift-syntax 605. (#53)
Cloned https://github.com/pointfreeco/swift-macro-testing.git
Revision (git rev-parse @):
2e494c632d510715c96a694ff25e2a8d4ac3f64b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-macro-testing.git at 0.6.5
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-macro-testing.git
https://github.com/pointfreeco/swift-macro-testing.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.17.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "605.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "swift-macro-testing",
  "name" : "swift-macro-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" : "MacroTesting",
      "targets" : [
        "MacroTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "MacroTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "MacroTestingTests",
      "path" : "Tests/MacroTestingTests",
      "sources" : [
        "AddAsyncTests.swift",
        "AddBlockerTests.swift",
        "AddCompletionHandlerTests.swift",
        "AssertMacroTests.swift",
        "BaseTestCase.swift",
        "CaseDetectionMacroTests.swift",
        "CustomCodableMacroTests.swift",
        "DefaultFatalErrorImplementationMacroTests.swift",
        "DiagnosticsAndFixitsEmitterMacroTests.swift",
        "DictionaryStorageMacroTests.swift",
        "EntryMacroTests.swift",
        "EquatableExtensionMacroTests.swift",
        "FixItTests.swift",
        "FontLiteralMacroTests.swift",
        "FuncUniqueMacroTests.swift",
        "IndentationWidthTests.swift",
        "MacroExamples/AddAsyncMacro.swift",
        "MacroExamples/AddBlocker.swift",
        "MacroExamples/AddCompletionHandlerMacro.swift",
        "MacroExamples/CaseDetectionMacro.swift",
        "MacroExamples/CustomCodable.swift",
        "MacroExamples/DefaultFatalErrorImplementationMacro.swift",
        "MacroExamples/Diagnostics.swift",
        "MacroExamples/DiagnosticsAndFixitsEmitterMacro.swift",
        "MacroExamples/DictionaryIndirectionMacro.swift",
        "MacroExamples/EntryMacro.swift",
        "MacroExamples/EquatableExtensionMacro.swift",
        "MacroExamples/FontLiteralMacro.swift",
        "MacroExamples/FuncUniqueMacro.swift",
        "MacroExamples/MemberDeprecatedMacro.swift",
        "MacroExamples/MetaEnumMacro.swift",
        "MacroExamples/NewTypeMacro.swift",
        "MacroExamples/ObservableMacro.swift",
        "MacroExamples/OptionSetMacro.swift",
        "MacroExamples/PeerValueWithSuffixMacro.swift",
        "MacroExamples/StringifyMacro.swift",
        "MacroExamples/URLMacro.swift",
        "MacroExamples/WarningMacro.swift",
        "MacroExamples/WrapStoredPropertiesMacro.swift",
        "MacroNameTests.swift",
        "MemberDeprecatedMacroTests.swift",
        "MetaEnumMacroTests.swift",
        "NewTypeMacroTests.swift",
        "ObservableMacroTests.swift",
        "OptionSetMacroTests.swift",
        "PeerValueWithSuffixMacroTests.swift",
        "StringifyMacroTests.swift",
        "SwiftTestingTests.swift",
        "URLMacroTests.swift",
        "WarningMacroTests.swift",
        "WrapStoredPropertiesMacroTests.swift"
      ],
      "target_dependencies" : [
        "MacroTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MacroTesting",
      "module_type" : "SwiftTarget",
      "name" : "MacroTesting",
      "path" : "Sources/MacroTesting",
      "product_dependencies" : [
        "InlineSnapshotTesting",
        "SwiftDiagnostics",
        "SwiftOperators",
        "SwiftParserDiagnostics",
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "product_memberships" : [
        "MacroTesting"
      ],
      "sources" : [
        "AssertMacro.swift",
        "Internal/Deprecations.swift",
        "Internal/Diagnostic+UnderlineHighlights.swift",
        "Internal/RecordIssue.swift",
        "MacrosTestTrait.swift",
        "SwiftDiagnostics/DiagnosticsFormatter.swift",
        "SwiftSyntax/SourceEdit.swift",
        "_SwiftSyntaxTestSupport/FixItApplier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/74836] Fetching swift-syntax
[2247/90831] Fetching swift-syntax, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.78s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.44s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (8.93s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.78s)
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.1 (0.00s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5413] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.30s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.81s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.66s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.19s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.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/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Building for debugging...
[0/28] Write sources
[26/28] Compiling _SwiftSyntaxCShims PlatformMutex.c
[27/28] Write swift-version-24593BA9C3E375BF.txt
[29/74] 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
[30/74] 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
[31/74] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/74] Emitting module SnapshotTesting
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[33/78] 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
[34/78] 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
[35/79] 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/80] 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
[37/80] Emitting module _SwiftSyntaxGenericTestSupport
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/81] 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
[39/81] Compiling SnapshotTesting UIImage.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[40/81] Compiling SnapshotTesting UIView.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[41/81] Compiling SnapshotTesting UIViewController.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[42/81] Compiling SnapshotTesting URLRequest.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[43/82] 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
[44/82] 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
[45/83] Compiling SnapshotTesting NSImage.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[46/83] Compiling SnapshotTesting NSView.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[47/83] Compiling SnapshotTesting NSViewController.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[48/83] Compiling SnapshotTesting SceneKit.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[49/83] Compiling _SwiftSyntaxGenericTestSupport String+TrimmingTrailingWhitespace.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/83] Compiling _SwiftSyntaxGenericTestSupport AssertEqualWithDiff.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/84] 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
[54/84] 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
[60/168] Compiling SwiftSyntax CommonAncestor.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[61/168] Compiling SwiftSyntax Convenience.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[62/168] Compiling SwiftSyntax CustomTraits.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[63/168] Compiling SwiftSyntax EditorPlaceholder.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[64/168] Compiling SwiftSyntax Identifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[65/168] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[66/168] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[67/168] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[68/168] Compiling SwiftSyntax RawSyntaxArena.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[69/168] Compiling SwiftSyntax SyntaxIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[70/168] Compiling SwiftSyntax SyntaxNodeStructure.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[71/168] Compiling SwiftSyntax SyntaxProtocol.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[72/168] Compiling SwiftSyntax SyntaxText.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[73/168] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[74/168] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[75/168] Compiling SwiftSyntax RawSyntaxTokenView.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[76/168] Compiling SwiftSyntax SourceEdit.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[77/168] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[78/168] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[79/168] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[80/168] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[81/168] Compiling SwiftSyntax AbsolutePosition.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[82/168] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[83/168] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[84/168] Compiling SwiftSyntax Assert.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[85/168] Compiling SwiftSyntax BumpPtrAllocator.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/16] Compiling SwiftSyntax509 Empty.swift
[3/42] Emitting module SwiftSyntax601
[4/47] Compiling SwiftSyntax601 Empty.swift
[5/48] Compiling SwiftSyntax510 Empty.swift
[6/48] Emitting module SwiftSyntax510
[7/49] Emitting module SwiftSyntax602
[8/49] Compiling SwiftSyntax602 Empty.swift
[9/49] Emitting module SwiftSyntax600
[10/49] Compiling SwiftSyntax600 Empty.swift
[11/51] Emitting module SwiftSyntax509
[12/52] Compiling IssueReportingPackageSupport _Test.swift
[13/52] Emitting module IssueReportingPackageSupport
[14/52] Compiling _SwiftSyntaxGenericTestSupport String+TrimmingTrailingWhitespace.swift
[21/53] Compiling SnapshotTesting SpriteKit.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[22/53] Compiling SnapshotTesting String.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[23/53] Compiling SnapshotTesting SwiftUIView.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[24/53] Compiling SnapshotTesting UIBezierPath.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[25/53] Compiling SnapshotTesting NSImage.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[26/53] Compiling SnapshotTesting NSView.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[27/53] Compiling SnapshotTesting NSViewController.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[28/53] Compiling SnapshotTesting SceneKit.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[29/57] Compiling _SwiftSyntaxGenericTestSupport AssertEqualWithDiff.swift
[30/57] Emitting module _SwiftSyntaxGenericTestSupport
[31/58] Compiling SnapshotTesting CaseIterable.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[32/58] Compiling SnapshotTesting Data.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[33/58] Compiling SnapshotTesting Encodable.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[34/58] Compiling SnapshotTesting NSBezierPath.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[35/58] Compiling SnapshotTesting UIImage.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[36/58] Compiling SnapshotTesting UIView.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[37/58] Compiling SnapshotTesting UIViewController.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[38/58] Compiling SnapshotTesting URLRequest.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[40/58] Compiling SnapshotTesting Snapshotting.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[41/58] Compiling SnapshotTesting Any.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[42/58] Compiling SnapshotTesting CALayer.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[43/58] Compiling SnapshotTesting CGPath.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[44/127] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[45/127] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[46/127] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[47/127] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[48/127] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[49/130] Compiling SwiftSyntax TokenSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[50/130] Compiling SwiftSyntax TokenSyntax.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[51/130] Compiling SwiftSyntax Trivia.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[52/130] Compiling SwiftSyntax Utils.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/141] Emitting module SnapshotTesting
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[54/141] Compiling SwiftSyntax SyntaxNodeStructure.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[55/141] Compiling SwiftSyntax SyntaxProtocol.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[56/141] Compiling SwiftSyntax SyntaxText.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[57/141] Compiling SwiftSyntax SyntaxTreeViewMode.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[58/141] Compiling SwiftSyntax TokenDiagnostic.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:577:10: error: no such module 'CoreServices'
575 |
576 | #if !os(Android) && !os(Linux) && !os(Windows)
577 |   import CoreServices
    |          `- error: no such module 'CoreServices'
578 |
579 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
BUILD FAILURE 6.1 wasm