The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenAttributeGraph, reference main (f9b676), with Swift 6.3 for Android on 29 Apr 2026 01:57:56 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenSwiftUIProject/OpenAttributeGraph.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/OpenSwiftUIProject/OpenAttributeGraph
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f9b6763 Make AttributeBodyVisitor visit mutating (#226)
Submodule path 'Checkouts/swift': checked out '358e0e0c5d8e4df91c6d20d2f152f7c6f6cbccf1'
Submodule 'Checkouts/swift' (https://github.com/OpenSwiftUIProject/swift-runtime-headers.git) registered for path 'Checkouts/swift'
Cloning into '/host/spi-builder-workspace/Checkouts/swift'...
Cloned https://github.com/OpenSwiftUIProject/OpenAttributeGraph.git
Revision (git rev-parse @):
f9b676347c6be2163469dafe778dd94780eb2e65
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/OpenSwiftUIProject/OpenAttributeGraph.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/OpenSwiftUIProject/OpenAttributeGraph.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
warning: 'spi-builder-workspace': [Env] OPENATTRIBUTEGRAPH_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD=1 -> true
[Env] OPENATTRIBUTEGRAPH_DEVELOPMENT not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_WERROR not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_TARGET_RELEASE not set -> 2024(default)
[Env] OPENATTRIBUTEGRAPH_LIBRARY_EVOLUTION not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_DANCEUIGRAPH not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_COMPUTE not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_ATTRIBUTEGRAPH not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_OAG_USE_BINARY not set -> false(default)
Fetching https://github.com/apple/swift-numerics
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.75s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.57s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Building for debugging...
[0/35] Compiling OAGComparison.cpp
[1/35] Compiling AttributeType.cpp
[2/35] Compiling OAGWeakAttribute.cpp
[3/35] Write swift-version--4F562202D5529B1.txt
[4/35] Write sources
[5/35] Compiling AttributeID.cpp
[6/35] Compiling Platform log.c
[7/35] Compiling OAGVersion.c
[8/35] Compiling realloc_vector.cpp
[9/35] Compiling Utilities Heap.cpp
[10/35] Compiling log.cpp
[11/35] Compiling OAGAttribute.cpp
[12/35] Compiling Utilities HashTable.cpp
[13/35] Compiling ClosureFunction.cpp
[14/35] Compiling OAGGraphContext.cpp
[15/35] Compiling assert.cpp
[16/35] Compiling Subgraph.cpp
[17/35] Compiling OAGGraphTracing.cpp
[18/35] Compiling OAGSubgraph.cpp
[19/35] Compiling metadata.cpp
[20/35] Compiling OAGTypeID.cpp
[21/35] Compiling interpose.c
/host/spi-builder-workspace/Sources/OpenAttributeGraphCxx/Runtime/OAGTupleType.cpp:204:21: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
  204 |         char buffer[buffer_size];
      |                     ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/OpenAttributeGraphCxx/Runtime/OAGTupleType.cpp:204:21: note: read of non-const variable 'buffer_size' is not allowed in a constant expression
/host/spi-builder-workspace/Sources/OpenAttributeGraphCxx/Runtime/OAGTupleType.cpp:200:10: note: declared here
  200 |     auto buffer_size = metadata->vw_stride() * count;
      |          ^
1 warning generated.
[22/35] Compiling OAGTupleType.cpp
[23/35] Compiling DebugServer.mm
[24/35] Compiling OAGDebugServer.cpp
[25/35] Compiling OAGGraph.cpp
[26/35] Compiling OAGUniqueID.c
[27/35] Write sources
[28/35] Compiling GraphDescription.mm
[29/35] Compiling Graph.mm
[30/35] Compiling GraphContext.cpp
[31/35] Compiling GraphDescription.cpp
[32/35] Compiling zone.cpp
[33/35] Compiling Graph.cpp
[34/35] Compiling table.cpp
[36/59] Emitting module OpenAttributeGraph
[37/62] Compiling OpenAttributeGraph WeakAttribute.swift
[38/62] Compiling OpenAttributeGraph DebugServer.swift
[39/62] Compiling OpenAttributeGraph Export.swift
[40/62] Compiling OpenAttributeGraph AttributeBody.swift
[41/62] Compiling OpenAttributeGraph AttributeBodyVisitor.swift
[42/62] Compiling OpenAttributeGraph ObservedAttribute.swift
[43/62] Compiling OpenAttributeGraph IndirectAttribute.swift
[44/62] Compiling OpenAttributeGraph Metadata.swift
[45/62] Compiling OpenAttributeGraph OGTypeApplyEnumData.swift
[46/62] Compiling OpenAttributeGraph TupleType.swift
[47/62] Compiling OpenAttributeGraph AnyOptionalAttribute.swift
[48/62] Compiling OpenAttributeGraph OptionalAttribute.swift
[49/62] Compiling OpenAttributeGraph Focus.swift
[50/62] Compiling OpenAttributeGraph AnyAttribute.swift
[51/62] Compiling OpenAttributeGraph Attribute.swift
[52/62] Compiling OpenAttributeGraph External.swift
[53/62] Compiling OpenAttributeGraph PointerOffset.swift
[54/62] Compiling OpenAttributeGraph AnyRuleContext.swift
[55/62] Compiling OpenAttributeGraph RuleContext.swift
[56/62] Compiling OpenAttributeGraph AnyWeakAttribute.swift
[57/62] Compiling OpenAttributeGraph Map.swift
[58/62] Compiling OpenAttributeGraph Rule.swift
[59/62] Compiling OpenAttributeGraph StatefulRule.swift
[60/62] Compiling OpenAttributeGraph Graph.swift
[61/62] Compiling OpenAttributeGraph Subgraph.swift
[62/62] Compiling OpenAttributeGraph CompareValues.swift
[64/72] Compiling OpenAttributeGraphShims AttributeGraph.swift
[65/72] Compiling OpenAttributeGraphShims Compute.swift
[66/72] Compiling OpenAttributeGraphShims DanceUIGraph.swift
[67/72] Compiling OpenAttributeGraphShims Attribute+Debug.swift
[68/73] Compiling OpenAttributeGraphShims Graph+Debug.swift
[69/73] Compiling OpenAttributeGraphShims DebugClient.swift
[70/73] Compiling OpenAttributeGraphShims DebugServerMessageHeader.swift
[71/73] Emitting module OpenAttributeGraphShims
[72/73] Compiling OpenAttributeGraphShims OAGShims.swift
[73/73] Compiling OpenAttributeGraphShims Metadata+Debug.swift
Build complete! (49.67s)
Build complete.
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    }
  ],
  "manifest_display_name" : "OpenAttributeGraph",
  "name" : "OpenAttributeGraph",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAttributeGraphShims",
      "targets" : [
        "OpenAttributeGraphShims"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAttributeGraph",
      "targets" : [
        "OpenAttributeGraph",
        "OpenAttributeGraphCxx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "UtilitiesTests",
      "path" : "Tests/UtilitiesTests",
      "sources" : [
        "CFPtrTests.swift",
        "ForwardListTests.swift",
        "HashTableTests.swift",
        "HeapTests.swift",
        "ObjCPtrTests.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Utilities",
      "module_type" : "ClangTarget",
      "name" : "Utilities",
      "path" : "Sources/Utilities",
      "product_memberships" : [
        "OpenAttributeGraphShims",
        "OpenAttributeGraph"
      ],
      "sources" : [
        "HashTable.cpp",
        "Heap.cpp"
      ],
      "target_dependencies" : [
        "Platform"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Platform",
      "module_type" : "ClangTarget",
      "name" : "Platform",
      "path" : "Sources/Platform",
      "product_memberships" : [
        "OpenAttributeGraphShims",
        "OpenAttributeGraph"
      ],
      "sources" : [
        "log.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAttributeGraphShimsTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAttributeGraphShimsTests",
      "path" : "Tests/OpenAttributeGraphShimsTests",
      "sources" : [
        "Attribute+DebugTests.swift",
        "Export.swift",
        "MetadataDebugTests.swift",
        "OpenAttributeGraphTestsSupport/AsyncSemaphore.swift",
        "OpenAttributeGraphTestsSupport/DataHelper.swift",
        "OpenAttributeGraphTestsSupport/GraphEnvironmentTrait.swift"
      ],
      "target_dependencies" : [
        "OpenAttributeGraphShims"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAttributeGraphShims",
      "module_type" : "SwiftTarget",
      "name" : "OpenAttributeGraphShims",
      "path" : "Sources/OpenAttributeGraphShims",
      "product_memberships" : [
        "OpenAttributeGraphShims"
      ],
      "sources" : [
        "Adapter/AttributeGraph.swift",
        "Adapter/Compute.swift",
        "Adapter/DanceUIGraph.swift",
        "Attribute+Debug.swift",
        "DebugClient.swift",
        "DebugServerMessageHeader.swift",
        "Graph+Debug.swift",
        "Metadata+Debug.swift",
        "OAGShims.swift"
      ],
      "target_dependencies" : [
        "OpenAttributeGraph"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAttributeGraphCxxTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAttributeGraphCxxTests",
      "path" : "Tests/OpenAttributeGraphCxxTests",
      "sources" : [
        "Data/PageTests.swift",
        "Data/TableTests.swift",
        "Data/ZoneTests.swift",
        "DebugServer/DebugClient.swift",
        "DebugServer/DebugServerMessageHeader.swift",
        "DebugServer/DebugServerTests.swift"
      ],
      "target_dependencies" : [
        "OpenAttributeGraphCxx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAttributeGraphCxx",
      "module_type" : "ClangTarget",
      "name" : "OpenAttributeGraphCxx",
      "path" : "Sources/OpenAttributeGraphCxx",
      "product_memberships" : [
        "OpenAttributeGraphShims",
        "OpenAttributeGraph"
      ],
      "sources" : [
        "Attribute/AttributeID.cpp",
        "Attribute/AttributeType.cpp",
        "Attribute/OAGAttribute.cpp",
        "Attribute/OAGWeakAttribute.cpp",
        "Comparison/OAGComparison.cpp",
        "Data/ClosureFunction.cpp",
        "Data/OAGUniqueID.c",
        "Data/table.cpp",
        "Data/zone.cpp",
        "DebugServer/DebugServer.mm",
        "DebugServer/OAGDebugServer.cpp",
        "DebugServer/interpose.c",
        "Graph/Graph.cpp",
        "Graph/Graph.mm",
        "Graph/GraphContext.cpp",
        "Graph/GraphDescription.cpp",
        "Graph/GraphDescription.mm",
        "Graph/OAGGraph.cpp",
        "Graph/OAGGraphContext.cpp",
        "Graph/OAGGraphTracing.cpp",
        "Graph/OAGSubgraph.cpp",
        "Graph/Subgraph.cpp",
        "Misc/assert.cpp",
        "Misc/log.cpp",
        "Runtime/OAGTupleType.cpp",
        "Runtime/OAGTypeID.cpp",
        "Runtime/metadata.cpp",
        "Vector/realloc_vector.cpp",
        "Version/OAGVersion.c"
      ],
      "target_dependencies" : [
        "Platform",
        "Utilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAttributeGraphCompatibilityTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAttributeGraphCompatibilityTests",
      "path" : "Tests/OpenAttributeGraphCompatibilityTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "Attribute/Attribute/AnyAttributeCompatibilityTests.swift",
        "Attribute/Attribute/AttributeCompatibilityTests.swift",
        "Attribute/Attribute/ExternalCompatibilityTests.swift",
        "Attribute/Attribute/FocusCompatibilityTests.swift",
        "Attribute/Attribute/PointerOffsetCompatibilityTests.swift",
        "Attribute/Indirect/IndirectAttributeCompatibilityTests.swift",
        "Attribute/Optional/AnyOptionalAttributeCompatibilityTests.swift",
        "Attribute/Optional/OptionalAttributeCompatibilityTests.swift",
        "Attribute/Rule/MapCompatibilityTests.swift",
        "Attribute/Rule/RuleCompatibilityTests.swift",
        "Attribute/Weak/AnyWeakAttributeCompatibilityTests.swift",
        "Attribute/Weak/WeakAttributeCompatibilityTests.swift",
        "CompareValuesCompatibilityTests.swift",
        "Data/UniqueIDCompatibilityTests.swift",
        "Debug/DebugServerTests.swift",
        "Graph/GraphCompatibilityTests.swift",
        "Graph/GraphDescriptionCompatibilityTests.swift",
        "Graph/GraphTracingCompatibilityTests.swift",
        "Graph/SubgraphCompatibilityTests.swift",
        "OAGShims.swift",
        "OpenAttributeGraphTestsSupport/AsyncSemaphore.swift",
        "OpenAttributeGraphTestsSupport/DataHelper.swift",
        "OpenAttributeGraphTestsSupport/GraphEnvironmentTrait.swift",
        "Runtime/MetadataCompatibilityTests.swift",
        "Runtime/TupleTypeCompatibilityTests.swift",
        "VersionCompatibilityTests.swift"
      ],
      "target_dependencies" : [
        "OpenAttributeGraph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAttributeGraph",
      "module_type" : "SwiftTarget",
      "name" : "OpenAttributeGraph",
      "path" : "Sources/OpenAttributeGraph",
      "product_memberships" : [
        "OpenAttributeGraphShims",
        "OpenAttributeGraph"
      ],
      "sources" : [
        "Attribute/Attribute/AnyAttribute.swift",
        "Attribute/Attribute/Attribute.swift",
        "Attribute/Attribute/External.swift",
        "Attribute/Attribute/PointerOffset.swift",
        "Attribute/Body/AttributeBody.swift",
        "Attribute/Body/AttributeBodyVisitor.swift",
        "Attribute/Body/ObservedAttribute.swift",
        "Attribute/Indirect/IndirectAttribute.swift",
        "Attribute/Optional/AnyOptionalAttribute.swift",
        "Attribute/Optional/OptionalAttribute.swift",
        "Attribute/Rule/Focus.swift",
        "Attribute/Rule/Map.swift",
        "Attribute/Rule/Rule.swift",
        "Attribute/Rule/StatefulRule.swift",
        "Attribute/RuleContext/AnyRuleContext.swift",
        "Attribute/RuleContext/RuleContext.swift",
        "Attribute/Weak/AnyWeakAttribute.swift",
        "Attribute/Weak/WeakAttribute.swift",
        "Debug/DebugServer.swift",
        "Export.swift",
        "Graph/Graph.swift",
        "Graph/Subgraph.swift",
        "Runtime/CompareValues.swift",
        "Runtime/Metadata.swift",
        "Runtime/OGTypeApplyEnumData.swift",
        "Runtime/TupleType.swift"
      ],
      "target_dependencies" : [
        "OpenAttributeGraphCxx"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
warning: 'spi-builder-workspace': [Env] OPENATTRIBUTEGRAPH_BUILD_FOR_DARWIN_PLATFORM not set -> false(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD=1 -> true
[Env] OPENATTRIBUTEGRAPH_DEVELOPMENT not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_WERROR not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_TARGET_RELEASE not set -> 2024(default)
[Env] OPENATTRIBUTEGRAPH_LIBRARY_EVOLUTION not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_COMPATIBILITY_TEST not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_USE_LOCAL_DEPS not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_DANCEUIGRAPH not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_COMPUTE not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_ATTRIBUTEGRAPH not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_OAG_USE_BINARY not set -> false(default)
Done.