Build Information
Successful build of OpenAttributeGraph, reference 0.5.0 (7bdd42), with Swift 6.1 for macOS (SPM) on 26 Feb 2026 03:28:57 UTC.
Swift 6 data race errors: 2
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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 InferSendableFromCapturesBuild 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 /Users/admin/builder/spi-builder-workspace/.git/
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 '/Users/admin/builder/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: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/OpenSwiftUIProject/OpenAttributeGraph.git
https://github.com/OpenSwiftUIProject/OpenAttributeGraph.git
{
"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" : "/Users/admin/builder/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" : "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",
"GraphShims.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"
}
warning: 'spi-builder-workspace': [Env] OPENATTRIBUTEGRAPH_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD not set -> false(default)
[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 -> true(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)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/39] Compiling AttributeType.cpp
[1/39] Compiling OAGWeakAttribute.cpp
[1/39] Compiling log.cpp
[2/39] Compiling assert.cpp
[4/39] Write swift-version-2F0A5646E1D333AE.txt
[4/39] Write sources
[6/39] Compiling OAGAttribute.cpp
[7/39] Compiling Utilities HashTable.cpp
[8/39] Compiling realloc_vector.cpp
[9/39] Compiling OAGGraphTracing.cpp
[10/39] Compiling Utilities Heap.cpp
[11/39] Compiling OAGGraphContext.cpp
[12/39] Compiling Subgraph.cpp
[13/39] Compiling ClosureFunction.cpp
[14/39] Compiling OAGSubgraph.cpp
[15/39] Compiling Platform log.c
[16/39] Compiling OAGVersion.c
/Users/admin/builder/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];
| ^~~~~~~~~~~
/Users/admin/builder/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
/Users/admin/builder/spi-builder-workspace/Sources/OpenAttributeGraphCxx/Runtime/OAGTupleType.cpp:200:10: note: declared here
200 | auto buffer_size = metadata->vw_stride() * count;
| ^
1 warning generated.
[17/39] Compiling OAGTupleType.cpp
[18/39] Compiling OAGTypeID.cpp
[19/39] Compiling interpose.c
[20/39] Compiling OAGGraph.cpp
[21/39] Compiling metadata.cpp
[22/39] Compiling OAGUniqueID.c
[23/39] Compiling GraphContext.cpp
/Users/admin/builder/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/39] Compiling GraphDescription.cpp
[24/39] Write sources
[26/39] Compiling OAGComparison.cpp
[27/39] Compiling OAGDebugServer.cpp
[28/39] Compiling AttributeID.cpp
[29/39] Compiling zone.cpp
[30/39] Compiling Graph.cpp
[31/39] Compiling Graph.mm
[32/39] Compiling GraphDescription.mm
[33/39] Compiling table.cpp
[34/39] Compiling DebugServer.mm
[36/64] Emitting module OpenAttributeGraph
[37/66] Compiling OpenAttributeGraph ObservedAttribute.swift
[38/66] Compiling OpenAttributeGraph IndirectAttribute.swift
[39/66] Compiling OpenAttributeGraph AnyOptionalAttribute.swift
[40/66] Compiling OpenAttributeGraph OGTypeApplyEnumData.swift
[41/66] Compiling OpenAttributeGraph TupleType.swift
[42/66] Compiling OpenAttributeGraph PointerOffset.swift
[43/66] Compiling OpenAttributeGraph AttributeBody.swift
[44/66] Compiling OpenAttributeGraph AttributeBodyVisitor.swift
[45/66] Compiling OpenAttributeGraph DebugServer.swift
[46/66] Compiling OpenAttributeGraph Export.swift
[47/66] Compiling OpenAttributeGraph RuleContext.swift
[48/66] Compiling OpenAttributeGraph AnyWeakAttribute.swift
[49/66] Compiling OpenAttributeGraph WeakAttribute.swift
[50/66] Compiling OpenAttributeGraph OptionalAttribute.swift
[51/66] Compiling OpenAttributeGraph Focus.swift
[52/66] Compiling OpenAttributeGraph Map.swift
[53/66] Compiling OpenAttributeGraph CompareValues.swift
[54/66] Compiling OpenAttributeGraph Metadata.swift
[55/66] Compiling OpenAttributeGraph Rule.swift
[56/66] Compiling OpenAttributeGraph StatefulRule.swift
[57/66] Compiling OpenAttributeGraph AnyRuleContext.swift
[58/66] Compiling OpenAttributeGraph AnyAttribute.swift
[59/66] Compiling OpenAttributeGraph Attribute.swift
[60/66] Compiling OpenAttributeGraph External.swift
[61/66] Compiling OpenAttributeGraph Graph.swift
[62/66] Compiling OpenAttributeGraph Subgraph.swift
[62/66] Write Objects.LinkFileList
[63/73] Linking libOpenAttributeGraph.dylib
[65/73] Compiling OpenAttributeGraphShims GraphShims.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAttributeGraphShims/GraphShims.swift:84:12: warning: let 'attributeGraphVendor' is not concurrency-safe because non-'Sendable' type 'AttributeGraphVendor' may have shared mutable state; this is an error in the Swift 6 language mode
3 | // OpenAttributeGraphShims
4 |
5 | public enum AttributeGraphVendor: String {
| `- note: consider making enum 'AttributeGraphVendor' conform to the 'Sendable' protocol
6 | case oag = "org.OpenSwiftUIProject.OpenAttributeGraph"
7 | case ag = "com.apple.AttributeGraph"
:
82 |
83 | @_exported import OpenAttributeGraph
84 | public let attributeGraphVendor = AttributeGraphVendor.oag
| |- warning: let 'attributeGraphVendor' is not concurrency-safe because non-'Sendable' type 'AttributeGraphVendor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'attributeGraphVendor' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
85 | #endif
86 |
[66/73] Compiling OpenAttributeGraphShims Metadata+Debug.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAttributeGraphShims/Metadata+Debug.swift:13:27: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 | let ignoreStdlib: Bool
12 |
13 | public static var `default` = Option(maxLevel: 3, ignoreStdlib: true)
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | }
15 |
[67/73] Compiling OpenAttributeGraphShims Graph+Debug.swift
[68/73] Compiling OpenAttributeGraphShims DebugServerMessageHeader.swift
[69/73] Compiling OpenAttributeGraphShims DebugClient.swift
[70/73] Compiling OpenAttributeGraphShims Attribute+Debug.swift
[71/73] Emitting module OpenAttributeGraphShims
/Users/admin/builder/spi-builder-workspace/Sources/OpenAttributeGraphShims/GraphShims.swift:84:12: warning: let 'attributeGraphVendor' is not concurrency-safe because non-'Sendable' type 'AttributeGraphVendor' may have shared mutable state; this is an error in the Swift 6 language mode
3 | // OpenAttributeGraphShims
4 |
5 | public enum AttributeGraphVendor: String {
| `- note: consider making enum 'AttributeGraphVendor' conform to the 'Sendable' protocol
6 | case oag = "org.OpenSwiftUIProject.OpenAttributeGraph"
7 | case ag = "com.apple.AttributeGraph"
:
82 |
83 | @_exported import OpenAttributeGraph
84 | public let attributeGraphVendor = AttributeGraphVendor.oag
| |- warning: let 'attributeGraphVendor' is not concurrency-safe because non-'Sendable' type 'AttributeGraphVendor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'attributeGraphVendor' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
85 | #endif
86 |
/Users/admin/builder/spi-builder-workspace/Sources/OpenAttributeGraphShims/Metadata+Debug.swift:13:27: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 | let ignoreStdlib: Bool
12 |
13 | public static var `default` = Option(maxLevel: 3, ignoreStdlib: true)
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | }
15 |
[71/73] Write Objects.LinkFileList
[72/73] Linking libOpenAttributeGraphShims.dylib
Build complete! (10.28s)
warning: 'spi-builder-workspace': [Env] OPENATTRIBUTEGRAPH_BUILD_FOR_DARWIN_PLATFORM not set -> true(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 -> true(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)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.93s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.43s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
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" : "/Users/admin/builder/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" : "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",
"GraphShims.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"
}
warning: 'spi-builder-workspace': [Env] OPENATTRIBUTEGRAPH_BUILD_FOR_DARWIN_PLATFORM not set -> true(default)
[Env] SPI_GENERATE_DOCS not set -> false(default)
[Env] SPI_BUILD not set -> false(default)
[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 -> true(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.