Build Information
Successful build of OpenAttributeGraph, reference main (f9b676), with Swift 6.2 for Android on 29 Apr 2026 01:57:40 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build 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.2
Building package at path: $PWD
https://github.com/OpenSwiftUIProject/OpenAttributeGraph.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-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.84s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.64s)
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 OAGUniqueID.c
[1/35] Compiling OAGComparison.cpp
[2/35] Compiling Platform log.c
[3/35] Write sources
[4/35] Compiling OAGWeakAttribute.cpp
[5/35] Compiling OAGVersion.c
[6/35] Compiling realloc_vector.cpp
[7/35] Compiling Utilities HashTable.cpp
[8/35] Write swift-version--11D90AFD9DD3AB2.txt
[9/35] Compiling Utilities Heap.cpp
[10/35] Compiling log.cpp
[11/35] Compiling zone.cpp
[12/35] Compiling table.cpp
[13/35] Compiling ClosureFunction.cpp
[14/35] Compiling OAGGraphContext.cpp
[15/35] Compiling assert.cpp
[16/35] Compiling OAGTypeID.cpp
[17/35] Compiling Subgraph.cpp
[18/35] Compiling metadata.cpp
[19/35] Compiling OAGSubgraph.cpp
[20/35] Compiling OAGGraphTracing.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 OAGDebugServer.cpp
[24/35] Compiling OAGGraph.cpp
[25/35] Compiling DebugServer.mm
[26/35] Compiling AttributeType.cpp
[27/35] Write sources
[28/35] Compiling AttributeID.cpp
[29/35] Compiling GraphDescription.cpp
[30/35] Compiling GraphDescription.mm
[31/35] Compiling OAGAttribute.cpp
[32/35] Compiling Graph.mm
[33/35] Compiling GraphContext.cpp
[34/35] Compiling Graph.cpp
[36/59] Emitting module OpenAttributeGraph
/host/spi-builder-workspace/Sources/OpenAttributeGraph/Attribute/Weak/AnyWeakAttribute.swift:34:1: warning: extension declares a conformance of imported type 'AnyWeakAttribute' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'OpenAttributeGraphCxx' introduce this conformance in the future
32 | }
33 |
34 | extension AnyWeakAttribute: Swift.Hashable {
| |- warning: extension declares a conformance of imported type 'AnyWeakAttribute' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'OpenAttributeGraphCxx' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 | public static func == (lhs: AnyWeakAttribute, rhs: AnyWeakAttribute) -> Bool {
36 | lhs._details.identifier == rhs._details.identifier && lhs._details.seed == rhs._details.seed
[37/59] Compiling OpenAttributeGraph AnyAttribute.swift
[38/59] Compiling OpenAttributeGraph Attribute.swift
[39/59] Compiling OpenAttributeGraph External.swift
[40/59] Compiling OpenAttributeGraph PointerOffset.swift
[41/59] Compiling OpenAttributeGraph AttributeBody.swift
[42/59] Compiling OpenAttributeGraph AttributeBodyVisitor.swift
[43/59] Compiling OpenAttributeGraph ObservedAttribute.swift
[44/59] Compiling OpenAttributeGraph IndirectAttribute.swift
[45/62] Compiling OpenAttributeGraph Graph.swift
[46/62] Compiling OpenAttributeGraph Subgraph.swift
[47/62] Compiling OpenAttributeGraph CompareValues.swift
[48/62] Compiling OpenAttributeGraph WeakAttribute.swift
[49/62] Compiling OpenAttributeGraph DebugServer.swift
[50/62] Compiling OpenAttributeGraph Export.swift
[51/62] Compiling OpenAttributeGraph AnyOptionalAttribute.swift
[52/62] Compiling OpenAttributeGraph OptionalAttribute.swift
[53/62] Compiling OpenAttributeGraph Focus.swift
[54/62] Compiling OpenAttributeGraph Map.swift
[55/62] Compiling OpenAttributeGraph Rule.swift
[56/62] Compiling OpenAttributeGraph StatefulRule.swift
[57/62] Compiling OpenAttributeGraph AnyRuleContext.swift
/host/spi-builder-workspace/Sources/OpenAttributeGraph/Attribute/Weak/AnyWeakAttribute.swift:34:1: warning: extension declares a conformance of imported type 'AnyWeakAttribute' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'OpenAttributeGraphCxx' introduce this conformance in the future
32 | }
33 |
34 | extension AnyWeakAttribute: Swift.Hashable {
| |- warning: extension declares a conformance of imported type 'AnyWeakAttribute' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'OpenAttributeGraphCxx' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 | public static func == (lhs: AnyWeakAttribute, rhs: AnyWeakAttribute) -> Bool {
36 | lhs._details.identifier == rhs._details.identifier && lhs._details.seed == rhs._details.seed
[58/62] Compiling OpenAttributeGraph RuleContext.swift
/host/spi-builder-workspace/Sources/OpenAttributeGraph/Attribute/Weak/AnyWeakAttribute.swift:34:1: warning: extension declares a conformance of imported type 'AnyWeakAttribute' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'OpenAttributeGraphCxx' introduce this conformance in the future
32 | }
33 |
34 | extension AnyWeakAttribute: Swift.Hashable {
| |- warning: extension declares a conformance of imported type 'AnyWeakAttribute' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'OpenAttributeGraphCxx' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 | public static func == (lhs: AnyWeakAttribute, rhs: AnyWeakAttribute) -> Bool {
36 | lhs._details.identifier == rhs._details.identifier && lhs._details.seed == rhs._details.seed
[59/62] Compiling OpenAttributeGraph AnyWeakAttribute.swift
/host/spi-builder-workspace/Sources/OpenAttributeGraph/Attribute/Weak/AnyWeakAttribute.swift:34:1: warning: extension declares a conformance of imported type 'AnyWeakAttribute' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'OpenAttributeGraphCxx' introduce this conformance in the future
32 | }
33 |
34 | extension AnyWeakAttribute: Swift.Hashable {
| |- warning: extension declares a conformance of imported type 'AnyWeakAttribute' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'OpenAttributeGraphCxx' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
35 | public static func == (lhs: AnyWeakAttribute, rhs: AnyWeakAttribute) -> Bool {
36 | lhs._details.identifier == rhs._details.identifier && lhs._details.seed == rhs._details.seed
[60/62] Compiling OpenAttributeGraph Metadata.swift
[61/62] Compiling OpenAttributeGraph OGTypeApplyEnumData.swift
[62/62] Compiling OpenAttributeGraph TupleType.swift
[64/72] Compiling OpenAttributeGraphShims DanceUIGraph.swift
[65/73] Compiling OpenAttributeGraphShims AttributeGraph.swift
[66/73] Compiling OpenAttributeGraphShims Compute.swift
[67/73] Compiling OpenAttributeGraphShims OAGShims.swift
[68/73] Emitting module OpenAttributeGraphShims
[69/73] Compiling OpenAttributeGraphShims Graph+Debug.swift
[70/73] Compiling OpenAttributeGraphShims DebugServerMessageHeader.swift
[71/73] Compiling OpenAttributeGraphShims Attribute+Debug.swift
[72/73] Compiling OpenAttributeGraphShims Metadata+Debug.swift
[73/73] Compiling OpenAttributeGraphShims DebugClient.swift
Build complete! (50.43s)
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.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-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.