The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GraphPoint, reference main (db6b65), with Swift 6.0 for macOS (SPM) on 18 May 2025 23:30:01 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.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/GraphPoint.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/GraphPoint
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at db6b657 Standard Library Conformances (#3)
Cloned https://github.com/richardpiazza/GraphPoint.git
Revision (git rev-parse @):
db6b6570aee5782432400b1ac37bba6dc3a652e5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/GraphPoint.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/richardpiazza/GraphPoint.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/11] Compiling Swift2D Point.swift
[6/11] Compiling Swift2D Rect+CoreGraphics.swift
[7/11] Emitting module Swift2D
[8/11] Compiling Swift2D Rect.swift
[9/11] Compiling Swift2D Size+CoreGraphics.swift
[10/11] Compiling Swift2D Point+CoreGraphics.swift
[11/11] Compiling Swift2D Size.swift
[12/21] Compiling GraphPoint Radius.swift
[13/21] Compiling GraphPoint Radian.swift
[14/21] Compiling GraphPoint Degree.swift
[15/21] Compiling GraphPoint Quadrant.swift
[16/21] Compiling GraphPoint GraphPointError.swift
[17/21] Compiling GraphPoint CartesianPlane.swift
[18/21] Emitting module GraphPoint
[19/21] Compiling GraphPoint CartesianFrame.swift
[20/21] Compiling GraphPoint Arc.swift
[21/21] Compiling GraphPoint CartesianPoint.swift
Build complete! (96.83s)
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/richardpiazza/Swift2D
[1/253] Fetching swift2d
[244/48277] Fetching swift2d, swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (83.99s)
Fetched https://github.com/richardpiazza/Swift2D from cache (83.99s)
Computing version for https://github.com/richardpiazza/Swift2D
Computed https://github.com/richardpiazza/Swift2D at 2.2.0 (0.47s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.1 (3.15s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.1
Creating working copy for https://github.com/richardpiazza/Swift2D
Working copy of https://github.com/richardpiazza/Swift2D resolved at 2.2.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift2d",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/Swift2D"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.55.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "GraphPoint",
  "name" : "GraphPoint",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "GraphPoint",
      "targets" : [
        "GraphPoint"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "GraphPointTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphPointTests",
      "path" : "Tests/GraphPointTests",
      "sources" : [
        "CartesianFrameTests.swift",
        "CartesianPlaneTests.swift",
        "CartesianPointTests.swift",
        "DegreeTests.swift",
        "QuadrantTests.swift",
        "RadianTests.swift"
      ],
      "target_dependencies" : [
        "GraphPoint"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphPoint",
      "module_type" : "SwiftTarget",
      "name" : "GraphPoint",
      "path" : "Sources/GraphPoint",
      "product_dependencies" : [
        "Swift2D"
      ],
      "product_memberships" : [
        "GraphPoint"
      ],
      "sources" : [
        "Arc.swift",
        "CartesianFrame.swift",
        "CartesianPlane.swift",
        "CartesianPoint.swift",
        "Degree.swift",
        "GraphPointError.swift",
        "Quadrant.swift",
        "Radian.swift",
        "Radius.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.