The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Masonry, reference master (5fdcab), with Swift 6.0 for macOS (SPM) on 25 Jul 2025 05:50:50 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cntrump/Masonry.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cntrump/Masonry
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5fdcabd Add keyboardLayoutGuide support
Cloned https://github.com/cntrump/Masonry.git
Revision (git rev-parse @):
5fdcabdee48986e6fbbf0267d941173ef41095b9
SUCCESS checkout https://github.com/cntrump/Masonry.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/cntrump/Masonry.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/16] Compiling MASConstraint.m
[1/16] Compiling View+MASShorthandAdditions.m
[2/16] Compiling NSArray+MASShorthandAdditions.m
[3/16] Compiling MASUtilities.m
[4/16] Compiling MASViewAttribute.m
[5/16] Compiling MASLayoutConstraint.m
[6/16] Compiling View+MASAdditions.m
[7/16] Compiling NSLayoutConstraint+MASDebugAdditions.m
[8/16] Compiling UIScrollView+MASAdditions.m
[9/16] Compiling MASCompositeConstraint.m
[10/16] Compiling LayoutGuide+MASShorthandAdditions.m
[11/16] Compiling MASConstraintMaker.m
[12/16] Compiling LayoutGuide+MASAdditions.m
[13/16] Compiling ViewController+MASAdditions.m
[14/16] Compiling MASViewConstraint.m
[15/16] Compiling NSArray+MASAdditions.m
Build complete! (3.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Masonry",
  "name" : "Masonry",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Masonry",
      "targets" : [
        "Masonry"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Masonry",
      "module_type" : "ClangTarget",
      "name" : "Masonry",
      "path" : ".",
      "product_memberships" : [
        "Masonry"
      ],
      "sources" : [
        "Masonry/LayoutGuide+MASAdditions.m",
        "Masonry/LayoutGuide+MASShorthandAdditions.m",
        "Masonry/MASCompositeConstraint.m",
        "Masonry/MASConstraint.m",
        "Masonry/MASConstraintMaker.m",
        "Masonry/MASLayoutConstraint.m",
        "Masonry/MASUtilities.m",
        "Masonry/MASViewAttribute.m",
        "Masonry/MASViewConstraint.m",
        "Masonry/NSArray+MASAdditions.m",
        "Masonry/NSArray+MASShorthandAdditions.m",
        "Masonry/NSLayoutConstraint+MASDebugAdditions.m",
        "Masonry/UIScrollView+MASAdditions.m",
        "Masonry/View+MASAdditions.m",
        "Masonry/View+MASShorthandAdditions.m",
        "Masonry/ViewController+MASAdditions.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.