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 (c83020), with Swift 6.1 for Android on 15 Jun 2025 21:43:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.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 c83020a Verbose Flag (#24)
Cloned https://github.com/richardpiazza/TranslationCatalog.git
Revision (git rev-parse @):
c83020a2340edf6714b6df66ed03b772ca6d938e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/TranslationCatalog.git at main
========================================
Build
========================================
Selected platform:         android
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.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/LocaleSupport.git"
    },
    {
      "identity" : "asyncplus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.2",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/AsyncPlus.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" : "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" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "TranslationCatalog",
      "targets" : [
        "TranslationCatalog",
        "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" : [
        "LocaleSupport",
        "ArgumentParser"
      ],
      "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/RenderFormat+localizer.swift",
        "Preview.swift",
        "localizer.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog",
        "TranslationCatalogIO",
        "TranslationCatalogSQLite",
        "TranslationCatalogFilesystem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TranslationCatalogTests",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogTests",
      "path" : "Tests/TranslationCatalogTests",
      "product_dependencies" : [
        "LocaleSupport"
      ],
      "sources" : [
        "Extensions/Catalog+DeleteAssertions.swift",
        "Extensions/Catalog+InsertAssertions.swift",
        "Extensions/Catalog+QueryAssertions.swift",
        "Extensions/Catalog+UpdateAssertions.swift",
        "FilesystemEmptyCatalogTests.swift",
        "FilesystemQueryCatalogTests.swift",
        "SQLiteEmptyCatalogTests.swift",
        "SQLiteQueryCatalogTests.swift",
        "XMLEscapingTests.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog",
        "TranslationCatalogIO",
        "TranslationCatalogFilesystem",
        "TranslationCatalogSQLite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TranslationCatalogSQLite",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalogSQLite",
      "path" : "Sources/TranslationCatalogSQLite",
      "product_dependencies" : [
        "LocaleSupport",
        "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" : [
        "AsyncPlus",
        "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/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_dependencies" : [
        "LocaleSupport"
      ],
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "sources" : [
        "Documents/Document.swift",
        "Documents/ExpressionDocument.swift",
        "Documents/ProjectDocument.swift",
        "Documents/TranslationDocument.swift",
        "FilesystemCatalog.swift"
      ],
      "target_dependencies" : [
        "TranslationCatalog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TranslationCatalog",
      "module_type" : "SwiftTarget",
      "name" : "TranslationCatalog",
      "path" : "Sources/TranslationCatalog",
      "product_dependencies" : [
        "LocaleSupport"
      ],
      "product_memberships" : [
        "TranslationCatalog",
        "localizer"
      ],
      "sources" : [
        "Catalog.swift",
        "CatalogError.swift",
        "CatalogQuery.swift",
        "CatalogUpdate.swift",
        "Expression.swift",
        "LocaleRepresentable.swift",
        "Project.swift",
        "Translation.swift",
        "UUID+TranslationCatalog.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_single_project_entity.sqlite",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/LocalizerTests/StructuredResources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CatalogDeleteProjectTests.swift",
        "CatalogExportTests.swift",
        "CatalogGenerateTests.swift",
        "Extensions/Process+LocalizerProcess.swift",
        "FilesystemCatalogImportTests.swift",
        "FilesystemTestCase.swift",
        "LocalizerTests.swift",
        "PreviewTests.swift",
        "_LocalizerTestCase.swift"
      ],
      "target_dependencies" : [
        "localizer"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:d4adec85e5c000fff132a1b0de73467182c76318cbb55cea6ebedacb1b3c4ef0
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/richardpiazza/Statement.git
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetching https://github.com/JohnSundell/Plot.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/alexisakers/HTMLString.git
[1/745] Fetching statement
[746/2376] Fetching statement, htmlstring
[942/12225] Fetching statement, htmlstring, sqlite.swift
[2320/22285] Fetching statement, htmlstring, sqlite.swift, xmlcoder
[2984/24381] Fetching statement, htmlstring, sqlite.swift, xmlcoder, plot
Fetched https://github.com/alexisakers/HTMLString.git from cache (0.52s)
Fetching https://github.com/richardpiazza/AsyncPlus.git
[21176/38130] Fetching statement, sqlite.swift, xmlcoder, plot, swift-argument-parser
[29107/38254] Fetching statement, sqlite.swift, xmlcoder, plot, swift-argument-parser, asyncplus
Fetched https://github.com/richardpiazza/AsyncPlus.git from cache (0.26s)
[32182/38130] Fetching statement, sqlite.swift, xmlcoder, plot, swift-argument-parser
Fetching https://github.com/richardpiazza/LocaleSupport.git
[38131/38832] Fetching statement, sqlite.swift, xmlcoder, plot, swift-argument-parser, localesupport
Fetched https://github.com/richardpiazza/LocaleSupport.git from cache (0.35s)
Fetched https://github.com/richardpiazza/Statement.git from cache (1.35s)
Fetched https://github.com/JohnSundell/Plot.git from cache (1.38s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (1.39s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.39s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.40s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (1.95s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/135] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.02s)
Computing version for https://github.com/JohnSundell/Plot.git
Computed https://github.com/JohnSundell/Plot.git at 0.14.0 (4.23s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.17.1 (1.01s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.98s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.8.1 (0.82s)
Computing version for https://github.com/richardpiazza/AsyncPlus.git
Computed https://github.com/richardpiazza/AsyncPlus.git at 0.3.2 (0.80s)
Computing version for https://github.com/richardpiazza/LocaleSupport.git
Computed https://github.com/richardpiazza/LocaleSupport.git at 0.6.0 (0.89s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (0.82s)
Computing version for https://github.com/alexisakers/HTMLString.git
Computed https://github.com/alexisakers/HTMLString.git at 6.0.1 (0.99s)
Creating working copy for https://github.com/richardpiazza/AsyncPlus.git
Working copy of https://github.com/richardpiazza/AsyncPlus.git resolved at 0.3.2
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/alexisakers/HTMLString.git
Working copy of https://github.com/alexisakers/HTMLString.git resolved at 6.0.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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.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
Creating working copy for https://github.com/richardpiazza/LocaleSupport.git
Working copy of https://github.com/richardpiazza/LocaleSupport.git resolved at 0.6.0
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/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.4
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
Building for debugging...
[1/34] Write sources
[16/34] Write swift-version-24593BA9C3E375BF.txt
[18/218] Compiling LocaleSupport ScriptCode.swift
[19/218] Compiling AsyncPlus PassthroughAsyncSequence.swift
[20/218] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/218] Emitting module ArgumentParserToolInfo
[22/219] Compiling LocaleSupport LocaleSupportError.swift
[24/257] Compiling LocaleSupport RegionCode.swift
[25/257] Emitting module XMLCoder
[26/263] Emitting module Plot
[27/271] Emitting module ArgumentParser
[28/276] Compiling ArgumentParser ArgumentVisibility.swift
[29/276] Compiling ArgumentParser CompletionKind.swift
[30/276] Compiling ArgumentParser Errors.swift
[31/276] Compiling ArgumentParser Flag.swift
[32/276] Compiling ArgumentParser NameSpecification.swift
[33/276] Compiling ArgumentParser Option.swift
[34/276] Compiling ArgumentParser BashCompletionsGenerator.swift
[35/276] Compiling ArgumentParser CompletionsGenerator.swift
[36/276] Compiling ArgumentParser FishCompletionsGenerator.swift
[37/276] Compiling ArgumentParser ZshCompletionsGenerator.swift
[38/276] Compiling ArgumentParser Argument.swift
[39/276] Compiling ArgumentParser ArgumentHelp.swift
[40/276] Compiling ArgumentParser CollectionExtensions.swift
[41/276] Compiling ArgumentParser Platform.swift
[42/276] Compiling ArgumentParser SequenceExtensions.swift
[43/276] Compiling ArgumentParser StringExtensions.swift
[44/276] Compiling ArgumentParser Tree.swift
[45/276] Compiling ArgumentParser ExpressibleByArgument.swift
[46/276] Compiling ArgumentParser ParsableArguments.swift
[47/276] Compiling ArgumentParser ParsableArgumentsValidation.swift
[48/276] Compiling ArgumentParser ParsableCommand.swift
[49/276] Compiling ArgumentParser ArgumentDecoder.swift
[50/276] Compiling ArgumentParser OptionGroup.swift
[51/276] Compiling ArgumentParser AsyncParsableCommand.swift
[52/276] Compiling ArgumentParser CommandConfiguration.swift
[53/276] Compiling ArgumentParser CommandGroup.swift
[54/276] Compiling ArgumentParser EnumerableFlag.swift
[55/276] Compiling ArgumentParser ArgumentDefinition.swift
[56/276] Compiling ArgumentParser ArgumentSet.swift
[57/276] Compiling ArgumentParser CommandParser.swift
[58/276] Compiling ArgumentParser InputKey.swift
[59/276] Compiling ArgumentParser InputOrigin.swift
[60/276] Compiling HTMLString NSString+HTMLString.swift
[65/276] Emitting module Statement
[70/279] Compiling XMLCoder XMLEncoder.swift
[71/279] Compiling XMLCoder XMLEncoderImplementation.swift
[72/279] Compiling XMLCoder XMLEncodingStorage.swift
[73/279] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[74/279] Compiling XMLCoder XMLReferencingEncoder.swift
[75/279] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[76/279] Compiling LocaleSupport LanguageCode.swift
[77/279] Emitting module LocaleSupport
error: emit-module command failed with exit code 1 (use -v to see invocation)
[81/279] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[90/283] Compiling HTMLString Mappings.swift
[91/283] Compiling Plot AnyEnvironmentValue.swift
[92/283] Compiling Plot AnyNode.swift
[93/283] Compiling Plot ElementRenderingBuffer.swift
[94/283] Compiling Plot ElementWrapper.swift
[95/283] Compiling Plot Environment.swift
[96/283] Compiling Plot ModifiedComponent.swift
[97/283] Compiling Plot Renderer.swift
[98/283] Compiling Plot String+Escaping.swift
[99/283] Compiling ArgumentParser DumpHelpGenerator.swift
[100/283] Compiling ArgumentParser HelpCommand.swift
[101/283] Compiling ArgumentParser HelpGenerator.swift
[102/283] Compiling ArgumentParser MessageInfo.swift
[103/283] Compiling ArgumentParser UsageGenerator.swift
[104/283] Compiling SQLite Query.swift
[105/283] Compiling SQLite Schema.swift
[106/283] Compiling SQLite Setter.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[119/283] Compiling Plot SiteMapElements.swift
[120/283] Compiling Plot TwitterCardType.swift
[121/283] Compiling Plot URLRepresentable.swift
[122/283] Compiling Plot XML.swift
[123/283] Compiling Plot XMLAttributes.swift
[124/283] Compiling Plot XMLElements.swift
[125/283] Compiling Plot AnyAttribute.swift
[126/283] Compiling Plot AnyElement.swift
[127/283] Compiling Plot PodcastMediaType.swift
[134/283] Compiling Plot SiteMapChangeFrequency.swift
[135/283] Compiling SQLite WindowFunctions.swift
[136/283] Compiling ArgumentParser SplitArguments.swift
[142/283] Compiling Plot PodcastFeed.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[147/283] Compiling LocaleSupport Locale+LocaleSupport.swift
[148/283] Compiling LocaleSupport LocaleSupportConfiguration.swift
[149/283] Compiling LocaleSupport LocalizedStringConvertible.swift
[150/284] Compiling AsyncPlus PassthroughAsyncThrowingSequence.swift
[151/284] Compiling AsyncPlus PassthroughAsyncThrowingSubject.swift
[152/284] Compiling HTMLString HTMLString.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[158/284] Emitting module HTMLString
[159/284] Compiling AsyncPlus PassthroughAsyncSubject.swift
[160/285] Compiling AsyncPlus CurrentValueAsyncSubject.swift
[161/285] Emitting module AsyncPlus
[162/285] Compiling AsyncPlus CurrentValueAsyncThrowingSubject.swift
[200/286] Compiling Statement Keyword.swift
[201/286] Compiling Statement LogicalPredicate.swift
[202/286] Compiling Statement Segment.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[264/289] Wrapping AST for ArgumentParserToolInfo for debugging
[270/290] Wrapping AST for LocaleSupport for debugging
[271/290] Wrapping AST for AsyncPlus for debugging
[272/295] Wrapping AST for HTMLString for debugging
[273/299] Wrapping AST for Plot for debugging
[274/299] Wrapping AST for ArgumentParser for debugging
[275/299] Wrapping AST for Statement for debugging
[276/299] Wrapping AST for XMLCoder for debugging
[278/299] Compiling TranslationCatalog CatalogUpdate.swift
[279/318] Compiling StatementSQLite AlterTableContext.swift
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogError.swift:2:10: warning: associated value 'badQuery' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogQuery'; this is an error in the Swift 6 language mode
 1 | public enum CatalogError: Error {
 2 |     case badQuery(CatalogQuery)
   |          `- warning: associated value 'badQuery' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogQuery'; this is an error in the Swift 6 language mode
 3 |     case dataTypeConversion(String? = nil)
 4 |     case expressionExistingWithId(Expression.ID, Expression)
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogQuery.swift:5:17: note: protocol 'CatalogQuery' does not conform to the 'Sendable' protocol
 3 |
 4 | /// Associated parameters for performing query operations
 5 | public protocol CatalogQuery {}
   |                 `- note: protocol 'CatalogQuery' does not conform to the 'Sendable' protocol
 6 |
 7 | public enum GenericProjectQuery: CatalogQuery {
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogError.swift:12:10: warning: associated value 'unhandledQuery' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogQuery'; this is an error in the Swift 6 language mode
10 |     case translationExistingWithValue(String, Translation)
11 |     case translationId(Translation.ID)
12 |     case unhandledQuery(CatalogQuery)
   |          `- warning: associated value 'unhandledQuery' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogQuery'; this is an error in the Swift 6 language mode
13 |     case unhandledUpdate(CatalogUpdate)
14 | }
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogQuery.swift:5:17: note: protocol 'CatalogQuery' does not conform to the 'Sendable' protocol
 3 |
 4 | /// Associated parameters for performing query operations
 5 | public protocol CatalogQuery {}
   |                 `- note: protocol 'CatalogQuery' does not conform to the 'Sendable' protocol
 6 |
 7 | public enum GenericProjectQuery: CatalogQuery {
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogError.swift:13:10: warning: associated value 'unhandledUpdate' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogUpdate'; this is an error in the Swift 6 language mode
11 |     case translationId(Translation.ID)
12 |     case unhandledQuery(CatalogQuery)
13 |     case unhandledUpdate(CatalogUpdate)
   |          `- warning: associated value 'unhandledUpdate' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogUpdate'; this is an error in the Swift 6 language mode
14 | }
15 |
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogUpdate.swift:5:17: note: protocol 'CatalogUpdate' does not conform to the 'Sendable' protocol
 3 |
 4 | /// Associated parameters when performing update operations
 5 | public protocol CatalogUpdate {}
   |                 `- note: protocol 'CatalogUpdate' does not conform to the 'Sendable' protocol
 6 |
 7 | public enum GenericProjectUpdate: CatalogUpdate {
[280/318] Compiling StatementSQLite CreateContext.swift
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogError.swift:2:10: warning: associated value 'badQuery' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogQuery'; this is an error in the Swift 6 language mode
 1 | public enum CatalogError: Error {
 2 |     case badQuery(CatalogQuery)
   |          `- warning: associated value 'badQuery' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogQuery'; this is an error in the Swift 6 language mode
 3 |     case dataTypeConversion(String? = nil)
 4 |     case expressionExistingWithId(Expression.ID, Expression)
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogQuery.swift:5:17: note: protocol 'CatalogQuery' does not conform to the 'Sendable' protocol
 3 |
 4 | /// Associated parameters for performing query operations
 5 | public protocol CatalogQuery {}
   |                 `- note: protocol 'CatalogQuery' does not conform to the 'Sendable' protocol
 6 |
 7 | public enum GenericProjectQuery: CatalogQuery {
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogError.swift:12:10: warning: associated value 'unhandledQuery' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogQuery'; this is an error in the Swift 6 language mode
10 |     case translationExistingWithValue(String, Translation)
11 |     case translationId(Translation.ID)
12 |     case unhandledQuery(CatalogQuery)
   |          `- warning: associated value 'unhandledQuery' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogQuery'; this is an error in the Swift 6 language mode
13 |     case unhandledUpdate(CatalogUpdate)
14 | }
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogQuery.swift:5:17: note: protocol 'CatalogQuery' does not conform to the 'Sendable' protocol
 3 |
 4 | /// Associated parameters for performing query operations
 5 | public protocol CatalogQuery {}
   |                 `- note: protocol 'CatalogQuery' does not conform to the 'Sendable' protocol
 6 |
 7 | public enum GenericProjectQuery: CatalogQuery {
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogError.swift:13:10: warning: associated value 'unhandledUpdate' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogUpdate'; this is an error in the Swift 6 language mode
11 |     case translationId(Translation.ID)
12 |     case unhandledQuery(CatalogQuery)
13 |     case unhandledUpdate(CatalogUpdate)
   |          `- warning: associated value 'unhandledUpdate' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogUpdate'; this is an error in the Swift 6 language mode
14 | }
15 |
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogUpdate.swift:5:17: note: protocol 'CatalogUpdate' does not conform to the 'Sendable' protocol
 3 |
 4 | /// Associated parameters when performing update operations
 5 | public protocol CatalogUpdate {}
   |                 `- note: protocol 'CatalogUpdate' does not conform to the 'Sendable' protocol
 6 |
 7 | public enum GenericProjectUpdate: CatalogUpdate {
[281/318] Emitting module TranslationCatalog
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogError.swift:2:10: warning: associated value 'badQuery' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogQuery'; this is an error in the Swift 6 language mode
 1 | public enum CatalogError: Error {
 2 |     case badQuery(CatalogQuery)
   |          `- warning: associated value 'badQuery' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogQuery'; this is an error in the Swift 6 language mode
 3 |     case dataTypeConversion(String? = nil)
 4 |     case expressionExistingWithId(Expression.ID, Expression)
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogQuery.swift:5:17: note: protocol 'CatalogQuery' does not conform to the 'Sendable' protocol
 3 |
 4 | /// Associated parameters for performing query operations
 5 | public protocol CatalogQuery {}
   |                 `- note: protocol 'CatalogQuery' does not conform to the 'Sendable' protocol
 6 |
 7 | public enum GenericProjectQuery: CatalogQuery {
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogError.swift:12:10: warning: associated value 'unhandledQuery' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogQuery'; this is an error in the Swift 6 language mode
10 |     case translationExistingWithValue(String, Translation)
11 |     case translationId(Translation.ID)
12 |     case unhandledQuery(CatalogQuery)
   |          `- warning: associated value 'unhandledQuery' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogQuery'; this is an error in the Swift 6 language mode
13 |     case unhandledUpdate(CatalogUpdate)
14 | }
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogQuery.swift:5:17: note: protocol 'CatalogQuery' does not conform to the 'Sendable' protocol
 3 |
 4 | /// Associated parameters for performing query operations
 5 | public protocol CatalogQuery {}
   |                 `- note: protocol 'CatalogQuery' does not conform to the 'Sendable' protocol
 6 |
 7 | public enum GenericProjectQuery: CatalogQuery {
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogError.swift:13:10: warning: associated value 'unhandledUpdate' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogUpdate'; this is an error in the Swift 6 language mode
11 |     case translationId(Translation.ID)
12 |     case unhandledQuery(CatalogQuery)
13 |     case unhandledUpdate(CatalogUpdate)
   |          `- warning: associated value 'unhandledUpdate' of 'Sendable'-conforming enum 'CatalogError' has non-sendable type 'any CatalogUpdate'; this is an error in the Swift 6 language mode
14 | }
15 |
/host/spi-builder-workspace/Sources/TranslationCatalog/CatalogUpdate.swift:5:17: note: protocol 'CatalogUpdate' does not conform to the 'Sendable' protocol
 3 |
 4 | /// Associated parameters when performing update operations
 5 | public protocol CatalogUpdate {}
   |                 `- note: protocol 'CatalogUpdate' does not conform to the 'Sendable' protocol
 6 |
 7 | public enum GenericProjectUpdate: CatalogUpdate {
/host/spi-builder-workspace/Sources/TranslationCatalog/Expression.swift:29:42: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
27 |         key: String = "",
28 |         name: String = "",
29 |         defaultLanguage: LanguageCode = .default,
   |                                          `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
30 |         context: String? = nil,
31 |         feature: String? = nil,
/host/spi-builder-workspace/.build/checkouts/LocaleSupport/Sources/LocaleSupport/LanguageCode.swift:602:23: note: static property declared here
600 |     case zza
601 |
602 |     public static var `default`: Self = .en
    |                       `- note: static property declared here
603 | }
604 |
/host/spi-builder-workspace/Sources/TranslationCatalog/Translation.swift:22:39: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
20 |         id: UUID = .zero,
21 |         expressionId: Expression.ID = .zero,
22 |         languageCode: LanguageCode = .default,
   |                                       `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
23 |         scriptCode: ScriptCode? = nil,
24 |         regionCode: RegionCode? = nil,
/host/spi-builder-workspace/.build/checkouts/LocaleSupport/Sources/LocaleSupport/LanguageCode.swift:602:23: note: static property declared here
600 |     case zza
601 |
602 |     public static var `default`: Self = .en
    |                       `- note: static property declared here
603 | }
604 |
[282/318] Compiling TranslationCatalog UUID+TranslationCatalog.swift
[283/318] Compiling StatementSQLite Segment+SQLite.swift
[284/318] Compiling StatementSQLite SelectContext.swift
[285/318] Compiling StatementSQLite SetContext.swift
[286/318] Compiling StatementSQLite UpdateContext.swift
[287/320] Compiling TranslationCatalog Expression.swift
/host/spi-builder-workspace/Sources/TranslationCatalog/Expression.swift:29:42: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
27 |         key: String = "",
28 |         name: String = "",
29 |         defaultLanguage: LanguageCode = .default,
   |                                          `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
30 |         context: String? = nil,
31 |         feature: String? = nil,
/host/spi-builder-workspace/.build/checkouts/LocaleSupport/Sources/LocaleSupport/LanguageCode.swift:602:23: note: static property declared here
600 |     case zza
601 |
602 |     public static var `default`: Self = .en
    |                       `- note: static property declared here
603 | }
604 |
[288/320] Compiling TranslationCatalog CatalogQuery.swift
[289/320] Compiling TranslationCatalog LocaleRepresentable.swift
[290/320] Compiling TranslationCatalog Translation.swift
/host/spi-builder-workspace/Sources/TranslationCatalog/Translation.swift:22:39: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
20 |         id: UUID = .zero,
21 |         expressionId: Expression.ID = .zero,
22 |         languageCode: LanguageCode = .default,
   |                                       `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
23 |         scriptCode: ScriptCode? = nil,
24 |         regionCode: RegionCode? = nil,
/host/spi-builder-workspace/.build/checkouts/LocaleSupport/Sources/LocaleSupport/LanguageCode.swift:602:23: note: static property declared here
600 |     case zza
601 |
602 |     public static var `default`: Self = .en
    |                       `- note: static property declared here
603 | }
604 |
[291/320] Compiling TranslationCatalog Project.swift
[292/321] Compiling StatementSQLite JoinContext.swift
[293/321] Compiling StatementSQLite LimitContext.swift
[294/321] Compiling StatementSQLite OrderContext.swift
[295/321] Compiling StatementSQLite SQLiteStatement.swift
[296/321] Compiling StatementSQLite FromContext.swift
[297/321] Compiling StatementSQLite HavingContext.swift
[298/321] Compiling StatementSQLite InsertContext.swift
[300/321] Compiling StatementSQLite ValuesContext.swift
[301/321] Compiling StatementSQLite WhereContext.swift
[302/321] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
[303/321] Compiling StatementSQLite DeleteContext.swift
[304/321] Compiling StatementSQLite Field+SQLite.swift
[305/321] Emitting module StatementSQLite
[308/321] Compiling StatementSQLite DataType+SQLite.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[313/322] Wrapping AST for StatementSQLite for debugging
[313/322] Wrapping AST for TranslationCatalog for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:d4adec85e5c000fff132a1b0de73467182c76318cbb55cea6ebedacb1b3c4ef0
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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
Building for debugging...
[1/19] Write swift-version-24593BA9C3E375BF.txt
[3/203] Compiling HTMLString NSString+HTMLString.swift
[4/203] Compiling LocaleSupport LocaleSupportConfiguration.swift
[5/203] Compiling HTMLString Mappings.swift
[6/203] Compiling AsyncPlus PassthroughAsyncThrowingSequence.swift
[7/203] Compiling Plot Attribute.swift
[8/203] Compiling Plot Component.swift
[9/203] Compiling Plot ComponentAttributes.swift
[10/203] Compiling Plot ComponentBuilder.swift
[11/203] Compiling LocaleSupport ScriptCode.swift
[12/206] Compiling AsyncPlus PassthroughAsyncSequence.swift
[13/206] Compiling HTMLString HTMLString.swift
[14/206] Emitting module HTMLString
[15/207] Compiling AsyncPlus PassthroughAsyncSubject.swift
[16/207] Emitting module AsyncPlus
[17/207] Compiling AsyncPlus PassthroughAsyncThrowingSubject.swift
[18/207] Compiling AsyncPlus CurrentValueAsyncSubject.swift
[19/207] Compiling AsyncPlus CurrentValueAsyncThrowingSubject.swift
[20/207] Emitting module Statement
[21/208] Compiling LocaleSupport LocaleSupportError.swift
[22/208] Compiling Plot HTMLAudioFormat.swift
[23/208] Compiling Plot HTMLButtonType.swift
[24/208] Compiling Plot HTMLComponents.swift
[25/208] Compiling Plot HTMLElements.swift
[26/208] Compiling Plot HTMLFormContentType.swift
[27/208] Compiling Plot HTMLFormMethod.swift
[28/208] Compiling Plot ElementComponent.swift
[29/208] Compiling Plot ElementDefinition.swift
[30/208] Compiling Plot EmptyComponent.swift
[31/208] Compiling Plot DocumentEncoding.swift
[32/208] Compiling Plot Element.swift
[33/208] Compiling Plot ElementClosingMode.swift
[34/208] Compiling LocaleSupport Locale+LocaleSupport.swift
[35/208] Compiling Plot ComponentContainer.swift
[36/208] Compiling Plot ComponentGroup.swift
[37/208] Compiling Plot ControlFlow.swift
[38/208] Compiling Plot Directionality.swift
[39/208] Compiling Plot Document.swift
[40/208] Compiling Plot HTMLAnchorRelationship.swift
[41/208] Compiling Plot HTMLAnchorTarget.swift
[42/208] Compiling Plot HTMLAttributes.swift
[45/207] Compiling Plot SiteMapElements.swift
[46/207] Compiling Plot TwitterCardType.swift
[47/207] Compiling Plot URLRepresentable.swift
[48/207] Compiling Plot XML.swift
[49/207] Compiling Plot XMLAttributes.swift
[50/207] Compiling Plot XMLElements.swift
[51/207] Compiling Plot AnyAttribute.swift
[52/207] Compiling Plot AnyElement.swift
[52/215] Wrapping AST for AsyncPlus for debugging
[54/215] Compiling LocaleSupport RegionCode.swift
[55/215] Compiling LocaleSupport LocalizedStringConvertible.swift
[56/215] Compiling Plot PodcastMediaType.swift
[59/215] Compiling Plot PodcastType.swift
[61/215] Compiling Plot RSS.swift
[63/215] Compiling Plot RSSAttributes.swift
[65/215] Compiling Plot RSSElements.swift
[67/215] Compiling Plot Renderable.swift
[69/215] Compiling Plot SiteMap.swift
[70/215] Compiling Plot SiteMapChangeFrequency.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[83/225] Compiling Statement Keyword.swift
[84/225] Compiling Statement LogicalPredicate.swift
[85/225] Compiling Statement Segment.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[96/226] Emitting module SQLite
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[107/226] Compiling Plot Node.swift
[108/226] Compiling Plot NodeConvertible.swift
[109/226] Compiling Plot Optional+Component.swift
[110/226] Compiling Plot PodcastAttributes.swift
[111/226] Compiling Plot PodcastComponents.swift
[112/226] Compiling Plot PodcastElements.swift
[113/226] Compiling Plot PodcastEpisodeType.swift
[114/226] Compiling Plot PodcastFeed.swift
[115/226] Emitting module XMLCoder
[116/226] Compiling ArgumentParserToolInfo ToolInfo.swift
[117/226] Emitting module ArgumentParserToolInfo
[128/225] Compiling Plot HTMLInputType.swift
[129/225] Compiling Plot HTMLLinkRelationship.swift
[130/225] Compiling Plot HTMLListStyle.swift
[131/225] Compiling Plot HTMLVideoFormat.swift
[132/225] Compiling Plot HTMLViewportFitMode.swift
[133/225] Compiling SQLite Query.swift
[134/225] Compiling SQLite Schema.swift
[135/225] Compiling SQLite Setter.swift
[136/225] Emitting module Plot
[137/225] Compiling LocaleSupport LanguageCode.swift
[138/225] Emitting module LocaleSupport
[139/230] Compiling Plot AnyEnvironmentValue.swift
[140/230] Compiling Plot AnyNode.swift
[141/230] Compiling Plot ElementRenderingBuffer.swift
[142/230] Compiling Plot ElementWrapper.swift
[143/230] Compiling Plot Environment.swift
[144/230] Compiling Plot ModifiedComponent.swift
[145/230] Compiling Plot Renderer.swift
[146/230] Compiling Plot String+Escaping.swift
[154/281] Compiling ArgumentParser ParsableCommand.swift
[155/281] Compiling ArgumentParser ArgumentDecoder.swift
[156/281] Compiling ArgumentParser ArgumentVisibility.swift
[157/281] Compiling ArgumentParser CompletionKind.swift
[158/281] Compiling ArgumentParser Errors.swift
[159/281] Compiling ArgumentParser Flag.swift
[160/281] Compiling ArgumentParser NameSpecification.swift
[161/281] Compiling ArgumentParser Option.swift
[162/281] Compiling ArgumentParser ArgumentDefinition.swift
[163/281] Compiling ArgumentParser ArgumentSet.swift
[164/281] Compiling ArgumentParser CommandParser.swift
[165/281] Compiling ArgumentParser InputKey.swift
[166/281] Compiling ArgumentParser InputOrigin.swift
[167/281] Compiling ArgumentParser DumpHelpGenerator.swift
[168/281] Compiling ArgumentParser HelpCommand.swift
[169/281] Compiling ArgumentParser HelpGenerator.swift
[170/281] Compiling ArgumentParser MessageInfo.swift
[171/281] Compiling ArgumentParser UsageGenerator.swift
[172/281] Compiling ArgumentParser Name.swift
[173/281] Compiling ArgumentParser Parsed.swift
[174/281] Compiling ArgumentParser ParsedValues.swift
[175/281] Compiling ArgumentParser ParserError.swift
[176/281] Compiling ArgumentParser SplitArguments.swift
[178/281] Compiling ArgumentParser ExpressibleByArgument.swift
[179/281] Compiling ArgumentParser ParsableArguments.swift
[182/283] Compiling ArgumentParser CompletionsGenerator.swift
[183/283] Compiling ArgumentParser FishCompletionsGenerator.swift
[184/283] Compiling ArgumentParser ZshCompletionsGenerator.swift
[185/283] Compiling ArgumentParser ParsableArgumentsValidation.swift
[187/283] Compiling ArgumentParser Argument.swift
[188/283] Compiling ArgumentParser ArgumentHelp.swift
[189/292] Compiling ArgumentParser CommandGroup.swift
[190/292] Compiling ArgumentParser EnumerableFlag.swift
[191/292] Compiling ArgumentParser BashCompletionsGenerator.swift
[192/292] Emitting module StatementSQLite
[193/292] Compiling TranslationCatalog Catalog.swift
[194/292] Compiling TranslationCatalog CatalogError.swift
[195/292] Compiling ArgumentParser CommandConfiguration.swift
[196/292] Compiling TranslationCatalog CatalogUpdate.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[201/293] Compiling TranslationCatalog UUID+TranslationCatalog.swift
[202/293] Emitting module TranslationCatalog
[205/293] Compiling StatementSQLite ValuesContext.swift
[206/293] Compiling StatementSQLite WhereContext.swift
[207/293] Compiling TranslationCatalog CatalogQuery.swift
[208/294] Emitting module ArgumentParser
[209/294] Compiling TranslationCatalog Project.swift
[210/294] Compiling TranslationCatalog LocaleRepresentable.swift
[211/299] Compiling XMLCoder XMLEncoder.swift
[212/299] Compiling XMLCoder XMLEncoderImplementation.swift
[213/299] Compiling XMLCoder XMLEncodingStorage.swift
[214/299] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[215/299] Compiling XMLCoder XMLReferencingEncoder.swift
[216/299] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Core/Backup.swift:34:8: error: no such module 'SQLite3'
 32 | import SwiftToolchainCSQLite
 33 | #else
 34 | import SQLite3
    |        `- error: no such module 'SQLite3'
 35 | #endif
 36 |
[225/300] Compiling TranslationCatalog Expression.swift
[226/300] Compiling TranslationCatalog Translation.swift
BUILD FAILURE 6.1 android