The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Compute, reference 0.1.0 (a5d215), with Swift 6.2 for Linux on 26 Feb 2026 13:18:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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

 6 | #include <ComputeCxx/AGBase.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttributeType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 4 | #include <ComputeCxx/AGBase.h>
 5 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
10 |
11 | #include <ComputeCxx/AGClosure.h>
12 | #include <ComputeCxx/AGType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
13 |
14 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGType.h:71:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 69 |     AG_SWIFT_NAME(getter:Metadata.nominalDescriptorName(self:));
 70 |
 71 | typedef AG_OPTIONS(uint32_t, AGTypeApplyOptions) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 72 |     AGTypeApplyOptionsEnumerateStructFields = 0,
 73 |     AGTypeApplyOptionsEnumerateClassFields = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
 4 | #include <ComputeCxx/AGAttributeInfo.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttributeType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 4 | #include <ComputeCxx/AGBase.h>
 5 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:35:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
33 | } AGAttributeVTable;
34 |
35 | typedef AG_OPTIONS(uint32_t, AGAttributeTypeFlags) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
36 |     AGAttributeTypeFlagsComparisonModeBitwise = 0,
37 |     AGAttributeTypeFlagsComparisonModeIndirect = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:7:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:7:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
 7 | #include <ComputeCxx/AGCachedValueOptions.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:7:
 8 | #include <ComputeCxx/AGChangedValue.h>
 9 | #include <ComputeCxx/AGClosure.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGCachedValueOptions.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint32_t, AGCachedValueOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGCachedValueOptionsNone = 0,
11 |     AGCachedValueOptionsUnprefetched = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:8:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:8:
 6 | #include <ComputeCxx/AGBase.h>
 7 | #include <ComputeCxx/AGCachedValueOptions.h>
 8 | #include <ComputeCxx/AGChangedValue.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:8:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGChangedValue.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint8_t, AGChangedValueFlags) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGChangedValueFlagsChanged = 1 << 0,
11 |     AGChangedValueFlagsRequiresMainThread = 1 << 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
 8 | #include <ComputeCxx/AGChangedValue.h>
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
11 | #include <ComputeCxx/AGDescription.h>
12 | #include <ComputeCxx/AGGraph.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGComparison.h:34:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
32 | AGTypeID AGComparisonStateGetFieldType(AGComparisonState state);
33 |
34 | typedef AG_ENUM(uint8_t, AGComparisonMode) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
35 |     AGComparisonModeBitwise = 0,
36 |     AGComparisonModeIndirect = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
 8 | #include <ComputeCxx/AGChangedValue.h>
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
11 | #include <ComputeCxx/AGDescription.h>
12 | #include <ComputeCxx/AGGraph.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGComparison.h:41:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
39 | } AG_SWIFT_NAME(ComparisonMode);
40 |
41 | typedef AG_OPTIONS(uint32_t, AGComparisonOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
42 |     AGComparisonOptionsComparisonModeBitwise = 0,
43 |     AGComparisonOptionsComparisonModeIndirect = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:21:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:21:
 19 | #include <ComputeCxx/AGChangedValue.h>
 20 | #include <ComputeCxx/AGComparison.h>
 21 | #include <ComputeCxx/AGGraphCounterQueryType.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:21:
 22 | #include <ComputeCxx/AGInputOptions.h>
 23 | #include <ComputeCxx/AGSearchOptions.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraphCounterQueryType.h:5:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 3 | #include <ComputeCxx/AGBase.h>
 4 |
 5 | typedef AG_ENUM(uint32_t, AGGraphCounterQueryType) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 6 |     AGGraphCounterQueryTypeNodes,
 7 |     AGGraphCounterQueryTypeTransactions,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:22:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:22:
 20 | #include <ComputeCxx/AGComparison.h>
 21 | #include <ComputeCxx/AGGraphCounterQueryType.h>
 22 | #include <ComputeCxx/AGInputOptions.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:22:
 23 | #include <ComputeCxx/AGSearchOptions.h>
 24 | #include <ComputeCxx/AGType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGInputOptions.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint8_t, AGInputOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGInputOptionsNone = 0,
11 |     AGInputOptionsUnprefetched = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:23:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:23:
 21 | #include <ComputeCxx/AGGraphCounterQueryType.h>
 22 | #include <ComputeCxx/AGInputOptions.h>
 23 | #include <ComputeCxx/AGSearchOptions.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:23:
 24 | #include <ComputeCxx/AGType.h>
 25 | #include <ComputeCxx/AGValue.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGSearchOptions.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint32_t, AGSearchOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGSearchOptionsSearchInputs = 1 << 0,
11 |     AGSearchOptionsSearchOutputs = 1 << 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 23 | #include <ComputeCxx/AGSearchOptions.h>
 24 | #include <ComputeCxx/AGType.h>
 25 | #include <ComputeCxx/AGValue.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 26 | #include <ComputeCxx/AGWeakAttribute.h>
 27 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGValue.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint32_t, AGValueOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGValueOptionsNone = 0,
11 |     AGValueOptionsInputOptionsUnprefetched = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 23 | #include <ComputeCxx/AGSearchOptions.h>
 24 | #include <ComputeCxx/AGType.h>
 25 | #include <ComputeCxx/AGValue.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 26 | #include <ComputeCxx/AGWeakAttribute.h>
 27 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGValue.h:18:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
16 | };
17 |
18 | typedef AG_OPTIONS(uint8_t, AGValueState) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
19 |     AGValueStateNone = 0,
20 |     AGValueStateDirty = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:231:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
229 | AGValueState AGGraphGetValueState(AGAttribute attribute) AG_SWIFT_NAME(getter:AGAttribute.valueState(self:));
230 |
231 | typedef AG_OPTIONS(uint32_t, AGGraphUpdateOptions) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
232 |     AGGraphUpdateOptionsNone = 0,
233 |     AGGraphUpdateOptionsInTransaction = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:282:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
280 | // MARK: Update
281 |
282 | typedef AG_ENUM(uint32_t, AGGraphUpdateStatus) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
283 |     AGGraphUpdateStatusNoChange = 0,
284 |     AGGraphUpdateStatusChanged = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:14:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:14:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
14 | #include <ComputeCxx/AGGraphTracing.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:14:
15 | #include <ComputeCxx/AGInputOptions.h>
16 | #include <ComputeCxx/AGSearchOptions.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraphTracing.h:6:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
  4 | #include <ComputeCxx/AGGraph.h>
  5 |
  6 | typedef AG_OPTIONS(uint32_t, AGGraphTraceOptions) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
  7 |     AGGraphTraceOptionsEnabled = 1 << 0,
  8 |     AGGraphTraceOptionsFull = 1 << 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:19:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:19:
