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.0 for macOS (SPM) on 7 Mar 2025 09:04:43 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "shapes",
      "name": "Shapes",
      "url": "https://github.com/nutterfi/Shapes.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Shapes",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nutterfi/Shapes.git
[1/972] Fetching shapes
Fetched https://github.com/nutterfi/Shapes.git from cache (0.86s)
Creating working copy for https://github.com/nutterfi/Shapes.git
Working copy of https://github.com/nutterfi/Shapes.git resolved at main (0dd5ed1)
warning: '.resolve-product-dependencies': dependency 'shapes' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/nutterfi/Shapes.git
https://github.com/nutterfi/Shapes.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/65] Emitting module Shapes
[4/71] Compiling Shapes DragonCurve.swift
[5/71] Compiling Shapes Egg.swift
[6/71] Compiling Shapes Halftone.swift
[7/71] Compiling Shapes Hatching.swift
[8/71] Compiling Shapes Heart.swift
[9/71] Compiling Shapes InsetShape.swift
[10/71] Compiling Shapes InvertedCornerRectangle.swift
[11/71] Compiling Shapes ReuleauxPolygon.swift
[12/71] Compiling Shapes RightKite.swift
[13/71] Compiling Shapes RightTriangle.swift
[14/71] Compiling Shapes Ring.swift
[15/71] Compiling Shapes RoundedPolygon.swift
[16/71] Compiling Shapes Salinon.swift
[17/71] Compiling Shapes SeededRandomNumberGenerator.swift
[18/71] Compiling Shapes BorderedRectangle.swift
[19/71] Compiling Shapes Bullet.swift
[20/71] Compiling Shapes CGAffineTransform.swift
[21/71] Compiling Shapes CGPoint.swift
[22/71] Compiling Shapes CGRect.swift
[23/71] Compiling Shapes Check.swift
[24/71] Compiling Shapes CirclePattern.swift
[25/71] Compiling Shapes TiledShape.swift
[26/71] Compiling Shapes Torx.swift
[27/71] Compiling Shapes Trapezoid.swift
[28/71] Compiling Shapes Triquetra.swift
[29/71] Compiling Shapes Types.swift
[30/71] Compiling Shapes VectorPoint.swift
[31/71] Compiling Shapes SimplePolygon.swift
[32/71] Compiling Shapes SkewedShape.swift
[33/71] Compiling Shapes Spiral.swift
[34/71] Compiling Shapes Spirolateral.swift
[35/71] Compiling Shapes SpongeFilter.swift
[36/71] Compiling Shapes Square.swift
[37/71] Compiling Shapes StarPolygon.swift
[38/71] Compiling Shapes InvertedShape.swift
[39/71] Compiling Shapes IsoscelesTriangle.swift
[40/71] Compiling Shapes IsotoxalPolygon.swift
[41/71] Compiling Shapes Kite.swift
[42/71] Compiling Shapes Lens.swift
[43/71] Compiling Shapes Line.swift
[44/71] Compiling Shapes Math.swift
[45/71] Compiling Shapes StrokeBorderedShape.swift
[46/71] Compiling Shapes StrokeStyledCircle.swift
[47/71] Compiling Shapes StrokeStyledPolygon.swift
[48/71] Compiling Shapes StrokeStyledRectangle.swift
[49/71] Compiling Shapes TaperedRectangle.swift
[50/71] Compiling Shapes Teardrop.swift
[51/71] Compiling Shapes CircleSector.swift
[52/71] Compiling Shapes CompositeShape.swift
[53/71] Compiling Shapes ConvexPolygon.swift
[54/71] Compiling Shapes Crescent.swift
[55/71] Compiling Shapes CutCornerRectangle.swift
[56/71] Compiling Shapes DataPath.swift
[57/71] Compiling Shapes Diamond.swift
[58/71] Compiling Shapes NormalizedShape.swift
[59/71] Compiling Shapes Numeric+Extensions.swift
[60/71] Compiling Shapes Parallelogram.swift
[61/71] Compiling Shapes Path+Extensions.swift
[62/71] Compiling Shapes Polygon.swift
[63/71] Compiling Shapes Quad.swift
[64/71] Compiling Shapes QuadCorner.swift
[65/71] Compiling Shapes AlignmentShape.swift
[66/71] Compiling Shapes AnimatablePoints.swift
[67/71] Compiling Shapes Array.swift
[68/71] Compiling Shapes Arrowhead.swift
[69/71] Compiling Shapes Bar.swift
[70/71] Compiling Shapes BenDayDot.swift
[71/71] Compiling Shapes BorderedPolygon.swift
Build complete! (33.55s)
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.