Build Information
Failed to build swift-confidential-plugin, reference master (32e74f), with Swift 6.1 for macOS (SPM) on 9 Apr 2026 21:57:48 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/securevale/swift-confidential-plugin.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/securevale/swift-confidential-plugin
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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
[8948/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 (1.22s)
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