The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftLintPlugin, reference main (e2f288), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 12:05:59 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamayoung/swiftlint-plugin.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamayoung/swiftlint-plugin
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e2f2889 Update README (#6)
Cloned https://github.com/adamayoung/swiftlint-plugin.git
Revision (git rev-parse @):
e2f28895592e7c3161741ae5807d44043d18ae7c
SUCCESS checkout https://github.com/adamayoung/swiftlint-plugin.git at main
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.51.0/SwiftLintBinary-macos.artifactbundle.zip
[7681/9062333] Downloading https://github.com/realm/SwiftLint/releases/download/0.51.0/SwiftLintBinary-macos.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.51.0/SwiftLintBinary-macos.artifactbundle.zip (1.17s)
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftlint-plugin",
      "name": "SwiftLintPlugin",
      "url": "https://github.com/adamayoung/swiftlint-plugin.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftlint-plugin",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/adamayoung/swiftlint-plugin.git
[1/70] Fetching swiftlint-plugin
Fetched https://github.com/adamayoung/swiftlint-plugin.git from cache (0.60s)
Creating working copy for https://github.com/adamayoung/swiftlint-plugin.git
Working copy of https://github.com/adamayoung/swiftlint-plugin.git resolved at main (e2f2889)
Fetching binary artifact https://github.com/realm/SwiftLint/releases/download/0.51.0/SwiftLintBinary-macos.artifactbundle.zip from cache
Fetched https://github.com/realm/SwiftLint/releases/download/0.51.0/SwiftLintBinary-macos.artifactbundle.zip from cache (0.42s)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/adamayoung/swiftlint-plugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.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.3 macosSpm