The Swift Package Index logo.Swift Package Index

Build Information

Successful build of yoga, reference main (966107), with Swift 6.3 for Linux on 22 Apr 2026 15:26:22 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/facebook/yoga.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/19] Compiling LayoutResults.cpp
[1/19] Compiling event.cpp
[2/19] Compiling AssertFatal.cpp
[3/19] Compiling Log.cpp
[4/19] Compiling Config.cpp
[5/19] Compiling PixelGrid.cpp
[6/19] Compiling FlexLine.cpp
[7/19] Compiling Node.cpp
[8/19] Compiling Cache.cpp
[9/19] Compiling YGValue.cpp
[10/19] Compiling YGEnums.cpp
[11/19] Compiling CalculateLayout.cpp
[12/19] Compiling Baseline.cpp
[13/19] Compiling YGPixelGrid.cpp
[14/19] Compiling AbsoluteLayout.cpp
[15/19] Compiling YGNodeLayout.cpp
[16/19] Compiling YGNodeStyle.cpp
[17/19] Compiling YGConfig.cpp
[18/19] Compiling YGNode.cpp
Build complete! (33.65s)
Build complete.
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
  ],
  "manifest_display_name" : "yoga",
  "name" : "yoga",
  "path" : "/host/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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.