17 | #include <ComputeCxx/AGSubgraph.h>
18 | #include <ComputeCxx/AGTargetConditionals.h>
19 | #include <ComputeCxx/AGTraceType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:19:
20 | #include <ComputeCxx/AGTreeElement.h>
21 | #include <ComputeCxx/AGTreeValue.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGTraceType.h:11:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 9 | AG_EXTERN_C_BEGIN
10 |
11 | typedef AG_ENUM(uint64_t, AGTraceTypeVersion) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
12 |     AGTraceTypeVersionInitial = 0,
13 |     AGTraceTypeVersionCustom = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:22:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:22:
20 | #include <ComputeCxx/AGTreeElement.h>
21 | #include <ComputeCxx/AGTreeValue.h>
22 | #include <ComputeCxx/AGTuple.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:22:
23 | #include <ComputeCxx/AGType.h>
24 | #include <ComputeCxx/AGUniqueID.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGTuple.h:11:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 9 | AG_EXTERN_C_BEGIN
10 |
11 | typedef AG_ENUM(uint32_t, AGTupleCopyOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
12 |     AGTupleCopyOptionsAssignCopy = 0,
13 |     AGTupleCopyOptionsInitCopy = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
/host/spi-builder-workspace/Sources/Compute/Attribute/AnyAttribute.swift:1:8: error: could not build C module 'ComputeCxx'
  1 | import ComputeCxx
    |        `- error: could not build C module 'ComputeCxx'
  2 |
  3 | extension Graph {
[81/84] Compiling Compute RuleContext.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:3:
 4 | #include <ComputeCxx/AGAttributeInfo.h>
 5 | #include <ComputeCxx/AGAttributeType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttribute.h:14:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
12 | const AGAttribute AGAttributeNil;
13 |
14 | typedef AG_OPTIONS(uint8_t, AGAttributeFlags) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
15 |     AGAttributeFlagsNone = 0,
16 |     AGAttributeFlagsAll = 0xFF,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
 4 | #include <ComputeCxx/AGAttributeInfo.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttributeType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 4 | #include <ComputeCxx/AGBase.h>
 5 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
10 |
11 | #include <ComputeCxx/AGClosure.h>
12 | #include <ComputeCxx/AGType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
13 |
14 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGType.h:28:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 26 | } AG_SWIFT_NAME(Signature) AGTypeSignature;
 27 |
 28 | typedef AG_CLOSED_ENUM(uint32_t, AGTypeKind) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 29 |     AGTypeKindNone,
 30 |     AGTypeKindClass,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:132:82: note: expanded from macro 'AG_CLOSED_ENUM'
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                                  `- note: expanded from macro 'AG_CLOSED_ENUM'
133 | #if (__cplusplus)
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
 4 | #include <ComputeCxx/AGAttributeInfo.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttributeType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 4 | #include <ComputeCxx/AGBase.h>
 5 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
10 |
11 | #include <ComputeCxx/AGClosure.h>
12 | #include <ComputeCxx/AGType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
13 |
14 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGType.h:71:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 69 |     AG_SWIFT_NAME(getter:Metadata.nominalDescriptorName(self:));
 70 |
 71 | typedef AG_OPTIONS(uint32_t, AGTypeApplyOptions) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 72 |     AGTypeApplyOptionsEnumerateStructFields = 0,
 73 |     AGTypeApplyOptionsEnumerateClassFields = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
 4 | #include <ComputeCxx/AGAttributeInfo.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttributeType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 4 | #include <ComputeCxx/AGBase.h>
 5 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:35:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
33 | } AGAttributeVTable;
34 |
35 | typedef AG_OPTIONS(uint32_t, AGAttributeTypeFlags) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
36 |     AGAttributeTypeFlagsComparisonModeBitwise = 0,
37 |     AGAttributeTypeFlagsComparisonModeIndirect = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:7:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:7:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
 7 | #include <ComputeCxx/AGCachedValueOptions.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:7:
 8 | #include <ComputeCxx/AGChangedValue.h>
 9 | #include <ComputeCxx/AGClosure.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGCachedValueOptions.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint32_t, AGCachedValueOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGCachedValueOptionsNone = 0,
11 |     AGCachedValueOptionsUnprefetched = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:8:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:8:
 6 | #include <ComputeCxx/AGBase.h>
 7 | #include <ComputeCxx/AGCachedValueOptions.h>
 8 | #include <ComputeCxx/AGChangedValue.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:8:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGChangedValue.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint8_t, AGChangedValueFlags) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGChangedValueFlagsChanged = 1 << 0,
