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 FWDebug, reference 6.0.2 (76a657), with Swift 6.1 for macOS (SPM) on 13 May 2025 16:15:41 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lszzy/FWDebug.git
Reference: 6.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lszzy/FWDebug
 * tag               6.0.2      -> FETCH_HEAD
HEAD is now at 76a657c Finish Release-6.0.2-20250513
Cloned https://github.com/lszzy/FWDebug.git
Revision (git rev-parse @):
76a657cee1670d2ae8709c20b6500807f8836d9a
SUCCESS checkout https://github.com/lszzy/FWDebug.git at 6.0.2
Downloading binary artifact https://github.com/lszzy/FWDebug/releases/download/6.0.2/FWDebug.xcframework.zip
[16375/5682094] Downloading https://github.com/lszzy/FWDebug/releases/download/6.0.2/FWDebug.xcframework.zip
Downloaded https://github.com/lszzy/FWDebug/releases/download/6.0.2/FWDebug.xcframework.zip (1.40s)
========================================
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": "fwdebug",
      "name": "FWDebug",
      "url": "https://github.com/lszzy/FWDebug.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FWDebug",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/lszzy/FWDebug.git
[1/6619] Fetching fwdebug
Fetched https://github.com/lszzy/FWDebug.git from cache (3.17s)
Creating working copy for https://github.com/lszzy/FWDebug.git
Working copy of https://github.com/lszzy/FWDebug.git resolved at 6.0.2 (76a657c)
Fetching binary artifact https://github.com/lszzy/FWDebug/releases/download/6.0.2/FWDebug.xcframework.zip from cache
Fetched https://github.com/lszzy/FWDebug/releases/download/6.0.2/FWDebug.xcframework.zip from cache (0.34s)
warning: '.resolve-product-dependencies': dependency 'fwdebug' 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/lszzy/FWDebug.git
https://github.com/lszzy/FWDebug.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FWDebug",
  "name" : "FWDebug",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "FWDebug",
      "targets" : [
        "FWDebug"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FWDebug",
      "module_type" : "BinaryTarget",
      "name" : "FWDebug",
      "path" : "remote/archive/FWDebug.xcframework.zip",
      "product_memberships" : [
        "FWDebug"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.3"
}
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