The Swift Package Index logo.Swift Package Index

Build Information

Successful build of cassowary, reference main (553057), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 22:00:47 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/compnerd/cassowary.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/compnerd/cassowary
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5530573 gitignore: ignore the default SPM build directory
Cloned https://github.com/compnerd/cassowary.git
Revision (git rev-parse @):
5530573af9b3899143c442a14a7069aa3e5ea33b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/compnerd/cassowary.git at main
Fetching https://github.com/apple/swift-collections.git
[1/23537] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.29s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (2.99s)
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
========================================
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": "cassowary",
      "name": "cassowary",
      "url": "https://github.com/compnerd/cassowary.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/cassowary",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections.git",
          "version": "1.0.6",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/compnerd/cassowary.git
[1/395] Fetching cassowary
Fetched https://github.com/compnerd/cassowary.git from cache (0.73s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.62s)
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
Creating working copy for https://github.com/compnerd/cassowary.git
Working copy of https://github.com/compnerd/cassowary.git resolved at main (5530573)
warning: '.resolve-product-dependencies': dependency 'cassowary' is not used by any target
Found 1 product dependencies
  - swift-collections
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/compnerd/cassowary.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/51] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[5/51] Compiling OrderedCollections OrderedSet+Hashable.swift
[6/51] Compiling OrderedCollections OrderedSet+Initializers.swift
[7/51] Compiling OrderedCollections OrderedSet+Insertions.swift
[8/51] Compiling OrderedCollections OrderedSet+Invariants.swift
[9/56] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[10/56] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[11/56] Compiling OrderedCollections OrderedSet+Sendable.swift
[12/56] Compiling OrderedCollections OrderedSet+SubSequence.swift
[13/56] Compiling OrderedCollections OrderedSet+Testing.swift
[14/56] Compiling OrderedCollections _HashTable.swift
[15/56] Compiling OrderedCollections _Hashtable+Header.swift
[16/56] Compiling OrderedCollections OrderedDictionary+Codable.swift
[17/56] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[18/56] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[19/56] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[20/56] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[21/56] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[22/56] Compiling OrderedCollections OrderedDictionary+Elements.swift
[23/56] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[24/56] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[25/56] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[26/56] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[27/56] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[28/56] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[29/56] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[30/56] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[31/56] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[32/56] Compiling OrderedCollections OrderedDictionary+Values.swift
[33/56] Compiling OrderedCollections OrderedDictionary.swift
[34/56] Compiling OrderedCollections OrderedSet+Codable.swift
[35/56] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[36/56] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[37/56] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[38/56] Compiling OrderedCollections OrderedSet+Diffing.swift
[39/56] Compiling OrderedCollections OrderedSet+Equatable.swift
[40/56] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[41/56] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[42/56] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[43/56] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[44/56] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[45/56] Compiling OrderedCollections _HashTable+Bucket.swift
[46/56] Compiling OrderedCollections _HashTable+BucketIterator.swift
[47/56] Compiling OrderedCollections _HashTable+Constants.swift
[48/56] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[49/56] Compiling OrderedCollections _HashTable+Testing.swift
[50/56] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[51/56] Emitting module OrderedCollections
[52/56] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[53/56] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[54/56] Compiling OrderedCollections OrderedSet.swift
[55/56] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[56/56] Compiling OrderedCollections _UnsafeBitset.swift
[57/66] Compiling Cassowary Term.swift
[58/66] Compiling Cassowary Strength.swift
[59/67] Compiling Cassowary Symbolics.swift
[60/67] Compiling Cassowary Variable.swift
[61/67] Compiling Cassowary Symbol.swift
[62/67] Compiling Cassowary Row.swift
/Users/admin/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 [#ImplementationOnlyDeprecated]
  3 |
  4 | @_implementationOnly
  5 | import OrderedCollections
    | `- warning: using '@_implementationOnly' without enabling library evolution for 'Cassowary' may lead to instability during execution [#ImplementationOnlyDeprecated]
  6 |
  7 | internal final class Row {
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[63/67] Compiling Cassowary Expression.swift
/Users/admin/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 [#ImplementationOnlyDeprecated]
 3 |
 4 | @_implementationOnly
 5 | import OrderedCollections
   | `- warning: using '@_implementationOnly' without enabling library evolution for 'Cassowary' may lead to instability during execution [#ImplementationOnlyDeprecated]
 6 |
 7 | /// An expression is a linear combination of terms and a constant.
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[64/67] Compiling Cassowary Errors.swift
[65/67] Compiling Cassowary Constraint.swift
[66/67] Emitting module Cassowary
/Users/admin/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 [#ImplementationOnlyDeprecated]
 3 |
 4 | @_implementationOnly
 5 | import OrderedCollections
   | `- warning: using '@_implementationOnly' without enabling library evolution for 'Cassowary' may lead to instability during execution [#ImplementationOnlyDeprecated]
 6 |
 7 | /// An expression is a linear combination of terms and a constant.
/Users/admin/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 [#ImplementationOnlyDeprecated]
  3 |
  4 | @_implementationOnly
  5 | import OrderedCollections
    | `- warning: using '@_implementationOnly' without enabling library evolution for 'Cassowary' may lead to instability during execution [#ImplementationOnlyDeprecated]
  6 |
  7 | internal final class Row {
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[67/67] Compiling Cassowary Solver.swift
Build complete! (2.63s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "cassowary",
  "name" : "cassowary",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "cassowary",
      "targets" : [
        "Cassowary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CassowaryTests",
      "module_type" : "SwiftTarget",
      "name" : "CassowaryTests",
      "path" : "Tests/CassowaryTests",
      "sources" : [
        "CassowaryTests.swift"
      ],
      "target_dependencies" : [
        "Cassowary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cassowary",
      "module_type" : "SwiftTarget",
      "name" : "Cassowary",
      "path" : "Sources/Cassowary",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "cassowary"
      ],
      "sources" : [
        "Constraint.swift",
        "Errors.swift",
        "Expression.swift",
        "Row.swift",
        "Solver.swift",
        "Strength.swift",
        "Symbol.swift",
        "Symbolics.swift",
        "Term.swift",
        "Variable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.