11 |     AGChangedValueFlagsRequiresMainThread = 1 << 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
 8 | #include <ComputeCxx/AGChangedValue.h>
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
11 | #include <ComputeCxx/AGDescription.h>
12 | #include <ComputeCxx/AGGraph.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGComparison.h:34:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
32 | AGTypeID AGComparisonStateGetFieldType(AGComparisonState state);
33 |
34 | typedef AG_ENUM(uint8_t, AGComparisonMode) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
35 |     AGComparisonModeBitwise = 0,
36 |     AGComparisonModeIndirect = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
 8 | #include <ComputeCxx/AGChangedValue.h>
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
11 | #include <ComputeCxx/AGDescription.h>
12 | #include <ComputeCxx/AGGraph.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGComparison.h:41:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
39 | } AG_SWIFT_NAME(ComparisonMode);
40 |
41 | typedef AG_OPTIONS(uint32_t, AGComparisonOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
42 |     AGComparisonOptionsComparisonModeBitwise = 0,
43 |     AGComparisonOptionsComparisonModeIndirect = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:21:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:21:
 19 | #include <ComputeCxx/AGChangedValue.h>
 20 | #include <ComputeCxx/AGComparison.h>
 21 | #include <ComputeCxx/AGGraphCounterQueryType.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:21:
 22 | #include <ComputeCxx/AGInputOptions.h>
 23 | #include <ComputeCxx/AGSearchOptions.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraphCounterQueryType.h:5:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 3 | #include <ComputeCxx/AGBase.h>
 4 |
 5 | typedef AG_ENUM(uint32_t, AGGraphCounterQueryType) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 6 |     AGGraphCounterQueryTypeNodes,
 7 |     AGGraphCounterQueryTypeTransactions,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:22:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:22:
 20 | #include <ComputeCxx/AGComparison.h>
 21 | #include <ComputeCxx/AGGraphCounterQueryType.h>
 22 | #include <ComputeCxx/AGInputOptions.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:22:
 23 | #include <ComputeCxx/AGSearchOptions.h>
 24 | #include <ComputeCxx/AGType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGInputOptions.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint8_t, AGInputOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGInputOptionsNone = 0,
11 |     AGInputOptionsUnprefetched = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:23:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:23:
 21 | #include <ComputeCxx/AGGraphCounterQueryType.h>
 22 | #include <ComputeCxx/AGInputOptions.h>
 23 | #include <ComputeCxx/AGSearchOptions.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:23:
 24 | #include <ComputeCxx/AGType.h>
 25 | #include <ComputeCxx/AGValue.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGSearchOptions.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint32_t, AGSearchOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGSearchOptionsSearchInputs = 1 << 0,
11 |     AGSearchOptionsSearchOutputs = 1 << 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 23 | #include <ComputeCxx/AGSearchOptions.h>
 24 | #include <ComputeCxx/AGType.h>
 25 | #include <ComputeCxx/AGValue.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 26 | #include <ComputeCxx/AGWeakAttribute.h>
 27 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGValue.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint32_t, AGValueOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGValueOptionsNone = 0,
11 |     AGValueOptionsInputOptionsUnprefetched = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 23 | #include <ComputeCxx/AGSearchOptions.h>
 24 | #include <ComputeCxx/AGType.h>
 25 | #include <ComputeCxx/AGValue.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 26 | #include <ComputeCxx/AGWeakAttribute.h>
 27 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGValue.h:18:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
16 | };
17 |
18 | typedef AG_OPTIONS(uint8_t, AGValueState) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
19 |     AGValueStateNone = 0,
20 |     AGValueStateDirty = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:231:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
229 | AGValueState AGGraphGetValueState(AGAttribute attribute) AG_SWIFT_NAME(getter:AGAttribute.valueState(self:));
230 |
231 | typedef AG_OPTIONS(uint32_t, AGGraphUpdateOptions) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
232 |     AGGraphUpdateOptionsNone = 0,
233 |     AGGraphUpdateOptionsInTransaction = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:282:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
280 | // MARK: Update
281 |
282 | typedef AG_ENUM(uint32_t, AGGraphUpdateStatus) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
283 |     AGGraphUpdateStatusNoChange = 0,
284 |     AGGraphUpdateStatusChanged = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:14:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:14:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
14 | #include <ComputeCxx/AGGraphTracing.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:14:
15 | #include <ComputeCxx/AGInputOptions.h>
16 | #include <ComputeCxx/AGSearchOptions.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraphTracing.h:6:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
  4 | #include <ComputeCxx/AGGraph.h>
  5 |
  6 | typedef AG_OPTIONS(uint32_t, AGGraphTraceOptions) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
  7 |     AGGraphTraceOptionsEnabled = 1 << 0,
  8 |     AGGraphTraceOptionsFull = 1 << 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:19:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:19:
