Build Information
Failed to build swift-confidential-plugin, reference master (5eb22f
), with Swift 6.0 for macOS (SPM) on 18 Mar 2025 23:19:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
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 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 master
[32750/6422324] Downloading https://github.com/securevale/swift-confidential/releases/download/0.4.0/SwiftConfidentialBinary-macos.artifactbundle.zip
Downloading binary artifact 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.56s)
========================================
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.61s)
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 master (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.28s)
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.0
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.2.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.2.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.0 macosSpm