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 (51e473), with Swift 6.1 for Wasm on 1 Dec 2025 17:13:31 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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 51e4735 Run swift-format
Cloned https://github.com/pointfreeco/swift-structured-queries.git
Revision (git rev-parse @):
51e4735895c87b16682b18fcec6765e6ceb823bf
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-case-paths",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-case-paths"
    },
    {
      "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" : "swift-tagged",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-tagged"
    },
    {
      "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" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.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" : "StructuredQueriesSQLite",
      "targets" : [
        "StructuredQueriesSQLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StructuredQueriesSQLiteCore",
      "targets" : [
        "StructuredQueriesSQLiteCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StructuredQueriesTestSupport",
      "targets" : [
        "StructuredQueriesTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StructuredQueriesSQLiteMacros",
      "targets" : [
        "StructuredQueriesSQLiteMacros"
      ],
      "type" : {
        "macro" : null
      }
    },
    {
      "name" : "StructuredQueriesMacros",
      "targets" : [
        "StructuredQueriesMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "_StructuredQueriesSQLite3",
      "module_type" : "SystemLibraryTarget",
      "name" : "_StructuredQueriesSQLite3",
      "path" : "Sources/_StructuredQueriesSQLite3",
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "_StructuredQueriesSQLite",
      "module_type" : "SwiftTarget",
      "name" : "_StructuredQueriesSQLite",
      "path" : "Sources/_StructuredQueriesSQLite",
      "sources" : [
        "Database.swift",
        "DatabaseFunction.swift",
        "Exports.swift",
        "Internal.swift",
        "SQLiteFunctionDecoder.swift",
        "SQLiteQueryDecoder.swift"
      ],
      "target_dependencies" : [
        "StructuredQueriesSQLite",
        "_StructuredQueriesSQLite3"
      ],
      "type" : "library"
    },
    {
      "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",
        "DatabaseFunctionTests.swift",
        "DecodingTests.swift",
        "DeleteTests.swift",
        "EnumTableTests.swift",
        "EphemeralTests.swift",
        "FTSTests.swift",
        "InflectionTests.swift",
        "InsertTests.swift",
        "JSONFunctionsTests.swift",
        "JoinTests.swift",
        "KitchenSinkTests.swift",
        "LiveTests.swift",
        "MapTests.swift",
        "NestedTests.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",
        "TaggedTests.swift",
        "TriggerDefaultNameTests.swift",
        "TriggersTests.swift",
        "UnionTests.swift",
        "UpdateTests.swift",
        "ValuesTests.swift",
        "ViewsTests.swift",
        "WhereTests.swift"
      ],
      "target_dependencies" : [
        "StructuredQueries",
        "StructuredQueriesSQLite",
        "StructuredQueriesTestSupport",
        "_StructuredQueriesSQLite"
      ],
      "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" : "StructuredQueriesSQLiteMacros",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesSQLiteMacros",
      "path" : "Sources/StructuredQueriesSQLiteMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "StructuredQueriesSQLite",
        "StructuredQueriesSQLiteMacros"
      ],
      "sources" : [
        "DatabaseFunctionMacro.swift",
        "Nonisolated.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "StructuredQueriesSQLiteCore",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesSQLiteCore",
      "path" : "Sources/StructuredQueriesSQLiteCore",
      "product_dependencies" : [
        "IssueReporting"
      ],
      "product_memberships" : [
        "StructuredQueriesSQLite",
        "StructuredQueriesSQLiteCore"
      ],
      "sources" : [
        "Cast.swift",
        "Collation+SQLite.swift",
        "DatabaseFunction.swift",
        "Exports.swift",
        "FTS5.swift",
        "Internal/Deprecations.swift",
        "JSONFunctions.swift",
        "QueryRepresentable/Date+JulianDay.swift",
        "QueryRepresentable/Date+UnixTime.swift",
        "QueryRepresentable/UUID+Bytes.swift",
        "QueryRepresentable/UUID+Uppercased.swift",
        "RowID.swift",
        "ScalarFunctions.swift",
        "Triggers.swift",
        "Views.swift"
      ],
      "target_dependencies" : [
        "StructuredQueriesCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StructuredQueriesSQLite",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesSQLite",
      "path" : "Sources/StructuredQueriesSQLite",
      "product_memberships" : [
        "StructuredQueriesSQLite"
      ],
      "sources" : [
        "Exports.swift",
        "Macros.swift"
      ],
      "target_dependencies" : [
        "StructuredQueries",
        "StructuredQueriesSQLiteCore",
        "StructuredQueriesSQLiteMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StructuredQueriesMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesMacrosTests",
      "path" : "Tests/StructuredQueriesMacrosTests",
      "product_dependencies" : [
        "IssueReporting",
        "MacroTesting"
      ],
      "sources" : [
        "BindMacroTests.swift",
        "DatabaseFunctionMacroTests.swift",
        "SQLMacroTests.swift",
        "Support/SnapshotTests.swift",
        "TableMacroTests.swift"
      ],
      "target_dependencies" : [
        "StructuredQueriesMacros",
        "StructuredQueriesSQLiteMacros"
      ],
      "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",
        "ColumnsMacro.swift",
        "EphemeralMacro.swift",
        "Internal/Availability.swift",
        "Internal/DeclGroupSyntax.swift",
        "Internal/ExprSyntax.swift",
        "Internal/Interpolation.swift",
        "Internal/Nonisolated.swift",
        "Internal/PatternBindingSyntax.swift",
        "Internal/SelfRewriter.swift",
        "Internal/Support.swift",
        "Internal/TypeSyntax.swift",
        "Internal/VariableDeclSyntax.swift",
        "Plugin.swift",
        "SQLMacro.swift",
        "Symbolic Links/StructuredQueriesSupport/Inflection.swift",
        "Symbolic Links/StructuredQueriesSupport/Quoting.swift",
        "TableMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "StructuredQueriesCore",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesCore",
      "path" : "Sources/StructuredQueriesCore",
      "product_dependencies" : [
        "IssueReporting",
        "CasePaths",
        "Tagged"
      ],
      "product_memberships" : [
        "StructuredQueries",
        "StructuredQueriesCore",
        "StructuredQueriesSQLite",
        "StructuredQueriesSQLiteCore",
        "StructuredQueriesTestSupport"
      ],
      "sources" : [
        "AggregateFunctions.swift",
        "Bind.swift",
        "CaseExpression.swift",
        "Collation.swift",
        "ColumnGroup.swift",
        "Internal/Date+ISO8601.swift",
        "Internal/Deprecations.swift",
        "Internal/PrettyPrinting.swift",
        "Internal/RangeReplaceableCollection+Queries.swift",
        "Internal/Scope.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",
        "SQLQueryExpression.swift",
        "SQLite/ConflictResolution.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",
        "Symbolic Links/StructuredQueriesSupport/Inflection.swift",
        "Symbolic Links/StructuredQueriesSupport/Quoting.swift",
        "Table.swift",
        "TableAlias.swift",
        "TableColumn.swift",
        "TableDefinition.swift",
        "TableExpression.swift",
        "Traits/CasePaths.swift",
        "Traits/Tagged.swift",
        "Updates.swift"
      ],
      "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.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
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/swift-snapshot-testing
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/1218] Fetching swift-tagged
[915/2150] Fetching swift-tagged, swift-macro-testing
[2151/4308] Fetching swift-tagged, swift-macro-testing, swift-docc-plugin
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.58s)
Fetched https://github.com/pointfreeco/swift-tagged from cache (0.58s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-dependencies
[238/2158] Fetching swift-docc-plugin
[239/7758] Fetching swift-docc-plugin, xctest-dynamic-overlay
[5631/80758] Fetching swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
[5632/87194] Fetching swift-docc-plugin, xctest-dynamic-overlay, swift-syntax, swift-dependencies
[5826/91845] Fetching swift-docc-plugin, xctest-dynamic-overlay, swift-syntax, swift-dependencies, swift-custom-dump
[13250/107478] Fetching swift-docc-plugin, xctest-dynamic-overlay, swift-syntax, swift-dependencies, swift-custom-dump, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.73s)
[19930/102827] Fetching swift-docc-plugin, xctest-dynamic-overlay, swift-syntax, swift-dependencies, swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-case-paths
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.12s)
[18030/96391] Fetching swift-docc-plugin, xctest-dynamic-overlay, swift-syntax, swift-snapshot-testing
[19386/100921] Fetching swift-docc-plugin, xctest-dynamic-overlay, swift-syntax, swift-snapshot-testing, swift-case-paths
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.29s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.95s)
[21709/90791] Fetching swift-docc-plugin, swift-syntax, swift-snapshot-testing
Fetched https://github.com/apple/swift-docc-plugin from cache (5.75s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (5.92s)
Fetched https://github.com/swiftlang/swift-syntax from cache (10.65s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (14.69s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.02s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (0.98s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (1.01s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (1.07s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.32s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (1.07s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3583] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.63s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.82s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.96s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/2538] Fetching combine-schedulers
[230/3424] Fetching combine-schedulers, swift-concurrency-extras
[920/4723] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.57s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.58s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.59s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.54s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (1.00s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.95s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (2.07s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (1.13s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (1.56s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.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.5
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.4
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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.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.2
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/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
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.7
Creating working copy for https://github.com/pointfreeco/swift-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.0
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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/82] Write sources
[57/82] Compiling _SwiftSyntaxCShims PlatformMutex.c
[59/82] Write swift-version-24593BA9C3E375BF.txt
[61/98] Emitting module SwiftSyntax601
[62/98] Compiling SwiftSyntax601 Empty.swift
[63/99] Emitting module SwiftSyntax602
[64/99] Compiling SwiftSyntax601 Empty.swift
[65/99] Compiling SwiftSyntax602 Empty.swift
[66/99] Emitting module SwiftSyntax601
[67/101] Emitting module SwiftSyntax510
[68/101] Compiling SwiftSyntax510 Empty.swift
[69/102] Emitting module SwiftSyntax600
[70/102] Compiling SwiftSyntax600 Empty.swift
[74/103] Emitting module SwiftSyntax600
[75/103] Compiling SwiftSyntax600 Empty.swift
[77/104] Compiling SwiftSyntax510 Empty.swift
[78/104] Emitting module SwiftSyntax510
[80/105] Compiling SwiftSyntax602 Empty.swift
[81/105] Emitting module SwiftSyntax602
[85/176] Emitting module SwiftSyntax509
[86/176] Compiling SwiftSyntax509 Empty.swift
[86/177] Wrapping AST for SwiftSyntax601 for debugging
[88/177] Compiling SwiftSyntax509 Empty.swift
[89/177] Emitting module SwiftSyntax509
[89/177] Wrapping AST for SwiftSyntax602 for debugging
[91/178] Compiling IssueReportingPackageSupport _Test.swift
[93/178] Emitting module IssueReportingPackageSupport
[95/179] Compiling IssueReportingPackageSupport _Test.swift
[96/180] Wrapping AST for SwiftSyntax600 for debugging
[97/180] Wrapping AST for SwiftSyntax510 for debugging
[100/180] Wrapping AST for SwiftSyntax509 for debugging
[102/344] 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? {
[103/344] 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? {
[104/344] 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? {
[105/344] 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? {
[106/348] 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? {
[107/348] 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? {
[108/348] 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? {
[109/348] 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? {
[110/348] Compiling IssueReporting TestContext.swift
[111/348] Compiling IssueReporting Unimplemented.swift
[112/348] Compiling IssueReporting RuntimeWarningReporter.swift
[113/348] Compiling IssueReporting ReportIssue.swift
[114/352] Compiling IssueReporting SwiftTesting.swift
[115/352] Compiling IssueReporting UncheckedSendable.swift
[116/352] Compiling IssueReporting Warn.swift
[119/354] Emitting module IssueReporting
[122/356] Emitting module SnapshotTesting
[123/356] Compiling IssueReporting WithExpectedIssue.swift
[124/356] Compiling IssueReporting WithIssueContext.swift
[128/356] Compiling IssueReporting BreakpointReporter.swift
[129/356] Compiling IssueReporting FatalErrorReporter.swift
[134/356] Compiling IssueReporting FailureObserver.swift
[135/356] Compiling IssueReporting LockIsolated.swift
[136/356] Compiling IssueReporting Rethrows.swift
[137/356] Compiling IssueReporting ErrorReporting.swift
[138/356] Compiling IssueReporting AppHostWarning.swift
[139/356] Compiling IssueReporting Deprecations.swift
[140/356] Compiling IssueReporting XCTest.swift
[141/356] Compiling IssueReporting IsTesting.swift
[142/356] Compiling IssueReporting IssueReporter.swift
[143/364] Emitting module IssueReporting
[144/364] 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? {
[145/364] Compiling SwiftSyntax TokenSequence.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? {
[146/364] Compiling SwiftSyntax TokenSyntax.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? {
[147/364] Compiling SwiftSyntax Trivia.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? {
[148/364] Compiling SwiftSyntax Utils.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? {
[149/364] Compiling SwiftSyntax SourceLength.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? {
[150/364] 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? {
[151/364] 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? {
/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)
[180/365] 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? {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
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/25] Write swift-version-24593BA9C3E375BF.txt
[4/41] Emitting module SwiftSyntax510
[5/41] Compiling SwiftSyntax510 Empty.swift
[6/42] Compiling SwiftSyntax600 Empty.swift
[7/42] Compiling SwiftSyntax602 Empty.swift
[8/42] Emitting module IssueReportingPackageSupport
[9/42] Compiling SwiftSyntax509 Empty.swift
[10/42] Emitting module SwiftSyntax600
[11/43] Emitting module SwiftSyntax509
[12/43] Emitting module SwiftSyntax602
[13/44] Compiling IssueReportingPackageSupport _Test.swift
[15/45] Emitting module IssueReportingPackageSupport
[16/47] Compiling SwiftSyntax509 Empty.swift
[17/47] Emitting module SwiftSyntax601
[18/47] Emitting module SwiftSyntax509
[19/47] Compiling SwiftSyntax601 Empty.swift
[29/148] Emitting module SwiftSyntax601
[30/153] Emitting module SwiftSyntax602
[31/153] Compiling SwiftSyntax602 Empty.swift
[32/154] Compiling SnapshotTesting CaseIterable.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? {
[33/154] Compiling SnapshotTesting Data.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? {
[34/154] Compiling SnapshotTesting Encodable.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? {
[35/154] Compiling SnapshotTesting NSBezierPath.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? {
[36/158] Compiling SwiftSyntax600 Empty.swift
[37/158] Emitting module SwiftSyntax600
[38/159] Emitting module SwiftSyntax510
[39/159] Compiling SwiftSyntax510 Empty.swift
[42/160] Compiling SnapshotTesting NSImage.swift
[43/160] Compiling SnapshotTesting NSView.swift
[44/160] Compiling SnapshotTesting NSViewController.swift
[45/160] Compiling SnapshotTesting SceneKit.swift
[47/164] Compiling IssueReporting BreakpointReporter.swift
[48/164] Compiling IssueReporting FatalErrorReporter.swift
[50/166] Compiling SnapshotTesting SpriteKit.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/166] Compiling SnapshotTesting String.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/166] Compiling SnapshotTesting SwiftUIView.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/166] Compiling SnapshotTesting UIBezierPath.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/166] 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? {
[55/166] 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? {
[56/166] 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? {
[57/166] 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? {
[58/166] Compiling IssueReporting 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? {
[59/166] Compiling IssueReporting SwiftTesting.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? {
[60/166] Compiling IssueReporting UncheckedSendable.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? {
[61/166] Compiling IssueReporting Warn.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? {
[62/166] Compiling IssueReporting FailureObserver.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? {
[63/166] Compiling IssueReporting ErrorReporting.swift
[64/166] Compiling IssueReporting AppHostWarning.swift
[66/166] Compiling IssueReporting WithExpectedIssue.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? {
[67/166] Compiling IssueReporting WithIssueContext.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? {
[70/229] Compiling SwiftSyntax AbsolutePosition.swift
[71/229] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[72/229] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[73/229] Compiling SwiftSyntax RawSyntaxArena.swift
[74/229] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[75/231] Compiling SwiftSyntax MemoryLayout.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/231] Compiling SwiftSyntax MissingNodeInitializers.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/231] Compiling SwiftSyntax RawSyntax.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? {
[80/231] Compiling SwiftSyntax RawSyntaxNodeProtocol.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/231] Compiling SwiftSyntax RawSyntaxTokenView.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/231] Compiling SwiftSyntax SourceEdit.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? {
[87/294] Emitting module IssueReporting
[89/294] Compiling SwiftSyntax Identifier.swift
[90/294] Compiling SwiftSyntax MemoryLayout.swift
[91/294] Emitting module SnapshotTesting
[94/294] Compiling SwiftSyntax AbsolutePosition.swift
[95/294] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[96/294] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[97/294] Compiling SwiftSyntax SyntaxCollection.swift
[98/294] Compiling SwiftSyntax SyntaxHashable.swift
[99/294] Compiling SwiftSyntax SyntaxIdentifier.swift
[104/295] Compiling SwiftSyntax Assert.swift
[105/295] Compiling SwiftSyntax Convenience.swift
[106/295] Compiling SwiftSyntax CustomTraits.swift
[107/295] Compiling SwiftSyntax EditorPlaceholder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[108/295] 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? {
[109/295] Compiling SwiftSyntax SourceLength.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? {
[110/295] 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? {
[111/295] 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? {
[112/295] 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? {
[113/295] 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? {
[114/295] Compiling SwiftSyntax RawSyntaxArena.swift
[115/295] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[116/295] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[117/295] Compiling SwiftSyntax RawSyntaxTokenView.swift
[120/295] Compiling SwiftSyntax SyntaxChildren.swift
BUILD FAILURE 6.1 wasm