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 TranslationCatalog, reference main (9d510d), with Swift 6.1 for Wasm on 31 Aug 2025 22:46:53 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/TranslationCatalog.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/richardpiazza/TranslationCatalog
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9d510d8 Re-include LocaleSupport (#40)
Cloned https://github.com/richardpiazza/TranslationCatalog.git
Revision (git rev-parse @):
9d510d898e461f818912d66a41e1a38baffbedf2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/TranslationCatalog.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/richardpiazza/TranslationCatalog.git
https://github.com/richardpiazza/TranslationCatalog.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "localesupport",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/LocaleSupport.git"
    },
    {
      "identity" : "statement",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/Statement.git"
    },
    {
      "identity" : "coredataplus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/CoreDataPlus.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/XMLCoder.git"
    },
    {
      "identity" : "plot",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Plot.git"
    },
    {
      "identity" : "htmlstring",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/alexisakers/HTMLString.git"
    },
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    }
  ],
  "manifest_display_name" : "TranslationCatalog",
  "name" : "TranslationCatalog",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "TranslationCatalog",
      "targets" : [
        "TranslationCatalog",
        "TranslationCatalogCoreData",
        "TranslationCatalogIO",
        "TranslationCatalogSQLite",
        "TranslationCatalogFilesystem"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "localizer",
      "targets" : [
        "localizer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "localizer",
      "module_type" : "SwiftTarget",
      "name" : "localizer",
      "path" : "Sources/localizer",
      "product_dependencies" : [
        "ArgumentParser",
        "LocaleSupport"
      ],
      "product_memberships" : [
        "localizer"
      ],
      "sources" : [
        "Catalog+Delete.swift",
        "Catalog+Export.swift",
        "Catalog+Generate.swift",
        "Catalog+Import.swift",
        "Catalog+Insert.swift",
        "Catalog+Query.swift",
        "Catalog+Update.swift",
        "Catalog.swift",
        "Configuration.swift",
        "Configure+Get.swift",
        "Configure+Set.swift",
        "Configure.swift",
        "Extensions/Arguments.swift",
        "Extensions/FileFormat+localizer.swift",
        "Extensions/FileManager+localizer.swift",
        "Extensions/Locale+localizer.swift",
        "Extensions/RenderFormat+localizer.swift",
        "Preview.swift",
        "localizer.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog",
        "TranslationCatalogCoreData",
        "TranslationCatalogIO",
        "TranslationCatalogSQLite",
        "TranslationCatalogFilesystem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TranslationCatalogTests",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogTests",
      "path" : "Tests/TranslationCatalogTests",
      "sources" : [
        "CoreDataEmptyCatalogTests.swift",
        "CoreDataQueryCatalogTests.swift",
        "Extensions/Catalog+DeleteAssertions.swift",
        "Extensions/Catalog+InsertAssertions.swift",
        "Extensions/Catalog+QueryAssertions.swift",
        "Extensions/Catalog+UpdateAssertions.swift",
        "FilesystemEmptyCatalogTests.swift",
        "FilesystemQueryCatalogTests.swift",
        "SQLiteEmptyCatalogTests.swift",
        "SQLiteQueryCatalogTests.swift",
        "StringReplacementTests.swift",
        "TestCases/EmptyCatalogTestCase.swift",
        "TestCases/QueryCatalogTestCase.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog",
        "TranslationCatalogCoreData",
        "TranslationCatalogIO",
        "TranslationCatalogFilesystem",
        "TranslationCatalogSQLite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TranslationCatalogSQLite",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogSQLite",
      "path" : "Sources/TranslationCatalogSQLite",
      "product_dependencies" : [
        "Statement",
        "StatementSQLite",
        "SQLite"
      ],
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "sources" : [
        "Entities/ExpressionEntity.swift",
        "Entities/ProjectEntity.swift",
        "Entities/ProjectExpressionEntity.swift",
        "Entities/TranslationEntity.swift",
        "SQLite+Query.swift",
        "SQLite+Schema.swift",
        "SQLiteCatalog+AssociatedTypes.swift",
        "SQLiteCatalog.swift",
        "SQLiteStatement+Expression.swift",
        "SQLiteStatement+Project.swift",
        "SQLiteStatement+ProjectExpression.swift",
        "SQLiteStatement+Translation.swift",
        "SQLiteStmt+Entities.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslationCatalogIO",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogIO",
      "path" : "Sources/TranslationCatalogIO",
      "product_dependencies" : [
        "XMLCoder",
        "Plot",
        "HTMLString"
      ],
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "sources" : [
        "ExpressionDecoder.swift",
        "ExpressionEncoder.swift",
        "ExpressionImporter.swift",
        "ExpressionRenderer.swift",
        "Extensions/Dictionary+AppleStrings.swift",
        "Extensions/Expression+IO.swift",
        "Extensions/Plot+IO.swift",
        "Extensions/String+IO.swift",
        "Extensions/XML+Expression.swift",
        "FileFormat.swift",
        "Internal/Resource.swift",
        "Internal/StringsXml.swift",
        "MarkdownTable.swift",
        "RenderFormat.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslationCatalogFilesystem",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogFilesystem",
      "path" : "Sources/TranslationCatalogFilesystem",
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "sources" : [
        "Documents/Deprecated/ExpressionDocumentV1.swift",
        "Documents/Deprecated/TranslationDocumentV1.swift",
        "Documents/Document.swift",
        "Documents/ExpressionDocument.swift",
        "Documents/ProjectDocument.swift",
        "Documents/TranslationDocument.swift",
        "FilesystemCatalog.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslationCatalogCoreData",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogCoreData",
      "path" : "Sources/TranslationCatalogCoreData",
      "product_dependencies" : [
        "CoreDataPlus"
      ],
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/TranslationCatalogCoreData/PrecompiledResources",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TranslationCatalogCoreData/Resources/CatalogModel_1.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TranslationCatalogCoreData/Resources/CatalogModel_2.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TranslationCatalogCoreData/Resources/CatalogModel_3.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TranslationCatalogCoreData/Resources/Model_1_to_2.xcmappingmodel",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TranslationCatalogCoreData/Resources/Model_2_to_3.xcmappingmodel",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CoreDataCatalog.swift",
        "Entities/ExpressionEntity.swift",
        "Entities/ProjectEntity.swift",
        "Entities/TranslationEntity.swift",
        "ManagedModel.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslationCatalog",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalog",
      "path" : "Sources/TranslationCatalog",
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "sources" : [
        "Catalog.swift",
        "CatalogError.swift",
        "CatalogQuery.swift",
        "CatalogSchema.swift",
        "CatalogUpdate.swift",
        "Expression.swift",
        "Extensions/Locale.LanguageCode+TranslationCatalog.swift",
        "Extensions/Locale.Region+TranslationCatalog.swift",
        "Extensions/UUID+TranslationCatalog.swift",
        "Project.swift",
        "Translation.swift",
        "TranslationState.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LocalizerTests",
      "module_type" : "SwiftTarget",
      "name" : "LocalizerTests",
      "path" : "Tests/LocalizerTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/Resources/File.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/Resources/Import1.strings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/Resources/Import2.strings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/Resources/Localizable.strings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/Resources/Strings.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language_core_data.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language_core_data_v2.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language_core_data_v3.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language_v4.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/Resources/test_multi_language_v5.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/Resources/test_single_project_entity.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/Resources/test_single_project_entity_v4.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/Resources/test_single_project_entity_v5.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/StructuredResources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CatalogDeleteProjectTests.swift",
        "CatalogGenerateTests.swift",
        "CoreDataExportTests.swift",
        "FilesystemExportTests.swift",
        "FilesystemImportTests.swift",
        "HelpTests.swift",
        "Models/LocalizerProcess.swift",
        "Models/TestResource.swift",
        "PreviewTests.swift",
        "SQLiteExportTests.swift",
        "TestCases/LocalizerTestCase.swift"
      ],
      "target_dependencies" : [
        "localizer"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/JohnSundell/Plot.git
Fetching https://github.com/alexisakers/HTMLString.git
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/richardpiazza/CoreDataPlus.git
[1/238] Fetching coredataplus
[239/1869] Fetching coredataplus, htmlstring
[892/3965] Fetching coredataplus, htmlstring, plot
[2954/14047] Fetching coredataplus, htmlstring, plot, xmlcoder
[2997/24104] Fetching coredataplus, htmlstring, plot, xmlcoder, sqlite.swift
[22295/39793] Fetching coredataplus, htmlstring, plot, xmlcoder, sqlite.swift, swift-argument-parser
Fetched https://github.com/richardpiazza/CoreDataPlus.git from cache (3.53s)
Fetching https://github.com/richardpiazza/Statement.git
Fetched https://github.com/JohnSundell/Plot.git from cache (3.83s)
Fetched https://github.com/alexisakers/HTMLString.git from cache (3.83s)
Fetching https://github.com/richardpiazza/LocaleSupport.git
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (3.83s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.84s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (3.84s)
[1/772] Fetching localesupport
[86/1516] Fetching localesupport, statement
Fetched https://github.com/richardpiazza/LocaleSupport.git from cache (7.75s)
Fetched https://github.com/richardpiazza/Statement.git from cache (8.06s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (12.09s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/171] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (0.67s)
Computing version for https://github.com/JohnSundell/Plot.git
Computed https://github.com/JohnSundell/Plot.git at 0.14.0 (2.76s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.17.1 (1.75s)
Computing version for https://github.com/richardpiazza/CoreDataPlus.git
Computed https://github.com/richardpiazza/CoreDataPlus.git at 0.5.0 (0.45s)
Fetching https://github.com/apple/swift-log.git
[1/3897] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.33s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.8.1 (1.23s)
Computing version for https://github.com/richardpiazza/LocaleSupport.git
Computed https://github.com/richardpiazza/LocaleSupport.git at 0.8.0 (0.46s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (0.53s)
Computing version for https://github.com/alexisakers/HTMLString.git
Computed https://github.com/alexisakers/HTMLString.git at 6.0.1 (0.75s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.71s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.58s)
Creating working copy for https://github.com/richardpiazza/LocaleSupport.git
Working copy of https://github.com/richardpiazza/LocaleSupport.git resolved at 0.8.0
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.17.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
Creating working copy for https://github.com/richardpiazza/Statement.git
Working copy of https://github.com/richardpiazza/Statement.git resolved at 0.8.1
Creating working copy for https://github.com/richardpiazza/CoreDataPlus.git
Working copy of https://github.com/richardpiazza/CoreDataPlus.git resolved at 0.5.0
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.4
Creating working copy for https://github.com/alexisakers/HTMLString.git
Working copy of https://github.com/alexisakers/HTMLString.git resolved at 6.0.1
Creating working copy for https://github.com/JohnSundell/Plot.git
Working copy of https://github.com/JohnSundell/Plot.git resolved at 0.14.0
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/46] Write sources
[2/46] Copying Info.plist
[2/46] Write sources
[20/46] Copying Model_1_to_2.xcmappingmodel
[21/46] Copying CatalogModel_3.xcdatamodeld
[21/46] Copying CatalogModel_2.xcdatamodeld
[21/46] Copying Model_2_to_3.xcmappingmodel
[24/46] Copying CatalogModel_1.xcdatamodeld
[24/46] Copying PrecompiledResources
[26/46] Write swift-version-24593BA9C3E375BF.txt
[28/168] Emitting module ArgumentParserToolInfo
[29/228] Emitting module LocaleSupport
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/228] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[31/232] Compiling ArgumentParserToolInfo ToolInfo.swift
[33/233] Emitting module Logging
[34/233] Compiling Logging Locks.swift
[35/245] Compiling Logging MetadataProvider.swift
[36/245] Compiling Logging LogHandler.swift
[37/245] Compiling Logging Logging.swift
[39/246] Compiling TranslationCatalog Translation.swift
[40/247] Compiling HTMLString NSString+HTMLString.swift
[41/247] Compiling HTMLString Mappings.swift
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:21:30: error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
19 |         do {
20 |             return try PropertyListSerialization
21 |                 .propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                              `- error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
22 |         } catch {
23 |             return [:]
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:21:37: error: cannot convert value of type 'InputStream' to expected argument type 'Data'
19 |         do {
20 |             return try PropertyListSerialization
21 |                 .propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                                     `- error: cannot convert value of type 'InputStream' to expected argument type 'Data'
22 |         } catch {
23 |             return [:]
[42/247] Compiling TranslationCatalog Catalog.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[43/247] Compiling TranslationCatalog CatalogError.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[44/247] Compiling TranslationCatalog CatalogQuery.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[45/247] Compiling TranslationCatalog CatalogSchema.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[46/247] Compiling TranslationCatalog Locale.LanguageCode+TranslationCatalog.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/247] Emitting module HTMLString
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:21:30: error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
19 |         do {
20 |             return try PropertyListSerialization
21 |                 .propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                              `- error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
22 |         } catch {
23 |             return [:]
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:21:37: error: cannot convert value of type 'InputStream' to expected argument type 'Data'
19 |         do {
20 |             return try PropertyListSerialization
21 |                 .propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                                     `- error: cannot convert value of type 'InputStream' to expected argument type 'Data'
22 |         } catch {
23 |             return [:]
[48/247] Compiling HTMLString HTMLString.swift
[49/247] Compiling Plot PodcastAttributes.swift
[50/247] Compiling Plot PodcastComponents.swift
[51/247] Compiling Plot PodcastElements.swift
[52/247] Compiling Plot Node.swift
[53/247] Compiling Plot NodeConvertible.swift
[54/247] Compiling Plot Optional+Component.swift
[59/247] Compiling LocaleSupport Locale.Region+LocaleSupport.swift
[60/247] Compiling LocaleSupport Locale+LocaleSupport.swift
[61/247] Compiling LocaleSupport Locale.LanguageCode+LocaleSupport.swift
[62/250] Emitting module Statement
[63/250] Compiling Plot EnvironmentKey.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[64/250] Compiling Plot EnvironmentValue.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[65/250] Compiling Plot HTML.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[68/250] Compiling Plot Element.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[69/250] Compiling Plot ElementClosingMode.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[70/250] Compiling Plot ElementComponent.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[71/250] Compiling Plot ElementDefinition.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[72/250] Compiling Plot EmptyComponent.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:26:8: error: no such module 'Dispatch'
 24 |
 25 | import Foundation
 26 | import Dispatch
    |        `- error: no such module 'Dispatch'
 27 | #if SQLITE_SWIFT_STANDALONE
 28 | import sqlite3
[73/250] Compiling SQLite Query.swift
[74/250] Compiling SQLite Schema.swift
[75/250] Compiling SQLite Setter.swift
[76/250] Compiling SQLite WindowFunctions.swift
[77/250] Compiling Plot RSS.swift
[78/250] Compiling Plot RSSAttributes.swift
[79/250] Compiling LocaleSupport LocaleSupportError.swift
[80/250] Compiling LocaleSupport LocaleSupportConfiguration.swift
[81/250] Compiling Plot DocumentEncoding.swift
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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/22] Write swift-version-24593BA9C3E375BF.txt
[4/214] Compiling TranslationCatalog UUID+TranslationCatalog.swift
[5/215] Compiling Plot ComponentContainer.swift
[6/215] Compiling Plot ComponentGroup.swift
[7/215] Compiling LocaleSupport LocaleSupportConfiguration.swift
[8/215] Compiling HTMLString NSString+HTMLString.swift
[9/215] Compiling Plot ComponentAttributes.swift
[10/215] Compiling Plot ComponentBuilder.swift
[11/215] Compiling HTMLString Mappings.swift
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:21:30: error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
19 |         do {
20 |             return try PropertyListSerialization
21 |                 .propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                              `- error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
22 |         } catch {
23 |             return [:]
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:21:37: error: cannot convert value of type 'InputStream' to expected argument type 'Data'
19 |         do {
20 |             return try PropertyListSerialization
21 |                 .propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                                     `- error: cannot convert value of type 'InputStream' to expected argument type 'Data'
22 |         } catch {
23 |             return [:]
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/215] Emitting module HTMLString
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:21:30: error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
19 |         do {
20 |             return try PropertyListSerialization
21 |                 .propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                              `- error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
22 |         } catch {
23 |             return [:]
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:21:37: error: cannot convert value of type 'InputStream' to expected argument type 'Data'
19 |         do {
20 |             return try PropertyListSerialization
21 |                 .propertyList(with: inputStream, options: [], format: nil) as! [String: String]
   |                                     `- error: cannot convert value of type 'InputStream' to expected argument type 'Data'
22 |         } catch {
23 |             return [:]
[13/215] Compiling Logging Locks.swift
[14/215] Compiling Logging LogHandler.swift
[15/215] Compiling Logging MetadataProvider.swift
[16/215] Compiling LocaleSupport LocaleSupportError.swift
[17/215] Compiling LocaleSupport LocalizedStringConvertible.swift
[18/215] Emitting module TranslationCatalog
[19/215] Compiling Plot Attribute.swift
[20/215] Compiling Plot Component.swift
[21/215] Compiling Plot HTMLAnchorRelationship.swift
[22/215] Compiling Plot HTMLAnchorTarget.swift
[23/215] Compiling Plot HTMLAttributes.swift
[24/218] Compiling LocaleSupport Locale.Script+LocaleSupport.swift
[25/218] Compiling TranslationCatalog Project.swift
[26/218] Emitting module Statement
[27/218] Emitting module Logging
[28/218] Compiling TranslationCatalog Translation.swift
[29/218] Compiling LocaleSupport Locale+LocaleSupport.swift
[30/218] Emitting module LocaleSupport
[31/218] Compiling LocaleSupport Locale.LanguageCode+LocaleSupport.swift
[32/218] Compiling Plot HTMLAudioFormat.swift
[33/218] Compiling Plot HTMLButtonType.swift
[34/218] Compiling Plot HTMLComponents.swift
[35/218] Compiling Plot EnvironmentKey.swift
[36/218] Compiling Plot EnvironmentValue.swift
[37/218] Compiling Plot HTML.swift
[38/218] Compiling Plot ControlFlow.swift
[39/218] Compiling Plot Directionality.swift
[40/218] Compiling TranslationCatalog TranslationState.swift
[41/218] Compiling HTMLString HTMLString.swift
BUILD FAILURE 6.1 wasm