The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mrwerdo/geometry.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/mrwerdo/geometry
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/mrwerdo/geometry.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[3/8] Write synthesize-entitlement.plist
[4/8] Write swift-version--423B1241ED78D482.txt
[6/34] Compiling SwiftCLI OptionGroup.swift
[7/34] Compiling SwiftCLI OptionRecognizer.swift
[8/34] Compiling SwiftCLI OptionRegistry.swift
[9/37] Compiling SwiftCLI CompletionGenerator.swift
[10/37] Compiling SwiftCLI Error.swift
[11/37] Compiling SwiftCLI HelpCommand.swift
[12/37] Compiling SwiftCLI HelpMessageGenerator.swift
[13/37] Compiling SwiftCLI Input.swift
[14/37] Compiling SwiftCLI Option.swift
[15/37] Compiling SwiftCLI Output.swift
[16/37] Compiling SwiftCLI Parameter.swift
[17/37] Compiling SwiftCLI ParameterFiller.swift
[18/37] Compiling SwiftCLI ArgumentList.swift
[19/37] Compiling SwiftCLI ArgumentListManipulator.swift
[20/37] Compiling SwiftCLI CLI.swift
[21/37] Compiling SwiftCLI Command.swift
[22/37] Compiling SwiftCLI CommandSignature.swift
[23/37] Compiling SwiftCLI Compatibility.swift
[24/37] Compiling SwiftCLI Task.swift
[25/37] Compiling SwiftCLI Term.swift
[26/37] Compiling SwiftCLI VersionCommand.swift
[27/37] Compiling SwiftCLI Path.swift
[28/37] Compiling SwiftCLI Router.swift
[29/37] Compiling SwiftCLI Stream.swift
[30/37] Emitting module SwiftCLI
[31/39] Compiling ProtocolSynthesis main.swift
[32/39] Emitting module ProtocolSynthesis
[32/39] Write Objects.LinkFileList
[34/39] Compiling Geometry Vector.swift
[35/39] Compiling Geometry Geometry.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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 {
               ^
[35/39] Linking synthesize
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/synthesize: replacing existing signature
[36/39] Applying synthesize
[38/39] Emitting module Geometry
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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 {
               ^
[39/39] Compiling Geometry Coordinates.swift
/Users/builder/builds/UKfvDsi8u/2/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/UKfvDsi8u/2/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/UKfvDsi8u/2/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! (4.10s)
Fetching https://github.com/jakeheis/SwiftCLI from cache
Fetched https://github.com/jakeheis/SwiftCLI from cache (0.15s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 4.3.2 (0.02s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/SwiftCLI-83761b15 is not valid git repository for 'https://github.com/jakeheis/SwiftCLI', will fetch again.
Fetching https://github.com/jakeheis/SwiftCLI from cache
Fetched https://github.com/jakeheis/SwiftCLI from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/SwiftCLI-83761b15 is not valid git repository for 'https://github.com/jakeheis/SwiftCLI', will fetch again.
Fetching https://github.com/jakeheis/SwiftCLI from cache
Fetched https://github.com/jakeheis/SwiftCLI from cache (0.00s)
Creating working copy for https://github.com/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 4.3.2
Build complete.
Done.

Build Machine: Mac 7