The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of QuickConstraint, reference v0.10.0 (349f3b), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 16:38:11 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nakkht/quick-constraint.git
Reference: v0.10.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nakkht/quick-constraint
 * tag               v0.10.0    -> FETCH_HEAD
HEAD is now at 349f3b4 Updated changelog
Cloned https://github.com/nakkht/quick-constraint.git
Revision (git rev-parse @):
349f3b4afb27a557a2d69f0690d4cf254cbf681a
SUCCESS checkout https://github.com/nakkht/quick-constraint.git at v0.10.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nakkht/quick-constraint.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling QuickConstraint Typealias.swift
[4/12] Compiling QuickConstraint UICollectionView.swift
[5/12] Compiling QuickConstraint Axis.swift
[6/12] Compiling QuickConstraint Anchor.swift
[7/12] Compiling QuickConstraint UICollectionReusableView.swift
[8/12] Emitting module QuickConstraint
[9/12] Compiling QuickConstraint Dimension.swift
[10/12] Compiling QuickConstraint StackView.swift
[11/12] Compiling QuickConstraint LayoutConstraint.swift
[12/12] Compiling QuickConstraint View+AutoLayout.swift
Build complete! (7.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "QuickConstraint",
  "name" : "QuickConstraint",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "QuickConstraint",
      "targets" : [
        "QuickConstraint"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "QuickConstraint",
      "module_type" : "SwiftTarget",
      "name" : "QuickConstraint",
      "path" : "Sources/QuickConstraint",
      "product_memberships" : [
        "QuickConstraint"
      ],
      "sources" : [
        "Anchor.swift",
        "Axis.swift",
        "CollectionView/UICollectionReusableView.swift",
        "CollectionView/UICollectionView.swift",
        "Dimension.swift",
        "LayoutConstraint.swift",
        "StackView/StackView.swift",
        "Typealias.swift",
        "View+AutoLayout.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.