Build Information
Failed to build htmltagclass-plugin, reference 1.0.0 (48a692), with Swift 6.1 for Linux on 3 Jul 2025 06:34:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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: linux
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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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 linux