The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Geometry, reference 1.2.4 (dbe9f6), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 20:56:11 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mrwerdo/geometry.git
Reference: 1.2.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mrwerdo/geometry
 * tag               1.2.4      -> FETCH_HEAD
HEAD is now at dbe9f6f Merge pull request #1 from mdales/mwd-linux-fixes
Cloned https://github.com/mrwerdo/geometry.git
Revision (git rev-parse @):
dbe9f6ff77821beb29e746071d81feed084da540
SUCCESS checkout https://github.com/mrwerdo/geometry.git at 1.2.4
Fetching https://github.com/jakeheis/SwiftCLI
[1/5074] Fetching swiftcli
Fetched https://github.com/jakeheis/SwiftCLI from cache (1.01s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 4.3.2 (1.70s)
Creating working copy for https://github.com/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 4.3.2
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "geometry",
      "name": "Geometry",
      "url": "https://github.com/mrwerdo/geometry.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/geometry",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swiftcli",
          "name": "SwiftCLI",
          "url": "https://github.com/jakeheis/SwiftCLI",
          "version": "4.3.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftCLI",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mrwerdo/geometry.git
[1/155] Fetching geometry
Fetched https://github.com/mrwerdo/geometry.git from cache (0.63s)
Fetching https://github.com/jakeheis/SwiftCLI from cache
Fetched https://github.com/jakeheis/SwiftCLI from cache (0.44s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 4.3.2 (0.51s)
Creating working copy for https://github.com/mrwerdo/geometry.git
Working copy of https://github.com/mrwerdo/geometry.git resolved at 1.2.4 (dbe9f6f)
Creating working copy for https://github.com/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 4.3.2
Found 1 product dependencies
  - SwiftCLI
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mrwerdo/geometry.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[2/8] Write synthesize-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/35] Emitting module SwiftCLI
[7/37] Compiling SwiftCLI Term.swift
[8/37] Compiling SwiftCLI VersionCommand.swift
[9/37] Compiling SwiftCLI Command.swift
[10/37] Compiling SwiftCLI CommandSignature.swift
[11/37] Compiling SwiftCLI Compatibility.swift
[12/37] Compiling SwiftCLI OptionRegistry.swift
[13/37] Compiling SwiftCLI Output.swift
[14/37] Compiling SwiftCLI OptionGroup.swift
[15/37] Compiling SwiftCLI OptionRecognizer.swift
[16/37] Compiling SwiftCLI Parameter.swift
[17/37] Compiling SwiftCLI ParameterFiller.swift
[18/37] Compiling SwiftCLI CompletionGenerator.swift
[19/37] Compiling SwiftCLI Error.swift
[20/37] Compiling SwiftCLI HelpCommand.swift
[21/37] Compiling SwiftCLI Path.swift
[22/37] Compiling SwiftCLI Router.swift
[23/37] Compiling SwiftCLI Stream.swift
[24/37] Compiling SwiftCLI Task.swift
[25/37] Compiling SwiftCLI HelpMessageGenerator.swift
[26/37] Compiling SwiftCLI Input.swift
[27/37] Compiling SwiftCLI Option.swift
[28/37] Compiling SwiftCLI ArgumentList.swift
[29/37] Compiling SwiftCLI ArgumentListManipulator.swift
[30/37] Compiling SwiftCLI CLI.swift
[31/39] Compiling ProtocolSynthesis main.swift
[32/39] Emitting module ProtocolSynthesis
[32/39] Write Objects.LinkFileList
[34/39] Compiling Geometry Geometry.swift
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Vector.swift:42:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Point2D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 40 |     }
 41 |
 42 |     var hashValue: Int {
    |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Point2D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 43 |         return Self.components.description.hashValue // FIXME: This hash algorithm is inefficient.
 44 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:16:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Size2D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 14 |     }
 15 |
 16 |     var hashValue: Int {
    |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Size2D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 17 |         return "\(width), \(height)".hashValue
 18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Geometry.swift:90:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Point3D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 88 |
 89 | extension Point3D : Hashable {
 90 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Point3D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 91 |         return x.hashValue ^ y.hashValue << 16 ^ z.hashValue << 32
 92 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Geometry.swift:96:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Size3D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 94 |
 95 | extension Size3D : Hashable {
 96 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Size3D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 97 |         return width.hashValue ^ height.hashValue << 16 ^ breadth.hashValue << 32
 98 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[35/39] Compiling Geometry Vector.swift
[35/39] Linking synthesize
[36/39] Applying synthesize
[38/39] Compiling Geometry Coordinates.swift
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:120:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
118 | }
119 |
120 | extension CGPoint : VectorType {
    | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
121 |     public static var components: [WritableKeyPath<CGPoint, CGFloat>] {
122 |         return [\.x, \.y]
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:120:1: warning: conformance of 'CGPoint' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
118 | }
119 |
120 | extension CGPoint : VectorType {
    | |- warning: conformance of 'CGPoint' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
    | `- note: add '@available' attribute to enclosing extension
121 |     public static var components: [WritableKeyPath<CGPoint, CGFloat>] {
122 |         return [\.x, \.y]
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:148:1: warning: extension declares a conformance of imported type 'CGVector' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
146 |
147 |
148 | extension CGVector : VectorType {
    | |- warning: extension declares a conformance of imported type 'CGVector' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
149 |     public static var components: [WritableKeyPath<CGVector, CGFloat>] {
150 |         return [\.dx, \.dy]
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:148:1: warning: conformance of 'CGVector' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
146 |
147 |
148 | extension CGVector : VectorType {
    | |- warning: conformance of 'CGVector' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
    | `- note: add '@available' attribute to enclosing extension
149 |     public static var components: [WritableKeyPath<CGVector, CGFloat>] {
150 |         return [\.dx, \.dy]
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:154:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
152 | }
153 |
154 | extension CGSize : CountableArea {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
155 |     public init(square l: CGFloat) {
156 |         self.init(width: l, height: l)
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:154:1: warning: conformance of 'CGSize' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
152 | }
153 |
154 | extension CGSize : CountableArea {
    | |- warning: conformance of 'CGSize' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
    | `- note: add '@available' attribute to enclosing extension
155 |     public init(square l: CGFloat) {
156 |         self.init(width: l, height: l)
[39/39] Emitting module Geometry
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:120:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
118 | }
119 |
120 | extension CGPoint : VectorType {
    | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
121 |     public static var components: [WritableKeyPath<CGPoint, CGFloat>] {
122 |         return [\.x, \.y]
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:120:1: warning: conformance of 'CGPoint' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
118 | }
119 |
120 | extension CGPoint : VectorType {
    | |- warning: conformance of 'CGPoint' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
    | `- note: add '@available' attribute to enclosing extension
121 |     public static var components: [WritableKeyPath<CGPoint, CGFloat>] {
122 |         return [\.x, \.y]
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:148:1: warning: extension declares a conformance of imported type 'CGVector' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
146 |
147 |
148 | extension CGVector : VectorType {
    | |- warning: extension declares a conformance of imported type 'CGVector' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
149 |     public static var components: [WritableKeyPath<CGVector, CGFloat>] {
150 |         return [\.dx, \.dy]
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:148:1: warning: conformance of 'CGVector' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
146 |
147 |
148 | extension CGVector : VectorType {
    | |- warning: conformance of 'CGVector' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
    | `- note: add '@available' attribute to enclosing extension
149 |     public static var components: [WritableKeyPath<CGVector, CGFloat>] {
150 |         return [\.dx, \.dy]
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:154:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
152 | }
153 |
154 | extension CGSize : CountableArea {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
155 |     public init(square l: CGFloat) {
156 |         self.init(width: l, height: l)
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:154:1: warning: conformance of 'CGSize' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
152 | }
153 |
154 | extension CGSize : CountableArea {
    | |- warning: conformance of 'CGSize' to 'Hashable' is only available in macOS 15.0 or newer; this is an error in the Swift 6 language mode
    | `- note: add '@available' attribute to enclosing extension
155 |     public init(square l: CGFloat) {
156 |         self.init(width: l, height: l)
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Vector.swift:42:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Point2D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 40 |     }
 41 |
 42 |     var hashValue: Int {
    |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Point2D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 43 |         return Self.components.description.hashValue // FIXME: This hash algorithm is inefficient.
 44 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:16:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Size2D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 14 |     }
 15 |
 16 |     var hashValue: Int {
    |         `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Size2D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 17 |         return "\(width), \(height)".hashValue
 18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Geometry.swift:90:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Point3D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 88 |
 89 | extension Point3D : Hashable {
 90 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Point3D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 91 |         return x.hashValue ^ y.hashValue << 16 ^ z.hashValue << 32
 92 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Geometry/Geometry.swift:96:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Size3D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 94 |
 95 | extension Size3D : Hashable {
 96 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Size3D' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
 97 |         return width.hashValue ^ height.hashValue << 16 ^ breadth.hashValue << 32
 98 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (7.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftcli",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jakeheis/SwiftCLI"
    }
  ],
  "manifest_display_name" : "Geometry",
  "name" : "Geometry",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "synthesize",
      "targets" : [
        "ProtocolSynthesis"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Geometry",
      "targets" : [
        "Geometry"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProtocolSynthesis",
      "module_type" : "SwiftTarget",
      "name" : "ProtocolSynthesis",
      "path" : "Sources/ProtocolSynthesis",
      "product_dependencies" : [
        "SwiftCLI"
      ],
      "product_memberships" : [
        "synthesize"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GeometryTests",
      "module_type" : "SwiftTarget",
      "name" : "GeometryTests",
      "path" : "Tests/GeometryTests",
      "sources" : [
        "APISpecificationTests.swift",
        "GeometryTests.swift"
      ],
      "target_dependencies" : [
        "Geometry"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Geometry",
      "module_type" : "SwiftTarget",
      "name" : "Geometry",
      "path" : "Sources/Geometry",
      "product_memberships" : [
        "Geometry"
      ],
      "sources" : [
        "Coordinates.swift",
        "Geometry.swift",
        "Vector.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.