Build Information
Successful build of yoga, reference v3.2.1 (042f50), with Swift 6.1 for Android on 1 Jun 2025 08:01:46 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1Build 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: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/facebook/yoga.git
https://github.com/facebook/yoga.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/19] Compiling YGEnums.cpp
[1/19] Compiling YGValue.cpp
[2/19] Compiling YGConfig.cpp
[3/19] Compiling YGNodeStyle.cpp
[4/19] Compiling YGPixelGrid.cpp
[5/19] Compiling PixelGrid.cpp
[6/19] Compiling AbsoluteLayout.cpp
[7/19] Compiling LayoutResults.cpp
[8/19] Compiling FlexLine.cpp
[9/19] Compiling Node.cpp
[10/19] Compiling event.cpp
[11/19] Compiling Log.cpp
[12/19] Compiling Baseline.cpp
[13/19] Compiling Cache.cpp
[14/19] Compiling AssertFatal.cpp
[15/19] Compiling CalculateLayout.cpp
[16/19] Compiling Config.cpp
[17/19] Compiling YGNodeLayout.cpp
[18/19] Compiling YGNode.cpp
Build complete! (9.88s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.