Build Information
Failed to build htmltagclass-plugin, reference 1.0.0 (48a692), with Swift 6.1 for Android on 3 Jul 2025 06:33:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maciejtrybilo/htmltagclass-plugin.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/maciejtrybilo/htmltagclass-plugin
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 48a6921 Require a target as it's not necessarily "App" and Vapor doesn't set "App" as the target any more.
Cloned https://github.com/maciejtrybilo/htmltagclass-plugin.git
Revision (git rev-parse @):
48a69214974a17a1c01e76e33756caf203a9e777
SUCCESS checkout https://github.com/maciejtrybilo/htmltagclass-plugin.git at 1.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/maciejtrybilo/htmltagclass-plugin.git
https://github.com/maciejtrybilo/htmltagclass-plugin.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "htmltagclass-plugin",
"name" : "htmltagclass-plugin",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HTMLTagClassPlugin",
"targets" : [
"htmltagclass-plugin"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "htmltagclass_plugin",
"module_type" : "PluginTarget",
"name" : "htmltagclass-plugin",
"path" : "Plugins/htmltagclass-plugin",
"plugin_capability" : {
"intent" : {
"description" : "Generate an enum containing all css classes defined in css files in the Public/css directory.",
"type" : "custom",
"verb" : "generateHTMLTagClass"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Need the ability to save the generated enum.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"HTMLTagClassPlugin"
],
"sources" : [
"HTMLTagClassPlugin.swift"
],
"type" : "plugin"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: The package does not contain a buildable target.
Add at least one `.target` or `.executableTarget` to your `Package.swift`.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: The package does not contain a buildable target.
Add at least one `.target` or `.executableTarget` to your `Package.swift`.
BUILD FAILURE 6.1 android