Build Information
Failed to build CApache, reference master (f3facf
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 22:39:03 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/modswift/CApache.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/modswift/CApache
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f3facfd Fix Swift 5 badge
Cloned https://github.com/modswift/CApache.git
Revision (git rev-parse @):
f3facfd2f15ca134a5a98b7cf4c735f9b32d3675
SUCCESS checkout https://github.com/modswift/CApache.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": "capache",
"name": "CApache",
"url": "https://github.com/modswift/CApache.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CApache",
"dependencies": [
]
}
]
}
Fetching https://github.com/modswift/CApache.git
[1/49] Fetching capache
Fetched https://github.com/modswift/CApache.git from cache (0.68s)
Creating working copy for https://github.com/modswift/CApache.git
Working copy of https://github.com/modswift/CApache.git resolved at master (f3facfd)
warning: '.resolve-product-dependencies': dependency 'capache' 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/modswift/CApache.git
https://github.com/modswift/CApache.git
{
"dependencies" : [
],
"manifest_display_name" : "CApache",
"name" : "CApache",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CApache",
"targets" : [
"CApache"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CApache",
"module_type" : "SystemLibraryTarget",
"name" : "CApache",
"path" : "Sources/CApache",
"product_memberships" : [
"CApache"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.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 -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
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