Build Information
Failed to build Fetch, reference 5.1.0 (e3bf64), with Swift 6.1 for macOS (SPM) on 17 Aug 2025 16:10:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dhardiman/fetch.git
Reference: 5.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dhardiman/fetch
* tag 5.1.0 -> FETCH_HEAD
HEAD is now at e3bf64c Merge pull request #62 from dhardiman/attached-build
Cloned https://github.com/dhardiman/fetch.git
Revision (git rev-parse @):
e3bf64c9960f4f207acaa7a7e499317c48cdc8ee
SUCCESS checkout https://github.com/dhardiman/fetch.git at 5.1.0
Downloading binary artifact https://github.com/dhardiman/Fetch/releases/download/5.1.0/Fetch.zip
[16375/3574104] Downloading https://github.com/dhardiman/Fetch/releases/download/5.1.0/Fetch.zip
Downloaded https://github.com/dhardiman/Fetch/releases/download/5.1.0/Fetch.zip (0.80s)
========================================
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": "fetch",
"name": "Fetch",
"url": "https://github.com/dhardiman/fetch.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/fetch",
"dependencies": [
]
}
]
}
Fetching https://github.com/dhardiman/fetch.git
[1/1386] Fetching fetch
Fetched https://github.com/dhardiman/fetch.git from cache (0.76s)
Creating working copy for https://github.com/dhardiman/fetch.git
Working copy of https://github.com/dhardiman/fetch.git resolved at 5.1.0 (e3bf64c)
Fetching binary artifact https://github.com/dhardiman/Fetch/releases/download/5.1.0/Fetch.zip from cache
Fetched https://github.com/dhardiman/Fetch/releases/download/5.1.0/Fetch.zip from cache (0.20s)
warning: '.resolve-product-dependencies': dependency 'fetch' 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/dhardiman/fetch.git
https://github.com/dhardiman/fetch.git
{
"dependencies" : [
],
"manifest_display_name" : "Fetch",
"name" : "Fetch",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Fetch",
"targets" : [
"Fetch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Fetch",
"module_type" : "BinaryTarget",
"name" : "Fetch",
"path" : "remote/archive/Fetch.zip",
"product_memberships" : [
"Fetch"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.9"
}
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