Build Information
Failed to build swift-resvg, reference v0.45.1 (e5cdf2), with Swift 6.1 for macOS (SPM) on 26 Dec 2025 11:27:53 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexey1312/swift-resvg.git
Reference: v0.45.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexey1312/swift-resvg
* tag v0.45.1 -> FETCH_HEAD
HEAD is now at e5cdf27 chore(release): v0.45.1
Cloned https://github.com/alexey1312/swift-resvg.git
Revision (git rev-parse @):
e5cdf27bbc5ac38d9ef87d5c5958f17f2becc0f6
SUCCESS checkout https://github.com/alexey1312/swift-resvg.git at v0.45.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/alexey1312/swift-resvg.git
https://github.com/alexey1312/swift-resvg.git
{
"dependencies" : [
],
"manifest_display_name" : "swift-resvg",
"name" : "swift-resvg",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Resvg",
"targets" : [
"Resvg"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Resvg",
"module_type" : "SwiftTarget",
"name" : "Resvg",
"path" : "Sources/Resvg",
"product_memberships" : [
"Resvg"
],
"sources" : [
"ResvgError.swift",
"SvgRasterizer.swift"
],
"target_dependencies" : [
"CResvg"
],
"type" : "library"
},
{
"c99name" : "CResvg",
"module_type" : "BinaryTarget",
"name" : "CResvg",
"path" : "remote/archive/resvg.artifactbundle.zip",
"product_memberships" : [
"Resvg"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "6.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
Downloading binary artifact https://github.com/alexey1312/swift-resvg/releases/download/v0.45.1/resvg.artifactbundle.zip
[16375/33189895] Downloading https://github.com/alexey1312/swift-resvg/releases/download/v0.45.1/resvg.artifactbundle.zip
error: downloaded archive of binary target 'CResvg' from 'https://github.com/alexey1312/swift-resvg/releases/download/v0.45.1/resvg.artifactbundle.zip' does not contain a binary artifact.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Fetching binary artifact https://github.com/alexey1312/swift-resvg/releases/download/v0.45.1/resvg.artifactbundle.zip from cache
error: downloaded archive of binary target 'CResvg' from 'https://github.com/alexey1312/swift-resvg/releases/download/v0.45.1/resvg.artifactbundle.zip' does not contain a binary artifact.
BUILD FAILURE 6.1 macosSpm