17 | #include <ComputeCxx/AGSubgraph.h>
18 | #include <ComputeCxx/AGTargetConditionals.h>
19 | #include <ComputeCxx/AGTraceType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:19:
20 | #include <ComputeCxx/AGTreeElement.h>
21 | #include <ComputeCxx/AGTreeValue.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGTraceType.h:11:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 9 | AG_EXTERN_C_BEGIN
10 |
11 | typedef AG_ENUM(uint64_t, AGTraceTypeVersion) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
12 |     AGTraceTypeVersionInitial = 0,
13 |     AGTraceTypeVersionCustom = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:22:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:22:
20 | #include <ComputeCxx/AGTreeElement.h>
21 | #include <ComputeCxx/AGTreeValue.h>
22 | #include <ComputeCxx/AGTuple.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:22:
23 | #include <ComputeCxx/AGType.h>
24 | #include <ComputeCxx/AGUniqueID.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGTuple.h:11:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 9 | AG_EXTERN_C_BEGIN
10 |
11 | typedef AG_ENUM(uint32_t, AGTupleCopyOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
12 |     AGTupleCopyOptionsAssignCopy = 0,
13 |     AGTupleCopyOptionsInitCopy = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
/host/spi-builder-workspace/Sources/Compute/Attribute/AnyAttribute.swift:1:8: error: could not build C module 'ComputeCxx'
  1 | import ComputeCxx
    |        `- error: could not build C module 'ComputeCxx'
  2 |
  3 | extension Graph {
[82/84] Compiling Compute AnyWeakAttribute.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:3:
 4 | #include <ComputeCxx/AGAttributeInfo.h>
 5 | #include <ComputeCxx/AGAttributeType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttribute.h:14:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
12 | const AGAttribute AGAttributeNil;
13 |
14 | typedef AG_OPTIONS(uint8_t, AGAttributeFlags) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
15 |     AGAttributeFlagsNone = 0,
16 |     AGAttributeFlagsAll = 0xFF,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
 4 | #include <ComputeCxx/AGAttributeInfo.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttributeType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 4 | #include <ComputeCxx/AGBase.h>
 5 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
10 |
11 | #include <ComputeCxx/AGClosure.h>
12 | #include <ComputeCxx/AGType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
13 |
14 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGType.h:28:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 26 | } AG_SWIFT_NAME(Signature) AGTypeSignature;
 27 |
 28 | typedef AG_CLOSED_ENUM(uint32_t, AGTypeKind) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 29 |     AGTypeKindNone,
 30 |     AGTypeKindClass,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:132:82: note: expanded from macro 'AG_CLOSED_ENUM'
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                                  `- note: expanded from macro 'AG_CLOSED_ENUM'
133 | #if (__cplusplus)
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
 4 | #include <ComputeCxx/AGAttributeInfo.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttributeType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 4 | #include <ComputeCxx/AGBase.h>
 5 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
10 |
11 | #include <ComputeCxx/AGClosure.h>
12 | #include <ComputeCxx/AGType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
13 |
14 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGType.h:71:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 69 |     AG_SWIFT_NAME(getter:Metadata.nominalDescriptorName(self:));
 70 |
 71 | typedef AG_OPTIONS(uint32_t, AGTypeApplyOptions) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 72 |     AGTypeApplyOptionsEnumerateStructFields = 0,
 73 |     AGTypeApplyOptionsEnumerateClassFields = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
 4 | #include <ComputeCxx/AGAttributeInfo.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttributeType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 4 | #include <ComputeCxx/AGBase.h>
 5 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:35:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
33 | } AGAttributeVTable;
34 |
35 | typedef AG_OPTIONS(uint32_t, AGAttributeTypeFlags) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
36 |     AGAttributeTypeFlagsComparisonModeBitwise = 0,
37 |     AGAttributeTypeFlagsComparisonModeIndirect = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:7:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:7:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
 7 | #include <ComputeCxx/AGCachedValueOptions.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:7:
 8 | #include <ComputeCxx/AGChangedValue.h>
 9 | #include <ComputeCxx/AGClosure.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGCachedValueOptions.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint32_t, AGCachedValueOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGCachedValueOptionsNone = 0,
11 |     AGCachedValueOptionsUnprefetched = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:8:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:8:
 6 | #include <ComputeCxx/AGBase.h>
 7 | #include <ComputeCxx/AGCachedValueOptions.h>
 8 | #include <ComputeCxx/AGChangedValue.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:8:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGChangedValue.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint8_t, AGChangedValueFlags) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGChangedValueFlagsChanged = 1 << 0,
11 |     AGChangedValueFlagsRequiresMainThread = 1 << 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
 8 | #include <ComputeCxx/AGChangedValue.h>
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
11 | #include <ComputeCxx/AGDescription.h>
12 | #include <ComputeCxx/AGGraph.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGComparison.h:34:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
32 | AGTypeID AGComparisonStateGetFieldType(AGComparisonState state);
33 |
34 | typedef AG_ENUM(uint8_t, AGComparisonMode) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
35 |     AGComparisonModeBitwise = 0,
36 |     AGComparisonModeIndirect = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
 8 | #include <ComputeCxx/AGChangedValue.h>
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
11 | #include <ComputeCxx/AGDescription.h>
12 | #include <ComputeCxx/AGGraph.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGComparison.h:41:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
39 | } AG_SWIFT_NAME(ComparisonMode);
40 |
41 | typedef AG_OPTIONS(uint32_t, AGComparisonOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
42 |     AGComparisonOptionsComparisonModeBitwise = 0,
43 |     AGComparisonOptionsComparisonModeIndirect = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:21:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:21:
 19 | #include <ComputeCxx/AGChangedValue.h>
 20 | #include <ComputeCxx/AGComparison.h>
 21 | #include <ComputeCxx/AGGraphCounterQueryType.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:21:
 22 | #include <ComputeCxx/AGInputOptions.h>
 23 | #include <ComputeCxx/AGSearchOptions.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraphCounterQueryType.h:5:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 3 | #include <ComputeCxx/AGBase.h>
 4 |
 5 | typedef AG_ENUM(uint32_t, AGGraphCounterQueryType) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 6 |     AGGraphCounterQueryTypeNodes,
 7 |     AGGraphCounterQueryTypeTransactions,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:22:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:22:
 20 | #include <ComputeCxx/AGComparison.h>
 21 | #include <ComputeCxx/AGGraphCounterQueryType.h>
 22 | #include <ComputeCxx/AGInputOptions.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:22:
 23 | #include <ComputeCxx/AGSearchOptions.h>
 24 | #include <ComputeCxx/AGType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGInputOptions.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint8_t, AGInputOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGInputOptionsNone = 0,
11 |     AGInputOptionsUnprefetched = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:23:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:23:
 21 | #include <ComputeCxx/AGGraphCounterQueryType.h>
 22 | #include <ComputeCxx/AGInputOptions.h>
 23 | #include <ComputeCxx/AGSearchOptions.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:23:
 24 | #include <ComputeCxx/AGType.h>
 25 | #include <ComputeCxx/AGValue.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGSearchOptions.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint32_t, AGSearchOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGSearchOptionsSearchInputs = 1 << 0,
11 |     AGSearchOptionsSearchOutputs = 1 << 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 23 | #include <ComputeCxx/AGSearchOptions.h>
 24 | #include <ComputeCxx/AGType.h>
 25 | #include <ComputeCxx/AGValue.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 26 | #include <ComputeCxx/AGWeakAttribute.h>
 27 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGValue.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint32_t, AGValueOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGValueOptionsNone = 0,
11 |     AGValueOptionsInputOptionsUnprefetched = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 23 | #include <ComputeCxx/AGSearchOptions.h>
 24 | #include <ComputeCxx/AGType.h>
 25 | #include <ComputeCxx/AGValue.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 26 | #include <ComputeCxx/AGWeakAttribute.h>
 27 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGValue.h:18:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
16 | };
17 |
18 | typedef AG_OPTIONS(uint8_t, AGValueState) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
19 |     AGValueStateNone = 0,
20 |     AGValueStateDirty = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:231:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
229 | AGValueState AGGraphGetValueState(AGAttribute attribute) AG_SWIFT_NAME(getter:AGAttribute.valueState(self:));
230 |
231 | typedef AG_OPTIONS(uint32_t, AGGraphUpdateOptions) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
232 |     AGGraphUpdateOptionsNone = 0,
233 |     AGGraphUpdateOptionsInTransaction = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:282:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
280 | // MARK: Update
281 |
282 | typedef AG_ENUM(uint32_t, AGGraphUpdateStatus) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
283 |     AGGraphUpdateStatusNoChange = 0,
284 |     AGGraphUpdateStatusChanged = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:14:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:14:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
14 | #include <ComputeCxx/AGGraphTracing.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:14:
15 | #include <ComputeCxx/AGInputOptions.h>
16 | #include <ComputeCxx/AGSearchOptions.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraphTracing.h:6:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
  4 | #include <ComputeCxx/AGGraph.h>
  5 |
  6 | typedef AG_OPTIONS(uint32_t, AGGraphTraceOptions) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
  7 |     AGGraphTraceOptionsEnabled = 1 << 0,
  8 |     AGGraphTraceOptionsFull = 1 << 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:19:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:19:
