The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftLintPlugin, reference 1.1.4 (ebda7f), with Swift 6.1 for macOS (SPM) on 29 Mar 2026 11:31:45 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GayleDunham/SwiftLintPlugin.git
Reference: 1.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GayleDunham/SwiftLintPlugin
 * tag               1.1.4      -> FETCH_HEAD
HEAD is now at ebda7fc Simplify command plugins by replacing SwiftPluginTool wrapper with modern direct Process execution
Cloned https://github.com/GayleDunham/SwiftLintPlugin.git
Revision (git rev-parse @):
ebda7fc187dd5f6d2f47e1ab889c5c8ce5ffc002
SUCCESS checkout https://github.com/GayleDunham/SwiftLintPlugin.git at 1.1.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GayleDunham/SwiftLintPlugin.git
https://github.com/GayleDunham/SwiftLintPlugin.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLintPlugin",
  "name" : "SwiftLintPlugin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftLintBuildTool",
      "targets" : [
        "SwiftLintBuildTool"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SwiftLintLinter",
      "targets" : [
        "SwiftLintLinter"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SwiftLintFix",
      "targets" : [
        "SwiftLintFix"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SwiftLintRules",
      "targets" : [
        "SwiftLintRules"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "SwiftLintVersion",
      "targets" : [
        "SwiftLintVersion"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftLintVersion",
      "module_type" : "PluginTarget",
      "name" : "SwiftLintVersion",
      "path" : "Plugins/SwiftLintVersion",
      "plugin_capability" : {
        "intent" : {
          "description" : "Display the current version of SwiftLint.",
          "type" : "custom",
          "verb" : "swiftlint-version"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "SwiftLintVersion"
      ],
      "sources" : [
        "SwiftLintVersion.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftLintRules",
      "module_type" : "PluginTarget",
      "name" : "SwiftLintRules",
      "path" : "Plugins/SwiftLintRules",
      "plugin_capability" : {
        "intent" : {
          "description" : "Display the list of SwiftLint rules and their identifiers.",
          "type" : "custom",
          "verb" : "swiftlint-rules"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "SwiftLintRules"
      ],
      "sources" : [
        "SwiftLintRules.swift",
        "SwiftPluginTool.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftLintLinter",
      "module_type" : "PluginTarget",
      "name" : "SwiftLintLinter",
      "path" : "Plugins/SwiftLintLinter",
      "plugin_capability" : {
        "intent" : {
          "description" : "Print lint warnings and errors.",
          "type" : "custom",
          "verb" : "swiftlint-lint"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "SwiftLintLinter"
      ],
      "sources" : [
        "SwiftLintLinter.swift",
        "SwiftPluginTool.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftLintFix",
      "module_type" : "PluginTarget",
      "name" : "SwiftLintFix",
      "path" : "Plugins/SwiftLintFix",
      "plugin_capability" : {
        "intent" : {
          "description" : "Correct linter violations if possible.",
          "type" : "custom",
          "verb" : "swiftlint-fix"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "This command attempts to fix lint issues",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "SwiftLintFix"
      ],
      "sources" : [
        "SwiftLintFix.swift",
        "SwiftPluginTool.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftLintBuildTool",
      "module_type" : "PluginTarget",
      "name" : "SwiftLintBuildTool",
      "path" : "Plugins/SwiftLintBuildTool",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SwiftLintBuildTool"
      ],
      "sources" : [
        "SwiftLintBuildTool.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftLintBinary",
      "module_type" : "BinaryTarget",
      "name" : "SwiftLintBinary",
      "path" : "remote/archive/SwiftLintBinary.artifactbundle.zip",
      "product_memberships" : [
        "SwiftLintBuildTool",
        "SwiftLintLinter",
        "SwiftLintFix",
        "SwiftLintRules",
        "SwiftLintVersion"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "DDSSwiftLint",
      "module_type" : "SwiftTarget",
      "name" : "DDSSwiftLint",
      "path" : "Plugins",
      "sources" : [
        "DDSSwiftLint.swift"
      ],
      "target_dependencies" : [
        "SwiftLintBuildTool"
      ],
      "type" : "library"
    }
  ],
  "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
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip
[16375/72588246] Downloading https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip (3.49s)
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
BUILD FAILURE 6.1 macosSpm