The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SVG2Path, reference main (15a888), with Swift 6.0 for macOS (SPM) on 29 Jun 2025 04:33:45 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kyome22/SVG2Path.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kyome22/SVG2Path
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 15a888c Refactor
Cloned https://github.com/Kyome22/SVG2Path.git
Revision (git rev-parse @):
15a888cc63c4f3983b745e8bf16d53efc4f43462
SUCCESS checkout https://github.com/Kyome22/SVG2Path.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Kyome22/SVG2Path.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/11] Compiling SVG2Path TagAndPath.swift
[4/11] Compiling SVG2Path Path+Extension.swift
[5/11] Compiling SVG2Path State.swift
[6/11] Compiling SVG2Path Array+Extension.swift
[7/11] Compiling SVG2Path String+Extensions.swift
[8/11] Emitting module SVG2Path
[9/11] Compiling SVG2Path CGPoint+Extension.swift
[10/11] Compiling SVG2Path SVG2Path.swift
[11/11] Compiling SVG2Path Command.swift
Build complete! (8.64s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SVG2Path",
  "name" : "SVG2Path",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SVG2Path",
      "targets" : [
        "SVG2Path"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SVG2PathTests",
      "module_type" : "SwiftTarget",
      "name" : "SVG2PathTests",
      "path" : "Tests/SVG2PathTests",
      "sources" : [
        "SVG2PathTests.swift"
      ],
      "target_dependencies" : [
        "SVG2Path"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SVG2Path",
      "module_type" : "SwiftTarget",
      "name" : "SVG2Path",
      "path" : "Sources/SVG2Path",
      "product_memberships" : [
        "SVG2Path"
      ],
      "sources" : [
        "Command.swift",
        "Extensions/Array+Extension.swift",
        "Extensions/CGPoint+Extension.swift",
        "Extensions/Path+Extension.swift",
        "Extensions/String+Extensions.swift",
        "SVG2Path.swift",
        "State.swift",
        "TagAndPath.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.