17 | #include <ComputeCxx/AGSubgraph.h>
18 | #include <ComputeCxx/AGTargetConditionals.h>
19 | #include <ComputeCxx/AGTraceType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:19:
20 | #include <ComputeCxx/AGTreeElement.h>
21 | #include <ComputeCxx/AGTreeValue.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGTraceType.h:11:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 9 | AG_EXTERN_C_BEGIN
10 |
11 | typedef AG_ENUM(uint64_t, AGTraceTypeVersion) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
12 |     AGTraceTypeVersionInitial = 0,
13 |     AGTraceTypeVersionCustom = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:22:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:22:
20 | #include <ComputeCxx/AGTreeElement.h>
21 | #include <ComputeCxx/AGTreeValue.h>
22 | #include <ComputeCxx/AGTuple.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:22:
23 | #include <ComputeCxx/AGType.h>
24 | #include <ComputeCxx/AGUniqueID.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGTuple.h:11:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 9 | AG_EXTERN_C_BEGIN
10 |
11 | typedef AG_ENUM(uint32_t, AGTupleCopyOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
12 |     AGTupleCopyOptionsAssignCopy = 0,
13 |     AGTupleCopyOptionsInitCopy = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
/host/spi-builder-workspace/Sources/Compute/Attribute/AnyAttribute.swift:1:8: error: could not build C module 'ComputeCxx'
  1 | import ComputeCxx
    |        `- error: could not build C module 'ComputeCxx'
  2 |
  3 | extension Graph {
[83/84] Compiling Compute WeakAttribute.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:3:
 4 | #include <ComputeCxx/AGAttributeInfo.h>
 5 | #include <ComputeCxx/AGAttributeType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttribute.h:14:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
12 | const AGAttribute AGAttributeNil;
13 |
14 | typedef AG_OPTIONS(uint8_t, AGAttributeFlags) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
15 |     AGAttributeFlagsNone = 0,
16 |     AGAttributeFlagsAll = 0xFF,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
 4 | #include <ComputeCxx/AGAttributeInfo.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttributeType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 4 | #include <ComputeCxx/AGBase.h>
 5 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
10 |
11 | #include <ComputeCxx/AGClosure.h>
12 | #include <ComputeCxx/AGType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
13 |
14 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGType.h:28:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 26 | } AG_SWIFT_NAME(Signature) AGTypeSignature;
 27 |
 28 | typedef AG_CLOSED_ENUM(uint32_t, AGTypeKind) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 29 |     AGTypeKindNone,
 30 |     AGTypeKindClass,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:132:82: note: expanded from macro 'AG_CLOSED_ENUM'
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                                  `- note: expanded from macro 'AG_CLOSED_ENUM'
133 | #if (__cplusplus)
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
 4 | #include <ComputeCxx/AGAttributeInfo.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttributeType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 4 | #include <ComputeCxx/AGBase.h>
 5 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
10 |
11 | #include <ComputeCxx/AGClosure.h>
12 | #include <ComputeCxx/AGType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
13 |
14 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGType.h:71:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 69 |     AG_SWIFT_NAME(getter:Metadata.nominalDescriptorName(self:));
 70 |
 71 | typedef AG_OPTIONS(uint32_t, AGTypeApplyOptions) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 72 |     AGTypeApplyOptionsEnumerateStructFields = 0,
 73 |     AGTypeApplyOptionsEnumerateClassFields = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
 4 | #include <ComputeCxx/AGAttributeInfo.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttributeType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 4 | #include <ComputeCxx/AGBase.h>
 5 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:35:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
33 | } AGAttributeVTable;
34 |
35 | typedef AG_OPTIONS(uint32_t, AGAttributeTypeFlags) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
36 |     AGAttributeTypeFlagsComparisonModeBitwise = 0,
37 |     AGAttributeTypeFlagsComparisonModeIndirect = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:7:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:7:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
 7 | #include <ComputeCxx/AGCachedValueOptions.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:7:
 8 | #include <ComputeCxx/AGChangedValue.h>
 9 | #include <ComputeCxx/AGClosure.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGCachedValueOptions.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint32_t, AGCachedValueOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGCachedValueOptionsNone = 0,
11 |     AGCachedValueOptionsUnprefetched = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:8:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:8:
 6 | #include <ComputeCxx/AGBase.h>
 7 | #include <ComputeCxx/AGCachedValueOptions.h>
 8 | #include <ComputeCxx/AGChangedValue.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:8:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGChangedValue.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint8_t, AGChangedValueFlags) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGChangedValueFlagsChanged = 1 << 0,
