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 GraphPoint, reference main (db6b65), with Swift 6.1 for macOS (SPM) on 18 May 2025 23:30:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/GraphPoint.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/GraphPoint
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at db6b657 Standard Library Conformances (#3)
Cloned https://github.com/richardpiazza/GraphPoint.git
Revision (git rev-parse @):
db6b6570aee5782432400b1ac37bba6dc3a652e5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/GraphPoint.git at main
Fetching https://github.com/richardpiazza/Swift2D
Fetching https://github.com/nicklockwood/SwiftFormat
[1/253] Fetching swift2d
[252/48277] Fetching swift2d, swiftformat
Fetched https://github.com/richardpiazza/Swift2D from cache (15.38s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (15.38s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.1 (16.33s)
Computing version for https://github.com/richardpiazza/Swift2D
Computed https://github.com/richardpiazza/Swift2D at 2.2.0 (0.45s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.1
Creating working copy for https://github.com/richardpiazza/Swift2D
Working copy of https://github.com/richardpiazza/Swift2D resolved at 2.2.0
========================================
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": "graphpoint",
      "name": "GraphPoint",
      "url": "https://github.com/richardpiazza/GraphPoint.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GraphPoint",
      "dependencies": [
        {
          "identity": "swift2d",
          "name": "Swift2D",
          "url": "https://github.com/richardpiazza/Swift2D",
          "version": "2.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift2D",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/richardpiazza/GraphPoint.git
[1/597] Fetching graphpoint
Fetched https://github.com/richardpiazza/GraphPoint.git from cache (0.91s)
Fetching https://github.com/richardpiazza/Swift2D from cache
Fetched https://github.com/richardpiazza/Swift2D from cache (0.45s)
Computing version for https://github.com/richardpiazza/Swift2D
Computed https://github.com/richardpiazza/Swift2D at 2.2.0 (0.51s)
Creating working copy for https://github.com/richardpiazza/GraphPoint.git
Working copy of https://github.com/richardpiazza/GraphPoint.git resolved at main (db6b657)
Creating working copy for https://github.com/richardpiazza/Swift2D
Working copy of https://github.com/richardpiazza/Swift2D resolved at 2.2.0
warning: '.resolve-product-dependencies': dependency 'graphpoint' is not used by any target
Found 1 product dependencies
  - Swift2D
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/richardpiazza/GraphPoint.git
https://github.com/richardpiazza/GraphPoint.git
{
  "dependencies" : [
    {
      "identity" : "swift2d",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/Swift2D"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.55.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "GraphPoint",
  "name" : "GraphPoint",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "GraphPoint",
      "targets" : [
        "GraphPoint"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "GraphPointTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphPointTests",
      "path" : "Tests/GraphPointTests",
      "sources" : [
        "CartesianFrameTests.swift",
        "CartesianPlaneTests.swift",
        "CartesianPointTests.swift",
        "DegreeTests.swift",
        "QuadrantTests.swift",
        "RadianTests.swift"
      ],
      "target_dependencies" : [
        "GraphPoint"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphPoint",
      "module_type" : "SwiftTarget",
      "name" : "GraphPoint",
      "path" : "Sources/GraphPoint",
      "product_dependencies" : [
        "Swift2D"
      ],
      "product_memberships" : [
        "GraphPoint"
      ],
      "sources" : [
        "Arc.swift",
        "CartesianFrame.swift",
        "CartesianPlane.swift",
        "CartesianPoint.swift",
        "Degree.swift",
        "GraphPointError.swift",
        "Quadrant.swift",
        "Radian.swift",
        "Radius.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/11] Compiling Swift2D Size.swift
[6/11] Compiling Swift2D Size+CoreGraphics.swift
[7/11] Compiling Swift2D Rect.swift
[8/11] Compiling Swift2D Rect+CoreGraphics.swift
[9/11] Compiling Swift2D Point.swift
[10/11] Emitting module Swift2D
[11/11] Compiling Swift2D Point+CoreGraphics.swift
[12/21] Compiling GraphPoint Quadrant.swift
[13/21] Compiling GraphPoint Radian.swift
[14/21] Compiling GraphPoint Radius.swift
[15/21] Compiling GraphPoint GraphPointError.swift
[16/21] Compiling GraphPoint CartesianPoint.swift
[17/21] Compiling GraphPoint Degree.swift
[18/21] Compiling GraphPoint CartesianPlane.swift
[19/21] Compiling GraphPoint CartesianFrame.swift
[20/21] Emitting module GraphPoint
[21/21] Compiling GraphPoint Arc.swift
Build complete! (7.23s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift2d",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/richardpiazza/Swift2D"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.55.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "GraphPoint",
  "name" : "GraphPoint",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "GraphPoint",
      "targets" : [
        "GraphPoint"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "GraphPointTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphPointTests",
      "path" : "Tests/GraphPointTests",
      "sources" : [
        "CartesianFrameTests.swift",
        "CartesianPlaneTests.swift",
        "CartesianPointTests.swift",
        "DegreeTests.swift",
        "QuadrantTests.swift",
        "RadianTests.swift"
      ],
      "target_dependencies" : [
        "GraphPoint"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphPoint",
      "module_type" : "SwiftTarget",
      "name" : "GraphPoint",
      "path" : "Sources/GraphPoint",
      "product_dependencies" : [
        "Swift2D"
      ],
      "product_memberships" : [
        "GraphPoint"
      ],
      "sources" : [
        "Arc.swift",
        "CartesianFrame.swift",
        "CartesianPlane.swift",
        "CartesianPoint.swift",
        "Degree.swift",
        "GraphPointError.swift",
        "Quadrant.swift",
        "Radian.swift",
        "Radius.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/richardpiazza/graphpoint/main
Repository:               richardpiazza/GraphPoint
Swift version used:       6.1
Target:                   GraphPoint
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            release/6.2 -> FETCH_HEAD
 * [new branch]      release/6.2 -> origin/release/6.2
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'GraphPoint'...
Finished extracting symbol information for 'GraphPoint'. (4.27s)
Building documentation for 'GraphPoint'...
warning: Parameter 'clockwise' is missing documentation
  --> Sources/GraphPoint/CartesianPoint.swift:36:75-36:75
34 |     /// - parameters:
35 |     ///   - radius: The straight line distance from the _origin_.
36 +     ///   - degree: The angular degree (0-360), clockwise from the x-axis.
   |                                                                           ╰─suggestion: Document 'clockwise' parameter
37 |     /// - returns:A `CartesianPoint` with offsets from the _origin_.
38 |     static func make(for radius: Radius, degree: Degree, clockwise: Bool = true) throws -> CartesianPoint {
warning: Parameter 'clockwise' is missing documentation
   --> Sources/GraphPoint/CartesianPoint.swift:133:99-133:99
131 |     ///   - radius: The straight line distance from the _origin_.
132 |     ///   - degree: The angular degree (0-360), clockwise from the x-axis.
133 +     ///   - modifier: The point used to clip or expand the result. The nearest axis value is used.
    |                                                                                                   ╰─suggestion: Document 'clockwise' parameter
134 |     static func make(for radius: Radius, degree: Degree, modifier: CartesianPoint, clockwise: Bool = true) throws -> CartesianPoint {
135 |         guard degree >= 0.0, degree <= 360.0 else {
warning: Parameter 'point' not found in type method declaration
  --> Sources/GraphPoint/Degree.swift:21:11-21:70
19 |     ///
20 |     /// - parameters:
21 +     ///   - point: A `CartesianPoint` with offsets from the _origin_.
   |           ╰─suggestion: Remove 'point' parameter documentation
22 |     /// - returns:The angular degree (0-360), clockwise from the x-axis.
23 |     static func make(for cartesianPoint: CartesianPoint, clockwise: Bool = true) throws -> Degree {
warning: Parameter 'clockwise' is missing documentation
  --> Sources/GraphPoint/Degree.swift:21:70-21:70
19 |     ///
20 |     /// - parameters:
21 +     ///   - point: A `CartesianPoint` with offsets from the _origin_.
   |                                                                      ╰─suggestion: Document 'clockwise' parameter
22 |     /// - returns:The angular degree (0-360), clockwise from the x-axis.
23 |     static func make(for cartesianPoint: CartesianPoint, clockwise: Bool = true) throws -> Degree {
warning: Parameter 'cartesianPoint' is missing documentation
  --> Sources/GraphPoint/Degree.swift:21:70-21:70
19 |     ///
20 |     /// - parameters:
21 +     ///   - point: A `CartesianPoint` with offsets from the _origin_.
   |                                                                      ╰─suggestion: Document 'cartesianPoint' parameter
22 |     /// - returns:The angular degree (0-360), clockwise from the x-axis.
23 |     static func make(for cartesianPoint: CartesianPoint, clockwise: Bool = true) throws -> Degree {
Finished building documentation for 'GraphPoint' (0.13s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/richardpiazza/graphpoint/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/nicklockwood/SwiftFormat
Updating https://github.com/richardpiazza/Swift2D
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.44s)
Updated https://github.com/nicklockwood/SwiftFormat (0.54s)
Updated https://github.com/richardpiazza/Swift2D (0.42s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.1 (1.44s)
Computing version for https://github.com/richardpiazza/Swift2D
Computed https://github.com/richardpiazza/Swift2D at 2.2.0 (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.88s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Compiling SymbolKit Mixin+Equals.swift
[10/53] Compiling SymbolKit Mixin+Hash.swift
[11/53] Compiling SymbolKit Mixin.swift
[12/53] Compiling SymbolKit LineList.swift
[13/53] Compiling SymbolKit Position.swift
[14/53] Compiling SymbolKit DeclarationFragments.swift
[15/53] Compiling SymbolKit Fragment.swift
[16/53] Compiling SymbolKit FragmentKind.swift
[17/53] Compiling SymbolKit FunctionParameter.swift
[18/53] Compiling SymbolKit FunctionSignature.swift
[19/57] Compiling SymbolKit Names.swift
[20/57] Compiling SymbolKit SPI.swift
[21/57] Compiling SymbolKit Snippet.swift
[22/57] Compiling SymbolKit Extension.swift
[23/57] Emitting module SymbolKit
[24/57] Compiling SymbolKit Identifier.swift
[25/57] Compiling SymbolKit KindIdentifier.swift
[26/57] Compiling SymbolKit Location.swift
[27/57] Compiling SymbolKit Mutability.swift
[28/57] Compiling SymbolKit SemanticVersion.swift
[29/57] Compiling SymbolKit AccessControl.swift
[30/57] Compiling SymbolKit Availability.swift
[31/57] Compiling SymbolKit AvailabilityItem.swift
[32/57] Compiling SymbolKit Domain.swift
[33/57] Compiling SymbolKit SourceRange.swift
[34/57] Compiling SymbolKit Metadata.swift
[35/57] Compiling SymbolKit Module.swift
[36/57] Compiling SymbolKit OperatingSystem.swift
[37/57] Compiling SymbolKit Platform.swift
[38/57] Compiling SymbolKit GenericConstraint.swift
[39/57] Compiling SymbolKit GenericParameter.swift
[40/57] Compiling SymbolKit Generics.swift
[41/57] Compiling SymbolKit Namespace.swift
[42/57] Compiling SymbolKit Relationship.swift
[43/57] Compiling SymbolKit RelationshipKind.swift
[44/57] Compiling SymbolKit SourceOrigin.swift
[45/57] Compiling SymbolKit GenericConstraints.swift
[46/57] Compiling SymbolKit Swift.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.29s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/8] Compiling Swift2D Rect+CoreGraphics.swift
[3/8] Compiling Swift2D Size.swift
[4/8] Compiling Swift2D Size+CoreGraphics.swift
[5/8] Compiling Swift2D Point.swift
[6/8] Emitting module Swift2D
[7/8] Compiling Swift2D Point+CoreGraphics.swift
[8/8] Compiling Swift2D Rect.swift
[9/18] Compiling GraphPoint Quadrant.swift
[10/18] Compiling GraphPoint Radian.swift
[11/18] Compiling GraphPoint Radius.swift
[12/18] Compiling GraphPoint Degree.swift
[13/18] Compiling GraphPoint GraphPointError.swift
[14/18] Compiling GraphPoint CartesianPoint.swift
[15/18] Compiling GraphPoint CartesianPlane.swift
[16/18] Emitting module GraphPoint
[17/18] Compiling GraphPoint Arc.swift
[18/18] Compiling GraphPoint CartesianFrame.swift
Build of target: 'GraphPoint' complete! (2.14s)
     182
2	/Users/admin/builder/spi-builder-workspace/.docs/richardpiazza/graphpoint/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/richardpiazza/graphpoint/main
File count: 182
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-richardpiazza-graphpoint-main-053b753c.zip to s3://spi-docs-inbox/prod-richardpiazza-graphpoint-main-053b753c.zip
Copying... [14%]
Copying... [28%]
Copying... [42%]
Copying... [56%]
Copying... [70%]
Copying... [84%]
Copying... [98%]
Copying... [100%]
Done.