The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-confidential-plugin, reference 0.5.2 (32e74f), with Swift 6.1 for macOS (SPM) on 9 Apr 2026 21:59:32 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/securevale/swift-confidential-plugin.git
Reference: 0.5.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/securevale/swift-confidential-plugin
 * tag               0.5.2      -> FETCH_HEAD
HEAD is now at 32e74f2 Sync with main package
Cloned https://github.com/securevale/swift-confidential-plugin.git
Revision (git rev-parse @):
32e74f2ad1f52b741d3336b186b30cab8ea23f13
SUCCESS checkout https://github.com/securevale/swift-confidential-plugin.git at 0.5.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/securevale/swift-confidential-plugin.git
https://github.com/securevale/swift-confidential-plugin.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-confidential-plugin",
  "name" : "swift-confidential-plugin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Confidential",
      "targets" : [
        "Confidential"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "swift_confidential",
      "module_type" : "BinaryTarget",
      "name" : "swift-confidential",
      "path" : "remote/archive/SwiftConfidentialBinary-macos.artifactbundle.zip",
      "product_memberships" : [
        "Confidential"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "Confidential",
      "module_type" : "PluginTarget",
      "name" : "Confidential",
      "path" : "Plugins/Confidential",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "Confidential"
      ],
      "sources" : [
        "CLI/SwiftConfidentialTool+ObfuscateCommand.swift",
        "CLI/SwiftConfidentialTool.swift",
        "Constants/Constants.swift",
        "Extensions/Foundation/FileManager/FileManager+EnumerateFiles.swift",
        "Extensions/Foundation/URL/URL+Appending.swift",
        "Extensions/Foundation/URL/URL+DirectoryPathInit.swift",
        "Protocols/Context.swift",
        "plugin.swift"
      ],
      "target_dependencies" : [
        "swift-confidential"
      ],
      "type" : "plugin"
    }
  ],
  "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/securevale/swift-confidential/releases/download/0.5.2/SwiftConfidentialBinary-macos.artifactbundle.zip
[32750/6377378] Downloading https://github.com/securevale/swift-confidential/releases/download/0.5.2/SwiftConfidentialBinary-macos.artifactbundle.zip
Downloaded https://github.com/securevale/swift-confidential/releases/download/0.5.2/SwiftConfidentialBinary-macos.artifactbundle.zip (0.89s)
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