11 |     AGChangedValueFlagsRequiresMainThread = 1 << 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
 8 | #include <ComputeCxx/AGChangedValue.h>
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
11 | #include <ComputeCxx/AGDescription.h>
12 | #include <ComputeCxx/AGGraph.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGComparison.h:34:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
32 | AGTypeID AGComparisonStateGetFieldType(AGComparisonState state);
33 |
34 | typedef AG_ENUM(uint8_t, AGComparisonMode) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
35 |     AGComparisonModeBitwise = 0,
36 |     AGComparisonModeIndirect = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
 8 | #include <ComputeCxx/AGChangedValue.h>
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
11 | #include <ComputeCxx/AGDescription.h>
12 | #include <ComputeCxx/AGGraph.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGComparison.h:41:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
39 | } AG_SWIFT_NAME(ComparisonMode);
40 |
41 | typedef AG_OPTIONS(uint32_t, AGComparisonOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
42 |     AGComparisonOptionsComparisonModeBitwise = 0,
43 |     AGComparisonOptionsComparisonModeIndirect = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:21:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:21:
 19 | #include <ComputeCxx/AGChangedValue.h>
 20 | #include <ComputeCxx/AGComparison.h>
 21 | #include <ComputeCxx/AGGraphCounterQueryType.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:21:
 22 | #include <ComputeCxx/AGInputOptions.h>
 23 | #include <ComputeCxx/AGSearchOptions.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraphCounterQueryType.h:5:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 3 | #include <ComputeCxx/AGBase.h>
 4 |
 5 | typedef AG_ENUM(uint32_t, AGGraphCounterQueryType) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 6 |     AGGraphCounterQueryTypeNodes,
 7 |     AGGraphCounterQueryTypeTransactions,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:22:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:22:
 20 | #include <ComputeCxx/AGComparison.h>
 21 | #include <ComputeCxx/AGGraphCounterQueryType.h>
 22 | #include <ComputeCxx/AGInputOptions.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:22:
 23 | #include <ComputeCxx/AGSearchOptions.h>
 24 | #include <ComputeCxx/AGType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGInputOptions.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint8_t, AGInputOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGInputOptionsNone = 0,
11 |     AGInputOptionsUnprefetched = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:23:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:23:
 21 | #include <ComputeCxx/AGGraphCounterQueryType.h>
 22 | #include <ComputeCxx/AGInputOptions.h>
 23 | #include <ComputeCxx/AGSearchOptions.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:23:
 24 | #include <ComputeCxx/AGType.h>
 25 | #include <ComputeCxx/AGValue.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGSearchOptions.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint32_t, AGSearchOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGSearchOptionsSearchInputs = 1 << 0,
11 |     AGSearchOptionsSearchOutputs = 1 << 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 23 | #include <ComputeCxx/AGSearchOptions.h>
 24 | #include <ComputeCxx/AGType.h>
 25 | #include <ComputeCxx/AGValue.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 26 | #include <ComputeCxx/AGWeakAttribute.h>
 27 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGValue.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint32_t, AGValueOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGValueOptionsNone = 0,
11 |     AGValueOptionsInputOptionsUnprefetched = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 23 | #include <ComputeCxx/AGSearchOptions.h>
 24 | #include <ComputeCxx/AGType.h>
 25 | #include <ComputeCxx/AGValue.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 26 | #include <ComputeCxx/AGWeakAttribute.h>
 27 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGValue.h:18:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
16 | };
17 |
18 | typedef AG_OPTIONS(uint8_t, AGValueState) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
19 |     AGValueStateNone = 0,
20 |     AGValueStateDirty = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:231:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
229 | AGValueState AGGraphGetValueState(AGAttribute attribute) AG_SWIFT_NAME(getter:AGAttribute.valueState(self:));
230 |
231 | typedef AG_OPTIONS(uint32_t, AGGraphUpdateOptions) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
232 |     AGGraphUpdateOptionsNone = 0,
233 |     AGGraphUpdateOptionsInTransaction = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:282:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
280 | // MARK: Update
281 |
282 | typedef AG_ENUM(uint32_t, AGGraphUpdateStatus) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
283 |     AGGraphUpdateStatusNoChange = 0,
284 |     AGGraphUpdateStatusChanged = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:14:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:14:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
14 | #include <ComputeCxx/AGGraphTracing.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:14:
15 | #include <ComputeCxx/AGInputOptions.h>
16 | #include <ComputeCxx/AGSearchOptions.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraphTracing.h:6:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
  4 | #include <ComputeCxx/AGGraph.h>
  5 |
  6 | typedef AG_OPTIONS(uint32_t, AGGraphTraceOptions) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
  7 |     AGGraphTraceOptionsEnabled = 1 << 0,
  8 |     AGGraphTraceOptionsFull = 1 << 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:19:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:19:
