The Swift Package Index logo.Swift Package Index

Build Information

Successful build of yoga, reference v3.2.1 (042f50), with Swift 6.0 for Linux on 1 Jun 2025 08:00:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/facebook/yoga.git
Reference: v3.2.1
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
 * 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
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/facebook/yoga.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/19] Compiling YGEnums.cpp
[1/19] Compiling YGValue.cpp
[2/19] Compiling Baseline.cpp
[3/19] Compiling YGNodeLayout.cpp
[4/19] Compiling YGPixelGrid.cpp
[4/19] Compiling YGConfig.cpp
[6/19] Compiling AbsoluteLayout.cpp
[7/19] Compiling YGNodeStyle.cpp
[8/19] Compiling Node.cpp
[9/19] Compiling LayoutResults.cpp
[10/19] Compiling event.cpp
[11/19] Compiling Log.cpp
[12/19] Compiling AssertFatal.cpp
[13/19] Compiling Config.cpp
[14/19] Compiling PixelGrid.cpp
[15/19] Compiling FlexLine.cpp
[16/19] Compiling Cache.cpp
[17/19] Compiling CalculateLayout.cpp
[18/19] Compiling YGNode.cpp
Build complete! (6.74s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.