The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Cassowary 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/tribalworldwidelondon/CassowarySwift.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/tribalworldwidelondon/CassowarySwift
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at 7de8fee Optimised orderedDictionary
Cloned https://github.com/tribalworldwidelondon/CassowarySwift.git
Revision (git rev-parse @):
7de8fee8331ad13eabb8de639fab0fde7a8f0d77
SUCCESS checkout https://github.com/tribalworldwidelondon/CassowarySwift.git at 2.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/tribalworldwidelondon/CassowarySwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/17] Compiling Cassowary Errors.swift
[4/17] Compiling Cassowary Expression.swift
[5/19] Compiling Cassowary Term.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Variable.swift:84:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[6/19] Compiling Cassowary Variable.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Variable.swift:84:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[7/19] Compiling Cassowary OrderedDictionary.swift
[8/19] Compiling Cassowary RelationalOperator.swift
[9/19] Compiling Cassowary Row.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Row.swift:240:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Row' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Row.swift:148:13: warning: variable 'newCells' was never mutated; consider changing to 'let' constant
        var newCells = OrderedDictionary<Symbol, Double>()
        ~~~ ^
        let
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Row.swift:173:13: warning: variable 'newCells' was never mutated; consider changing to 'let' constant
        var newCells = OrderedDictionary<Symbol, Double>()
        ~~~ ^
        let
[10/19] Compiling Cassowary Solver.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Row.swift:240:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Row' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Row.swift:148:13: warning: variable 'newCells' was never mutated; consider changing to 'let' constant
        var newCells = OrderedDictionary<Symbol, Double>()
        ~~~ ^
        let
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Row.swift:173:13: warning: variable 'newCells' was never mutated; consider changing to 'let' constant
        var newCells = OrderedDictionary<Symbol, Double>()
        ~~~ ^
        let
[11/19] Compiling Cassowary Strength.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Symbol.swift:66:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Symbol' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[12/19] Compiling Cassowary Symbol.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Symbol.swift:66:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Symbol' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[13/19] Compiling Cassowary ConstraintOperatorsInt.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Double+Epsilon.swift:37:5: warning: 'internal' modifier is redundant for property declared in an internal extension
    internal var isNearZero: Bool {
    ^~~~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Double+Epsilon.swift:41:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
    internal func isApproximately(value: Double) -> Bool {
    ^~~~~~~~~

[14/19] Compiling Cassowary Double+Epsilon.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Double+Epsilon.swift:37:5: warning: 'internal' modifier is redundant for property declared in an internal extension
    internal var isNearZero: Bool {
    ^~~~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Double+Epsilon.swift:41:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
    internal func isApproximately(value: Double) -> Bool {
    ^~~~~~~~~

[15/19] Compiling Cassowary CassowaryDebugDescription.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Constraint.swift:119:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Constraint' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Constraint.swift:81:13: warning: variable 'vars' was never mutated; consider changing to 'let' constant
        var vars = OrderedDictionary<Variable, Double>()
        ~~~ ^
        let
[16/19] Compiling Cassowary Constraint.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Constraint.swift:119:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Constraint' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Constraint.swift:81:13: warning: variable 'vars' was never mutated; consider changing to 'let' constant
        var vars = OrderedDictionary<Variable, Double>()
        ~~~ ^
        let
[17/19] Emitting module Cassowary
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Constraint.swift:119:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Constraint' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Double+Epsilon.swift:37:5: warning: 'internal' modifier is redundant for property declared in an internal extension
    internal var isNearZero: Bool {
    ^~~~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Double+Epsilon.swift:41:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
    internal func isApproximately(value: Double) -> Bool {
    ^~~~~~~~~

/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Row.swift:240:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Row' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Symbol.swift:66:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Symbol' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Variable.swift:84:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[18/19] Compiling Cassowary ConstraintOperators.swift
[19/19] Compiling Cassowary ConstraintOperatorsCGFloat.swift
Build complete! (4.12s)
Build complete.
Done.