The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Geometry with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mrwerdo/geometry.git
Reference: 1.2.4
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-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 into spi-builder-workspace
dbe9f6ff77821beb29e746071d81feed084da540
SUCCESS checkout https://github.com/mrwerdo/geometry.git at 1.2.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/jakeheis/SwiftCLI from cache
Fetched https://github.com/jakeheis/SwiftCLI (0.18s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 4.3.2 (0.03s)
Creating working copy for https://github.com/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 4.3.2
Building for debugging...
[1/27] Emitting module SwiftCLI
[2/30] Compiling SwiftCLI OptionGroup.swift
[3/30] Compiling SwiftCLI OptionRecognizer.swift
[4/30] Compiling SwiftCLI OptionRegistry.swift
[5/30] Compiling SwiftCLI Task.swift
[6/30] Compiling SwiftCLI Term.swift
[7/30] Compiling SwiftCLI VersionCommand.swift
[8/30] Compiling SwiftCLI Output.swift
[9/30] Compiling SwiftCLI Parameter.swift
[10/30] Compiling SwiftCLI ParameterFiller.swift
[11/30] Compiling SwiftCLI ArgumentList.swift
[12/30] Compiling SwiftCLI ArgumentListManipulator.swift
[13/30] Compiling SwiftCLI CLI.swift
[14/30] Compiling SwiftCLI CompletionGenerator.swift
[15/30] Compiling SwiftCLI Error.swift
[16/30] Compiling SwiftCLI HelpCommand.swift
[17/30] Compiling SwiftCLI Command.swift
[18/30] Compiling SwiftCLI CommandSignature.swift
[19/30] Compiling SwiftCLI Compatibility.swift
[20/30] Compiling SwiftCLI HelpMessageGenerator.swift
[21/30] Compiling SwiftCLI Input.swift
[22/30] Compiling SwiftCLI Option.swift
[23/30] Compiling SwiftCLI Path.swift
[24/30] Compiling SwiftCLI Router.swift
[25/30] Compiling SwiftCLI Stream.swift
[26/32] Compiling Geometry Vector.swift
[27/32] Compiling ProtocolSynthesis main.swift
[28/32] Emitting module ProtocolSynthesis
[28/32] Linking synthesize
[30/32] Compiling Geometry Geometry.swift
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-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
    var hashValue: Int {
        ^
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-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
    var hashValue: Int {
        ^
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-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
    public var hashValue: Int {
               ^
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-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
    public var hashValue: Int {
               ^
[31/32] Emitting module Geometry
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Geometry/Vector.swift:42:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CGPoint' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Geometry/Vector.swift:42:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CGVector' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:16:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CGSize' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-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
    var hashValue: Int {
        ^
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-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
    var hashValue: Int {
        ^
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-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
    public var hashValue: Int {
               ^
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-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
    public var hashValue: Int {
               ^
[32/32] Compiling Geometry Coordinates.swift
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Geometry/Vector.swift:42:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CGPoint' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Geometry/Vector.swift:42:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CGVector' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Geometry/Coordinates.swift:16:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'CGSize' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
Build complete! (12.10s)
Build complete.
Done.

Build Machine: Mac 5