Build Information
Failed to build CDBus, reference master (ccffce
), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 09:37:20 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/CDBus.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PureSwift/CDBus
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ccffce2 Updated headers
Cloned https://github.com/PureSwift/CDBus.git
Revision (git rev-parse @):
ccffce2e8469e89589d24234eed31c067104722a
SUCCESS checkout https://github.com/PureSwift/CDBus.git at master
========================================
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": "cdbus",
"name": "CDBus",
"url": "https://github.com/PureSwift/CDBus.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CDBus",
"dependencies": [
]
}
]
}
Fetching https://github.com/PureSwift/CDBus.git
[1/61] Fetching cdbus
Fetched https://github.com/PureSwift/CDBus.git from cache (0.66s)
Creating working copy for https://github.com/PureSwift/CDBus.git
Working copy of https://github.com/PureSwift/CDBus.git resolved at master (ccffce2)
warning: 'cdbus': ignoring declared target(s) 'CDBus' in the system package
warning: '.resolve-product-dependencies': dependency 'cdbus' 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/PureSwift/CDBus.git
{
"dependencies" : [
],
"manifest_display_name" : "CDBus",
"name" : "CDBus",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CDBus",
"targets" : [
"CDBus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CDBus",
"module_type" : "SystemLibraryTarget",
"name" : "CDBus",
"path" : ".",
"product_memberships" : [
"CDBus"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "4.0"
}
warning: 'spi-builder-workspace': ignoring declared target(s) 'CDBus' in the system package
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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
warning: 'spi-builder-workspace': ignoring declared target(s) 'CDBus' in the system package
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