The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cntrump/Masonry.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cntrump/Masonry
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e706292 Improve function `mas_closestCommonSuperview`
Cloned https://github.com/cntrump/Masonry.git
Revision (git rev-parse @):
e7062927b96b8b7688156d6cc41d0cbf9ecb618d
SUCCESS checkout https://github.com/cntrump/Masonry.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "masonry",
      "name": "Masonry",
      "url": "https://github.com/cntrump/Masonry.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Masonry",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/cntrump/Masonry.git from cache
Fetched https://github.com/cntrump/Masonry.git (0.23s)
Creating working copy for https://github.com/cntrump/Masonry.git
Working copy of https://github.com/cntrump/Masonry.git resolved at master
warning: '.resolve-product-dependencies': dependency 'masonry' 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.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/15] Compiling View+MASShorthandAdditions.m
[1/15] Compiling NSArray+MASShorthandAdditions.m
[2/15] Compiling View+MASAdditions.m
[3/15] Compiling MASViewAttribute.m
[4/15] Compiling NSArray+MASAdditions.m
[5/15] Compiling MASUtilities.m
[6/15] Compiling MASCompositeConstraint.m
[7/15] Compiling MASViewConstraint.m
[8/15] Compiling MASLayoutConstraint.m
[9/15] Compiling NSLayoutConstraint+MASDebugAdditions.m
[10/15] Compiling MASConstraint.m
[11/15] Compiling MASConstraintMaker.m
[12/15] Compiling LayoutGuide+MASShorthandAdditions.m
[13/15] Compiling LayoutGuide+MASAdditions.m
[14/15] Compiling ViewController+MASAdditions.m
Build complete! (3.26s)
Build complete.
Done.