The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build swift-confidential-plugin, reference 0.4.0 (5eb22f), with Swift 6.1 for macOS (SPM) on 1 May 2025 00:37:44 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/securevale/swift-confidential-plugin.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/securevale/swift-confidential-plugin
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 5eb22fe Sync with main package
Cloned https://github.com/securevale/swift-confidential-plugin.git
Revision (git rev-parse @):
5eb22fedc1004f7450a9460daf8b37c0daee90a0
SUCCESS checkout https://github.com/securevale/swift-confidential-plugin.git at 0.4.0
Downloading binary artifact https://github.com/securevale/swift-confidential/releases/download/0.4.0/SwiftConfidentialBinary-macos.artifactbundle.zip
[32750/6422324] Downloading https://github.com/securevale/swift-confidential/releases/download/0.4.0/SwiftConfidentialBinary-macos.artifactbundle.zip
Downloaded https://github.com/securevale/swift-confidential/releases/download/0.4.0/SwiftConfidentialBinary-macos.artifactbundle.zip (1.32s)
========================================
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": "swift-confidential-plugin",
      "name": "swift-confidential-plugin",
      "url": "https://github.com/securevale/swift-confidential-plugin.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-confidential-plugin",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/securevale/swift-confidential-plugin.git
[1/97] Fetching swift-confidential-plugin
Fetched https://github.com/securevale/swift-confidential-plugin.git from cache (0.69s)
Creating working copy for https://github.com/securevale/swift-confidential-plugin.git
Working copy of https://github.com/securevale/swift-confidential-plugin.git resolved at 0.4.0 (5eb22fe)
Fetching binary artifact https://github.com/securevale/swift-confidential/releases/download/0.4.0/SwiftConfidentialBinary-macos.artifactbundle.zip from cache
Fetched https://github.com/securevale/swift-confidential/releases/download/0.4.0/SwiftConfidentialBinary-macos.artifactbundle.zip from cache (0.27s)
warning: '.resolve-product-dependencies': dependency 'swift-confidential-plugin' 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/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" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Confidential",
      "targets" : [
        "Confidential"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "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" : "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
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