The Swift Package Index logo.Swift Package Index

Build Information

Successful build of yoga, reference main (966107), with Swift 6.2 for macOS (SPM) on 22 Apr 2026 15:37:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/facebook/yoga
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 966107f Fix node ownership when `display: contents` is used (#1924)
Cloned https://github.com/facebook/yoga.git
Revision (git rev-parse @):
966107fd5fafd76cea40f19521c3e0d626fac834
SUCCESS checkout https://github.com/facebook/yoga.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/facebook/yoga.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/19] Compiling YGEnums.cpp
[1/19] Compiling YGValue.cpp
[2/19] Compiling YGNodeLayout.cpp
[3/19] Compiling Baseline.cpp
[3/19] Compiling YGPixelGrid.cpp
[4/19] Compiling YGConfig.cpp
[6/19] Compiling Cache.cpp
[7/19] Compiling YGNode.cpp
[8/19] Compiling AbsoluteLayout.cpp
[9/19] Compiling YGNodeStyle.cpp
[10/19] Compiling LayoutResults.cpp
[11/19] Compiling Node.cpp
[12/19] Compiling event.cpp
[13/19] Compiling Log.cpp
[14/19] Compiling AssertFatal.cpp
[15/19] Compiling PixelGrid.cpp
[16/19] Compiling Config.cpp
[17/19] Compiling FlexLine.cpp
[18/19] Compiling CalculateLayout.cpp
Build complete! (2.24s)
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.