The Swift Package Index logo.Swift Package Index

Build Information

Successful build of yoga, reference v3.2.1 (042f50), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 21:34:19 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/facebook/yoga.git
Reference: v3.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/facebook/yoga
 * tag               v3.2.1     -> FETCH_HEAD
HEAD is now at 042f501 ./set-version.py 3.2.1
Cloned https://github.com/facebook/yoga.git
Revision (git rev-parse @):
042f5013152eb81c1552dec945b88f7b95ca350f
SUCCESS checkout https://github.com/facebook/yoga.git at v3.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "yoga",
      "name": "yoga",
      "url": "https://github.com/facebook/yoga.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/yoga",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/facebook/yoga.git
[1/44384] Fetching yoga
Fetched https://github.com/facebook/yoga.git from cache (3.79s)
Creating working copy for https://github.com/facebook/yoga.git
Working copy of https://github.com/facebook/yoga.git resolved at v3.2.1 (042f501)
warning: '.resolve-product-dependencies': dependency 'yoga' 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/facebook/yoga.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/19] Compiling LayoutResults.cpp
[1/19] Compiling event.cpp
[2/19] Compiling Log.cpp
[3/19] Compiling AssertFatal.cpp
[4/19] Compiling PixelGrid.cpp
[5/19] Compiling Config.cpp
[6/19] Compiling FlexLine.cpp
[7/19] Compiling YGNodeStyle.cpp
[8/19] Compiling YGEnums.cpp
[9/19] Compiling CalculateLayout.cpp
[10/19] Compiling Node.cpp
[11/19] Compiling YGValue.cpp
[12/19] Compiling Cache.cpp
[13/19] Compiling Baseline.cpp
[14/19] Compiling YGPixelGrid.cpp
[15/19] Compiling YGNodeLayout.cpp
[16/19] Compiling AbsoluteLayout.cpp
[17/19] Compiling YGNode.cpp
[18/19] Compiling YGConfig.cpp
Build complete! (2.37s)
Build complete.
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
  ],
  "manifest_display_name" : "yoga",
  "name" : "yoga",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "yoga",
      "targets" : [
        "core"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "core",
      "module_type" : "ClangTarget",
      "name" : "core",
      "path" : ".",
      "product_memberships" : [
        "yoga"
      ],
      "sources" : [
        "yoga/YGConfig.cpp",
        "yoga/YGEnums.cpp",
        "yoga/YGNode.cpp",
        "yoga/YGNodeLayout.cpp",
        "yoga/YGNodeStyle.cpp",
        "yoga/YGPixelGrid.cpp",
        "yoga/YGValue.cpp",
        "yoga/algorithm/AbsoluteLayout.cpp",
        "yoga/algorithm/Baseline.cpp",
        "yoga/algorithm/Cache.cpp",
        "yoga/algorithm/CalculateLayout.cpp",
        "yoga/algorithm/FlexLine.cpp",
        "yoga/algorithm/PixelGrid.cpp",
        "yoga/config/Config.cpp",
        "yoga/debug/AssertFatal.cpp",
        "yoga/debug/Log.cpp",
        "yoga/event/event.cpp",
        "yoga/node/LayoutResults.cpp",
        "yoga/node/Node.cpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.