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 CypherPoetSwiftUIGeometryUtils, reference 0.2.1 (767cc9), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 09:29:03 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CypherPoet/SwiftUIGeometryUtils.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CypherPoet/SwiftUIGeometryUtils
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at 767cc93 Add `Double.twoPi` constant.
Cloned https://github.com/CypherPoet/SwiftUIGeometryUtils.git
Revision (git rev-parse @):
767cc93903308248a6667865a0f85b2d66f0c712
SUCCESS checkout https://github.com/CypherPoet/SwiftUIGeometryUtils.git at 0.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CypherPoet/SwiftUIGeometryUtils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling SwiftUIGeometryUtils RectangleCorner.swift
[4/7] Compiling SwiftUIGeometryUtils Double+Constants.swift
[5/7] Compiling SwiftUIGeometryUtils Angle+Constants.swift
[6/7] Compiling SwiftUIGeometryUtils CGRect+Points.swift
[7/7] Emitting module SwiftUIGeometryUtils
Build complete! (7.55s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CypherPoetSwiftUIGeometryUtils",
  "name" : "CypherPoetSwiftUIGeometryUtils",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIGeometryUtils",
      "targets" : [
        "SwiftUIGeometryUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIGeometryUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIGeometryUtilsTests",
      "path" : "Tests/SwiftUIGeometryUtils",
      "sources" : [
        "Cases/SwiftUIGeometryUtilsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUIGeometryUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUIGeometryUtils",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIGeometryUtils",
      "path" : "Sources/SwiftUIGeometryUtils",
      "product_memberships" : [
        "SwiftUIGeometryUtils"
      ],
      "sources" : [
        "Extensions/Angle/Angle+Constants.swift",
        "Extensions/CGRect/CGRect+Points.swift",
        "Extensions/Double/Double+Constants.swift",
        "RectangleCorner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.