The Swift Package Index logo.Swift Package Index

Build Information

Failed to build htmltagclass-plugin, reference 1.0.0 (48a692), with Swift 6.1 for macOS (SPM) on 3 Jul 2025 06:35:05 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "htmltagclass-plugin",
      "name": "htmltagclass-plugin",
      "url": "https://github.com/maciejtrybilo/htmltagclass-plugin.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/htmltagclass-plugin",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/maciejtrybilo/htmltagclass-plugin.git
[1/120] Fetching htmltagclass-plugin
Fetched https://github.com/maciejtrybilo/htmltagclass-plugin.git from cache (0.59s)
Creating working copy for https://github.com/maciejtrybilo/htmltagclass-plugin.git
Working copy of https://github.com/maciejtrybilo/htmltagclass-plugin.git resolved at 1.0.0 (48a6921)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/maciejtrybilo/htmltagclass-plugin.git
https://github.com/maciejtrybilo/htmltagclass-plugin.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "htmltagclass-plugin",
  "name" : "htmltagclass-plugin",
  "path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
error: The package does not contain a buildable target.
Add at least one `.target` or `.executableTarget` to your `Package.swift`.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: The package does not contain a buildable target.
Add at least one `.target` or `.executableTarget` to your `Package.swift`.
BUILD FAILURE 6.1 macosSpm