Build Information
Successful build of Shapes, reference 0.7.0 (742272
), with Swift 6.0 for macOS (SPM) on 17 Jul 2025 09:03:40 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nutterfi/Shapes.git
Reference: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nutterfi/Shapes
* tag 0.7.0 -> FETCH_HEAD
HEAD is now at 7422720 New shapes - Arbelos, Lune, AnnularSteinerChain
Cloned https://github.com/nutterfi/Shapes.git
Revision (git rev-parse @):
7422720f332ce8b2ec7a7cc0633d998064faca15
SUCCESS checkout https://github.com/nutterfi/Shapes.git at 0.7.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/nutterfi/Shapes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/67] Emitting module Shapes
[4/74] Compiling Shapes Teardrop.swift
[5/74] Compiling Shapes TiledShape.swift
[6/74] Compiling Shapes Torx.swift
[7/74] Compiling Shapes Trapezoid.swift
[8/74] Compiling Shapes Triquetra.swift
[9/74] Compiling Shapes Types.swift
[10/74] Compiling Shapes VectorPoint.swift
[11/74] Compiling Shapes Lune.swift
[12/74] Compiling Shapes Math.swift
[13/74] Compiling Shapes NormalizedShape.swift
[14/74] Compiling Shapes Numeric+Extensions.swift
[15/74] Compiling Shapes Parallelogram.swift
[16/74] Compiling Shapes Path+Extensions.swift
[17/74] Compiling Shapes Polygon.swift
[18/74] Compiling Shapes InvertedCornerRectangle.swift
[19/74] Compiling Shapes InvertedShape.swift
[20/74] Compiling Shapes IsoscelesTriangle.swift
[21/74] Compiling Shapes IsotoxalPolygon.swift
[22/74] Compiling Shapes Kite.swift
[23/74] Compiling Shapes Lens.swift
[24/74] Compiling Shapes Line.swift
[25/74] Compiling Shapes Salinon.swift
[26/74] Compiling Shapes SeededRandomNumberGenerator.swift
[27/74] Compiling Shapes SimplePolygon.swift
[28/74] Compiling Shapes SkewedShape.swift
[29/74] Compiling Shapes Spiral.swift
[30/74] Compiling Shapes Spirolateral.swift
[31/74] Compiling Shapes SpongeFilter.swift
[32/74] Compiling Shapes Diamond.swift
[33/74] Compiling Shapes DragonCurve.swift
[34/74] Compiling Shapes Egg.swift
[35/74] Compiling Shapes Halftone.swift
[36/74] Compiling Shapes Hatching.swift
[37/74] Compiling Shapes Heart.swift
[38/74] Compiling Shapes InsetShape.swift
[39/74] Compiling Shapes Square.swift
[40/74] Compiling Shapes StarPolygon.swift
[41/74] Compiling Shapes StrokeBorderedShape.swift
[42/74] Compiling Shapes StrokeStyledCircle.swift
[43/74] Compiling Shapes StrokeStyledPolygon.swift
[44/74] Compiling Shapes StrokeStyledRectangle.swift
[45/74] Compiling Shapes TaperedRectangle.swift
[46/74] Compiling Shapes BorderedPolygon.swift
[47/74] Compiling Shapes BorderedRectangle.swift
[48/74] Compiling Shapes Bullet.swift
[49/74] Compiling Shapes CGAffineTransform.swift
[50/74] Compiling Shapes CGPoint.swift
[51/74] Compiling Shapes CGRect.swift
[52/74] Compiling Shapes Check.swift
[53/74] Compiling Shapes Quad.swift
[54/74] Compiling Shapes QuadCorner.swift
[55/74] Compiling Shapes ReuleauxPolygon.swift
[56/74] Compiling Shapes RightKite.swift
[57/74] Compiling Shapes RightTriangle.swift
[58/74] Compiling Shapes Ring.swift
[59/74] Compiling Shapes RoundedPolygon.swift
[60/74] Compiling Shapes AlignmentShape.swift
[61/74] Compiling Shapes AnimatablePoints.swift
[62/74] Compiling Shapes AnnularSteinerChain.swift
[63/74] Compiling Shapes Arbelos.swift
[64/74] Compiling Shapes Array.swift
[65/74] Compiling Shapes Arrowhead.swift
[66/74] Compiling Shapes Bar.swift
[67/74] Compiling Shapes BenDayDot.swift
[68/74] Compiling Shapes CirclePattern.swift
[69/74] Compiling Shapes CircleSector.swift
[70/74] Compiling Shapes CompositeShape.swift
[71/74] Compiling Shapes ConvexPolygon.swift
[72/74] Compiling Shapes Crescent.swift
[73/74] Compiling Shapes CutCornerRectangle.swift
[74/74] Compiling Shapes DataPath.swift
Build complete! (11.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",
"AnnularSteinerChain.swift",
"Arbelos.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",
"Lune.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.