The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PocketSVG, reference master (b99f8d), with Swift 6.0 for macOS (SPM) on 11 Nov 2025 20:05:58 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/pocketsvg/pocketsvg.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pocketsvg/pocketsvg
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b99f8d2 update changelog
Cloned https://github.com/pocketsvg/pocketsvg.git
Revision (git rev-parse @):
b99f8d24cdfe7848566d34f2fd5bef3e00ed709c
SUCCESS checkout https://github.com/pocketsvg/pocketsvg.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/pocketsvg/pocketsvg.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Copying SVGColors.plist
[1/6] Compiling PocketSVG SVGBezierPath.mm
[2/6] Compiling PocketSVG SVGEngine.mm
[3/6] Compiling PocketSVG resource_bundle_accessor.m
[4/6] Compiling PocketSVG SVGImageView.m
[5/6] Compiling PocketSVG SVGLayer.m
Build complete! (3.27s)
Build complete.
{
  "cxx_language_standard" : "c++14",
  "dependencies" : [
  ],
  "manifest_display_name" : "PocketSVG",
  "name" : "PocketSVG",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "PocketSVG",
      "targets" : [
        "PocketSVG"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "PocketSVGTests",
      "module_type" : "SwiftTarget",
      "name" : "PocketSVGTests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/test_rectangle.svg",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/test_tiger.svg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "PocketSVGTests.swift"
      ],
      "target_dependencies" : [
        "PocketSVG"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PocketSVG",
      "module_type" : "ClangTarget",
      "name" : "PocketSVG",
      "path" : "Sources",
      "product_memberships" : [
        "PocketSVG"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/SVGColors.plist",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "SVGBezierPath.mm",
        "SVGEngine.mm",
        "SVGImageView.m",
        "SVGLayer.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.