The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Masonry, reference v1.2.1 (fa1a87), with Swift 6.0 for macOS (SPM) on 12 Oct 2024 02:38:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cntrump/Masonry.git
Reference: v1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cntrump/Masonry
 * tag               v1.2.1     -> FETCH_HEAD
HEAD is now at fa1a87f enable GitHub Actions
Cloned https://github.com/cntrump/Masonry.git
Revision (git rev-parse @):
fa1a87fb04c6963ecb6a3827666fddbb723b8356
SUCCESS checkout https://github.com/cntrump/Masonry.git at v1.2.1
========================================
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/cntrump/Masonry.git
[1/3005] Fetching masonry
Fetched https://github.com/cntrump/Masonry.git from cache (1.11s)
Creating working copy for https://github.com/cntrump/Masonry.git
Working copy of https://github.com/cntrump/Masonry.git resolved at v1.2.1 (fa1a87f)
warning: '.resolve-product-dependencies': dependency 'masonry' is not used by any target
Found 0 product dependencies
========================================
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.0.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/15] Compiling ViewController+MASAdditions.m
[1/15] Compiling NSLayoutConstraint+MASDebugAdditions.m
[2/15] Compiling MASViewConstraint.m
[3/15] Compiling View+MASShorthandAdditions.m
[4/15] Compiling MASConstraintMaker.m
[5/15] Compiling MASCompositeConstraint.m
[6/15] Compiling NSArray+MASAdditions.m
[7/15] Compiling MASUtilities.m
[8/15] Compiling NSArray+MASShorthandAdditions.m
[9/15] Compiling MASViewAttribute.m
[10/15] Compiling MASLayoutConstraint.m
[11/15] Compiling MASConstraint.m
[12/15] Compiling View+MASAdditions.m
[13/15] Compiling LayoutGuide+MASShorthandAdditions.m
[14/15] Compiling LayoutGuide+MASAdditions.m
Build complete! (4.19s)
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/View+MASAdditions.m",
        "Masonry/View+MASShorthandAdditions.m",
        "Masonry/ViewController+MASAdditions.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.