The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-resvg, reference main (799638), with Swift 6.2 for macOS (SPM) on 24 Feb 2026 03:10:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexey1312/swift-resvg.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexey1312/swift-resvg
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7996384 fix(ci): remove swift- prefix from tag — action adds it automatically
Cloned https://github.com/alexey1312/swift-resvg.git
Revision (git rev-parse @):
7996384aad0ecbc310d5e3926a715eddab9281d6
SUCCESS checkout https://github.com/alexey1312/swift-resvg.git at main
========================================
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": "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",
      "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.93s)
Creating working copy for https://github.com/alexey1312/swift-resvg.git
Working copy of https://github.com/alexey1312/swift-resvg.git resolved at main (7996384)
warning: '.resolve-product-dependencies': dependency 'swift-resvg' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/alexey1312/swift-resvg.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying libresvg.a
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/13] Compiling Resvg SvgTree.swift
[5/13] Compiling Resvg ResvgError.swift
[6/13] Compiling Resvg SvgRasterizer.swift
[7/13] Compiling Resvg SvgNormalizer.swift
[8/13] Compiling Resvg Text.swift
[9/13] Compiling Resvg Group.swift
[10/13] Compiling Resvg Image.swift
[11/13] Compiling Resvg Gradient.swift
[12/13] Emitting module Resvg
[13/13] Compiling Resvg Path.swift
Build complete! (4.86s)
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" : "ResvgTests",
      "module_type" : "SwiftTarget",
      "name" : "ResvgTests",
      "path" : "Tests/ResvgTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ResvgTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "SvgRasterizerTests.swift",
        "TestHelpers.swift",
        "TreeTraversalTests.swift"
      ],
      "target_dependencies" : [
        "Resvg"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Resvg",
      "module_type" : "SwiftTarget",
      "name" : "Resvg",
      "path" : "Sources/Resvg",
      "product_memberships" : [
        "Resvg"
      ],
      "sources" : [
        "Gradient.swift",
        "Group.swift",
        "Image.swift",
        "Path.swift",
        "ResvgError.swift",
        "SvgNormalizer.swift",
        "SvgRasterizer.swift",
        "SvgTree.swift",
        "Text.swift"
      ],
      "target_dependencies" : [
        "CResvg"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CResvg",
      "module_type" : "BinaryTarget",
      "name" : "CResvg",
      "path" : "resvg.artifactbundle",
      "product_memberships" : [
        "Resvg"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "6.2"
}
Done.