17 | #include <ComputeCxx/AGSubgraph.h>
18 | #include <ComputeCxx/AGTargetConditionals.h>
19 | #include <ComputeCxx/AGTraceType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:19:
20 | #include <ComputeCxx/AGTreeElement.h>
21 | #include <ComputeCxx/AGTreeValue.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGTraceType.h:11:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 9 | AG_EXTERN_C_BEGIN
10 |
11 | typedef AG_ENUM(uint64_t, AGTraceTypeVersion) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
12 |     AGTraceTypeVersionInitial = 0,
13 |     AGTraceTypeVersionCustom = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:22:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:22:
20 | #include <ComputeCxx/AGTreeElement.h>
21 | #include <ComputeCxx/AGTreeValue.h>
22 | #include <ComputeCxx/AGTuple.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:22:
23 | #include <ComputeCxx/AGType.h>
24 | #include <ComputeCxx/AGUniqueID.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGTuple.h:11:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 9 | AG_EXTERN_C_BEGIN
10 |
11 | typedef AG_ENUM(uint32_t, AGTupleCopyOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
12 |     AGTupleCopyOptionsAssignCopy = 0,
13 |     AGTupleCopyOptionsInitCopy = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
/host/spi-builder-workspace/Sources/Compute/Attribute/AnyAttribute.swift:1:8: error: could not build C module 'ComputeCxx'
  1 | import ComputeCxx
    |        `- error: could not build C module 'ComputeCxx'
  2 |
  3 | extension Graph {
[84/84] Compiling Compute Compute.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:3:
 4 | #include <ComputeCxx/AGAttributeInfo.h>
 5 | #include <ComputeCxx/AGAttributeType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttribute.h:14:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
12 | const AGAttribute AGAttributeNil;
13 |
14 | typedef AG_OPTIONS(uint8_t, AGAttributeFlags) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
15 |     AGAttributeFlagsNone = 0,
16 |     AGAttributeFlagsAll = 0xFF,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
 4 | #include <ComputeCxx/AGAttributeInfo.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttributeType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 4 | #include <ComputeCxx/AGBase.h>
 5 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
10 |
11 | #include <ComputeCxx/AGClosure.h>
12 | #include <ComputeCxx/AGType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
13 |
14 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGType.h:28:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 26 | } AG_SWIFT_NAME(Signature) AGTypeSignature;
 27 |
 28 | typedef AG_CLOSED_ENUM(uint32_t, AGTypeKind) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 29 |     AGTypeKindNone,
 30 |     AGTypeKindClass,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:132:82: note: expanded from macro 'AG_CLOSED_ENUM'
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                                  `- note: expanded from macro 'AG_CLOSED_ENUM'
133 | #if (__cplusplus)
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
 4 | #include <ComputeCxx/AGAttributeInfo.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttributeType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 4 | #include <ComputeCxx/AGBase.h>
 5 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
10 |
11 | #include <ComputeCxx/AGClosure.h>
12 | #include <ComputeCxx/AGType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:12:
13 |
14 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGType.h:71:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 69 |     AG_SWIFT_NAME(getter:Metadata.nominalDescriptorName(self:));
 70 |
 71 | typedef AG_OPTIONS(uint32_t, AGTypeApplyOptions) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 72 |     AGTypeApplyOptionsEnumerateStructFields = 0,
 73 |     AGTypeApplyOptionsEnumerateClassFields = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 2 |
 3 | #include <ComputeCxx/AGAttribute.h>
 4 | #include <ComputeCxx/AGAttributeInfo.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:4:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 1 | #pragma once
 2 |
 3 | #include <ComputeCxx/AGAttributeType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeInfo.h:3:
 4 | #include <ComputeCxx/AGBase.h>
 5 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGAttributeType.h:35:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
33 | } AGAttributeVTable;
34 |
35 | typedef AG_OPTIONS(uint32_t, AGAttributeTypeFlags) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
36 |     AGAttributeTypeFlagsComparisonModeBitwise = 0,
37 |     AGAttributeTypeFlagsComparisonModeIndirect = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:7:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:7:
 5 | #include <ComputeCxx/AGAttributeType.h>
 6 | #include <ComputeCxx/AGBase.h>
 7 | #include <ComputeCxx/AGCachedValueOptions.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:7:
 8 | #include <ComputeCxx/AGChangedValue.h>
 9 | #include <ComputeCxx/AGClosure.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGCachedValueOptions.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint32_t, AGCachedValueOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGCachedValueOptionsNone = 0,
11 |     AGCachedValueOptionsUnprefetched = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:8:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:8:
 6 | #include <ComputeCxx/AGBase.h>
 7 | #include <ComputeCxx/AGCachedValueOptions.h>
 8 | #include <ComputeCxx/AGChangedValue.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:8:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGChangedValue.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint8_t, AGChangedValueFlags) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGChangedValueFlagsChanged = 1 << 0,
