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 Shapes, reference main (0dd5ed), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 06:42:31 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/nutterfi/Shapes.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nutterfi/Shapes
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0dd5ed1 Added new shapes and remove deprecations
Cloned https://github.com/nutterfi/Shapes.git
Revision (git rev-parse @):
0dd5ed163467e78b0b0bdcc1b8f44f3ac4649cc9
SUCCESS checkout https://github.com/nutterfi/Shapes.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nutterfi/Shapes.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/65] Emitting module Shapes
[4/71] Compiling Shapes TiledShape.swift
[5/71] Compiling Shapes Torx.swift
[6/71] Compiling Shapes Trapezoid.swift
[7/71] Compiling Shapes Triquetra.swift
[8/71] Compiling Shapes Types.swift
[9/71] Compiling Shapes VectorPoint.swift
[10/71] Compiling Shapes InvertedShape.swift
[11/71] Compiling Shapes IsoscelesTriangle.swift
[12/71] Compiling Shapes IsotoxalPolygon.swift
[13/71] Compiling Shapes Kite.swift
[14/71] Compiling Shapes Lens.swift
[15/71] Compiling Shapes Line.swift
[16/71] Compiling Shapes Math.swift
[17/71] Compiling Shapes StrokeBorderedShape.swift
[18/71] Compiling Shapes StrokeStyledCircle.swift
[19/71] Compiling Shapes StrokeStyledPolygon.swift
[20/71] Compiling Shapes StrokeStyledRectangle.swift
[21/71] Compiling Shapes TaperedRectangle.swift
[22/71] Compiling Shapes Teardrop.swift
[23/71] Compiling Shapes NormalizedShape.swift
[24/71] Compiling Shapes Numeric+Extensions.swift
[25/71] Compiling Shapes Parallelogram.swift
[26/71] Compiling Shapes Path+Extensions.swift
[27/71] Compiling Shapes Polygon.swift
[28/71] Compiling Shapes Quad.swift
[29/71] Compiling Shapes QuadCorner.swift
[30/71] Compiling Shapes ReuleauxPolygon.swift
[31/71] Compiling Shapes RightKite.swift
[32/71] Compiling Shapes RightTriangle.swift
[33/71] Compiling Shapes Ring.swift
[34/71] Compiling Shapes RoundedPolygon.swift
[35/71] Compiling Shapes Salinon.swift
[36/71] Compiling Shapes SeededRandomNumberGenerator.swift
[37/71] Compiling Shapes CircleSector.swift
[38/71] Compiling Shapes CompositeShape.swift
[39/71] Compiling Shapes ConvexPolygon.swift
[40/71] Compiling Shapes Crescent.swift
[41/71] Compiling Shapes CutCornerRectangle.swift
[42/71] Compiling Shapes DataPath.swift
[43/71] Compiling Shapes Diamond.swift
[44/71] Compiling Shapes AlignmentShape.swift
[45/71] Compiling Shapes AnimatablePoints.swift
[46/71] Compiling Shapes Array.swift
[47/71] Compiling Shapes Arrowhead.swift
[48/71] Compiling Shapes Bar.swift
[49/71] Compiling Shapes BenDayDot.swift
[50/71] Compiling Shapes BorderedPolygon.swift
[51/71] Compiling Shapes BorderedRectangle.swift
[52/71] Compiling Shapes Bullet.swift
[53/71] Compiling Shapes CGAffineTransform.swift
[54/71] Compiling Shapes CGPoint.swift
[55/71] Compiling Shapes CGRect.swift
[56/71] Compiling Shapes Check.swift
[57/71] Compiling Shapes CirclePattern.swift
[58/71] Compiling Shapes DragonCurve.swift
[59/71] Compiling Shapes Egg.swift
[60/71] Compiling Shapes Halftone.swift
[61/71] Compiling Shapes Hatching.swift
[62/71] Compiling Shapes Heart.swift
[63/71] Compiling Shapes InsetShape.swift
[64/71] Compiling Shapes InvertedCornerRectangle.swift
[65/71] Compiling Shapes SimplePolygon.swift
[66/71] Compiling Shapes SkewedShape.swift
[67/71] Compiling Shapes Spiral.swift
[68/71] Compiling Shapes Spirolateral.swift
[69/71] Compiling Shapes SpongeFilter.swift
[70/71] Compiling Shapes Square.swift
[71/71] Compiling Shapes StarPolygon.swift
Build complete! (12.23s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Shapes",
  "name" : "Shapes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Shapes",
      "targets" : [
        "Shapes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ShapesTests",
      "module_type" : "SwiftTarget",
      "name" : "ShapesTests",
      "path" : "Tests/ShapesTests",
      "sources" : [
        "KiteTests.swift",
        "TaperedRectTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Shapes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Shapes",
      "module_type" : "SwiftTarget",
      "name" : "Shapes",
      "path" : "Sources/Shapes",
      "product_memberships" : [
        "Shapes"
      ],
      "sources" : [
        "AlignmentShape.swift",
        "AnimatablePoints.swift",
        "Array.swift",
        "Arrowhead.swift",
        "Bar.swift",
        "BenDayDot.swift",
        "BorderedPolygon.swift",
        "BorderedRectangle.swift",
        "Bullet.swift",
        "CGAffineTransform.swift",
        "CGPoint.swift",
        "CGRect.swift",
        "Check.swift",
        "CirclePattern.swift",
        "CircleSector.swift",
        "CompositeShape.swift",
        "ConvexPolygon.swift",
        "Crescent.swift",
        "CutCornerRectangle.swift",
        "DataPath.swift",
        "Diamond.swift",
        "DragonCurve.swift",
        "Egg.swift",
        "Halftone.swift",
        "Hatching.swift",
        "Heart.swift",
        "InsetShape.swift",
        "InvertedCornerRectangle.swift",
        "InvertedShape.swift",
        "IsoscelesTriangle.swift",
        "IsotoxalPolygon.swift",
        "Kite.swift",
        "Lens.swift",
        "Line.swift",
        "Math.swift",
        "NormalizedShape.swift",
        "Numeric+Extensions.swift",
        "Parallelogram.swift",
        "Path+Extensions.swift",
        "Polygon.swift",
        "Quad.swift",
        "QuadCorner.swift",
        "ReuleauxPolygon.swift",
        "RightKite.swift",
        "RightTriangle.swift",
        "Ring.swift",
        "RoundedPolygon.swift",
        "Salinon.swift",
        "SeededRandomNumberGenerator.swift",
        "SimplePolygon.swift",
        "SkewedShape.swift",
        "Spiral.swift",
        "Spirolateral.swift",
        "SpongeFilter.swift",
        "Square.swift",
        "StarPolygon.swift",
        "StrokeBorderedShape.swift",
        "StrokeStyledCircle.swift",
        "StrokeStyledPolygon.swift",
        "StrokeStyledRectangle.swift",
        "TaperedRectangle.swift",
        "Teardrop.swift",
        "TiledShape.swift",
        "Torx.swift",
        "Trapezoid.swift",
        "Triquetra.swift",
        "Types.swift",
        "VectorPoint.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.