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 Anchorage, reference 4.5.0 (23a6dd), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 07:27:50 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/Rightpoint/Anchorage.git
Reference: 4.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Rightpoint/Anchorage
 * tag               4.5.0      -> FETCH_HEAD
HEAD is now at 23a6dd0 Merge pull request #93 from Rightpoint/feature/colejd/add-custom-operators
Cloned https://github.com/Rightpoint/Anchorage.git
Revision (git rev-parse @):
23a6dd0ccf9529d2750d8679a2e74a161cff2f16
SUCCESS checkout https://github.com/Rightpoint/Anchorage.git at 4.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Rightpoint/Anchorage.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/9] Compiling Anchorage Priority.swift
[4/9] Compiling Anchorage NSLayoutAnchor+MultiplierConstraints.swift
[5/9] Compiling Anchorage Anchorage.swift
[6/9] Compiling Anchorage AnchorGroupProvider.swift
[7/9] Compiling Anchorage Compatability.swift
[8/9] Emitting module Anchorage
[9/9] Compiling Anchorage Internal.swift
Build complete! (6.30s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Anchorage",
  "name" : "Anchorage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Anchorage",
      "targets" : [
        "Anchorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnchorageTests",
      "module_type" : "SwiftTarget",
      "name" : "AnchorageTests",
      "path" : "AnchorageTests",
      "sources" : [
        "AnchorageTests.swift"
      ],
      "target_dependencies" : [
        "Anchorage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Anchorage",
      "module_type" : "SwiftTarget",
      "name" : "Anchorage",
      "path" : "Source",
      "product_memberships" : [
        "Anchorage"
      ],
      "sources" : [
        "AnchorGroupProvider.swift",
        "Anchorage.swift",
        "Compatability.swift",
        "Internal.swift",
        "NSLayoutAnchor+MultiplierConstraints.swift",
        "Priority.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.