The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-structured-queries, reference main (efd928), with Swift 6.1 for Wasm on 24 Jun 2025 22:17:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-structured-queries.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/pointfreeco/swift-structured-queries
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at efd928f Add test for upsert with representable (#97)
Cloned https://github.com/pointfreeco/swift-structured-queries.git
Revision (git rev-parse @):
efd928f9f1c5bee4356a5d8a9a8e862ce4abb8a3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-structured-queries.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-structured-queries.git
https://github.com/pointfreeco/swift-structured-queries.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-structured-queries",
  "name" : "swift-structured-queries",
  "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" : "StructuredQueries",
      "targets" : [
        "StructuredQueries"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StructuredQueriesCore",
      "targets" : [
        "StructuredQueriesCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StructuredQueriesTestSupport",
      "targets" : [
        "StructuredQueriesTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_StructuredQueriesSQLite",
      "targets" : [
        "StructuredQueriesSQLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StructuredQueriesMacros",
      "targets" : [
        "StructuredQueriesMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "StructuredQueriesTests",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesTests",
      "path" : "Tests/StructuredQueriesTests",
      "product_dependencies" : [
        "CustomDump",
        "Dependencies",
        "InlineSnapshotTesting"
      ],
      "sources" : [
        "AggregateFunctionsTests.swift",
        "BindingTests.swift",
        "CaseTests.swift",
        "CommonTableExpressionTests.swift",
        "CompileTimeTests.swift",
        "DecodingTests.swift",
        "DeleteTests.swift",
        "EphemeralTests.swift",
        "InflectionTests.swift",
        "InsertTests.swift",
        "JSONFunctionsTests.swift",
        "JoinTests.swift",
        "KitchenSinkTests.swift",
        "LiveTests.swift",
        "OperatorsTests.swift",
        "OverloadFavorabilityTests.swift",
        "PrimaryKeyedTableTests.swift",
        "QueryFragmentTests.swift",
        "SQLMacroTests.swift",
        "ScalarFunctionsTests.swift",
        "SchemaTests.swift",
        "SelectTests.swift",
        "SelectionTests.swift",
        "Support/AssertQuery.swift",
        "Support/Schema.swift",
        "Support/SimpleSelect.swift",
        "Support/SnapshotTests.swift",
        "TableTests.swift",
        "TriggersTests.swift",
        "UnionTests.swift",
        "UpdateTests.swift",
        "ValuesTests.swift",
        "WhereTests.swift"
      ],
      "target_dependencies" : [
        "StructuredQueries",
        "StructuredQueriesSQLite",
        "StructuredQueriesTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StructuredQueriesTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesTestSupport",
      "path" : "Sources/StructuredQueriesTestSupport",
      "product_dependencies" : [
        "CustomDump",
        "InlineSnapshotTesting"
      ],
      "product_memberships" : [
        "StructuredQueriesTestSupport"
      ],
      "sources" : [
        "AssertQuery.swift",
        "QuerySnapshot.swift"
      ],
      "target_dependencies" : [
        "StructuredQueriesCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StructuredQueriesSupport",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesSupport",
      "path" : "Sources/StructuredQueriesSupport",
      "product_memberships" : [
        "StructuredQueries",
        "StructuredQueriesCore",
        "StructuredQueriesTestSupport",
        "_StructuredQueriesSQLite",
        "StructuredQueriesMacros"
      ],
      "sources" : [
        "Inflection.swift",
        "Quoting.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StructuredQueriesSQLite3",
      "module_type" : "SystemLibraryTarget",
      "name" : "StructuredQueriesSQLite3",
      "path" : "Sources/StructuredQueriesSQLite3",
      "product_memberships" : [
        "_StructuredQueriesSQLite"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "StructuredQueriesSQLite",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesSQLite",
      "path" : "Sources/StructuredQueriesSQLite",
      "product_memberships" : [
        "_StructuredQueriesSQLite"
      ],
      "sources" : [
        "Database.swift",
        "SQLiteQueryDecoder.swift"
      ],
      "target_dependencies" : [
        "StructuredQueries",
        "StructuredQueriesSQLite3"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StructuredQueriesMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesMacrosTests",
      "path" : "Tests/StructuredQueriesMacrosTests",
      "product_dependencies" : [
        "IssueReporting",
        "MacroTesting"
      ],
      "sources" : [
        "BindMacroTests.swift",
        "SQLMacroTests.swift",
        "SelectionMacroTests.swift",
        "Support/SnapshotTests.swift",
        "TableMacroTests.swift",
        "TableSelectionMacroTests.swift"
      ],
      "target_dependencies" : [
        "StructuredQueries",
        "StructuredQueriesMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StructuredQueriesMacros",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesMacros",
      "path" : "Sources/StructuredQueriesMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "StructuredQueries",
        "_StructuredQueriesSQLite",
        "StructuredQueriesMacros"
      ],
      "sources" : [
        "BindMacro.swift",
        "ColumnMacro.swift",
        "EphemeralMacro.swift",
        "Internal/Availability.swift",
        "Internal/ExprSyntax.swift",
        "Internal/Interpolation.swift",
        "Internal/PatternBindingSyntax.swift",
        "Internal/SelfRewriter.swift",
        "Internal/StructDeclSyntax.swift",
        "Internal/Support.swift",
        "Internal/TypeSyntax.swift",
        "Internal/VariableDeclSyntax.swift",
        "Plugin.swift",
        "SQLMacro.swift",
        "SelectionMacro.swift",
        "TableMacro.swift"
      ],
      "target_dependencies" : [
        "StructuredQueriesSupport"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "StructuredQueriesCore",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesCore",
      "path" : "Sources/StructuredQueriesCore",
      "product_dependencies" : [
        "IssueReporting"
      ],
      "product_memberships" : [
        "StructuredQueries",
        "StructuredQueriesCore",
        "StructuredQueriesTestSupport",
        "_StructuredQueriesSQLite"
      ],
      "sources" : [
        "AggregateFunctions.swift",
        "Bind.swift",
        "CaseExpression.swift",
        "Collation.swift",
        "Exports.swift",
        "Internal/Deprecations.swift",
        "Internal/PrettyPrinting.swift",
        "Internal/RangeReplaceableCollection+Queries.swift",
        "Never.swift",
        "Operators.swift",
        "Optional.swift",
        "Ordering.swift",
        "PrimaryKeyed.swift",
        "QueryBindable+Foundation.swift",
        "QueryBindable.swift",
        "QueryBinding.swift",
        "QueryDecodable.swift",
        "QueryDecoder.swift",
        "QueryExpression.swift",
        "QueryFragment.swift",
        "QueryFragmentBuilder.swift",
        "QueryRepresentable.swift",
        "QueryRepresentable/Codable+JSON.swift",
        "QueryRepresentable/Date+ISO8601.swift",
        "QueryRepresentable/Date+JulianDay.swift",
        "QueryRepresentable/Date+UnixTime.swift",
        "QueryRepresentable/UUID+Bytes.swift",
        "QueryRepresentable/UUID+Uppercased.swift",
        "SQLQueryExpression.swift",
        "SQLite/Cast.swift",
        "SQLite/Collation+SQLite.swift",
        "SQLite/ConflictResolution.swift",
        "SQLite/JSONFunctions.swift",
        "SQLite/RowID.swift",
        "ScalarFunctions.swift",
        "Seeds.swift",
        "Statement.swift",
        "Statements/CommonTableExpression.swift",
        "Statements/CompoundSelect.swift",
        "Statements/Delete.swift",
        "Statements/Insert.swift",
        "Statements/Select+DynamicMemberLookup.swift",
        "Statements/Select.swift",
        "Statements/SelectStatement.swift",
        "Statements/Update.swift",
        "Statements/Values.swift",
        "Statements/Where.swift",
        "Table.swift",
        "TableAlias.swift",
        "TableColumn.swift",
        "TableDefinition.swift",
        "Traits/Tagged.swift",
        "Triggers.swift",
        "Updates.swift"
      ],
      "target_dependencies" : [
        "StructuredQueriesSupport"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StructuredQueries",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueries",
      "path" : "Sources/StructuredQueries",
      "product_memberships" : [
        "StructuredQueries",
        "_StructuredQueriesSQLite"
      ],
      "sources" : [
        "Exports.swift",
        "Macros.swift"
      ],
      "target_dependencies" : [
        "StructuredQueriesCore",
        "StructuredQueriesMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package@swift-6.0.swift:117:9: warning: unknown operating system for build configuration 'os'
115 | }
116 |
117 | #if !os(Darwin)
    |         |- warning: unknown operating system for build configuration 'os'
    |         `- note: did you mean 'Cygwin'?
118 |   package.targets.append(
119 |     .systemLibrary(
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-tagged
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/2082] Fetching swift-docc-plugin
[231/2990] Fetching swift-docc-plugin, swift-macro-testing
[486/4152] Fetching swift-docc-plugin, swift-macro-testing, swift-tagged
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.39s)
Fetching https://github.com/pointfreeco/swift-dependencies
[1/5467] Fetching xctest-dynamic-overlay
[3828/19518] Fetching xctest-dynamic-overlay, swift-snapshot-testing
[6171/25773] Fetching xctest-dynamic-overlay, swift-snapshot-testing, swift-dependencies
[13831/96714] Fetching xctest-dynamic-overlay, swift-snapshot-testing, swift-dependencies, swift-syntax
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.55s)
[11256/90459] Fetching xctest-dynamic-overlay, swift-snapshot-testing, swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[20326/95040] Fetching xctest-dynamic-overlay, swift-snapshot-testing, swift-syntax, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.36s)
[24560/90459] Fetching xctest-dynamic-overlay, swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-tagged from cache (2.20s)
Fetched https://github.com/apple/swift-docc-plugin from cache (2.20s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.21s)
[82155/84992] Fetching swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.29s)
[70941/70941] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.09s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (6.83s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (2.85s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (1.01s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (0.49s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.43s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.68s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.54s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/2410] Fetching combine-schedulers
[2411/3271] Fetching combine-schedulers, swift-concurrency-extras
[3272/4563] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.24s)
[1094/2153] Fetching swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.29s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.29s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.79s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.46s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.53s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.03s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.50s)
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.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.5.2
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/72] Write sources
[50/72] Compiling _SwiftSyntaxCShims dummy.c
[52/72] Write swift-version-24593BA9C3E375BF.txt
[54/86] Emitting module SwiftSyntax510
[55/88] Emitting module SwiftSyntax509
[56/88] Compiling SwiftSyntax509 Empty.swift
[57/89] Emitting module SwiftSyntax600
[58/89] Compiling SwiftSyntax600 Empty.swift
[59/90] Emitting module SwiftSyntax601
[60/90] Compiling SwiftSyntax601 Empty.swift
[61/90] Compiling SwiftSyntax510 Empty.swift
[66/92] Emitting module SwiftSyntax509
[67/92] Compiling SwiftSyntax509 Empty.swift
[68/93] Emitting module SwiftSyntax601
[69/93] Compiling SwiftSyntax601 Empty.swift
[70/94] Emitting module SwiftSyntax510
[71/94] Compiling SwiftSyntax510 Empty.swift
[72/95] Emitting module SwiftSyntax600
[73/95] Compiling SwiftSyntax600 Empty.swift
[78/330] Emitting module StructuredQueriesSupport
[79/330] Compiling SwiftSyntax Assert.swift
[80/330] Compiling SwiftSyntax BumpPtrAllocator.swift
[81/330] Compiling SwiftSyntax CommonAncestor.swift
[82/332] Compiling SwiftSyntax TokenSequence.swift
[83/332] Compiling SwiftSyntax TokenSyntax.swift
[84/334] Emitting module IssueReporting
[85/334] Compiling IssueReporting WithExpectedIssue.swift
[86/334] Compiling IssueReporting WithIssueContext.swift
[87/334] Compiling SwiftSyntax AbsolutePosition.swift
[88/334] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[89/334] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[93/334] Compiling SwiftSyntax Convenience.swift
[94/334] Compiling SwiftSyntax CustomTraits.swift
[95/334] Compiling SwiftSyntax EditorPlaceholder.swift
[96/343] Compiling SwiftSyntax SyntaxIdentifier.swift
[97/343] Compiling SwiftSyntax SyntaxNodeFactory.swift
[98/343] Compiling SwiftSyntax SyntaxNodeStructure.swift
[99/343] Compiling SwiftSyntax SyntaxProtocol.swift
[100/343] Compiling SwiftSyntax SyntaxText.swift
[101/343] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[102/343] Compiling SwiftSyntax TokenDiagnostic.swift
[107/343] Emitting module SnapshotTesting
[108/347] Compiling StructuredQueriesSupport Inflection.swift
[109/347] Compiling StructuredQueriesSupport Quoting.swift
[122/348] Compiling StructuredQueriesSupport Inflection.swift
[123/348] Emitting module StructuredQueriesSupport
[130/349] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[131/349] Compiling SwiftSyntax RenamedNodesCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[132/349] Compiling SwiftSyntax SyntaxAnyVisitor.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[133/349] Compiling SwiftSyntax SyntaxBaseNodes.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[137/349] Compiling SwiftSyntax SyntaxCollections.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[138/349] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[139/349] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[140/349] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[156/353] Compiling SwiftSyntax ChildNameForKeyPath.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[157/353] Compiling SwiftSyntax Keyword.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[175/353] Emitting module IssueReporting
[182/354] Compiling SnapshotTesting UIImage.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[183/354] Compiling SnapshotTesting UIView.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[184/354] Compiling SnapshotTesting UIViewController.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[185/354] Compiling SnapshotTesting URLRequest.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[185/354] Wrapping AST for SwiftSyntax601 for debugging
[191/354] Wrapping AST for SwiftSyntax600 for debugging
[198/355] Wrapping AST for SwiftSyntax510 for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[200/355] Emitting module SnapshotTesting
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[214/355] Wrapping AST for SwiftSyntax509 for debugging
[214/355] Wrapping AST for StructuredQueriesSupport for debugging
[215/358] Compiling XCTestDynamicOverlay Exports.swift
[216/358] Emitting module XCTestDynamicOverlay
[217/358] Compiling XCTestDynamicOverlay Deprecations.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/22] Write swift-version-24593BA9C3E375BF.txt
[4/47] Compiling SwiftSyntax509 Empty.swift
[5/52] Emitting module SwiftSyntax509
[6/58] Compiling StructuredQueriesSupport Quoting.swift
[7/58] Compiling SwiftSyntax509 Empty.swift
[8/58] Emitting module SwiftSyntax509
[9/59] Compiling IssueReporting BreakpointReporter.swift
[10/59] Compiling IssueReporting FatalErrorReporter.swift
[12/61] Compiling SwiftSyntax510 Empty.swift
[13/61] Compiling SwiftSyntax600 Empty.swift
[14/61] Emitting module SwiftSyntax600
[15/62] Emitting module SwiftSyntax510
[16/63] Emitting module SwiftSyntax601
[17/63] Compiling SwiftSyntax601 Empty.swift
[18/64] Emitting module StructuredQueriesSupport
[20/64] Compiling StructuredQueriesSupport Inflection.swift
[21/64] Emitting module StructuredQueriesSupport
[22/65] Compiling StructuredQueriesSupport Quoting.swift
[25/63] Compiling StructuredQueriesSupport Inflection.swift
[28/65] Compiling IssueReporting TestContext.swift
[29/65] Compiling IssueReporting Unimplemented.swift
[31/67] Compiling IssueReporting XCTest.swift
[32/67] Compiling IssueReporting IsTesting.swift
[33/67] Compiling IssueReporting IssueReporter.swift
[34/68] Compiling SwiftSyntax601 Empty.swift
[35/68] Emitting module SwiftSyntax601
[36/93] Emitting module SwiftSyntax510
[37/101] Compiling SwiftSyntax510 Empty.swift
[39/102] Emitting module SwiftSyntax600
[40/103] Compiling SnapshotTesting Snapshotting.swift
[41/103] Compiling SnapshotTesting Any.swift
[42/103] Compiling SwiftSyntax600 Empty.swift
[44/198] Emitting module IssueReporting
[45/198] Wrapping AST for SwiftSyntax509 for debugging
[46/217] Wrapping AST for StructuredQueriesSupport for debugging
[48/217] Compiling SwiftSyntax RawSyntaxValidation.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[49/217] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[50/217] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[51/217] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[52/217] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[53/217] Compiling SwiftSyntax RawSyntaxNodesOP.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[54/217] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[55/217] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[56/221] Compiling SwiftSyntax RawSyntaxNodesC.swift
[57/221] Compiling SwiftSyntax RawSyntaxNodesD.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[68/225] Compiling SwiftSyntax RawSyntaxNodesEF.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[69/225] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[70/259] Compiling SwiftSyntax CommonAncestor.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[71/259] Compiling SwiftSyntax Convenience.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[72/259] Compiling SwiftSyntax CustomTraits.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[73/259] Compiling SwiftSyntax EditorPlaceholder.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[74/262] Compiling SwiftSyntax SyntaxProtocol.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[75/262] Compiling SwiftSyntax SyntaxText.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[76/262] Compiling SwiftSyntax SyntaxTreeViewMode.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[77/262] Compiling SwiftSyntax TokenDiagnostic.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[78/263] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[79/263] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[80/263] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[81/263] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[82/263] Compiling SwiftSyntax SyntaxArena.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[83/289] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[84/289] Compiling SwiftSyntax SyntaxChildren.swift
[85/289] Compiling SwiftSyntax SyntaxCollection.swift
[86/289] Compiling SwiftSyntax SyntaxHashable.swift
[90/289] Compiling SwiftSyntax Assert.swift
[91/289] Compiling SwiftSyntax BumpPtrAllocator.swift
[93/289] Compiling SwiftSyntax AbsolutePosition.swift
[94/289] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[95/289] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[113/292] Compiling IssueReporting WithExpectedIssue.swift
[114/292] Compiling IssueReporting WithIssueContext.swift
[115/292] Compiling SwiftSyntax MissingNodeInitializers.swift
[116/292] Compiling SwiftSyntax RawSyntax.swift
[121/344] Emitting module IssueReporting
[122/344] Compiling StructuredQueriesCore QueryBindable.swift
[123/344] Compiling StructuredQueriesCore QueryBinding.swift
[124/344] Compiling StructuredQueriesCore QueryDecodable.swift
[125/344] Compiling StructuredQueriesCore QueryDecoder.swift
[126/344] Compiling StructuredQueriesCore QueryExpression.swift
[127/344] Compiling StructuredQueriesCore Optional.swift
[128/344] Compiling StructuredQueriesCore Ordering.swift
[129/344] Compiling StructuredQueriesCore PrimaryKeyed.swift
[130/344] Compiling StructuredQueriesCore QueryBindable+Foundation.swift
[131/344] Compiling XCTestDynamicOverlay Exports.swift
[132/344] Emitting module SnapshotTesting
[133/344] Compiling StructuredQueriesCore JSONFunctions.swift
[134/344] Compiling StructuredQueriesCore RowID.swift
[137/344] Compiling StructuredQueriesCore QueryFragment.swift
[138/344] Compiling StructuredQueriesCore QueryFragmentBuilder.swift
[139/344] Compiling StructuredQueriesCore RangeReplaceableCollection+Queries.swift
[140/344] Compiling StructuredQueriesCore Never.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[142/345] Emitting module SnapshotTesting
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 |   import CoreServices
    |          `- error: no such module 'CoreServices'
527 |
528 |   func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
BUILD FAILURE 6.1 wasm