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 0.6.0 (79ac5f), with Swift 6.1 for Wasm on 11 Jun 2025 00:15:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-structured-queries.git
Reference: 0.6.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/pointfreeco/swift-structured-queries
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 79ac5f5 Run swift-format
Cloned https://github.com/pointfreeco/swift-structured-queries.git
Revision (git rev-parse @):
79ac5f57218502356738b647ee9449c7603f9004
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-structured-queries.git at 0.6.0
========================================
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",
        "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",
        "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-4606859-2":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/swift-tagged
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/apple/swift-docc-plugin
[1/908] Fetching swift-macro-testing
[2/2070] Fetching swift-macro-testing, swift-tagged
[1444/4138] Fetching swift-macro-testing, swift-tagged, swift-docc-plugin
[2299/9596] Fetching swift-macro-testing, swift-tagged, swift-docc-plugin, xctest-dynamic-overlay
[7687/22823] Fetching swift-macro-testing, swift-tagged, swift-docc-plugin, xctest-dynamic-overlay, swift-snapshot-testing
[10391/93599] Fetching swift-macro-testing, swift-tagged, swift-docc-plugin, xctest-dynamic-overlay, swift-snapshot-testing, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (1.47s)
Fetching https://github.com/pointfreeco/swift-dependencies
[23086/91531] Fetching swift-macro-testing, swift-tagged, xctest-dynamic-overlay, swift-snapshot-testing, swift-syntax
[76670/97780] Fetching swift-macro-testing, swift-tagged, xctest-dynamic-overlay, swift-snapshot-testing, swift-syntax, swift-dependencies
Fetched https://github.com/pointfreeco/swift-tagged from cache (4.01s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (4.04s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.12s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (2.87s)
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (3.75s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (7.81s)
Fetched https://github.com/swiftlang/swift-syntax from cache (7.87s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (8.52s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (2.36s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.66s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (0.59s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.82s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.85s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.87s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
[1/861] Fetching swift-concurrency-extras
[251/3271] Fetching swift-concurrency-extras, combine-schedulers
[252/4563] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.47s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.47s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.47s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.02s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.83s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3408] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.23s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.68s)
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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/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/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/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-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-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-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/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/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/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 SwiftSyntax601
[55/117] Emitting module SwiftSyntax600
[56/117] Compiling SwiftSyntax600 Empty.swift
[57/118] Compiling SwiftSyntax601 Empty.swift
[58/119] Emitting module SwiftSyntax600
[59/119] Compiling SwiftSyntax600 Empty.swift
[63/120] Compiling SwiftSyntax510 Empty.swift
[64/120] Emitting module SwiftSyntax510
[66/121] Compiling SwiftSyntax510 Empty.swift
[67/121] Emitting module SwiftSyntax509
[68/121] Compiling SwiftSyntax509 Empty.swift
[69/122] Compiling SwiftSyntax601 Empty.swift
[70/122] Emitting module SwiftSyntax601
[75/133] Compiling SwiftSyntax509 Empty.swift
[76/136] Emitting module SwiftSyntax509
[76/152] Wrapping AST for SwiftSyntax601 for debugging
[78/266] Wrapping AST for SwiftSyntax600 for debugging
[80/330] Compiling SwiftSyntax BumpPtrAllocator.swift
[81/330] Compiling SwiftSyntax CommonAncestor.swift
[82/330] Compiling SwiftSyntax Convenience.swift
[83/330] Compiling SwiftSyntax CustomTraits.swift
[84/334] Compiling SwiftSyntax EditorPlaceholder.swift
[85/334] Compiling SwiftSyntax SyntaxIdentifier.swift
[86/334] Compiling SwiftSyntax SyntaxNodeFactory.swift
[87/334] Compiling SwiftSyntax SyntaxNodeStructure.swift
[88/334] Compiling SwiftSyntax TokenKind.swift
[89/334] Compiling SwiftSyntax Tokens.swift
[90/334] Compiling SwiftSyntax TriviaPieces.swift
[91/334] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[92/334] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[93/334] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[94/334] Compiling SwiftSyntax RawSyntaxTokenView.swift
[95/334] Compiling SwiftSyntax SourceEdit.swift
[96/334] Compiling SwiftSyntax SourceLength.swift
[97/334] Compiling SwiftSyntax Identifier.swift
[98/334] Compiling SwiftSyntax MemoryLayout.swift
[99/334] Compiling SwiftSyntax MissingNodeInitializers.swift
[100/334] Compiling SwiftSyntax RawSyntax.swift
[101/334] Compiling SwiftSyntax AbsolutePosition.swift
[102/334] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[103/334] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[104/334] Compiling SwiftSyntax Assert.swift
[105/334] Emitting module SnapshotTesting
[106/334] Compiling SwiftSyntax SyntaxEnum.swift
[107/334] Compiling SwiftSyntax SyntaxKind.swift
[108/334] Compiling SwiftSyntax SyntaxRewriter.swift
[109/334] Compiling SwiftSyntax SyntaxTraits.swift
[110/334] Compiling SwiftSyntax SyntaxVisitor.swift
[111/334] Compiling SnapshotTesting UIImage.swift
[112/334] Compiling SnapshotTesting UIView.swift
[113/334] Compiling SnapshotTesting UIViewController.swift
[114/334] Compiling SnapshotTesting URLRequest.swift
[116/335] Emitting module StructuredQueriesSupport
[117/335] Compiling StructuredQueriesSupport Inflection.swift
[117/335] Wrapping AST for SwiftSyntax510 for debugging
[118/335] Wrapping AST for SwiftSyntax509 for debugging
[122/337] Emitting module IssueReporting
[123/337] Emitting module StructuredQueriesSupport
[124/337] Compiling StructuredQueriesSupport Quoting.swift
[125/337] Compiling StructuredQueriesSupport Inflection.swift
[138/340] Wrapping AST for StructuredQueriesSupport for debugging
[140/340] Compiling IssueReporting WithExpectedIssue.swift
[141/340] Compiling IssueReporting WithIssueContext.swift
[142/340] Emitting module IssueReporting
[151/340] Compiling StructuredQueriesSupport Quoting.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? {
/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? {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[184/346] 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? {
[202/347] 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? {
[203/347] 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? {
[204/347] 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? {
[205/347] 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? {
[206/398] Compiling XCTestDynamicOverlay Exports.swift
[207/398] Emitting module XCTestDynamicOverlay
[208/398] Compiling XCTestDynamicOverlay Deprecations.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[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/64] Compiling SwiftSyntax601 Empty.swift
[5/73] Compiling SwiftSyntax600 Empty.swift
[6/73] Compiling SwiftSyntax601 Empty.swift
[7/73] Compiling SwiftSyntax509 Empty.swift
[8/73] Emitting module SwiftSyntax509
[9/73] Emitting module SwiftSyntax601
[10/73] Emitting module SwiftSyntax600
[11/76] Emitting module SwiftSyntax601
[12/77] Compiling SwiftSyntax510 Empty.swift
[13/77] Emitting module SwiftSyntax510
[19/78] Compiling StructuredQueriesSupport Quoting.swift
[20/78] Emitting module StructuredQueriesSupport
[21/78] Compiling StructuredQueriesSupport Inflection.swift
[22/78] Compiling IssueReporting BreakpointReporter.swift
[23/78] Compiling IssueReporting FatalErrorReporter.swift
[24/77] Compiling IssueReporting FailureObserver.swift
[25/77] Compiling IssueReporting LockIsolated.swift
[26/77] Compiling IssueReporting Rethrows.swift
[28/79] Compiling IssueReporting TestContext.swift
[29/79] Compiling IssueReporting Unimplemented.swift
[34/79] Compiling IssueReporting RuntimeWarningReporter.swift
[35/114] Compiling SwiftSyntax Assert.swift
[36/114] Compiling SwiftSyntax BumpPtrAllocator.swift
[37/114] Compiling SwiftSyntax CommonAncestor.swift
[38/114] Compiling SwiftSyntax Convenience.swift
[39/124] Compiling SwiftSyntax510 Empty.swift
[40/124] Emitting module SwiftSyntax510
[41/153] Compiling SwiftSyntax SyntaxIdentifier.swift
[42/153] Compiling SwiftSyntax SyntaxNodeFactory.swift
[46/153] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[48/153] Compiling SwiftSyntax600 Empty.swift
[49/153] Emitting module SwiftSyntax600
[50/154] Compiling StructuredQueriesSupport Quoting.swift
[51/154] Emitting module SwiftSyntax509
[52/154] Compiling SwiftSyntax509 Empty.swift
[54/155] Emitting module StructuredQueriesSupport
[55/155] Compiling StructuredQueriesSupport Inflection.swift
[56/187] Emitting module IssueReporting
[61/217] Compiling SnapshotTesting CaseIterable.swift
[62/217] Compiling SnapshotTesting Data.swift
[63/217] Compiling SnapshotTesting Encodable.swift
[64/217] Compiling SnapshotTesting NSBezierPath.swift
[65/264] Compiling SwiftSyntax SourceLocation.swift
[66/264] Compiling SwiftSyntax SourcePresence.swift
[67/285] Compiling SwiftSyntax SyntaxHashable.swift
[68/285] Compiling SwiftSyntax SyntaxIdentifier.swift
[69/285] Compiling SwiftSyntax SyntaxNodeFactory.swift
[70/285] Compiling SwiftSyntax SyntaxNodeStructure.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? {
[75/285] 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? {
[76/285] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.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/285] Compiling SwiftSyntax SyntaxChildren.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/285] Compiling SwiftSyntax SyntaxCollection.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/289] Compiling SwiftSyntax Identifier.swift
[80/289] Compiling SwiftSyntax MemoryLayout.swift
[81/289] Compiling SwiftSyntax MissingNodeInitializers.swift
[82/289] Compiling SwiftSyntax RawSyntax.swift
[83/289] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[84/289] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[85/289] Compiling SwiftSyntax RawSyntaxTokenView.swift
[86/289] Compiling SwiftSyntax SourceEdit.swift
[87/289] Compiling SwiftSyntax SourceLength.swift
[100/291] 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? {
[101/291] 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? {
[102/291] 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? {
[103/291] 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? {
/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? {
[106/291] 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? {
[107/291] 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? {
[112/291] Compiling SwiftSyntax AbsolutePosition.swift
[117/323] Compiling StructuredQueriesCore ConflictResolution.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? {
[118/323] Compiling StructuredQueriesCore JSONFunctions.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? {
[119/323] Compiling StructuredQueriesCore RowID.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? {
[120/323] Compiling StructuredQueriesCore ScalarFunctions.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? {
[121/323] Compiling StructuredQueriesCore RangeReplaceableCollection+Queries.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? {
[122/323] Compiling StructuredQueriesCore Never.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? {
[123/323] Compiling StructuredQueriesCore Operators.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? {
[124/323] Compiling StructuredQueriesCore Optional.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? {
[125/323] Compiling StructuredQueriesCore Deprecations.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? {
[126/323] Compiling StructuredQueriesCore PrettyPrinting.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? {
[127/323] Compiling StructuredQueriesCore SQLQueryExpression.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? {
[128/323] Compiling StructuredQueriesCore Cast.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? {
[129/323] Compiling StructuredQueriesCore Collation+SQLite.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? {
[134/393] Compiling XCTestDynamicOverlay Exports.swift
[136/393] Compiling XCTestDynamicOverlay Deprecations.swift
[137/393] Emitting module XCTestDynamicOverlay
[138/394] Compiling StructuredQueriesCore Collation.swift
[139/394] Compiling StructuredQueriesCore Exports.swift
[140/394] Compiling StructuredQueriesCore Deprecations.swift
[141/394] Compiling StructuredQueriesCore PrettyPrinting.swift
[142/394] Compiling StructuredQueriesCore AggregateFunctions.swift
[143/394] Compiling StructuredQueriesCore Bind.swift
[144/394] Compiling StructuredQueriesCore CaseExpression.swift
[150/400] Emitting module XCTestDynamicOverlay
[151/400] Compiling XCTestDynamicOverlay Deprecations.swift
[153/401] Compiling StructuredQueriesCore QueryRepresentable.swift
[154/401] Compiling StructuredQueriesCore Codable+JSON.swift
[155/401] Compiling StructuredQueriesCore Date+ISO8601.swift
[156/401] Compiling StructuredQueriesCore Date+JulianDay.swift
[157/401] Compiling StructuredQueriesCore Date+UnixTime.swift
[158/401] Compiling StructuredQueriesCore UUID+Bytes.swift
[159/401] Compiling StructuredQueriesCore UUID+Uppercased.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[160/455] 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? {
[161/455] Compiling CustomDump CoreImage.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? {
[162/455] Compiling CustomDump CoreLocation.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? {
[163/455] Compiling CustomDump CoreMotion.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? {
[164/455] Compiling CustomDump Foundation.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? {
[165/455] Compiling CustomDump GameKit.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? {
[166/455] Emitting module SnapshotTesting
BUILD FAILURE 6.1 wasm