The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nakkht/quick-constraint.git
Reference: develop
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nakkht/quick-constraint
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 14a36dc Removed tvOS platform on latest builds on iOS 16
Cloned https://github.com/nakkht/quick-constraint.git
Revision (git rev-parse @):
14a36dcb494bec6625327c753c47c0e5e174617e
SUCCESS checkout https://github.com/nakkht/quick-constraint.git at develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "quick-constraint",
      "name": "QuickConstraint",
      "url": "https://github.com/nakkht/quick-constraint.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/quick-constraint",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nakkht/quick-constraint.git
[1/1101] Fetching quick-constraint
Fetched https://github.com/nakkht/quick-constraint.git (0.54s)
Creating working copy for https://github.com/nakkht/quick-constraint.git
Working copy of https://github.com/nakkht/quick-constraint.git resolved at develop
warning: '.resolve-product-dependencies': dependency 'quick-constraint' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/9] Compiling QuickConstraint Typealias.swift
[2/10] Compiling QuickConstraint UICollectionReusableView.swift
[3/10] Compiling QuickConstraint UICollectionView.swift
[4/10] Compiling QuickConstraint Dimension.swift
[5/10] Compiling QuickConstraint Anchor.swift
[6/10] Compiling QuickConstraint Axis.swift
[7/10] Compiling QuickConstraint LayoutConstraint.swift
[8/10] Compiling QuickConstraint StackView.swift
[9/10] Emitting module QuickConstraint
[10/10] Compiling QuickConstraint View+AutoLayout.swift
Build complete! (13.34s)
Build complete.
Done.