The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Swift Format Plugins, reference main (882728), with Swift 6.1 for macOS (SPM) on 3 Oct 2025 09:21:27 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StarLard/SwiftFormatPlugins.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StarLard/SwiftFormatPlugins
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 882728d Upgrade Swift version to 6.1
Cloned https://github.com/StarLard/SwiftFormatPlugins.git
Revision (git rev-parse @):
882728d04ada398487bc0aedc9529d378aaee96b
SUCCESS checkout https://github.com/StarLard/SwiftFormatPlugins.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/StarLard/SwiftFormatPlugins.git
https://github.com/StarLard/SwiftFormatPlugins.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Swift Format Plugins",
  "name" : "Swift Format Plugins",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Lint",
      "targets" : [
        "Lint"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "Format",
      "targets" : [
        "Format"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Lint",
      "module_type" : "PluginTarget",
      "name" : "Lint",
      "path" : "Plugins/Lint",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "Lint"
      ],
      "sources" : [
        "Lint.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "Format",
      "module_type" : "PluginTarget",
      "name" : "Format",
      "path" : "Plugins/Format",
      "plugin_capability" : {
        "intent" : {
          "type" : "sourceCodeFormatting"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Format source code",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "Format"
      ],
      "sources" : [
        "Format.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.1"
}
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 -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
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