Build Information
Failed to build PerfectCBSON, reference master (0497d8
), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 08:54:13 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/PerfectSideRepos/Perfect-CBSON.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PerfectSideRepos/Perfect-CBSON
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0497d82 Bumped min swift vers
Cloned https://github.com/PerfectSideRepos/Perfect-CBSON.git
Revision (git rev-parse @):
0497d821f3e7fea7f68bc8460bf50cb7db0ce524
SUCCESS checkout https://github.com/PerfectSideRepos/Perfect-CBSON.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": "perfect-cbson",
"name": "PerfectCBSON",
"url": "https://github.com/PerfectSideRepos/Perfect-CBSON.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Perfect-CBSON",
"dependencies": [
]
}
]
}
Fetching https://github.com/PerfectSideRepos/Perfect-CBSON.git
[1/22] Fetching perfect-cbson
Fetched https://github.com/PerfectSideRepos/Perfect-CBSON.git from cache (0.57s)
Creating working copy for https://github.com/PerfectSideRepos/Perfect-CBSON.git
Working copy of https://github.com/PerfectSideRepos/Perfect-CBSON.git resolved at master (0497d82)
warning: 'perfect-cbson': ignoring declared target(s) 'PerfectCBSON' in the system package
warning: '.resolve-product-dependencies': dependency 'perfect-cbson' 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/PerfectSideRepos/Perfect-CBSON.git
{
"dependencies" : [
],
"manifest_display_name" : "PerfectCBSON",
"name" : "PerfectCBSON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PerfectCBSON",
"targets" : [
"PerfectCBSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PerfectCBSON",
"module_type" : "SystemLibraryTarget",
"name" : "PerfectCBSON",
"path" : ".",
"product_memberships" : [
"PerfectCBSON"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "4.1"
}
warning: 'spi-builder-workspace': ignoring declared target(s) 'PerfectCBSON' 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) 'PerfectCBSON' 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