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/compnerd/cassowary.git
Reference: 0.0.2
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/compnerd/cassowary
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at 655d2af Fix for intermittent failure for multi term expressions. The cause is Dictionary is not Ordered and Terms must be evaluated in insertion order.
Cloned https://github.com/compnerd/cassowary.git
Revision (git rev-parse @):
655d2afbc3dc306261610ecb0db73a6b0564041f
SUCCESS checkout https://github.com/compnerd/cassowary.git at 0.0.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/compnerd/cassowary.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version--423B1241ED78D482.txt
[4/52] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[5/52] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[6/52] Compiling OrderedCollections OrderedSet+Diffing.swift
[7/52] Compiling OrderedCollections OrderedSet+Equatable.swift
[8/52] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[9/52] Compiling OrderedCollections OrderedSet+Hashable.swift
[10/58] Compiling OrderedCollections OrderedSet+Initializers.swift
[11/58] Compiling OrderedCollections OrderedSet+Insertions.swift
[12/58] Compiling OrderedCollections OrderedSet+Invariants.swift
[13/58] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[14/58] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[15/58] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[16/58] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[17/58] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[18/58] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[19/58] Compiling OrderedCollections OrderedDictionary+Values.swift
[20/58] Compiling OrderedCollections OrderedDictionary.swift
[21/58] Compiling OrderedCollections OrderedSet+Codable.swift
[22/58] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[23/58] Compiling OrderedCollections OrderedDictionary+Elements.swift
[24/58] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[25/58] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[26/58] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[27/58] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[28/58] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[29/58] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[30/58] Compiling OrderedCollections _Hashtable+Header.swift
[31/58] Compiling OrderedCollections OrderedDictionary+Codable.swift
[32/58] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[33/58] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[34/58] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[35/58] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[36/58] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[37/58] Compiling OrderedCollections _HashTable+Bucket.swift
[38/58] Compiling OrderedCollections _HashTable+BucketIterator.swift
[39/58] Compiling OrderedCollections _HashTable+Constants.swift
[40/58] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[41/58] Compiling OrderedCollections _HashTable+Testing.swift
[42/58] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[43/58] Compiling OrderedCollections _HashTable.swift
[44/58] Compiling OrderedCollections OrderedSet+Testing.swift
[45/58] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[46/58] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[47/58] Compiling OrderedCollections OrderedSet.swift
[48/58] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[49/58] Compiling OrderedCollections _UnsafeBitset.swift
[50/58] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[51/58] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[52/58] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[53/58] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[54/58] Compiling OrderedCollections OrderedSet+Sendable.swift
[55/58] Compiling OrderedCollections OrderedSet+SubSequence.swift
[56/58] Emitting module OrderedCollections
[57/68] Compiling Cassowary Constraint.swift
[58/68] Compiling Cassowary Errors.swift
[59/68] Compiling Cassowary Symbolics.swift
[60/68] Compiling Cassowary Strength.swift
[61/68] Emitting module Cassowary
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Expression.swift:5:1: warning: using '@_implementationOnly' without enabling library evolution for 'Cassowary' may lead to instability during execution
import OrderedCollections
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Row.swift:5:1: warning: using '@_implementationOnly' without enabling library evolution for 'Cassowary' may lead to instability during execution
import OrderedCollections
^
[62/68] Compiling Cassowary Expression.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Expression.swift:5:1: warning: using '@_implementationOnly' without enabling library evolution for 'Cassowary' may lead to instability during execution
import OrderedCollections
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Row.swift:5:1: warning: using '@_implementationOnly' without enabling library evolution for 'Cassowary' may lead to instability during execution
import OrderedCollections
^
[63/68] Compiling Cassowary Row.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Expression.swift:5:1: warning: using '@_implementationOnly' without enabling library evolution for 'Cassowary' may lead to instability during execution
import OrderedCollections
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Cassowary/Row.swift:5:1: warning: using '@_implementationOnly' without enabling library evolution for 'Cassowary' may lead to instability during execution
import OrderedCollections
^
[64/68] Compiling Cassowary Symbol.swift
[65/68] Compiling Cassowary Term.swift
[66/68] Compiling Cassowary Solver.swift
[67/69] Compiling Cassowary Variable.swift
[67/69] Write Objects.LinkFileList
[68/69] Linking libcassowary.dylib
Build complete! (2.81s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.22s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.05s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
Build complete.
Done.