The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SourceryBuildPlugin, reference 2.2.7 (0483d5), with Swift 6.1 for macOS (SPM) on 16 Jun 2025 15:17:21 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fenli/SourceryBuildPlugin.git
Reference: 2.2.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fenli/SourceryBuildPlugin
 * tag               2.2.7      -> FETCH_HEAD
HEAD is now at 0483d55 Update Sourcery binary version to 2.2.7
Cloned https://github.com/fenli/SourceryBuildPlugin.git
Revision (git rev-parse @):
0483d55072476d8a6e219284738150c36627764a
SUCCESS checkout https://github.com/fenli/SourceryBuildPlugin.git at 2.2.7
Downloading binary artifact https://github.com/krzysztofzablocki/Sourcery/releases/download/2.2.7/sourcery-2.2.7.artifactbundle.zip
[38557/22615424] Downloading https://github.com/krzysztofzablocki/Sourcery/releases/download/2.2.7/sourcery-2.2.7.artifactbundle.zip
Downloaded https://github.com/krzysztofzablocki/Sourcery/releases/download/2.2.7/sourcery-2.2.7.artifactbundle.zip (2.04s)
========================================
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": "sourcerybuildplugin",
      "name": "SourceryBuildPlugin",
      "url": "https://github.com/fenli/SourceryBuildPlugin.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SourceryBuildPlugin",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/fenli/SourceryBuildPlugin.git
[1/38] Fetching sourcerybuildplugin
Fetched https://github.com/fenli/SourceryBuildPlugin.git from cache (0.60s)
Creating working copy for https://github.com/fenli/SourceryBuildPlugin.git
Working copy of https://github.com/fenli/SourceryBuildPlugin.git resolved at 2.2.7 (0483d55)
Fetching binary artifact https://github.com/krzysztofzablocki/Sourcery/releases/download/2.2.7/sourcery-2.2.7.artifactbundle.zip from cache
Fetched https://github.com/krzysztofzablocki/Sourcery/releases/download/2.2.7/sourcery-2.2.7.artifactbundle.zip from cache (0.93s)
warning: '.resolve-product-dependencies': dependency 'sourcerybuildplugin' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fenli/SourceryBuildPlugin.git
https://github.com/fenli/SourceryBuildPlugin.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SourceryBuildPlugin",
  "name" : "SourceryBuildPlugin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SourceryBuildPlugin",
      "targets" : [
        "SourceryBuildPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SourceryBuildPlugin",
      "module_type" : "PluginTarget",
      "name" : "SourceryBuildPlugin",
      "path" : "Plugins/SourceryBuildPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SourceryBuildPlugin"
      ],
      "sources" : [
        "SourceryBuildPlugin.swift"
      ],
      "target_dependencies" : [
        "SourceryBinary"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SourceryBinary",
      "module_type" : "BinaryTarget",
      "name" : "SourceryBinary",
      "path" : "remote/archive/sourcery-2.2.7.artifactbundle.zip",
      "product_memberships" : [
        "SourceryBuildPlugin"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.9"
}
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