11 |     AGChangedValueFlagsRequiresMainThread = 1 << 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
 8 | #include <ComputeCxx/AGChangedValue.h>
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
11 | #include <ComputeCxx/AGDescription.h>
12 | #include <ComputeCxx/AGGraph.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGComparison.h:34:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
32 | AGTypeID AGComparisonStateGetFieldType(AGComparisonState state);
33 |
34 | typedef AG_ENUM(uint8_t, AGComparisonMode) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
35 |     AGComparisonModeBitwise = 0,
36 |     AGComparisonModeIndirect = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
 8 | #include <ComputeCxx/AGChangedValue.h>
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:10:
11 | #include <ComputeCxx/AGDescription.h>
12 | #include <ComputeCxx/AGGraph.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGComparison.h:41:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
39 | } AG_SWIFT_NAME(ComparisonMode);
40 |
41 | typedef AG_OPTIONS(uint32_t, AGComparisonOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
42 |     AGComparisonOptionsComparisonModeBitwise = 0,
43 |     AGComparisonOptionsComparisonModeIndirect = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:21:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:21:
 19 | #include <ComputeCxx/AGChangedValue.h>
 20 | #include <ComputeCxx/AGComparison.h>
 21 | #include <ComputeCxx/AGGraphCounterQueryType.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:21:
 22 | #include <ComputeCxx/AGInputOptions.h>
 23 | #include <ComputeCxx/AGSearchOptions.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraphCounterQueryType.h:5:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 3 | #include <ComputeCxx/AGBase.h>
 4 |
 5 | typedef AG_ENUM(uint32_t, AGGraphCounterQueryType) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 6 |     AGGraphCounterQueryTypeNodes,
 7 |     AGGraphCounterQueryTypeTransactions,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:22:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:22:
 20 | #include <ComputeCxx/AGComparison.h>
 21 | #include <ComputeCxx/AGGraphCounterQueryType.h>
 22 | #include <ComputeCxx/AGInputOptions.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:22:
 23 | #include <ComputeCxx/AGSearchOptions.h>
 24 | #include <ComputeCxx/AGType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGInputOptions.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint8_t, AGInputOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGInputOptionsNone = 0,
11 |     AGInputOptionsUnprefetched = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:23:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:23:
 21 | #include <ComputeCxx/AGGraphCounterQueryType.h>
 22 | #include <ComputeCxx/AGInputOptions.h>
 23 | #include <ComputeCxx/AGSearchOptions.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:23:
 24 | #include <ComputeCxx/AGType.h>
 25 | #include <ComputeCxx/AGValue.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGSearchOptions.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint32_t, AGSearchOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGSearchOptionsSearchInputs = 1 << 0,
11 |     AGSearchOptionsSearchOutputs = 1 << 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 23 | #include <ComputeCxx/AGSearchOptions.h>
 24 | #include <ComputeCxx/AGType.h>
 25 | #include <ComputeCxx/AGValue.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 26 | #include <ComputeCxx/AGWeakAttribute.h>
 27 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGValue.h:9:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 7 | AG_EXTERN_C_BEGIN
 8 |
 9 | typedef AG_OPTIONS(uint32_t, AGValueOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
10 |     AGValueOptionsNone = 0,
11 |     AGValueOptionsInputOptionsUnprefetched = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 23 | #include <ComputeCxx/AGSearchOptions.h>
 24 | #include <ComputeCxx/AGType.h>
 25 | #include <ComputeCxx/AGValue.h>
    |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:25:
 26 | #include <ComputeCxx/AGWeakAttribute.h>
 27 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGValue.h:18:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
16 | };
17 |
18 | typedef AG_OPTIONS(uint8_t, AGValueState) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
19 |     AGValueStateNone = 0,
20 |     AGValueStateDirty = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:231:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
229 | AGValueState AGGraphGetValueState(AGAttribute attribute) AG_SWIFT_NAME(getter:AGAttribute.valueState(self:));
230 |
231 | typedef AG_OPTIONS(uint32_t, AGGraphUpdateOptions) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
232 |     AGGraphUpdateOptionsNone = 0,
233 |     AGGraphUpdateOptionsInTransaction = 1 << 0,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
 9 | #include <ComputeCxx/AGClosure.h>
10 | #include <ComputeCxx/AGComparison.h>
11 | #include <ComputeCxx/AGDescription.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:11:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
 9 | #endif
10 |
11 | #include <ComputeCxx/AGGraph.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGDescription.h:11:
12 |
13 | AG_ASSUME_NONNULL_BEGIN
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraph.h:282:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
280 | // MARK: Update
281 |
282 | typedef AG_ENUM(uint32_t, AGGraphUpdateStatus) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
283 |     AGGraphUpdateStatusNoChange = 0,
284 |     AGGraphUpdateStatusChanged = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:14:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:14:
12 | #include <ComputeCxx/AGGraph.h>
13 | #include <ComputeCxx/AGGraphCounterQueryType.h>
14 | #include <ComputeCxx/AGGraphTracing.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:14:
15 | #include <ComputeCxx/AGInputOptions.h>
16 | #include <ComputeCxx/AGSearchOptions.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGGraphTracing.h:6:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
  4 | #include <ComputeCxx/AGGraph.h>
  5 |
  6 | typedef AG_OPTIONS(uint32_t, AGGraphTraceOptions) {
    |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
  7 |     AGGraphTraceOptionsEnabled = 1 << 0,
  8 |     AGGraphTraceOptionsFull = 1 << 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:136:69: note: expanded from macro 'AG_OPTIONS'
134 | #define AG_OPTIONS(_type, _name) __attribute__((availability(swift,unavailable))) _type _name; enum __AG_OPTIONS_ATTRIBUTES : _name
135 | #else
136 | #define AG_OPTIONS(_type, _name) enum __AG_OPTIONS_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                     `- note: expanded from macro 'AG_OPTIONS'
137 | #endif
138 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:19:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:19:
17 | #include <ComputeCxx/AGSubgraph.h>
18 | #include <ComputeCxx/AGTargetConditionals.h>
19 | #include <ComputeCxx/AGTraceType.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:19:
20 | #include <ComputeCxx/AGTreeElement.h>
21 | #include <ComputeCxx/AGTreeValue.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGTraceType.h:11:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 9 | AG_EXTERN_C_BEGIN
10 |
11 | typedef AG_ENUM(uint64_t, AGTraceTypeVersion) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
12 |     AGTraceTypeVersionInitial = 0,
13 |     AGTraceTypeVersionCustom = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "ComputeCxx/ComputeCxx.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:22:10: note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:22:
20 | #include <ComputeCxx/AGTreeElement.h>
21 | #include <ComputeCxx/AGTreeValue.h>
22 | #include <ComputeCxx/AGTuple.h>
   |          `- note: in file included from /host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/ComputeCxx.h:22:
23 | #include <ComputeCxx/AGType.h>
24 | #include <ComputeCxx/AGUniqueID.h>
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGTuple.h:11:9: error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
 9 | AG_EXTERN_C_BEGIN
10 |
11 | typedef AG_ENUM(uint32_t, AGTupleCopyOptions) {
   |         `- error: non-defining declaration of enumeration with a fixed underlying type is only permitted as a standalone declaration; missing list of enumerators?
12 |     AGTupleCopyOptionsAssignCopy = 0,
13 |     AGTupleCopyOptionsInitCopy = 1,
/host/spi-builder-workspace/Sources/ComputeCxx/include/ComputeCxx/AGBase.h:131:67: note: expanded from macro 'AG_ENUM'
129 |
130 | #if __AG_ENUM_FIXED_IS_AVAILABLE
131 | #define AG_ENUM(_type, _name)     enum __AG_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
    |                                                                   `- note: expanded from macro 'AG_ENUM'
132 | #define AG_CLOSED_ENUM(_type, _name)      enum __AG_CLOSED_ENUM_ATTRIBUTES _name : _type _name; enum _name : _type
133 | #if (__cplusplus)
/host/spi-builder-workspace/Sources/Compute/Attribute/AnyAttribute.swift:1:8: error: could not build C module 'ComputeCxx'
  1 | import ComputeCxx
    |        `- error: could not build C module 'ComputeCxx'
  2 |
  3 | extension Graph {
BUILD FAILURE 6.2 linux