The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-resvg, reference v0.45.1 (e5cdf2), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 23:59:07 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
Downloading binary artifact https://github.com/alexey1312/swift-resvg/releases/download/v0.45.1/resvg.artifactbundle.zip
[7732/33189895] Downloading https://github.com/alexey1312/swift-resvg/releases/download/v0.45.1/resvg.artifactbundle.zip
Downloaded https://github.com/alexey1312/swift-resvg/releases/download/v0.45.1/resvg.artifactbundle.zip (2.13s)
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-resvg",
      "name": "swift-resvg",
      "url": "https://github.com/alexey1312/swift-resvg.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-resvg",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alexey1312/swift-resvg.git
[1/427] Fetching swift-resvg
Fetched https://github.com/alexey1312/swift-resvg.git from cache (0.67s)
Creating working copy for https://github.com/alexey1312/swift-resvg.git
Working copy of https://github.com/alexey1312/swift-resvg.git resolved at v0.45.1 (e5cdf27)
Fetching binary artifact https://github.com/alexey1312/swift-resvg/releases/download/v0.45.1/resvg.artifactbundle.zip from cache
Fetched https://github.com/alexey1312/swift-resvg/releases/download/v0.45.1/resvg.artifactbundle.zip from cache (1.49s)
warning: '.resolve-product-dependencies': dependency 'swift-resvg' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/alexey1312/swift-resvg.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying libresvg.a
[1/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/6] Compiling Resvg ResvgError.swift
[5/6] Emitting module Resvg
[6/6] Compiling Resvg SvgRasterizer.swift
Build complete! (4.45s)
Build complete.
{
  "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"
}
Done.