Build Information
Successful build of Masonry, reference v1.2.3 (5fdcab), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 15:03:19 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cntrump/Masonry.git
Reference: v1.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cntrump/Masonry
* tag v1.2.3 -> FETCH_HEAD
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 v1.2.3
========================================
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": "masonry",
"name": "Masonry",
"url": "https://github.com/cntrump/Masonry.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Masonry",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/cntrump/Masonry.git
[1/3025] Fetching masonry
Fetched https://github.com/cntrump/Masonry.git from cache (0.98s)
Creating working copy for https://github.com/cntrump/Masonry.git
Working copy of https://github.com/cntrump/Masonry.git resolved at v1.2.3 (5fdcabd)
warning: '.resolve-product-dependencies': dependency 'masonry' 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/cntrump/Masonry.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/16] Compiling LayoutGuide+MASShorthandAdditions.m
[1/16] Compiling MASLayoutConstraint.m
[2/16] Compiling NSArray+MASAdditions.m
[3/16] Compiling MASConstraint.m
[4/16] Compiling MASCompositeConstraint.m
[5/16] Compiling MASViewAttribute.m
[6/16] Compiling ViewController+MASAdditions.m
[7/16] Compiling MASUtilities.m
[8/16] Compiling MASConstraintMaker.m
[9/16] Compiling View+MASShorthandAdditions.m
[10/16] Compiling MASViewConstraint.m
[11/16] Compiling UIScrollView+MASAdditions.m
[12/16] Compiling LayoutGuide+MASAdditions.m
[13/16] Compiling View+MASAdditions.m
[14/16] Compiling NSLayoutConstraint+MASDebugAdditions.m
[15/16] Compiling NSArray+MASShorthandAdditions.m
Build complete! (3.29s)
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.