The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenAttributeGraph, reference 0.5.0 (7bdd42), with Swift 6.3 for Android on 22 Apr 2026 17:00:45 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: 0.5.0
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
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 7bdd424 Remove deprecated attributeGraphEnabled and swiftToolchainSupported API (#218)
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 @):
7bdd42437abc04268a6a22bbf1ac34af8fd5fee8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/OpenSwiftUIProject/OpenAttributeGraph.git at 0.5.0
========================================
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_COMPUTE not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_ATTRIBUTEGRAPH not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_OAG_USE_BINARY not set -> false(default)
Building for debugging...
[0/41] Compiling AttributeID.cpp
[1/41] Compiling OAGComparison.cpp
[2/41] Compiling OAGWeakAttribute.cpp
[3/41] Compiling AttributeType.cpp
[4/41] Compiling DebugServer.mm
[5/41] Write sources
[6/41] Write swift-version--4F562202D5529B1.txt
[7/41] Compiling Platform log.c
[8/41] Compiling OAGVersion.c
[9/41] Compiling realloc_vector.cpp
[10/41] Compiling OAGAttribute.cpp
[11/41] Compiling log.cpp
[12/41] Compiling Utilities HashTable.cpp
[13/41] Compiling assert.cpp
[14/41] Compiling zone.cpp
[15/41] Compiling Utilities Heap.cpp
[16/41] Compiling OAGGraphContext.cpp
[17/41] Compiling OAGGraphTracing.cpp
[18/41] Compiling ClosureFunction.cpp
[19/41] Compiling Subgraph.cpp
[20/41] Compiling GraphDescription.mm
[21/41] Compiling OAGSubgraph.cpp
[22/41] Compiling OAGGraph.cpp
[23/41] Compiling metadata.cpp
/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.
[24/41] Compiling OAGTupleType.cpp
[25/41] Compiling interpose.c
/host/spi-builder-workspace/Sources/OpenAttributeGraphCxx/Graph/GraphDescription.cpp:20:1: warning: non-void function does not return a value [-Wreturn-type]
   20 | }
      | ^
1 warning generated.
[26/41] Compiling GraphDescription.cpp
[27/41] Compiling OAGUniqueID.c
[28/41] Write sources
[29/41] Compiling OAGDebugServer.cpp
[30/41] Compiling OAGTypeID.cpp
[31/41] Compiling table.cpp
[32/41] Compiling Graph.mm
[33/41] Compiling GraphContext.cpp
[34/41] Compiling Graph.cpp
[36/65] Emitting module OpenAttributeGraph
[37/68] Compiling OpenAttributeGraph Graph.swift
[38/68] Compiling OpenAttributeGraph Subgraph.swift
[39/68] Compiling OpenAttributeGraph CompareValues.swift
[40/68] Compiling OpenAttributeGraph AnyAttribute.swift
[41/68] Compiling OpenAttributeGraph Attribute.swift
[42/68] Compiling OpenAttributeGraph External.swift
[43/68] Compiling OpenAttributeGraph PointerOffset.swift
[44/68] Compiling OpenAttributeGraph WeakAttribute.swift
[45/68] Compiling OpenAttributeGraph DebugServer.swift
[46/68] Compiling OpenAttributeGraph Export.swift
[47/68] Compiling OpenAttributeGraph Map.swift
[48/68] Compiling OpenAttributeGraph Rule.swift
[49/68] Compiling OpenAttributeGraph StatefulRule.swift
[50/68] Compiling OpenAttributeGraph AttributeBody.swift
[51/68] Compiling OpenAttributeGraph AttributeBodyVisitor.swift
[52/68] Compiling OpenAttributeGraph ObservedAttribute.swift
[53/68] Compiling OpenAttributeGraph IndirectAttribute.swift
[54/68] Compiling OpenAttributeGraph Metadata.swift
[55/68] Compiling OpenAttributeGraph OGTypeApplyEnumData.swift
[56/68] Compiling OpenAttributeGraph TupleType.swift
[57/68] Compiling OpenAttributeGraph AnyOptionalAttribute.swift
[58/68] Compiling OpenAttributeGraph OptionalAttribute.swift
[59/68] Compiling OpenAttributeGraph Focus.swift
[60/68] Compiling OpenAttributeGraph AnyRuleContext.swift
[61/68] Compiling OpenAttributeGraph RuleContext.swift
[62/68] Compiling OpenAttributeGraph AnyWeakAttribute.swift
[63/69] Wrapping AST for OpenAttributeGraph for debugging
[64/72] Write Objects.LinkFileList
[65/76] Linking libOpenAttributeGraph.so
[67/76] Compiling OpenAttributeGraphShims DebugServerMessageHeader.swift
[68/76] Compiling OpenAttributeGraphShims Graph+Debug.swift
[69/76] Compiling OpenAttributeGraphShims Attribute+Debug.swift
[70/76] Compiling OpenAttributeGraphShims DebugClient.swift
[71/76] Emitting module OpenAttributeGraphShims
[72/76] Compiling OpenAttributeGraphShims Metadata+Debug.swift
[73/76] Compiling OpenAttributeGraphShims GraphShims.swift
[74/77] Wrapping AST for OpenAttributeGraphShims for debugging
[75/77] Write Objects.LinkFileList
[76/77] Linking libOpenAttributeGraphShims.so
Build complete! (37.90s)
Build complete.
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
  ],
  "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" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "OpenAttributeGraph",
      "targets" : [
        "OpenAttributeGraph",
        "OpenAttributeGraphCxx"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "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" : [
        "Attribute+Debug.swift",
        "DebugClient.swift",
        "DebugServerMessageHeader.swift",
        "Graph+Debug.swift",
        "GraphShims.swift",
        "Metadata+Debug.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" : "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_COMPUTE not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_ATTRIBUTEGRAPH not set -> false(default)
[Env] OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_OAG_USE_BINARY not set -> false(default)
Done.