The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OpenAttributeGraph, reference 0.5.0 (7bdd42), with Swift 6.2 for Linux on 26 Feb 2026 03:27:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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:         linux
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-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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_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 OAGUniqueID.c
[1/41] Write swift-version-24593BA9C3E375BF.txt
[2/41] Compiling AttributeID.cpp
[3/41] Compiling OAGAttribute.cpp
[4/41] Compiling OAGWeakAttribute.cpp
[5/41] Compiling AttributeType.cpp
[6/41] Compiling Platform log.c
[7/41] Write sources
[8/41] Compiling OAGComparison.cpp
[9/41] Compiling OAGVersion.c
[10/41] Compiling ClosureFunction.cpp
[11/41] Compiling realloc_vector.cpp
[12/41] Compiling log.cpp
[13/41] Compiling assert.cpp
[14/41] Compiling Utilities Heap.cpp
[15/41] Compiling table.cpp
[16/41] Compiling Utilities HashTable.cpp
[17/41] Compiling Subgraph.cpp
[18/41] Compiling OAGGraphTracing.cpp
[19/41] Compiling OAGSubgraph.cpp
[20/41] Compiling OAGGraphContext.cpp
[21/41] Compiling metadata.cpp
[22/41] Compiling OAGTypeID.cpp
[23/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.
[24/41] Compiling GraphDescription.cpp
[25/41] Compiling OAGGraph.cpp
[26/41] Compiling GraphDescription.mm
[27/41] Write sources
/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.
[28/41] Compiling OAGTupleType.cpp
[29/41] Compiling GraphContext.cpp
[30/41] Compiling Graph.mm
[31/41] Compiling DebugServer.mm
[32/41] Compiling OAGDebugServer.cpp
[33/41] Compiling Graph.cpp
[34/41] Compiling zone.cpp
[36/65] Emitting module OpenAttributeGraph
[37/68] Compiling OpenAttributeGraph Metadata.swift
[38/68] Compiling OpenAttributeGraph OGTypeApplyEnumData.swift
[39/68] Compiling OpenAttributeGraph TupleType.swift
[40/68] Compiling OpenAttributeGraph AttributeBody.swift
[41/68] Compiling OpenAttributeGraph AttributeBodyVisitor.swift
[42/68] Compiling OpenAttributeGraph ObservedAttribute.swift
[43/68] Compiling OpenAttributeGraph IndirectAttribute.swift
[44/68] Compiling OpenAttributeGraph Graph.swift
[45/68] Compiling OpenAttributeGraph Subgraph.swift
[46/68] Compiling OpenAttributeGraph CompareValues.swift
[47/68] Compiling OpenAttributeGraph AnyAttribute.swift
[48/68] Compiling OpenAttributeGraph Attribute.swift
[49/68] Compiling OpenAttributeGraph External.swift
[50/68] Compiling OpenAttributeGraph PointerOffset.swift
[51/68] Compiling OpenAttributeGraph Map.swift
[52/68] Compiling OpenAttributeGraph Rule.swift
[53/68] Compiling OpenAttributeGraph StatefulRule.swift
[54/68] Compiling OpenAttributeGraph AnyRuleContext.swift
[55/68] Compiling OpenAttributeGraph RuleContext.swift
[56/68] Compiling OpenAttributeGraph AnyWeakAttribute.swift
[57/68] Compiling OpenAttributeGraph WeakAttribute.swift
[58/68] Compiling OpenAttributeGraph DebugServer.swift
[59/68] Compiling OpenAttributeGraph Export.swift
[60/68] Compiling OpenAttributeGraph AnyOptionalAttribute.swift
[61/68] Compiling OpenAttributeGraph OptionalAttribute.swift
[62/68] Compiling OpenAttributeGraph Focus.swift
[63/69] Wrapping AST for OpenAttributeGraph for debugging
[64/69] Write Objects.LinkFileList
error: link command failed with exit code 1 (use -v to see invocation)
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OpenAttributeGraphCxx.build/Data/table.cpp.o: requires dynamic R_X86_64_PC32 reloc against 'OAGGraphVMRegionBaseAddress' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OpenAttributeGraphCxx.build/Graph/Graph.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN3OAG5Graph19_current_update_keyE' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OpenAttributeGraphCxx.build/Graph/OAGSubgraph.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_Z23init_should_record_treePv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/OpenAttributeGraphCxx.build/Misc/assert.cpp.o: requires dynamic R_X86_64_PC32 reloc against 'error_message' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Utilities.build/HashTable.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4util12pointer_hashEPKv' which may overflow at runtime; recompile with -fPIC
/usr/bin/ld.gold: error: /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Utilities.build/Heap.cpp.o: requires dynamic R_X86_64_PC32 reloc against '_ZN4util4Heap17minimum_incrementE' which may overflow at runtime; recompile with -fPIC
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[65/76] Linking libOpenAttributeGraph.so
BUILD FAILURE 6.2 linux