The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GraphPoint with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/GraphPoint.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/GraphPoint
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f77bafb Floating Points (#2)
Cloned https://github.com/richardpiazza/GraphPoint.git
Revision (git rev-parse @):
f77bafbffc53c86c7963e4847ebd5ecb11fa5fcf
SUCCESS checkout https://github.com/richardpiazza/GraphPoint.git at main
Fetching https://github.com/richardpiazza/Swift2D
[1/231] Fetching swift2d
Fetched https://github.com/richardpiazza/Swift2D (0.33s)
Computing version for https://github.com/richardpiazza/Swift2D
Computed https://github.com/richardpiazza/Swift2D at 2.0.0 (0.60s)
Creating working copy for https://github.com/richardpiazza/Swift2D
Working copy of https://github.com/richardpiazza/Swift2D resolved at 2.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "graphpoint",
      "name": "GraphPoint",
      "url": "https://github.com/richardpiazza/GraphPoint.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GraphPoint",
      "dependencies": [
        {
          "identity": "swift2d",
          "name": "Swift2D",
          "url": "https://github.com/richardpiazza/Swift2D",
          "version": "2.1.0",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift2D",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/richardpiazza/GraphPoint.git
[1/568] Fetching graphpoint
Fetched https://github.com/richardpiazza/GraphPoint.git (0.31s)
Fetching https://github.com/richardpiazza/Swift2D from cache
Fetched https://github.com/richardpiazza/Swift2D (0.26s)
Computing version for https://github.com/richardpiazza/Swift2D
Computed https://github.com/richardpiazza/Swift2D at 2.1.0 (0.02s)
Creating working copy for https://github.com/richardpiazza/GraphPoint.git
Working copy of https://github.com/richardpiazza/GraphPoint.git resolved at main
Creating working copy for https://github.com/richardpiazza/Swift2D
Working copy of https://github.com/richardpiazza/Swift2D resolved at 2.1.0
warning: '.resolve-product-dependencies': dependency 'graphpoint' is not used by any target
Found 1 product dependencies
  - Swift2D
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/9] Emitting module Swift2D
[2/10] Compiling Swift2D Size.swift
[3/10] Compiling Swift2D Size+Computed.swift
[4/10] Compiling Swift2D Rect+CoreGraphics.swift
[5/10] Compiling Swift2D Rect.swift
[6/10] Compiling Swift2D Size+CoreGraphics.swift
[7/10] Compiling Swift2D Rect+Computed.swift
[8/10] Compiling Swift2D Point.swift
[9/10] Compiling Swift2D Point+Computed.swift
[10/10] Compiling Swift2D Point+CoreGraphics.swift
[11/19] Compiling GraphPoint Radian.swift
[12/20] Compiling GraphPoint GraphPointError.swift
[13/20] Emitting module GraphPoint
[14/20] Compiling GraphPoint Quadrant.swift
[15/20] Compiling GraphPoint CartesianPoint.swift
[16/20] Compiling GraphPoint CartesianPlane.swift
[17/20] Compiling GraphPoint Degree.swift
[18/20] Compiling GraphPoint Arc.swift
[19/20] Compiling GraphPoint CartesianFrame.swift
[20/20] Compiling GraphPoint Radius.swift
Build complete! (10.62s)
Build complete.
Done.