The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Align, reference main (8c129b), with Swift 6.3 for macOS (SPM) on 27 Apr 2026 01:41:58 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/kean/Align.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kean/Align
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8c129b8 Update CHANGELOG
Cloned https://github.com/kean/Align.git
Revision (git rev-parse @):
8c129b833af9d876c04212c4bcde85d242f72a95
SUCCESS checkout https://github.com/kean/Align.git at main
========================================
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": "align",
      "name": "Align",
      "url": "https://github.com/kean/Align.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Align",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kean/Align.git
[1/2000] Fetching align
Fetched https://github.com/kean/Align.git from cache (1.13s)
Creating working copy for https://github.com/kean/Align.git
Working copy of https://github.com/kean/Align.git resolved at main (8c129b8)
warning: '.resolve-product-dependencies': dependency 'align' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/kean/Align.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling Align LayoutItem.swift
[4/11] Compiling Align LayoutAnchors.swift
[5/11] Compiling Align AnchorCollectionEdges.swift
[6/11] Compiling Align AnchorCollectionCenter.swift
[7/11] Compiling Align AnchorCollectionSize.swift
[8/11] Emitting module Align
[9/11] Compiling Align Anchor.swift
[10/11] Compiling Align Constraints.swift
[11/11] Compiling Align Align+Preview.swift
Build complete! (10.98s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Align",
  "name" : "Align",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Align",
      "targets" : [
        "Align"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AlignTests",
      "module_type" : "SwiftTarget",
      "name" : "AlignTests",
      "path" : "Tests",
      "sources" : [
        "AnchorAPIsTests.swift",
        "AnchorAlignmentTests.swift",
        "AnchorCenterTests.swift",
        "AnchorCollectionCenterTests.swift",
        "AnchorCollectionEdgesTests.swift",
        "AnchorCollectionSizeTests.swift",
        "AnchorDimensionTests.swift",
        "AnchorEdgeTests.swift",
        "AnchorPerformanceTests.swift",
        "AnchorTests.swift",
        "ConstraintsTests.swift",
        "Extensions/Align+Extensions.swift",
        "Extensions/Diff.swift",
        "Extensions/XCTestExtensions.swift"
      ],
      "target_dependencies" : [
        "Align"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Align",
      "module_type" : "SwiftTarget",
      "name" : "Align",
      "path" : "Sources",
      "product_memberships" : [
        "Align"
      ],
      "sources" : [
        "Align+Preview.swift",
        "Anchor.swift",
        "AnchorCollectionCenter.swift",
        "AnchorCollectionEdges.swift",
        "AnchorCollectionSize.swift",
        "Constraints.swift",
        "LayoutAnchors.swift",
        "LayoutItem.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.