The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NumKong, reference v7.6.0 (48cbd2), with Swift 6.3 for Android on 22 Apr 2026 01:50:56 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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42893:23: error: incompatible constant for this __builtin_neon function
42891 | __ai uint8x8_t vcgez_s8(int8x8_t __p0) {
42892 |   uint8x8_t __ret;
42893 |   __ret = (uint8x8_t) __builtin_neon_vcgez_v((int8x8_t)__p0, 16);
      |                       `- error: incompatible constant for this __builtin_neon function
42894 |   return __ret;
42895 | }
<unknown>:0: error: too many errors emitted, stopping now
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "numkong/types.h"
  |          `- note: in file included from <module-includes>:1:
2 | #include "numkong/scalar.h"
3 |
/host/spi-builder-workspace/include/numkong/types.h:637:10: error: could not build module '_Builtin_intrinsics'
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- error: could not build module '_Builtin_intrinsics'
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "numkong/capabilities.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: error: could not build module 'CNumKongCore'
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- error: could not build module 'CNumKongCore'
 96 |
 97 | #define NK_VERSION_MAJOR 7
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "numkong/numkong.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: error: could not build module 'CNumKongCapabilities'
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- error: could not build module 'CNumKongCapabilities'
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
   |          `- note: while building module 'CNumKongKernels' imported from /host/spi-builder-workspace/include/numkong/numkong.h:16:
17 | #include "numkong/set.h"          // Hamming, Jaccard, like `nk_hamming_u1`
18 | #include "numkong/curved.h"       // Mahalanobis, Bilinear Forms, like `nk_bilinear_f64`
<module-includes>:1:10: note: in file included from <module-includes>:1:
 1 | #include "numkong/cast.h"
   |          `- note: in file included from <module-includes>:1:
 2 | #include "numkong/dot.h"
 3 | #include "numkong/dots.h"
/host/spi-builder-workspace/include/numkong/cast.h:40:10: error: could not build module 'CNumKongCore'
 38 | #define NK_CAST_H
 39 |
 40 | #include "numkong/types.h"
    |          `- error: could not build module 'CNumKongCore'
 41 |
 42 | #if defined(__cplusplus)
/host/spi-builder-workspace/swift/Matrix.swift:7:8: error: could not build C module 'CNumKong'
   5 | //
   6 |
   7 | import CNumKong
     |        `- error: could not build C module 'CNumKong'
   8 |
   9 | /// Errors thrown by matrix operations.
[31/34] Compiling NumKong NumKong.swift
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:33815:11: error: invalid conversion between vector type 'float16x8_t' (vector of 8 'float16_t' values) and integer type 'int' of different size
33813 | __ai __attribute__((target("fullfp16"))) float16x8_t vbslq_f16(uint16x8_t __p0, float16x8_t __p1, float16x8_t __p2) {
33814 |   float16x8_t __ret;
33815 |   __ret = (float16x8_t) __builtin_neon_vbslq_f16((int8x16_t)__p0, (int8x16_t)__p1, (int8x16_t)__p2, 40);
      |           `- error: invalid conversion between vector type 'float16x8_t' (vector of 8 'float16_t' values) and integer type 'int' of different size
33816 |   return __ret;
33817 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:33833:11: error: invalid conversion between vector type 'float16x4_t' (vector of 4 'float16_t' values) and integer type 'int' of different size
33831 | __ai __attribute__((target("fullfp16"))) float16x4_t vbsl_f16(uint16x4_t __p0, float16x4_t __p1, float16x4_t __p2) {
33832 |   float16x4_t __ret;
33833 |   __ret = (float16x4_t) __builtin_neon_vbsl_f16((int8x8_t)__p0, (int8x8_t)__p1, (int8x8_t)__p2, 8);
      |           `- error: invalid conversion between vector type 'float16x4_t' (vector of 4 'float16_t' values) and integer type 'int' of different size
33834 |   return __ret;
33835 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34021:24: error: incompatible constant for this __builtin_neon function
34019 | __ai __attribute__((target("fullfp16"))) uint16x8_t vceqzq_f16(float16x8_t __p0) {
34020 |   uint16x8_t __ret;
34021 |   __ret = (uint16x8_t) __builtin_neon_vceqzq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34022 |   return __ret;
34023 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34037:24: error: incompatible constant for this __builtin_neon function
34035 | __ai __attribute__((target("fullfp16"))) uint16x4_t vceqz_f16(float16x4_t __p0) {
34036 |   uint16x4_t __ret;
34037 |   __ret = (uint16x4_t) __builtin_neon_vceqz_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34038 |   return __ret;
34039 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34087:24: error: incompatible constant for this __builtin_neon function
34085 | __ai __attribute__((target("fullfp16"))) uint16x8_t vcgezq_f16(float16x8_t __p0) {
34086 |   uint16x8_t __ret;
34087 |   __ret = (uint16x8_t) __builtin_neon_vcgezq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34088 |   return __ret;
34089 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34103:24: error: incompatible constant for this __builtin_neon function
34101 | __ai __attribute__((target("fullfp16"))) uint16x4_t vcgez_f16(float16x4_t __p0) {
34102 |   uint16x4_t __ret;
34103 |   __ret = (uint16x4_t) __builtin_neon_vcgez_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34104 |   return __ret;
34105 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34153:24: error: incompatible constant for this __builtin_neon function
34151 | __ai __attribute__((target("fullfp16"))) uint16x8_t vcgtzq_f16(float16x8_t __p0) {
34152 |   uint16x8_t __ret;
34153 |   __ret = (uint16x8_t) __builtin_neon_vcgtzq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34154 |   return __ret;
34155 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34169:24: error: incompatible constant for this __builtin_neon function
34167 | __ai __attribute__((target("fullfp16"))) uint16x4_t vcgtz_f16(float16x4_t __p0) {
34168 |   uint16x4_t __ret;
34169 |   __ret = (uint16x4_t) __builtin_neon_vcgtz_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34170 |   return __ret;
34171 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34219:24: error: incompatible constant for this __builtin_neon function
34217 | __ai __attribute__((target("fullfp16"))) uint16x8_t vclezq_f16(float16x8_t __p0) {
34218 |   uint16x8_t __ret;
34219 |   __ret = (uint16x8_t) __builtin_neon_vclezq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34220 |   return __ret;
34221 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34235:24: error: incompatible constant for this __builtin_neon function
34233 | __ai __attribute__((target("fullfp16"))) uint16x4_t vclez_f16(float16x4_t __p0) {
34234 |   uint16x4_t __ret;
34235 |   __ret = (uint16x4_t) __builtin_neon_vclez_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34236 |   return __ret;
34237 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34285:24: error: incompatible constant for this __builtin_neon function
34283 | __ai __attribute__((target("fullfp16"))) uint16x8_t vcltzq_f16(float16x8_t __p0) {
34284 |   uint16x8_t __ret;
34285 |   __ret = (uint16x8_t) __builtin_neon_vcltzq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34286 |   return __ret;
34287 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34301:24: error: incompatible constant for this __builtin_neon function
34299 | __ai __attribute__((target("fullfp16"))) uint16x4_t vcltz_f16(float16x4_t __p0) {
34300 |   uint16x4_t __ret;
34301 |   __ret = (uint16x4_t) __builtin_neon_vcltz_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34302 |   return __ret;
34303 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42797:24: error: incompatible constant for this __builtin_neon function
42795 | __ai uint8x16_t vcgezq_s8(int8x16_t __p0) {
42796 |   uint8x16_t __ret;
42797 |   __ret = (uint8x16_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 48);
      |                        `- error: incompatible constant for this __builtin_neon function
42798 |   return __ret;
42799 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42813:24: error: incompatible constant for this __builtin_neon function
42811 | __ai uint64x2_t vcgezq_f64(float64x2_t __p0) {
42812 |   uint64x2_t __ret;
42813 |   __ret = (uint64x2_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 51);
      |                        `- error: incompatible constant for this __builtin_neon function
42814 |   return __ret;
42815 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42829:24: error: incompatible constant for this __builtin_neon function
42827 | __ai uint32x4_t vcgezq_f32(float32x4_t __p0) {
42828 |   uint32x4_t __ret;
42829 |   __ret = (uint32x4_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 50);
      |                        `- error: incompatible constant for this __builtin_neon function
42830 |   return __ret;
42831 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42845:24: error: incompatible constant for this __builtin_neon function
42843 | __ai uint32x4_t vcgezq_s32(int32x4_t __p0) {
42844 |   uint32x4_t __ret;
42845 |   __ret = (uint32x4_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 50);
      |                        `- error: incompatible constant for this __builtin_neon function
42846 |   return __ret;
42847 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42861:24: error: incompatible constant for this __builtin_neon function
42859 | __ai uint64x2_t vcgezq_s64(int64x2_t __p0) {
42860 |   uint64x2_t __ret;
42861 |   __ret = (uint64x2_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 51);
      |                        `- error: incompatible constant for this __builtin_neon function
42862 |   return __ret;
42863 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42877:24: error: incompatible constant for this __builtin_neon function
42875 | __ai uint16x8_t vcgezq_s16(int16x8_t __p0) {
42876 |   uint16x8_t __ret;
42877 |   __ret = (uint16x8_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
42878 |   return __ret;
42879 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42893:23: error: incompatible constant for this __builtin_neon function
42891 | __ai uint8x8_t vcgez_s8(int8x8_t __p0) {
42892 |   uint8x8_t __ret;
42893 |   __ret = (uint8x8_t) __builtin_neon_vcgez_v((int8x8_t)__p0, 16);
      |                       `- error: incompatible constant for this __builtin_neon function
42894 |   return __ret;
42895 | }
<unknown>:0: error: too many errors emitted, stopping now
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "numkong/types.h"
  |          `- note: in file included from <module-includes>:1:
2 | #include "numkong/scalar.h"
3 |
/host/spi-builder-workspace/include/numkong/types.h:637:10: error: could not build module '_Builtin_intrinsics'
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- error: could not build module '_Builtin_intrinsics'
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "numkong/capabilities.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: error: could not build module 'CNumKongCore'
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- error: could not build module 'CNumKongCore'
 96 |
 97 | #define NK_VERSION_MAJOR 7
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "numkong/numkong.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: error: could not build module 'CNumKongCapabilities'
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- error: could not build module 'CNumKongCapabilities'
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
   |          `- note: while building module 'CNumKongKernels' imported from /host/spi-builder-workspace/include/numkong/numkong.h:16:
17 | #include "numkong/set.h"          // Hamming, Jaccard, like `nk_hamming_u1`
18 | #include "numkong/curved.h"       // Mahalanobis, Bilinear Forms, like `nk_bilinear_f64`
<module-includes>:1:10: note: in file included from <module-includes>:1:
 1 | #include "numkong/cast.h"
   |          `- note: in file included from <module-includes>:1:
 2 | #include "numkong/dot.h"
 3 | #include "numkong/dots.h"
/host/spi-builder-workspace/include/numkong/cast.h:40:10: error: could not build module 'CNumKongCore'
 38 | #define NK_CAST_H
 39 |
 40 | #include "numkong/types.h"
    |          `- error: could not build module 'CNumKongCore'
 41 |
 42 | #if defined(__cplusplus)
/host/spi-builder-workspace/swift/Matrix.swift:7:8: error: could not build C module 'CNumKong'
   5 | //
   6 |
   7 | import CNumKong
     |        `- error: could not build C module 'CNumKong'
   8 |
   9 | /// Errors thrown by matrix operations.
[32/34] Compiling NumKong Matrix.swift
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:33815:11: error: invalid conversion between vector type 'float16x8_t' (vector of 8 'float16_t' values) and integer type 'int' of different size
33813 | __ai __attribute__((target("fullfp16"))) float16x8_t vbslq_f16(uint16x8_t __p0, float16x8_t __p1, float16x8_t __p2) {
33814 |   float16x8_t __ret;
33815 |   __ret = (float16x8_t) __builtin_neon_vbslq_f16((int8x16_t)__p0, (int8x16_t)__p1, (int8x16_t)__p2, 40);
      |           `- error: invalid conversion between vector type 'float16x8_t' (vector of 8 'float16_t' values) and integer type 'int' of different size
33816 |   return __ret;
33817 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:33833:11: error: invalid conversion between vector type 'float16x4_t' (vector of 4 'float16_t' values) and integer type 'int' of different size
33831 | __ai __attribute__((target("fullfp16"))) float16x4_t vbsl_f16(uint16x4_t __p0, float16x4_t __p1, float16x4_t __p2) {
33832 |   float16x4_t __ret;
33833 |   __ret = (float16x4_t) __builtin_neon_vbsl_f16((int8x8_t)__p0, (int8x8_t)__p1, (int8x8_t)__p2, 8);
      |           `- error: invalid conversion between vector type 'float16x4_t' (vector of 4 'float16_t' values) and integer type 'int' of different size
33834 |   return __ret;
33835 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34021:24: error: incompatible constant for this __builtin_neon function
34019 | __ai __attribute__((target("fullfp16"))) uint16x8_t vceqzq_f16(float16x8_t __p0) {
34020 |   uint16x8_t __ret;
34021 |   __ret = (uint16x8_t) __builtin_neon_vceqzq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34022 |   return __ret;
34023 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34037:24: error: incompatible constant for this __builtin_neon function
34035 | __ai __attribute__((target("fullfp16"))) uint16x4_t vceqz_f16(float16x4_t __p0) {
34036 |   uint16x4_t __ret;
34037 |   __ret = (uint16x4_t) __builtin_neon_vceqz_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34038 |   return __ret;
34039 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34087:24: error: incompatible constant for this __builtin_neon function
34085 | __ai __attribute__((target("fullfp16"))) uint16x8_t vcgezq_f16(float16x8_t __p0) {
34086 |   uint16x8_t __ret;
34087 |   __ret = (uint16x8_t) __builtin_neon_vcgezq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34088 |   return __ret;
34089 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34103:24: error: incompatible constant for this __builtin_neon function
34101 | __ai __attribute__((target("fullfp16"))) uint16x4_t vcgez_f16(float16x4_t __p0) {
34102 |   uint16x4_t __ret;
34103 |   __ret = (uint16x4_t) __builtin_neon_vcgez_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34104 |   return __ret;
34105 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34153:24: error: incompatible constant for this __builtin_neon function
34151 | __ai __attribute__((target("fullfp16"))) uint16x8_t vcgtzq_f16(float16x8_t __p0) {
34152 |   uint16x8_t __ret;
34153 |   __ret = (uint16x8_t) __builtin_neon_vcgtzq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34154 |   return __ret;
34155 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34169:24: error: incompatible constant for this __builtin_neon function
34167 | __ai __attribute__((target("fullfp16"))) uint16x4_t vcgtz_f16(float16x4_t __p0) {
34168 |   uint16x4_t __ret;
34169 |   __ret = (uint16x4_t) __builtin_neon_vcgtz_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34170 |   return __ret;
34171 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34219:24: error: incompatible constant for this __builtin_neon function
34217 | __ai __attribute__((target("fullfp16"))) uint16x8_t vclezq_f16(float16x8_t __p0) {
34218 |   uint16x8_t __ret;
34219 |   __ret = (uint16x8_t) __builtin_neon_vclezq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34220 |   return __ret;
34221 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34235:24: error: incompatible constant for this __builtin_neon function
34233 | __ai __attribute__((target("fullfp16"))) uint16x4_t vclez_f16(float16x4_t __p0) {
34234 |   uint16x4_t __ret;
34235 |   __ret = (uint16x4_t) __builtin_neon_vclez_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34236 |   return __ret;
34237 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34285:24: error: incompatible constant for this __builtin_neon function
34283 | __ai __attribute__((target("fullfp16"))) uint16x8_t vcltzq_f16(float16x8_t __p0) {
34284 |   uint16x8_t __ret;
34285 |   __ret = (uint16x8_t) __builtin_neon_vcltzq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34286 |   return __ret;
34287 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34301:24: error: incompatible constant for this __builtin_neon function
34299 | __ai __attribute__((target("fullfp16"))) uint16x4_t vcltz_f16(float16x4_t __p0) {
34300 |   uint16x4_t __ret;
34301 |   __ret = (uint16x4_t) __builtin_neon_vcltz_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34302 |   return __ret;
34303 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42797:24: error: incompatible constant for this __builtin_neon function
42795 | __ai uint8x16_t vcgezq_s8(int8x16_t __p0) {
42796 |   uint8x16_t __ret;
42797 |   __ret = (uint8x16_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 48);
      |                        `- error: incompatible constant for this __builtin_neon function
42798 |   return __ret;
42799 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42813:24: error: incompatible constant for this __builtin_neon function
42811 | __ai uint64x2_t vcgezq_f64(float64x2_t __p0) {
42812 |   uint64x2_t __ret;
42813 |   __ret = (uint64x2_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 51);
      |                        `- error: incompatible constant for this __builtin_neon function
42814 |   return __ret;
42815 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42829:24: error: incompatible constant for this __builtin_neon function
42827 | __ai uint32x4_t vcgezq_f32(float32x4_t __p0) {
42828 |   uint32x4_t __ret;
42829 |   __ret = (uint32x4_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 50);
      |                        `- error: incompatible constant for this __builtin_neon function
42830 |   return __ret;
42831 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42845:24: error: incompatible constant for this __builtin_neon function
42843 | __ai uint32x4_t vcgezq_s32(int32x4_t __p0) {
42844 |   uint32x4_t __ret;
42845 |   __ret = (uint32x4_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 50);
      |                        `- error: incompatible constant for this __builtin_neon function
42846 |   return __ret;
42847 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42861:24: error: incompatible constant for this __builtin_neon function
42859 | __ai uint64x2_t vcgezq_s64(int64x2_t __p0) {
42860 |   uint64x2_t __ret;
42861 |   __ret = (uint64x2_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 51);
      |                        `- error: incompatible constant for this __builtin_neon function
42862 |   return __ret;
42863 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42877:24: error: incompatible constant for this __builtin_neon function
42875 | __ai uint16x8_t vcgezq_s16(int16x8_t __p0) {
42876 |   uint16x8_t __ret;
42877 |   __ret = (uint16x8_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
42878 |   return __ret;
42879 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42893:23: error: incompatible constant for this __builtin_neon function
42891 | __ai uint8x8_t vcgez_s8(int8x8_t __p0) {
42892 |   uint8x8_t __ret;
42893 |   __ret = (uint8x8_t) __builtin_neon_vcgez_v((int8x8_t)__p0, 16);
      |                       `- error: incompatible constant for this __builtin_neon function
42894 |   return __ret;
42895 | }
<unknown>:0: error: too many errors emitted, stopping now
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "numkong/types.h"
  |          `- note: in file included from <module-includes>:1:
2 | #include "numkong/scalar.h"
3 |
/host/spi-builder-workspace/include/numkong/types.h:637:10: error: could not build module '_Builtin_intrinsics'
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- error: could not build module '_Builtin_intrinsics'
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "numkong/capabilities.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: error: could not build module 'CNumKongCore'
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- error: could not build module 'CNumKongCore'
 96 |
 97 | #define NK_VERSION_MAJOR 7
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "numkong/numkong.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: error: could not build module 'CNumKongCapabilities'
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- error: could not build module 'CNumKongCapabilities'
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
   |          `- note: while building module 'CNumKongKernels' imported from /host/spi-builder-workspace/include/numkong/numkong.h:16:
17 | #include "numkong/set.h"          // Hamming, Jaccard, like `nk_hamming_u1`
18 | #include "numkong/curved.h"       // Mahalanobis, Bilinear Forms, like `nk_bilinear_f64`
<module-includes>:1:10: note: in file included from <module-includes>:1:
 1 | #include "numkong/cast.h"
   |          `- note: in file included from <module-includes>:1:
 2 | #include "numkong/dot.h"
 3 | #include "numkong/dots.h"
/host/spi-builder-workspace/include/numkong/cast.h:40:10: error: could not build module 'CNumKongCore'
 38 | #define NK_CAST_H
 39 |
 40 | #include "numkong/types.h"
    |          `- error: could not build module 'CNumKongCore'
 41 |
 42 | #if defined(__cplusplus)
/host/spi-builder-workspace/swift/Matrix.swift:7:8: error: could not build C module 'CNumKong'
   5 | //
   6 |
   7 | import CNumKong
     |        `- error: could not build C module 'CNumKong'
   8 |
   9 | /// Errors thrown by matrix operations.
[33/34] Compiling NumKong MaxSim.swift
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:33815:11: error: invalid conversion between vector type 'float16x8_t' (vector of 8 'float16_t' values) and integer type 'int' of different size
33813 | __ai __attribute__((target("fullfp16"))) float16x8_t vbslq_f16(uint16x8_t __p0, float16x8_t __p1, float16x8_t __p2) {
33814 |   float16x8_t __ret;
33815 |   __ret = (float16x8_t) __builtin_neon_vbslq_f16((int8x16_t)__p0, (int8x16_t)__p1, (int8x16_t)__p2, 40);
      |           `- error: invalid conversion between vector type 'float16x8_t' (vector of 8 'float16_t' values) and integer type 'int' of different size
33816 |   return __ret;
33817 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:33833:11: error: invalid conversion between vector type 'float16x4_t' (vector of 4 'float16_t' values) and integer type 'int' of different size
33831 | __ai __attribute__((target("fullfp16"))) float16x4_t vbsl_f16(uint16x4_t __p0, float16x4_t __p1, float16x4_t __p2) {
33832 |   float16x4_t __ret;
33833 |   __ret = (float16x4_t) __builtin_neon_vbsl_f16((int8x8_t)__p0, (int8x8_t)__p1, (int8x8_t)__p2, 8);
      |           `- error: invalid conversion between vector type 'float16x4_t' (vector of 4 'float16_t' values) and integer type 'int' of different size
33834 |   return __ret;
33835 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34021:24: error: incompatible constant for this __builtin_neon function
34019 | __ai __attribute__((target("fullfp16"))) uint16x8_t vceqzq_f16(float16x8_t __p0) {
34020 |   uint16x8_t __ret;
34021 |   __ret = (uint16x8_t) __builtin_neon_vceqzq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34022 |   return __ret;
34023 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34037:24: error: incompatible constant for this __builtin_neon function
34035 | __ai __attribute__((target("fullfp16"))) uint16x4_t vceqz_f16(float16x4_t __p0) {
34036 |   uint16x4_t __ret;
34037 |   __ret = (uint16x4_t) __builtin_neon_vceqz_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34038 |   return __ret;
34039 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34087:24: error: incompatible constant for this __builtin_neon function
34085 | __ai __attribute__((target("fullfp16"))) uint16x8_t vcgezq_f16(float16x8_t __p0) {
34086 |   uint16x8_t __ret;
34087 |   __ret = (uint16x8_t) __builtin_neon_vcgezq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34088 |   return __ret;
34089 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34103:24: error: incompatible constant for this __builtin_neon function
34101 | __ai __attribute__((target("fullfp16"))) uint16x4_t vcgez_f16(float16x4_t __p0) {
34102 |   uint16x4_t __ret;
34103 |   __ret = (uint16x4_t) __builtin_neon_vcgez_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34104 |   return __ret;
34105 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34153:24: error: incompatible constant for this __builtin_neon function
34151 | __ai __attribute__((target("fullfp16"))) uint16x8_t vcgtzq_f16(float16x8_t __p0) {
34152 |   uint16x8_t __ret;
34153 |   __ret = (uint16x8_t) __builtin_neon_vcgtzq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34154 |   return __ret;
34155 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34169:24: error: incompatible constant for this __builtin_neon function
34167 | __ai __attribute__((target("fullfp16"))) uint16x4_t vcgtz_f16(float16x4_t __p0) {
34168 |   uint16x4_t __ret;
34169 |   __ret = (uint16x4_t) __builtin_neon_vcgtz_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34170 |   return __ret;
34171 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34219:24: error: incompatible constant for this __builtin_neon function
34217 | __ai __attribute__((target("fullfp16"))) uint16x8_t vclezq_f16(float16x8_t __p0) {
34218 |   uint16x8_t __ret;
34219 |   __ret = (uint16x8_t) __builtin_neon_vclezq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34220 |   return __ret;
34221 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34235:24: error: incompatible constant for this __builtin_neon function
34233 | __ai __attribute__((target("fullfp16"))) uint16x4_t vclez_f16(float16x4_t __p0) {
34234 |   uint16x4_t __ret;
34235 |   __ret = (uint16x4_t) __builtin_neon_vclez_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34236 |   return __ret;
34237 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34285:24: error: incompatible constant for this __builtin_neon function
34283 | __ai __attribute__((target("fullfp16"))) uint16x8_t vcltzq_f16(float16x8_t __p0) {
34284 |   uint16x8_t __ret;
34285 |   __ret = (uint16x8_t) __builtin_neon_vcltzq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34286 |   return __ret;
34287 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34301:24: error: incompatible constant for this __builtin_neon function
34299 | __ai __attribute__((target("fullfp16"))) uint16x4_t vcltz_f16(float16x4_t __p0) {
34300 |   uint16x4_t __ret;
34301 |   __ret = (uint16x4_t) __builtin_neon_vcltz_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34302 |   return __ret;
34303 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42797:24: error: incompatible constant for this __builtin_neon function
42795 | __ai uint8x16_t vcgezq_s8(int8x16_t __p0) {
42796 |   uint8x16_t __ret;
42797 |   __ret = (uint8x16_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 48);
      |                        `- error: incompatible constant for this __builtin_neon function
42798 |   return __ret;
42799 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42813:24: error: incompatible constant for this __builtin_neon function
42811 | __ai uint64x2_t vcgezq_f64(float64x2_t __p0) {
42812 |   uint64x2_t __ret;
42813 |   __ret = (uint64x2_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 51);
      |                        `- error: incompatible constant for this __builtin_neon function
42814 |   return __ret;
42815 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42829:24: error: incompatible constant for this __builtin_neon function
42827 | __ai uint32x4_t vcgezq_f32(float32x4_t __p0) {
42828 |   uint32x4_t __ret;
42829 |   __ret = (uint32x4_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 50);
      |                        `- error: incompatible constant for this __builtin_neon function
42830 |   return __ret;
42831 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42845:24: error: incompatible constant for this __builtin_neon function
42843 | __ai uint32x4_t vcgezq_s32(int32x4_t __p0) {
42844 |   uint32x4_t __ret;
42845 |   __ret = (uint32x4_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 50);
      |                        `- error: incompatible constant for this __builtin_neon function
42846 |   return __ret;
42847 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42861:24: error: incompatible constant for this __builtin_neon function
42859 | __ai uint64x2_t vcgezq_s64(int64x2_t __p0) {
42860 |   uint64x2_t __ret;
42861 |   __ret = (uint64x2_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 51);
      |                        `- error: incompatible constant for this __builtin_neon function
42862 |   return __ret;
42863 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42877:24: error: incompatible constant for this __builtin_neon function
42875 | __ai uint16x8_t vcgezq_s16(int16x8_t __p0) {
42876 |   uint16x8_t __ret;
42877 |   __ret = (uint16x8_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
42878 |   return __ret;
42879 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42893:23: error: incompatible constant for this __builtin_neon function
42891 | __ai uint8x8_t vcgez_s8(int8x8_t __p0) {
42892 |   uint8x8_t __ret;
42893 |   __ret = (uint8x8_t) __builtin_neon_vcgez_v((int8x8_t)__p0, 16);
      |                       `- error: incompatible constant for this __builtin_neon function
42894 |   return __ret;
42895 | }
<unknown>:0: error: too many errors emitted, stopping now
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "numkong/types.h"
  |          `- note: in file included from <module-includes>:1:
2 | #include "numkong/scalar.h"
3 |
/host/spi-builder-workspace/include/numkong/types.h:637:10: error: could not build module '_Builtin_intrinsics'
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- error: could not build module '_Builtin_intrinsics'
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "numkong/capabilities.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: error: could not build module 'CNumKongCore'
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- error: could not build module 'CNumKongCore'
 96 |
 97 | #define NK_VERSION_MAJOR 7
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "numkong/numkong.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: error: could not build module 'CNumKongCapabilities'
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- error: could not build module 'CNumKongCapabilities'
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
   |          `- note: while building module 'CNumKongKernels' imported from /host/spi-builder-workspace/include/numkong/numkong.h:16:
17 | #include "numkong/set.h"          // Hamming, Jaccard, like `nk_hamming_u1`
18 | #include "numkong/curved.h"       // Mahalanobis, Bilinear Forms, like `nk_bilinear_f64`
<module-includes>:1:10: note: in file included from <module-includes>:1:
 1 | #include "numkong/cast.h"
   |          `- note: in file included from <module-includes>:1:
 2 | #include "numkong/dot.h"
 3 | #include "numkong/dots.h"
/host/spi-builder-workspace/include/numkong/cast.h:40:10: error: could not build module 'CNumKongCore'
 38 | #define NK_CAST_H
 39 |
 40 | #include "numkong/types.h"
    |          `- error: could not build module 'CNumKongCore'
 41 |
 42 | #if defined(__cplusplus)
/host/spi-builder-workspace/swift/Matrix.swift:7:8: error: could not build C module 'CNumKong'
   5 | //
   6 |
   7 | import CNumKong
     |        `- error: could not build C module 'CNumKong'
   8 |
   9 | /// Errors thrown by matrix operations.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/34] Emitting module NumKong
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:33815:11: error: invalid conversion between vector type 'float16x8_t' (vector of 8 'float16_t' values) and integer type 'int' of different size
33813 | __ai __attribute__((target("fullfp16"))) float16x8_t vbslq_f16(uint16x8_t __p0, float16x8_t __p1, float16x8_t __p2) {
33814 |   float16x8_t __ret;
33815 |   __ret = (float16x8_t) __builtin_neon_vbslq_f16((int8x16_t)__p0, (int8x16_t)__p1, (int8x16_t)__p2, 40);
      |           `- error: invalid conversion between vector type 'float16x8_t' (vector of 8 'float16_t' values) and integer type 'int' of different size
33816 |   return __ret;
33817 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:33833:11: error: invalid conversion between vector type 'float16x4_t' (vector of 4 'float16_t' values) and integer type 'int' of different size
33831 | __ai __attribute__((target("fullfp16"))) float16x4_t vbsl_f16(uint16x4_t __p0, float16x4_t __p1, float16x4_t __p2) {
33832 |   float16x4_t __ret;
33833 |   __ret = (float16x4_t) __builtin_neon_vbsl_f16((int8x8_t)__p0, (int8x8_t)__p1, (int8x8_t)__p2, 8);
      |           `- error: invalid conversion between vector type 'float16x4_t' (vector of 4 'float16_t' values) and integer type 'int' of different size
33834 |   return __ret;
33835 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34021:24: error: incompatible constant for this __builtin_neon function
34019 | __ai __attribute__((target("fullfp16"))) uint16x8_t vceqzq_f16(float16x8_t __p0) {
34020 |   uint16x8_t __ret;
34021 |   __ret = (uint16x8_t) __builtin_neon_vceqzq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34022 |   return __ret;
34023 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34037:24: error: incompatible constant for this __builtin_neon function
34035 | __ai __attribute__((target("fullfp16"))) uint16x4_t vceqz_f16(float16x4_t __p0) {
34036 |   uint16x4_t __ret;
34037 |   __ret = (uint16x4_t) __builtin_neon_vceqz_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34038 |   return __ret;
34039 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34087:24: error: incompatible constant for this __builtin_neon function
34085 | __ai __attribute__((target("fullfp16"))) uint16x8_t vcgezq_f16(float16x8_t __p0) {
34086 |   uint16x8_t __ret;
34087 |   __ret = (uint16x8_t) __builtin_neon_vcgezq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34088 |   return __ret;
34089 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34103:24: error: incompatible constant for this __builtin_neon function
34101 | __ai __attribute__((target("fullfp16"))) uint16x4_t vcgez_f16(float16x4_t __p0) {
34102 |   uint16x4_t __ret;
34103 |   __ret = (uint16x4_t) __builtin_neon_vcgez_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34104 |   return __ret;
34105 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34153:24: error: incompatible constant for this __builtin_neon function
34151 | __ai __attribute__((target("fullfp16"))) uint16x8_t vcgtzq_f16(float16x8_t __p0) {
34152 |   uint16x8_t __ret;
34153 |   __ret = (uint16x8_t) __builtin_neon_vcgtzq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34154 |   return __ret;
34155 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34169:24: error: incompatible constant for this __builtin_neon function
34167 | __ai __attribute__((target("fullfp16"))) uint16x4_t vcgtz_f16(float16x4_t __p0) {
34168 |   uint16x4_t __ret;
34169 |   __ret = (uint16x4_t) __builtin_neon_vcgtz_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34170 |   return __ret;
34171 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34219:24: error: incompatible constant for this __builtin_neon function
34217 | __ai __attribute__((target("fullfp16"))) uint16x8_t vclezq_f16(float16x8_t __p0) {
34218 |   uint16x8_t __ret;
34219 |   __ret = (uint16x8_t) __builtin_neon_vclezq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34220 |   return __ret;
34221 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34235:24: error: incompatible constant for this __builtin_neon function
34233 | __ai __attribute__((target("fullfp16"))) uint16x4_t vclez_f16(float16x4_t __p0) {
34234 |   uint16x4_t __ret;
34235 |   __ret = (uint16x4_t) __builtin_neon_vclez_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34236 |   return __ret;
34237 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34285:24: error: incompatible constant for this __builtin_neon function
34283 | __ai __attribute__((target("fullfp16"))) uint16x8_t vcltzq_f16(float16x8_t __p0) {
34284 |   uint16x8_t __ret;
34285 |   __ret = (uint16x8_t) __builtin_neon_vcltzq_f16((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
34286 |   return __ret;
34287 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:34301:24: error: incompatible constant for this __builtin_neon function
34299 | __ai __attribute__((target("fullfp16"))) uint16x4_t vcltz_f16(float16x4_t __p0) {
34300 |   uint16x4_t __ret;
34301 |   __ret = (uint16x4_t) __builtin_neon_vcltz_f16((int8x8_t)__p0, 17);
      |                        `- error: incompatible constant for this __builtin_neon function
34302 |   return __ret;
34303 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42797:24: error: incompatible constant for this __builtin_neon function
42795 | __ai uint8x16_t vcgezq_s8(int8x16_t __p0) {
42796 |   uint8x16_t __ret;
42797 |   __ret = (uint8x16_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 48);
      |                        `- error: incompatible constant for this __builtin_neon function
42798 |   return __ret;
42799 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42813:24: error: incompatible constant for this __builtin_neon function
42811 | __ai uint64x2_t vcgezq_f64(float64x2_t __p0) {
42812 |   uint64x2_t __ret;
42813 |   __ret = (uint64x2_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 51);
      |                        `- error: incompatible constant for this __builtin_neon function
42814 |   return __ret;
42815 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42829:24: error: incompatible constant for this __builtin_neon function
42827 | __ai uint32x4_t vcgezq_f32(float32x4_t __p0) {
42828 |   uint32x4_t __ret;
42829 |   __ret = (uint32x4_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 50);
      |                        `- error: incompatible constant for this __builtin_neon function
42830 |   return __ret;
42831 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42845:24: error: incompatible constant for this __builtin_neon function
42843 | __ai uint32x4_t vcgezq_s32(int32x4_t __p0) {
42844 |   uint32x4_t __ret;
42845 |   __ret = (uint32x4_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 50);
      |                        `- error: incompatible constant for this __builtin_neon function
42846 |   return __ret;
42847 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42861:24: error: incompatible constant for this __builtin_neon function
42859 | __ai uint64x2_t vcgezq_s64(int64x2_t __p0) {
42860 |   uint64x2_t __ret;
42861 |   __ret = (uint64x2_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 51);
      |                        `- error: incompatible constant for this __builtin_neon function
42862 |   return __ret;
42863 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42877:24: error: incompatible constant for this __builtin_neon function
42875 | __ai uint16x8_t vcgezq_s16(int16x8_t __p0) {
42876 |   uint16x8_t __ret;
42877 |   __ret = (uint16x8_t) __builtin_neon_vcgezq_v((int8x16_t)__p0, 49);
      |                        `- error: incompatible constant for this __builtin_neon function
42878 |   return __ret;
42879 | }
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
/host/spi-builder-workspace/include/numkong/types.h:637:10: note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- note: while building module '_Builtin_intrinsics' imported from /host/spi-builder-workspace/include/numkong/types.h:637:
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
<module-includes>:2:10: note: in file included from <module-includes>:2:
1 | #include "arm_acle.h"
2 | #include "arm_neon.h"
  |          `- note: in file included from <module-includes>:2:
3 | #include "arm_fp16.h"
4 |
/root/.swiftpm/swift-sdks/swift-6.3-RELEASE_android.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/clang/include/arm_neon.h:42893:23: error: incompatible constant for this __builtin_neon function
42891 | __ai uint8x8_t vcgez_s8(int8x8_t __p0) {
42892 |   uint8x8_t __ret;
42893 |   __ret = (uint8x8_t) __builtin_neon_vcgez_v((int8x8_t)__p0, 16);
      |                       `- error: incompatible constant for this __builtin_neon function
42894 |   return __ret;
42895 | }
<unknown>:0: error: too many errors emitted, stopping now
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- note: while building module 'CNumKongCore' imported from /host/spi-builder-workspace/include/numkong/capabilities.h:95:
 96 |
 97 | #define NK_VERSION_MAJOR 7
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "numkong/types.h"
  |          `- note: in file included from <module-includes>:1:
2 | #include "numkong/scalar.h"
3 |
/host/spi-builder-workspace/include/numkong/types.h:637:10: error: could not build module '_Builtin_intrinsics'
 635 | #endif
 636 | #if NK_TARGET_NEON
 637 | #include <arm_neon.h>
     |          `- error: could not build module '_Builtin_intrinsics'
 638 | #endif
 639 | #if NK_TARGET_SVE || NK_TARGET_SVE2
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- note: while building module 'CNumKongCapabilities' imported from /host/spi-builder-workspace/include/numkong/numkong.h:14:
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "numkong/capabilities.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/include/numkong/capabilities.h:95:10: error: could not build module 'CNumKongCore'
 93 | #define NK_CAPABILITIES_H
 94 |
 95 | #include "numkong/types.h" // `nk_u64_t`, `NK_DEFINED_LINUX_`
    |          `- error: could not build module 'CNumKongCore'
 96 |
 97 | #define NK_VERSION_MAJOR 7
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "numkong/numkong.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/include/numkong/numkong.h:14:10: error: could not build module 'CNumKongCapabilities'
12 | #define NK_NUMKONG_H
13 |
14 | #include "numkong/capabilities.h" // Runtime detection, like `nk_capabilities_x8664_`
   |          `- error: could not build module 'CNumKongCapabilities'
15 | #include "numkong/scalar.h"       // Scalar math: sqrt, rsqrt, fma, saturating, order, like `nk_f32_sqrt`
16 | #include "numkong/cast.h"         // Type conversions, like `nk_cast`
   |          `- note: while building module 'CNumKongKernels' imported from /host/spi-builder-workspace/include/numkong/numkong.h:16:
17 | #include "numkong/set.h"          // Hamming, Jaccard, like `nk_hamming_u1`
18 | #include "numkong/curved.h"       // Mahalanobis, Bilinear Forms, like `nk_bilinear_f64`
<module-includes>:1:10: note: in file included from <module-includes>:1:
 1 | #include "numkong/cast.h"
   |          `- note: in file included from <module-includes>:1:
 2 | #include "numkong/dot.h"
 3 | #include "numkong/dots.h"
/host/spi-builder-workspace/include/numkong/cast.h:40:10: error: could not build module 'CNumKongCore'
 38 | #define NK_CAST_H
 39 |
 40 | #include "numkong/types.h"
    |          `- error: could not build module 'CNumKongCore'
 41 |
 42 | #if defined(__cplusplus)
/host/spi-builder-workspace/swift/Matrix.swift:7:8: error: could not build C module 'CNumKong'
   5 | //
   6 |
   7 | import CNumKong
     |        `- error: could not build C module 'CNumKong'
   8 |
   9 | /// Errors thrown by matrix operations.
BUILD FAILURE 6.3 android