The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NumKong, reference v7.6.0 (48cbd2), with Swift 6.3 for Wasm on 22 Apr 2026 01:48:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

 699 |             UInt64(rowCount))
 700 |     }
/host/spi-builder-workspace/swift/Matrix.swift:698:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 696 |     ) {
 697 |         nk_angulars_symmetric_f64(
 698 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 699 |             UInt64(rowCount))
 700 |     }
/host/spi-builder-workspace/swift/Matrix.swift:698:101: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 696 |     ) {
 697 |         nk_angulars_symmetric_f64(
 698 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 699 |             UInt64(rowCount))
 700 |     }
/host/spi-builder-workspace/swift/Matrix.swift:699:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 697 |         nk_angulars_symmetric_f64(
 698 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
 699 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 700 |     }
 701 |
/host/spi-builder-workspace/swift/Matrix.swift:707:22: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 705 |     ) {
 706 |         nk_euclideans_symmetric_f64(
 707 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 708 |             UInt64(rowCount))
 709 |     }
/host/spi-builder-workspace/swift/Matrix.swift:707:40: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 705 |     ) {
 706 |         nk_euclideans_symmetric_f64(
 707 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                        `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 708 |             UInt64(rowCount))
 709 |     }
/host/spi-builder-workspace/swift/Matrix.swift:707:55: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 705 |     ) {
 706 |         nk_euclideans_symmetric_f64(
 707 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                       `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 708 |             UInt64(rowCount))
 709 |     }
/host/spi-builder-workspace/swift/Matrix.swift:707:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 705 |     ) {
 706 |         nk_euclideans_symmetric_f64(
 707 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 708 |             UInt64(rowCount))
 709 |     }
/host/spi-builder-workspace/swift/Matrix.swift:707:101: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 705 |     ) {
 706 |         nk_euclideans_symmetric_f64(
 707 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 708 |             UInt64(rowCount))
 709 |     }
/host/spi-builder-workspace/swift/Matrix.swift:708:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 706 |         nk_euclideans_symmetric_f64(
 707 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
 708 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 709 |     }
 710 | }
/host/spi-builder-workspace/swift/Matrix.swift:718:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 716 |
 717 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
 718 |         Int(nk_dots_packed_size_i8(UInt64(n), UInt64(k)))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 719 |     }
 720 |
/host/spi-builder-workspace/swift/Matrix.swift:718:47: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 716 |
 717 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
 718 |         Int(nk_dots_packed_size_i8(UInt64(n), UInt64(k)))
     |                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 719 |     }
 720 |
/host/spi-builder-workspace/swift/Matrix.swift:724:28: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 722 |         _ b: UnsafePointer<Int8>, _ n: Int, _ k: Int, _ bStride: Int, _ packed: UnsafeMutableRawPointer
 723 |     ) {
 724 |         nk_dots_pack_i8(b, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 725 |     }
 726 |
/host/spi-builder-workspace/swift/Matrix.swift:724:39: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 722 |         _ b: UnsafePointer<Int8>, _ n: Int, _ k: Int, _ bStride: Int, _ packed: UnsafeMutableRawPointer
 723 |     ) {
 724 |         nk_dots_pack_i8(b, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                       `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 725 |     }
 726 |
/host/spi-builder-workspace/swift/Matrix.swift:724:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 722 |         _ b: UnsafePointer<Int8>, _ n: Int, _ k: Int, _ bStride: Int, _ packed: UnsafeMutableRawPointer
 723 |     ) {
 724 |         nk_dots_pack_i8(b, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 725 |     }
 726 |
/host/spi-builder-workspace/swift/Matrix.swift:731:42: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 729 |         _ k: Int, _ aStride: Int, _ cStride: Int
 730 |     ) {
 731 |         nk_dots_packed_i8(a, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                          `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 732 |     }
 733 |
/host/spi-builder-workspace/swift/Matrix.swift:731:53: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 729 |         _ k: Int, _ aStride: Int, _ cStride: Int
 730 |     ) {
 731 |         nk_dots_packed_i8(a, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 732 |     }
 733 |
/host/spi-builder-workspace/swift/Matrix.swift:731:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 729 |         _ k: Int, _ aStride: Int, _ cStride: Int
 730 |     ) {
 731 |         nk_dots_packed_i8(a, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 732 |     }
 733 |
/host/spi-builder-workspace/swift/Matrix.swift:731:75: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 729 |         _ k: Int, _ aStride: Int, _ cStride: Int
 730 |     ) {
 731 |         nk_dots_packed_i8(a, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                           `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 732 |     }
 733 |
/host/spi-builder-workspace/swift/Matrix.swift:731:92: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 729 |         _ k: Int, _ aStride: Int, _ cStride: Int
 730 |     ) {
 731 |         nk_dots_packed_i8(a, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 732 |     }
 733 |
/host/spi-builder-workspace/swift/Matrix.swift:739:22: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 737 |     ) {
 738 |         nk_dots_symmetric_i8(
 739 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 740 |             UInt64(rowCount))
 741 |     }
/host/spi-builder-workspace/swift/Matrix.swift:739:40: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 737 |     ) {
 738 |         nk_dots_symmetric_i8(
 739 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                        `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 740 |             UInt64(rowCount))
 741 |     }
/host/spi-builder-workspace/swift/Matrix.swift:739:55: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 737 |     ) {
 738 |         nk_dots_symmetric_i8(
 739 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                       `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 740 |             UInt64(rowCount))
 741 |     }
/host/spi-builder-workspace/swift/Matrix.swift:739:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 737 |     ) {
 738 |         nk_dots_symmetric_i8(
 739 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 740 |             UInt64(rowCount))
 741 |     }
/host/spi-builder-workspace/swift/Matrix.swift:739:101: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 737 |     ) {
 738 |         nk_dots_symmetric_i8(
 739 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 740 |             UInt64(rowCount))
 741 |     }
/host/spi-builder-workspace/swift/Matrix.swift:740:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 738 |         nk_dots_symmetric_i8(
 739 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
 740 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 741 |     }
 742 | }
/host/spi-builder-workspace/swift/Matrix.swift:752:33: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 750 |     ) {
 751 |         nk_angulars_packed_i8(
 752 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 753 |     }
 754 |
/host/spi-builder-workspace/swift/Matrix.swift:752:47: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 750 |     ) {
 751 |         nk_angulars_packed_i8(
 752 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 753 |     }
 754 |
/host/spi-builder-workspace/swift/Matrix.swift:752:61: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 750 |     ) {
 751 |         nk_angulars_packed_i8(
 752 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 753 |     }
 754 |
/host/spi-builder-workspace/swift/Matrix.swift:752:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 750 |     ) {
 751 |         nk_angulars_packed_i8(
 752 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 753 |     }
 754 |
/host/spi-builder-workspace/swift/Matrix.swift:752:93: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 750 |     ) {
 751 |         nk_angulars_packed_i8(
 752 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 753 |     }
 754 |
/host/spi-builder-workspace/swift/Matrix.swift:760:33: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 758 |     ) {
 759 |         nk_euclideans_packed_i8(
 760 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 761 |     }
 762 |
/host/spi-builder-workspace/swift/Matrix.swift:760:47: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 758 |     ) {
 759 |         nk_euclideans_packed_i8(
 760 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 761 |     }
 762 |
/host/spi-builder-workspace/swift/Matrix.swift:760:61: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 758 |     ) {
 759 |         nk_euclideans_packed_i8(
 760 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 761 |     }
 762 |
/host/spi-builder-workspace/swift/Matrix.swift:760:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 758 |     ) {
 759 |         nk_euclideans_packed_i8(
 760 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 761 |     }
 762 |
/host/spi-builder-workspace/swift/Matrix.swift:760:93: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 758 |     ) {
 759 |         nk_euclideans_packed_i8(
 760 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 761 |     }
 762 |
/host/spi-builder-workspace/swift/Matrix.swift:768:22: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 766 |     ) {
 767 |         nk_angulars_symmetric_i8(
 768 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 769 |             UInt64(rowCount))
 770 |     }
/host/spi-builder-workspace/swift/Matrix.swift:768:40: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 766 |     ) {
 767 |         nk_angulars_symmetric_i8(
 768 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                        `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 769 |             UInt64(rowCount))
 770 |     }
/host/spi-builder-workspace/swift/Matrix.swift:768:55: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 766 |     ) {
 767 |         nk_angulars_symmetric_i8(
 768 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                       `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 769 |             UInt64(rowCount))
 770 |     }
/host/spi-builder-workspace/swift/Matrix.swift:768:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 766 |     ) {
 767 |         nk_angulars_symmetric_i8(
 768 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 769 |             UInt64(rowCount))
 770 |     }
/host/spi-builder-workspace/swift/Matrix.swift:768:101: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 766 |     ) {
 767 |         nk_angulars_symmetric_i8(
 768 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 769 |             UInt64(rowCount))
 770 |     }
/host/spi-builder-workspace/swift/Matrix.swift:769:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 767 |         nk_angulars_symmetric_i8(
 768 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
 769 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 770 |     }
 771 |
/host/spi-builder-workspace/swift/Matrix.swift:777:22: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 775 |     ) {
 776 |         nk_euclideans_symmetric_i8(
 777 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 778 |             UInt64(rowCount))
 779 |     }
/host/spi-builder-workspace/swift/Matrix.swift:777:40: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 775 |     ) {
 776 |         nk_euclideans_symmetric_i8(
 777 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                        `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 778 |             UInt64(rowCount))
 779 |     }
/host/spi-builder-workspace/swift/Matrix.swift:777:55: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 775 |     ) {
 776 |         nk_euclideans_symmetric_i8(
 777 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                       `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 778 |             UInt64(rowCount))
 779 |     }
/host/spi-builder-workspace/swift/Matrix.swift:777:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 775 |     ) {
 776 |         nk_euclideans_symmetric_i8(
 777 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 778 |             UInt64(rowCount))
 779 |     }
/host/spi-builder-workspace/swift/Matrix.swift:777:101: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 775 |     ) {
 776 |         nk_euclideans_symmetric_i8(
 777 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 778 |             UInt64(rowCount))
 779 |     }
/host/spi-builder-workspace/swift/Matrix.swift:778:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 776 |         nk_euclideans_symmetric_i8(
 777 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
 778 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 779 |     }
 780 | }
/host/spi-builder-workspace/swift/Matrix.swift:788:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 786 |
 787 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
 788 |         Int(nk_dots_packed_size_u8(UInt64(n), UInt64(k)))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 789 |     }
 790 |
/host/spi-builder-workspace/swift/Matrix.swift:788:47: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 786 |
 787 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
 788 |         Int(nk_dots_packed_size_u8(UInt64(n), UInt64(k)))
     |                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 789 |     }
 790 |
/host/spi-builder-workspace/swift/Matrix.swift:794:28: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 792 |         _ b: UnsafePointer<UInt8>, _ n: Int, _ k: Int, _ bStride: Int, _ packed: UnsafeMutableRawPointer
 793 |     ) {
 794 |         nk_dots_pack_u8(b, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 795 |     }
 796 |
/host/spi-builder-workspace/swift/Matrix.swift:794:39: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 792 |         _ b: UnsafePointer<UInt8>, _ n: Int, _ k: Int, _ bStride: Int, _ packed: UnsafeMutableRawPointer
 793 |     ) {
 794 |         nk_dots_pack_u8(b, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                       `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 795 |     }
 796 |
/host/spi-builder-workspace/swift/Matrix.swift:794:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 792 |         _ b: UnsafePointer<UInt8>, _ n: Int, _ k: Int, _ bStride: Int, _ packed: UnsafeMutableRawPointer
 793 |     ) {
 794 |         nk_dots_pack_u8(b, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 795 |     }
 796 |
/host/spi-builder-workspace/swift/Matrix.swift:801:42: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 799 |         _ k: Int, _ aStride: Int, _ cStride: Int
 800 |     ) {
 801 |         nk_dots_packed_u8(a, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                          `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 802 |     }
 803 |
/host/spi-builder-workspace/swift/Matrix.swift:801:53: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 799 |         _ k: Int, _ aStride: Int, _ cStride: Int
 800 |     ) {
 801 |         nk_dots_packed_u8(a, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 802 |     }
 803 |
/host/spi-builder-workspace/swift/Matrix.swift:801:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 799 |         _ k: Int, _ aStride: Int, _ cStride: Int
 800 |     ) {
 801 |         nk_dots_packed_u8(a, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 802 |     }
 803 |
/host/spi-builder-workspace/swift/Matrix.swift:801:75: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 799 |         _ k: Int, _ aStride: Int, _ cStride: Int
 800 |     ) {
 801 |         nk_dots_packed_u8(a, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                           `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 802 |     }
 803 |
/host/spi-builder-workspace/swift/Matrix.swift:801:92: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 799 |         _ k: Int, _ aStride: Int, _ cStride: Int
 800 |     ) {
 801 |         nk_dots_packed_u8(a, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 802 |     }
 803 |
/host/spi-builder-workspace/swift/Matrix.swift:809:22: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 807 |     ) {
 808 |         nk_dots_symmetric_u8(
 809 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 810 |             UInt64(rowCount))
 811 |     }
/host/spi-builder-workspace/swift/Matrix.swift:809:40: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 807 |     ) {
 808 |         nk_dots_symmetric_u8(
 809 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                        `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 810 |             UInt64(rowCount))
 811 |     }
/host/spi-builder-workspace/swift/Matrix.swift:809:55: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 807 |     ) {
 808 |         nk_dots_symmetric_u8(
 809 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                       `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 810 |             UInt64(rowCount))
 811 |     }
/host/spi-builder-workspace/swift/Matrix.swift:809:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 807 |     ) {
 808 |         nk_dots_symmetric_u8(
 809 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 810 |             UInt64(rowCount))
 811 |     }
/host/spi-builder-workspace/swift/Matrix.swift:809:101: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 807 |     ) {
 808 |         nk_dots_symmetric_u8(
 809 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 810 |             UInt64(rowCount))
 811 |     }
/host/spi-builder-workspace/swift/Matrix.swift:810:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 808 |         nk_dots_symmetric_u8(
 809 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
 810 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 811 |     }
 812 | }
/host/spi-builder-workspace/swift/Matrix.swift:822:33: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 820 |     ) {
 821 |         nk_angulars_packed_u8(
 822 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 823 |     }
 824 |
/host/spi-builder-workspace/swift/Matrix.swift:822:47: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 820 |     ) {
 821 |         nk_angulars_packed_u8(
 822 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 823 |     }
 824 |
/host/spi-builder-workspace/swift/Matrix.swift:822:61: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 820 |     ) {
 821 |         nk_angulars_packed_u8(
 822 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 823 |     }
 824 |
/host/spi-builder-workspace/swift/Matrix.swift:822:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 820 |     ) {
 821 |         nk_angulars_packed_u8(
 822 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 823 |     }
 824 |
/host/spi-builder-workspace/swift/Matrix.swift:822:93: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 820 |     ) {
 821 |         nk_angulars_packed_u8(
 822 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 823 |     }
 824 |
/host/spi-builder-workspace/swift/Matrix.swift:830:33: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 828 |     ) {
 829 |         nk_euclideans_packed_u8(
 830 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 831 |     }
 832 |
/host/spi-builder-workspace/swift/Matrix.swift:830:47: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 828 |     ) {
 829 |         nk_euclideans_packed_u8(
 830 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 831 |     }
 832 |
/host/spi-builder-workspace/swift/Matrix.swift:830:61: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 828 |     ) {
 829 |         nk_euclideans_packed_u8(
 830 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 831 |     }
 832 |
/host/spi-builder-workspace/swift/Matrix.swift:830:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 828 |     ) {
 829 |         nk_euclideans_packed_u8(
 830 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 831 |     }
 832 |
/host/spi-builder-workspace/swift/Matrix.swift:830:93: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 828 |     ) {
 829 |         nk_euclideans_packed_u8(
 830 |             a, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 831 |     }
 832 |
/host/spi-builder-workspace/swift/Matrix.swift:838:22: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 836 |     ) {
 837 |         nk_angulars_symmetric_u8(
 838 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 839 |             UInt64(rowCount))
 840 |     }
/host/spi-builder-workspace/swift/Matrix.swift:838:40: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 836 |     ) {
 837 |         nk_angulars_symmetric_u8(
 838 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                        `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 839 |             UInt64(rowCount))
 840 |     }
/host/spi-builder-workspace/swift/Matrix.swift:838:55: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 836 |     ) {
 837 |         nk_angulars_symmetric_u8(
 838 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                       `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 839 |             UInt64(rowCount))
 840 |     }
/host/spi-builder-workspace/swift/Matrix.swift:838:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 836 |     ) {
 837 |         nk_angulars_symmetric_u8(
 838 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 839 |             UInt64(rowCount))
 840 |     }
/host/spi-builder-workspace/swift/Matrix.swift:838:101: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 836 |     ) {
 837 |         nk_angulars_symmetric_u8(
 838 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 839 |             UInt64(rowCount))
 840 |     }
/host/spi-builder-workspace/swift/Matrix.swift:839:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 837 |         nk_angulars_symmetric_u8(
 838 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
 839 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 840 |     }
 841 |
/host/spi-builder-workspace/swift/Matrix.swift:847:22: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 845 |     ) {
 846 |         nk_euclideans_symmetric_u8(
 847 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 848 |             UInt64(rowCount))
 849 |     }
/host/spi-builder-workspace/swift/Matrix.swift:847:40: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 845 |     ) {
 846 |         nk_euclideans_symmetric_u8(
 847 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                        `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 848 |             UInt64(rowCount))
 849 |     }
/host/spi-builder-workspace/swift/Matrix.swift:847:55: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 845 |     ) {
 846 |         nk_euclideans_symmetric_u8(
 847 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                       `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 848 |             UInt64(rowCount))
 849 |     }
/host/spi-builder-workspace/swift/Matrix.swift:847:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 845 |     ) {
 846 |         nk_euclideans_symmetric_u8(
 847 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 848 |             UInt64(rowCount))
 849 |     }
/host/spi-builder-workspace/swift/Matrix.swift:847:101: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 845 |     ) {
 846 |         nk_euclideans_symmetric_u8(
 847 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 848 |             UInt64(rowCount))
 849 |     }
/host/spi-builder-workspace/swift/Matrix.swift:848:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 846 |         nk_euclideans_symmetric_u8(
 847 |             vectors, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
 848 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 849 |     }
 850 | }
/host/spi-builder-workspace/swift/Matrix.swift:860:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 858 |
 859 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
 860 |         Int(nk_dots_packed_size_f16(UInt64(n), UInt64(k)))
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 861 |     }
 862 |
/host/spi-builder-workspace/swift/Matrix.swift:860:48: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 858 |
 859 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
 860 |         Int(nk_dots_packed_size_f16(UInt64(n), UInt64(k)))
     |                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 861 |     }
 862 |
/host/spi-builder-workspace/swift/Matrix.swift:867:32: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 865 |     ) {
 866 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_f16_t.self)
 867 |         nk_dots_pack_f16(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 868 |     }
 869 |
/host/spi-builder-workspace/swift/Matrix.swift:867:43: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 865 |     ) {
 866 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_f16_t.self)
 867 |         nk_dots_pack_f16(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                           `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 868 |     }
 869 |
/host/spi-builder-workspace/swift/Matrix.swift:867:54: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 865 |     ) {
 866 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_f16_t.self)
 867 |         nk_dots_pack_f16(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 868 |     }
 869 |
/host/spi-builder-workspace/swift/Matrix.swift:875:46: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 873 |     ) {
 874 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_f16_t.self)
 875 |         nk_dots_packed_f16(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                              `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 876 |     }
 877 |
/host/spi-builder-workspace/swift/Matrix.swift:875:57: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 873 |     ) {
 874 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_f16_t.self)
 875 |         nk_dots_packed_f16(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                         `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 876 |     }
 877 |
/host/spi-builder-workspace/swift/Matrix.swift:875:68: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 873 |     ) {
 874 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_f16_t.self)
 875 |         nk_dots_packed_f16(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 876 |     }
 877 |
/host/spi-builder-workspace/swift/Matrix.swift:875:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 873 |     ) {
 874 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_f16_t.self)
 875 |         nk_dots_packed_f16(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 876 |     }
 877 |
/host/spi-builder-workspace/swift/Matrix.swift:875:96: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 873 |     ) {
 874 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_f16_t.self)
 875 |         nk_dots_packed_f16(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 876 |     }
 877 |
/host/spi-builder-workspace/swift/Matrix.swift:884:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 882 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_f16_t.self)
 883 |         nk_dots_symmetric_f16(
 884 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 885 |             UInt64(rowCount))
 886 |     }
/host/spi-builder-workspace/swift/Matrix.swift:884:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 882 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_f16_t.self)
 883 |         nk_dots_symmetric_f16(
 884 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 885 |             UInt64(rowCount))
 886 |     }
/host/spi-builder-workspace/swift/Matrix.swift:884:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 882 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_f16_t.self)
 883 |         nk_dots_symmetric_f16(
 884 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 885 |             UInt64(rowCount))
 886 |     }
/host/spi-builder-workspace/swift/Matrix.swift:884:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 882 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_f16_t.self)
 883 |         nk_dots_symmetric_f16(
 884 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 885 |             UInt64(rowCount))
 886 |     }
/host/spi-builder-workspace/swift/Matrix.swift:884:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 882 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_f16_t.self)
 883 |         nk_dots_symmetric_f16(
 884 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 885 |             UInt64(rowCount))
 886 |     }
/host/spi-builder-workspace/swift/Matrix.swift:885:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 883 |         nk_dots_symmetric_f16(
 884 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
 885 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 886 |     }
 887 | }
/host/spi-builder-workspace/swift/Matrix.swift:899:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 897 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_f16_t.self)
 898 |         nk_angulars_packed_f16(
 899 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 900 |     }
 901 |
/host/spi-builder-workspace/swift/Matrix.swift:899:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 897 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_f16_t.self)
 898 |         nk_angulars_packed_f16(
 899 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 900 |     }
 901 |
/host/spi-builder-workspace/swift/Matrix.swift:899:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 897 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_f16_t.self)
 898 |         nk_angulars_packed_f16(
 899 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 900 |     }
 901 |
/host/spi-builder-workspace/swift/Matrix.swift:899:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 897 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_f16_t.self)
 898 |         nk_angulars_packed_f16(
 899 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 900 |     }
 901 |
/host/spi-builder-workspace/swift/Matrix.swift:899:96: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 897 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_f16_t.self)
 898 |         nk_angulars_packed_f16(
 899 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 900 |     }
 901 |
/host/spi-builder-workspace/swift/Matrix.swift:908:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 906 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_f16_t.self)
 907 |         nk_euclideans_packed_f16(
 908 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 909 |     }
 910 |
/host/spi-builder-workspace/swift/Matrix.swift:908:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 906 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_f16_t.self)
 907 |         nk_euclideans_packed_f16(
 908 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 909 |     }
 910 |
/host/spi-builder-workspace/swift/Matrix.swift:908:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 906 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_f16_t.self)
 907 |         nk_euclideans_packed_f16(
 908 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 909 |     }
 910 |
/host/spi-builder-workspace/swift/Matrix.swift:908:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 906 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_f16_t.self)
 907 |         nk_euclideans_packed_f16(
 908 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 909 |     }
 910 |
/host/spi-builder-workspace/swift/Matrix.swift:908:96: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 906 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_f16_t.self)
 907 |         nk_euclideans_packed_f16(
 908 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 909 |     }
 910 |
/host/spi-builder-workspace/swift/Matrix.swift:917:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 915 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_f16_t.self)
 916 |         nk_angulars_symmetric_f16(
 917 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 918 |             UInt64(rowCount))
 919 |     }
/host/spi-builder-workspace/swift/Matrix.swift:917:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 915 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_f16_t.self)
 916 |         nk_angulars_symmetric_f16(
 917 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 918 |             UInt64(rowCount))
 919 |     }
/host/spi-builder-workspace/swift/Matrix.swift:917:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 915 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_f16_t.self)
 916 |         nk_angulars_symmetric_f16(
 917 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 918 |             UInt64(rowCount))
 919 |     }
/host/spi-builder-workspace/swift/Matrix.swift:917:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 915 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_f16_t.self)
 916 |         nk_angulars_symmetric_f16(
 917 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 918 |             UInt64(rowCount))
 919 |     }
/host/spi-builder-workspace/swift/Matrix.swift:917:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 915 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_f16_t.self)
 916 |         nk_angulars_symmetric_f16(
 917 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 918 |             UInt64(rowCount))
 919 |     }
/host/spi-builder-workspace/swift/Matrix.swift:918:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 916 |         nk_angulars_symmetric_f16(
 917 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
 918 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 919 |     }
 920 |
/host/spi-builder-workspace/swift/Matrix.swift:927:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 925 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_f16_t.self)
 926 |         nk_euclideans_symmetric_f16(
 927 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 928 |             UInt64(rowCount))
 929 |     }
/host/spi-builder-workspace/swift/Matrix.swift:927:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 925 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_f16_t.self)
 926 |         nk_euclideans_symmetric_f16(
 927 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 928 |             UInt64(rowCount))
 929 |     }
/host/spi-builder-workspace/swift/Matrix.swift:927:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 925 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_f16_t.self)
 926 |         nk_euclideans_symmetric_f16(
 927 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 928 |             UInt64(rowCount))
 929 |     }
/host/spi-builder-workspace/swift/Matrix.swift:927:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 925 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_f16_t.self)
 926 |         nk_euclideans_symmetric_f16(
 927 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 928 |             UInt64(rowCount))
 929 |     }
/host/spi-builder-workspace/swift/Matrix.swift:927:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 925 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_f16_t.self)
 926 |         nk_euclideans_symmetric_f16(
 927 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 928 |             UInt64(rowCount))
 929 |     }
/host/spi-builder-workspace/swift/Matrix.swift:928:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 926 |         nk_euclideans_symmetric_f16(
 927 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
 928 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 929 |     }
 930 | }
/host/spi-builder-workspace/swift/Matrix.swift:939:38: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 937 |
 938 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
 939 |         Int(nk_dots_packed_size_bf16(UInt64(n), UInt64(k)))
     |                                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 940 |     }
 941 |
/host/spi-builder-workspace/swift/Matrix.swift:939:49: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 937 |
 938 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
 939 |         Int(nk_dots_packed_size_bf16(UInt64(n), UInt64(k)))
     |                                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 940 |     }
 941 |
/host/spi-builder-workspace/swift/Matrix.swift:946:33: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 944 |     ) {
 945 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_bf16_t.self)
 946 |         nk_dots_pack_bf16(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 947 |     }
 948 |
/host/spi-builder-workspace/swift/Matrix.swift:946:44: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 944 |     ) {
 945 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_bf16_t.self)
 946 |         nk_dots_pack_bf16(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 947 |     }
 948 |
/host/spi-builder-workspace/swift/Matrix.swift:946:55: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 944 |     ) {
 945 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_bf16_t.self)
 946 |         nk_dots_pack_bf16(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                                       `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 947 |     }
 948 |
/host/spi-builder-workspace/swift/Matrix.swift:954:47: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 952 |     ) {
 953 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_bf16_t.self)
 954 |         nk_dots_packed_bf16(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 955 |     }
 956 |
/host/spi-builder-workspace/swift/Matrix.swift:954:58: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 952 |     ) {
 953 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_bf16_t.self)
 954 |         nk_dots_packed_bf16(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                          `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 955 |     }
 956 |
/host/spi-builder-workspace/swift/Matrix.swift:954:69: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 952 |     ) {
 953 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_bf16_t.self)
 954 |         nk_dots_packed_bf16(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 955 |     }
 956 |
/host/spi-builder-workspace/swift/Matrix.swift:954:80: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 952 |     ) {
 953 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_bf16_t.self)
 954 |         nk_dots_packed_bf16(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 955 |     }
 956 |
/host/spi-builder-workspace/swift/Matrix.swift:954:97: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 952 |     ) {
 953 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_bf16_t.self)
 954 |         nk_dots_packed_bf16(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 955 |     }
 956 |
/host/spi-builder-workspace/swift/Matrix.swift:963:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 961 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_bf16_t.self)
 962 |         nk_dots_symmetric_bf16(
 963 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 964 |             UInt64(rowCount))
 965 |     }
/host/spi-builder-workspace/swift/Matrix.swift:963:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 961 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_bf16_t.self)
 962 |         nk_dots_symmetric_bf16(
 963 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 964 |             UInt64(rowCount))
 965 |     }
/host/spi-builder-workspace/swift/Matrix.swift:963:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 961 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_bf16_t.self)
 962 |         nk_dots_symmetric_bf16(
 963 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 964 |             UInt64(rowCount))
 965 |     }
/host/spi-builder-workspace/swift/Matrix.swift:963:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 961 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_bf16_t.self)
 962 |         nk_dots_symmetric_bf16(
 963 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 964 |             UInt64(rowCount))
 965 |     }
/host/spi-builder-workspace/swift/Matrix.swift:963:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 961 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_bf16_t.self)
 962 |         nk_dots_symmetric_bf16(
 963 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 964 |             UInt64(rowCount))
 965 |     }
/host/spi-builder-workspace/swift/Matrix.swift:964:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 962 |         nk_dots_symmetric_bf16(
 963 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
 964 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 965 |     }
 966 | }
/host/spi-builder-workspace/swift/Matrix.swift:977:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 975 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_bf16_t.self)
 976 |         nk_angulars_packed_bf16(
 977 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 978 |     }
 979 |
/host/spi-builder-workspace/swift/Matrix.swift:977:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 975 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_bf16_t.self)
 976 |         nk_angulars_packed_bf16(
 977 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 978 |     }
 979 |
/host/spi-builder-workspace/swift/Matrix.swift:977:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 975 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_bf16_t.self)
 976 |         nk_angulars_packed_bf16(
 977 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 978 |     }
 979 |
/host/spi-builder-workspace/swift/Matrix.swift:977:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 975 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_bf16_t.self)
 976 |         nk_angulars_packed_bf16(
 977 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 978 |     }
 979 |
/host/spi-builder-workspace/swift/Matrix.swift:977:96: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 975 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_bf16_t.self)
 976 |         nk_angulars_packed_bf16(
 977 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 978 |     }
 979 |
/host/spi-builder-workspace/swift/Matrix.swift:986:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 984 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_bf16_t.self)
 985 |         nk_euclideans_packed_bf16(
 986 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 987 |     }
 988 |
/host/spi-builder-workspace/swift/Matrix.swift:986:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 984 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_bf16_t.self)
 985 |         nk_euclideans_packed_bf16(
 986 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 987 |     }
 988 |
/host/spi-builder-workspace/swift/Matrix.swift:986:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 984 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_bf16_t.self)
 985 |         nk_euclideans_packed_bf16(
 986 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 987 |     }
 988 |
/host/spi-builder-workspace/swift/Matrix.swift:986:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 984 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_bf16_t.self)
 985 |         nk_euclideans_packed_bf16(
 986 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 987 |     }
 988 |
/host/spi-builder-workspace/swift/Matrix.swift:986:96: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 984 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_bf16_t.self)
 985 |         nk_euclideans_packed_bf16(
 986 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 987 |     }
 988 |
/host/spi-builder-workspace/swift/Matrix.swift:995:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 993 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_bf16_t.self)
 994 |         nk_angulars_symmetric_bf16(
 995 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 996 |             UInt64(rowCount))
 997 |     }
/host/spi-builder-workspace/swift/Matrix.swift:995:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 993 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_bf16_t.self)
 994 |         nk_angulars_symmetric_bf16(
 995 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 996 |             UInt64(rowCount))
 997 |     }
/host/spi-builder-workspace/swift/Matrix.swift:995:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 993 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_bf16_t.self)
 994 |         nk_angulars_symmetric_bf16(
 995 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 996 |             UInt64(rowCount))
 997 |     }
/host/spi-builder-workspace/swift/Matrix.swift:995:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 993 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_bf16_t.self)
 994 |         nk_angulars_symmetric_bf16(
 995 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 996 |             UInt64(rowCount))
 997 |     }
/host/spi-builder-workspace/swift/Matrix.swift:995:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 993 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_bf16_t.self)
 994 |         nk_angulars_symmetric_bf16(
 995 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 996 |             UInt64(rowCount))
 997 |     }
/host/spi-builder-workspace/swift/Matrix.swift:996:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 994 |         nk_angulars_symmetric_bf16(
 995 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
 996 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
 997 |     }
 998 |
/host/spi-builder-workspace/swift/Matrix.swift:1005:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1003 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_bf16_t.self)
1004 |         nk_euclideans_symmetric_bf16(
1005 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1006 |             UInt64(rowCount))
1007 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1005:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1003 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_bf16_t.self)
1004 |         nk_euclideans_symmetric_bf16(
1005 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1006 |             UInt64(rowCount))
1007 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1005:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1003 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_bf16_t.self)
1004 |         nk_euclideans_symmetric_bf16(
1005 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1006 |             UInt64(rowCount))
1007 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1005:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1003 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_bf16_t.self)
1004 |         nk_euclideans_symmetric_bf16(
1005 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1006 |             UInt64(rowCount))
1007 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1005:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1003 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_bf16_t.self)
1004 |         nk_euclideans_symmetric_bf16(
1005 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1006 |             UInt64(rowCount))
1007 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1006:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1004 |         nk_euclideans_symmetric_bf16(
1005 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1006 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1007 |     }
1008 | }
/host/spi-builder-workspace/swift/Matrix.swift:1014:38: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1012 |
1013 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
1014 |         Int(nk_dots_packed_size_e4m3(UInt64(n), UInt64(k)))
     |                                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1015 |     }
1016 |
/host/spi-builder-workspace/swift/Matrix.swift:1014:49: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1012 |
1013 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
1014 |         Int(nk_dots_packed_size_e4m3(UInt64(n), UInt64(k)))
     |                                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1015 |     }
1016 |
/host/spi-builder-workspace/swift/Matrix.swift:1021:33: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1019 |     ) {
1020 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_e4m3_t.self)
1021 |         nk_dots_pack_e4m3(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1022 |     }
1023 |
/host/spi-builder-workspace/swift/Matrix.swift:1021:44: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1019 |     ) {
1020 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_e4m3_t.self)
1021 |         nk_dots_pack_e4m3(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1022 |     }
1023 |
/host/spi-builder-workspace/swift/Matrix.swift:1021:55: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1019 |     ) {
1020 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_e4m3_t.self)
1021 |         nk_dots_pack_e4m3(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                                       `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1022 |     }
1023 |
/host/spi-builder-workspace/swift/Matrix.swift:1029:47: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1027 |     ) {
1028 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e4m3_t.self)
1029 |         nk_dots_packed_e4m3(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1030 |     }
1031 |
/host/spi-builder-workspace/swift/Matrix.swift:1029:58: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1027 |     ) {
1028 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e4m3_t.self)
1029 |         nk_dots_packed_e4m3(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                          `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1030 |     }
1031 |
/host/spi-builder-workspace/swift/Matrix.swift:1029:69: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1027 |     ) {
1028 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e4m3_t.self)
1029 |         nk_dots_packed_e4m3(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1030 |     }
1031 |
/host/spi-builder-workspace/swift/Matrix.swift:1029:80: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1027 |     ) {
1028 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e4m3_t.self)
1029 |         nk_dots_packed_e4m3(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1030 |     }
1031 |
/host/spi-builder-workspace/swift/Matrix.swift:1029:97: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1027 |     ) {
1028 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e4m3_t.self)
1029 |         nk_dots_packed_e4m3(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1030 |     }
1031 |
/host/spi-builder-workspace/swift/Matrix.swift:1038:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1036 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e4m3_t.self)
1037 |         nk_dots_symmetric_e4m3(
1038 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1039 |             UInt64(rowCount))
1040 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1038:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1036 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e4m3_t.self)
1037 |         nk_dots_symmetric_e4m3(
1038 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1039 |             UInt64(rowCount))
1040 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1038:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1036 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e4m3_t.self)
1037 |         nk_dots_symmetric_e4m3(
1038 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1039 |             UInt64(rowCount))
1040 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1038:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1036 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e4m3_t.self)
1037 |         nk_dots_symmetric_e4m3(
1038 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1039 |             UInt64(rowCount))
1040 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1038:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1036 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e4m3_t.self)
1037 |         nk_dots_symmetric_e4m3(
1038 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1039 |             UInt64(rowCount))
1040 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1039:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1037 |         nk_dots_symmetric_e4m3(
1038 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1039 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1040 |     }
1041 | }
/host/spi-builder-workspace/swift/Matrix.swift:1052:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1050 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e4m3_t.self)
1051 |         nk_angulars_packed_e4m3(
1052 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1053 |     }
1054 |
/host/spi-builder-workspace/swift/Matrix.swift:1052:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1050 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e4m3_t.self)
1051 |         nk_angulars_packed_e4m3(
1052 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1053 |     }
1054 |
/host/spi-builder-workspace/swift/Matrix.swift:1052:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1050 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e4m3_t.self)
1051 |         nk_angulars_packed_e4m3(
1052 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1053 |     }
1054 |
/host/spi-builder-workspace/swift/Matrix.swift:1052:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1050 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e4m3_t.self)
1051 |         nk_angulars_packed_e4m3(
1052 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1053 |     }
1054 |
/host/spi-builder-workspace/swift/Matrix.swift:1052:96: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1050 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e4m3_t.self)
1051 |         nk_angulars_packed_e4m3(
1052 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1053 |     }
1054 |
/host/spi-builder-workspace/swift/Matrix.swift:1061:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1059 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e4m3_t.self)
1060 |         nk_euclideans_packed_e4m3(
1061 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1062 |     }
1063 |
/host/spi-builder-workspace/swift/Matrix.swift:1061:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1059 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e4m3_t.self)
1060 |         nk_euclideans_packed_e4m3(
1061 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1062 |     }
1063 |
/host/spi-builder-workspace/swift/Matrix.swift:1061:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1059 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e4m3_t.self)
1060 |         nk_euclideans_packed_e4m3(
1061 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1062 |     }
1063 |
/host/spi-builder-workspace/swift/Matrix.swift:1061:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1059 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e4m3_t.self)
1060 |         nk_euclideans_packed_e4m3(
1061 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1062 |     }
1063 |
/host/spi-builder-workspace/swift/Matrix.swift:1061:96: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1059 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e4m3_t.self)
1060 |         nk_euclideans_packed_e4m3(
1061 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1062 |     }
1063 |
/host/spi-builder-workspace/swift/Matrix.swift:1070:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1068 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e4m3_t.self)
1069 |         nk_angulars_symmetric_e4m3(
1070 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1071 |             UInt64(rowCount))
1072 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1070:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1068 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e4m3_t.self)
1069 |         nk_angulars_symmetric_e4m3(
1070 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1071 |             UInt64(rowCount))
1072 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1070:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1068 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e4m3_t.self)
1069 |         nk_angulars_symmetric_e4m3(
1070 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1071 |             UInt64(rowCount))
1072 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1070:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1068 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e4m3_t.self)
1069 |         nk_angulars_symmetric_e4m3(
1070 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1071 |             UInt64(rowCount))
1072 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1070:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1068 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e4m3_t.self)
1069 |         nk_angulars_symmetric_e4m3(
1070 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1071 |             UInt64(rowCount))
1072 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1071:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1069 |         nk_angulars_symmetric_e4m3(
1070 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1071 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1072 |     }
1073 |
/host/spi-builder-workspace/swift/Matrix.swift:1080:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1078 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e4m3_t.self)
1079 |         nk_euclideans_symmetric_e4m3(
1080 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1081 |             UInt64(rowCount))
1082 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1080:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1078 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e4m3_t.self)
1079 |         nk_euclideans_symmetric_e4m3(
1080 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1081 |             UInt64(rowCount))
1082 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1080:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1078 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e4m3_t.self)
1079 |         nk_euclideans_symmetric_e4m3(
1080 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1081 |             UInt64(rowCount))
1082 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1080:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1078 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e4m3_t.self)
1079 |         nk_euclideans_symmetric_e4m3(
1080 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1081 |             UInt64(rowCount))
1082 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1080:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1078 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e4m3_t.self)
1079 |         nk_euclideans_symmetric_e4m3(
1080 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1081 |             UInt64(rowCount))
1082 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1081:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1079 |         nk_euclideans_symmetric_e4m3(
1080 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1081 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1082 |     }
1083 | }
/host/spi-builder-workspace/swift/Matrix.swift:1089:38: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1087 |
1088 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
1089 |         Int(nk_dots_packed_size_e5m2(UInt64(n), UInt64(k)))
     |                                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1090 |     }
1091 |
/host/spi-builder-workspace/swift/Matrix.swift:1089:49: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1087 |
1088 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
1089 |         Int(nk_dots_packed_size_e5m2(UInt64(n), UInt64(k)))
     |                                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1090 |     }
1091 |
/host/spi-builder-workspace/swift/Matrix.swift:1096:33: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1094 |     ) {
1095 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_e5m2_t.self)
1096 |         nk_dots_pack_e5m2(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1097 |     }
1098 |
/host/spi-builder-workspace/swift/Matrix.swift:1096:44: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1094 |     ) {
1095 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_e5m2_t.self)
1096 |         nk_dots_pack_e5m2(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1097 |     }
1098 |
/host/spi-builder-workspace/swift/Matrix.swift:1096:55: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1094 |     ) {
1095 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_e5m2_t.self)
1096 |         nk_dots_pack_e5m2(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                                       `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1097 |     }
1098 |
/host/spi-builder-workspace/swift/Matrix.swift:1104:47: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1102 |     ) {
1103 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e5m2_t.self)
1104 |         nk_dots_packed_e5m2(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1105 |     }
1106 |
/host/spi-builder-workspace/swift/Matrix.swift:1104:58: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1102 |     ) {
1103 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e5m2_t.self)
1104 |         nk_dots_packed_e5m2(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                          `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1105 |     }
1106 |
/host/spi-builder-workspace/swift/Matrix.swift:1104:69: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1102 |     ) {
1103 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e5m2_t.self)
1104 |         nk_dots_packed_e5m2(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1105 |     }
1106 |
/host/spi-builder-workspace/swift/Matrix.swift:1104:80: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1102 |     ) {
1103 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e5m2_t.self)
1104 |         nk_dots_packed_e5m2(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1105 |     }
1106 |
/host/spi-builder-workspace/swift/Matrix.swift:1104:97: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1102 |     ) {
1103 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e5m2_t.self)
1104 |         nk_dots_packed_e5m2(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1105 |     }
1106 |
/host/spi-builder-workspace/swift/Matrix.swift:1113:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1111 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e5m2_t.self)
1112 |         nk_dots_symmetric_e5m2(
1113 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1114 |             UInt64(rowCount))
1115 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1113:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1111 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e5m2_t.self)
1112 |         nk_dots_symmetric_e5m2(
1113 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1114 |             UInt64(rowCount))
1115 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1113:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1111 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e5m2_t.self)
1112 |         nk_dots_symmetric_e5m2(
1113 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1114 |             UInt64(rowCount))
1115 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1113:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1111 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e5m2_t.self)
1112 |         nk_dots_symmetric_e5m2(
1113 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1114 |             UInt64(rowCount))
1115 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1113:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1111 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e5m2_t.self)
1112 |         nk_dots_symmetric_e5m2(
1113 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1114 |             UInt64(rowCount))
1115 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1114:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1112 |         nk_dots_symmetric_e5m2(
1113 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1114 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1115 |     }
1116 | }
/host/spi-builder-workspace/swift/Matrix.swift:1127:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1125 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e5m2_t.self)
1126 |         nk_angulars_packed_e5m2(
1127 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1128 |     }
1129 |
/host/spi-builder-workspace/swift/Matrix.swift:1127:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1125 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e5m2_t.self)
1126 |         nk_angulars_packed_e5m2(
1127 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1128 |     }
1129 |
/host/spi-builder-workspace/swift/Matrix.swift:1127:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1125 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e5m2_t.self)
1126 |         nk_angulars_packed_e5m2(
1127 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1128 |     }
1129 |
/host/spi-builder-workspace/swift/Matrix.swift:1127:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1125 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e5m2_t.self)
1126 |         nk_angulars_packed_e5m2(
1127 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1128 |     }
1129 |
/host/spi-builder-workspace/swift/Matrix.swift:1127:96: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1125 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e5m2_t.self)
1126 |         nk_angulars_packed_e5m2(
1127 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1128 |     }
1129 |
/host/spi-builder-workspace/swift/Matrix.swift:1136:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1134 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e5m2_t.self)
1135 |         nk_euclideans_packed_e5m2(
1136 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1137 |     }
1138 |
/host/spi-builder-workspace/swift/Matrix.swift:1136:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1134 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e5m2_t.self)
1135 |         nk_euclideans_packed_e5m2(
1136 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1137 |     }
1138 |
/host/spi-builder-workspace/swift/Matrix.swift:1136:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1134 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e5m2_t.self)
1135 |         nk_euclideans_packed_e5m2(
1136 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1137 |     }
1138 |
/host/spi-builder-workspace/swift/Matrix.swift:1136:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1134 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e5m2_t.self)
1135 |         nk_euclideans_packed_e5m2(
1136 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1137 |     }
1138 |
/host/spi-builder-workspace/swift/Matrix.swift:1136:96: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1134 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e5m2_t.self)
1135 |         nk_euclideans_packed_e5m2(
1136 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1137 |     }
1138 |
/host/spi-builder-workspace/swift/Matrix.swift:1145:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1143 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e5m2_t.self)
1144 |         nk_angulars_symmetric_e5m2(
1145 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1146 |             UInt64(rowCount))
1147 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1145:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1143 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e5m2_t.self)
1144 |         nk_angulars_symmetric_e5m2(
1145 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1146 |             UInt64(rowCount))
1147 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1145:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1143 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e5m2_t.self)
1144 |         nk_angulars_symmetric_e5m2(
1145 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1146 |             UInt64(rowCount))
1147 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1145:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1143 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e5m2_t.self)
1144 |         nk_angulars_symmetric_e5m2(
1145 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1146 |             UInt64(rowCount))
1147 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1145:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1143 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e5m2_t.self)
1144 |         nk_angulars_symmetric_e5m2(
1145 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1146 |             UInt64(rowCount))
1147 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1146:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1144 |         nk_angulars_symmetric_e5m2(
1145 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1146 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1147 |     }
1148 |
/host/spi-builder-workspace/swift/Matrix.swift:1155:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1153 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e5m2_t.self)
1154 |         nk_euclideans_symmetric_e5m2(
1155 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1156 |             UInt64(rowCount))
1157 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1155:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1153 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e5m2_t.self)
1154 |         nk_euclideans_symmetric_e5m2(
1155 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1156 |             UInt64(rowCount))
1157 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1155:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1153 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e5m2_t.self)
1154 |         nk_euclideans_symmetric_e5m2(
1155 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1156 |             UInt64(rowCount))
1157 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1155:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1153 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e5m2_t.self)
1154 |         nk_euclideans_symmetric_e5m2(
1155 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1156 |             UInt64(rowCount))
1157 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1155:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1153 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e5m2_t.self)
1154 |         nk_euclideans_symmetric_e5m2(
1155 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1156 |             UInt64(rowCount))
1157 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1156:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1154 |         nk_euclideans_symmetric_e5m2(
1155 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1156 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1157 |     }
1158 | }
/host/spi-builder-workspace/swift/Matrix.swift:1164:38: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1162 |
1163 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
1164 |         Int(nk_dots_packed_size_e2m3(UInt64(n), UInt64(k)))
     |                                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1165 |     }
1166 |
/host/spi-builder-workspace/swift/Matrix.swift:1164:49: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1162 |
1163 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
1164 |         Int(nk_dots_packed_size_e2m3(UInt64(n), UInt64(k)))
     |                                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1165 |     }
1166 |
/host/spi-builder-workspace/swift/Matrix.swift:1171:33: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1169 |     ) {
1170 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_e2m3_t.self)
1171 |         nk_dots_pack_e2m3(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1172 |     }
1173 |
/host/spi-builder-workspace/swift/Matrix.swift:1171:44: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1169 |     ) {
1170 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_e2m3_t.self)
1171 |         nk_dots_pack_e2m3(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1172 |     }
1173 |
/host/spi-builder-workspace/swift/Matrix.swift:1171:55: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1169 |     ) {
1170 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_e2m3_t.self)
1171 |         nk_dots_pack_e2m3(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                                       `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1172 |     }
1173 |
/host/spi-builder-workspace/swift/Matrix.swift:1179:47: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1177 |     ) {
1178 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e2m3_t.self)
1179 |         nk_dots_packed_e2m3(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1180 |     }
1181 |
/host/spi-builder-workspace/swift/Matrix.swift:1179:58: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1177 |     ) {
1178 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e2m3_t.self)
1179 |         nk_dots_packed_e2m3(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                          `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1180 |     }
1181 |
/host/spi-builder-workspace/swift/Matrix.swift:1179:69: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1177 |     ) {
1178 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e2m3_t.self)
1179 |         nk_dots_packed_e2m3(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1180 |     }
1181 |
/host/spi-builder-workspace/swift/Matrix.swift:1179:80: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1177 |     ) {
1178 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e2m3_t.self)
1179 |         nk_dots_packed_e2m3(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1180 |     }
1181 |
/host/spi-builder-workspace/swift/Matrix.swift:1179:97: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1177 |     ) {
1178 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e2m3_t.self)
1179 |         nk_dots_packed_e2m3(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1180 |     }
1181 |
/host/spi-builder-workspace/swift/Matrix.swift:1188:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1186 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e2m3_t.self)
1187 |         nk_dots_symmetric_e2m3(
1188 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1189 |             UInt64(rowCount))
1190 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1188:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1186 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e2m3_t.self)
1187 |         nk_dots_symmetric_e2m3(
1188 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1189 |             UInt64(rowCount))
1190 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1188:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1186 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e2m3_t.self)
1187 |         nk_dots_symmetric_e2m3(
1188 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1189 |             UInt64(rowCount))
1190 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1188:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1186 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e2m3_t.self)
1187 |         nk_dots_symmetric_e2m3(
1188 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1189 |             UInt64(rowCount))
1190 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1188:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1186 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e2m3_t.self)
1187 |         nk_dots_symmetric_e2m3(
1188 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1189 |             UInt64(rowCount))
1190 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1189:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1187 |         nk_dots_symmetric_e2m3(
1188 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1189 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1190 |     }
1191 | }
/host/spi-builder-workspace/swift/Matrix.swift:1202:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1200 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e2m3_t.self)
1201 |         nk_angulars_packed_e2m3(
1202 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1203 |     }
1204 |
/host/spi-builder-workspace/swift/Matrix.swift:1202:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1200 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e2m3_t.self)
1201 |         nk_angulars_packed_e2m3(
1202 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1203 |     }
1204 |
/host/spi-builder-workspace/swift/Matrix.swift:1202:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1200 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e2m3_t.self)
1201 |         nk_angulars_packed_e2m3(
1202 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1203 |     }
1204 |
/host/spi-builder-workspace/swift/Matrix.swift:1202:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1200 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e2m3_t.self)
1201 |         nk_angulars_packed_e2m3(
1202 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1203 |     }
1204 |
/host/spi-builder-workspace/swift/Matrix.swift:1202:96: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1200 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e2m3_t.self)
1201 |         nk_angulars_packed_e2m3(
1202 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1203 |     }
1204 |
/host/spi-builder-workspace/swift/Matrix.swift:1211:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1209 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e2m3_t.self)
1210 |         nk_euclideans_packed_e2m3(
1211 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1212 |     }
1213 |
/host/spi-builder-workspace/swift/Matrix.swift:1211:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1209 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e2m3_t.self)
1210 |         nk_euclideans_packed_e2m3(
1211 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1212 |     }
1213 |
/host/spi-builder-workspace/swift/Matrix.swift:1211:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1209 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e2m3_t.self)
1210 |         nk_euclideans_packed_e2m3(
1211 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1212 |     }
1213 |
/host/spi-builder-workspace/swift/Matrix.swift:1211:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1209 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e2m3_t.self)
1210 |         nk_euclideans_packed_e2m3(
1211 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1212 |     }
1213 |
/host/spi-builder-workspace/swift/Matrix.swift:1211:96: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1209 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e2m3_t.self)
1210 |         nk_euclideans_packed_e2m3(
1211 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1212 |     }
1213 |
/host/spi-builder-workspace/swift/Matrix.swift:1220:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1218 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e2m3_t.self)
1219 |         nk_angulars_symmetric_e2m3(
1220 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1221 |             UInt64(rowCount))
1222 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1220:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1218 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e2m3_t.self)
1219 |         nk_angulars_symmetric_e2m3(
1220 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1221 |             UInt64(rowCount))
1222 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1220:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1218 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e2m3_t.self)
1219 |         nk_angulars_symmetric_e2m3(
1220 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1221 |             UInt64(rowCount))
1222 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1220:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1218 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e2m3_t.self)
1219 |         nk_angulars_symmetric_e2m3(
1220 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1221 |             UInt64(rowCount))
1222 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1220:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1218 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e2m3_t.self)
1219 |         nk_angulars_symmetric_e2m3(
1220 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1221 |             UInt64(rowCount))
1222 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1221:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1219 |         nk_angulars_symmetric_e2m3(
1220 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1221 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1222 |     }
1223 |
/host/spi-builder-workspace/swift/Matrix.swift:1230:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1228 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e2m3_t.self)
1229 |         nk_euclideans_symmetric_e2m3(
1230 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1231 |             UInt64(rowCount))
1232 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1230:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1228 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e2m3_t.self)
1229 |         nk_euclideans_symmetric_e2m3(
1230 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1231 |             UInt64(rowCount))
1232 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1230:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1228 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e2m3_t.self)
1229 |         nk_euclideans_symmetric_e2m3(
1230 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1231 |             UInt64(rowCount))
1232 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1230:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1228 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e2m3_t.self)
1229 |         nk_euclideans_symmetric_e2m3(
1230 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1231 |             UInt64(rowCount))
1232 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1230:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1228 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e2m3_t.self)
1229 |         nk_euclideans_symmetric_e2m3(
1230 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1231 |             UInt64(rowCount))
1232 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1231:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1229 |         nk_euclideans_symmetric_e2m3(
1230 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1231 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1232 |     }
1233 | }
/host/spi-builder-workspace/swift/Matrix.swift:1239:38: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1237 |
1238 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
1239 |         Int(nk_dots_packed_size_e3m2(UInt64(n), UInt64(k)))
     |                                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1240 |     }
1241 |
/host/spi-builder-workspace/swift/Matrix.swift:1239:49: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1237 |
1238 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
1239 |         Int(nk_dots_packed_size_e3m2(UInt64(n), UInt64(k)))
     |                                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1240 |     }
1241 |
/host/spi-builder-workspace/swift/Matrix.swift:1246:33: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1244 |     ) {
1245 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_e3m2_t.self)
1246 |         nk_dots_pack_e3m2(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1247 |     }
1248 |
/host/spi-builder-workspace/swift/Matrix.swift:1246:44: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1244 |     ) {
1245 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_e3m2_t.self)
1246 |         nk_dots_pack_e3m2(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1247 |     }
1248 |
/host/spi-builder-workspace/swift/Matrix.swift:1246:55: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1244 |     ) {
1245 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_e3m2_t.self)
1246 |         nk_dots_pack_e3m2(cPtr, UInt64(n), UInt64(k), UInt64(bStride), packed)
     |                                                       `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1247 |     }
1248 |
/host/spi-builder-workspace/swift/Matrix.swift:1254:47: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1252 |     ) {
1253 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e3m2_t.self)
1254 |         nk_dots_packed_e3m2(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1255 |     }
1256 |
/host/spi-builder-workspace/swift/Matrix.swift:1254:58: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1252 |     ) {
1253 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e3m2_t.self)
1254 |         nk_dots_packed_e3m2(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                          `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1255 |     }
1256 |
/host/spi-builder-workspace/swift/Matrix.swift:1254:69: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1252 |     ) {
1253 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e3m2_t.self)
1254 |         nk_dots_packed_e3m2(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1255 |     }
1256 |
/host/spi-builder-workspace/swift/Matrix.swift:1254:80: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1252 |     ) {
1253 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e3m2_t.self)
1254 |         nk_dots_packed_e3m2(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1255 |     }
1256 |
/host/spi-builder-workspace/swift/Matrix.swift:1254:97: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1252 |     ) {
1253 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e3m2_t.self)
1254 |         nk_dots_packed_e3m2(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k), UInt64(aStride), UInt64(cStride))
     |                                                                                                 `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1255 |     }
1256 |
/host/spi-builder-workspace/swift/Matrix.swift:1263:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1261 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e3m2_t.self)
1262 |         nk_dots_symmetric_e3m2(
1263 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1264 |             UInt64(rowCount))
1265 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1263:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1261 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e3m2_t.self)
1262 |         nk_dots_symmetric_e3m2(
1263 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1264 |             UInt64(rowCount))
1265 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1263:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1261 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e3m2_t.self)
1262 |         nk_dots_symmetric_e3m2(
1263 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1264 |             UInt64(rowCount))
1265 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1263:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1261 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e3m2_t.self)
1262 |         nk_dots_symmetric_e3m2(
1263 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1264 |             UInt64(rowCount))
1265 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1263:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1261 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e3m2_t.self)
1262 |         nk_dots_symmetric_e3m2(
1263 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1264 |             UInt64(rowCount))
1265 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1264:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1262 |         nk_dots_symmetric_e3m2(
1263 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1264 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1265 |     }
1266 | }
/host/spi-builder-workspace/swift/Matrix.swift:1277:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1275 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e3m2_t.self)
1276 |         nk_angulars_packed_e3m2(
1277 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1278 |     }
1279 |
/host/spi-builder-workspace/swift/Matrix.swift:1277:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1275 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e3m2_t.self)
1276 |         nk_angulars_packed_e3m2(
1277 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1278 |     }
1279 |
/host/spi-builder-workspace/swift/Matrix.swift:1277:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1275 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e3m2_t.self)
1276 |         nk_angulars_packed_e3m2(
1277 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1278 |     }
1279 |
/host/spi-builder-workspace/swift/Matrix.swift:1277:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1275 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e3m2_t.self)
1276 |         nk_angulars_packed_e3m2(
1277 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1278 |     }
1279 |
/host/spi-builder-workspace/swift/Matrix.swift:1277:96: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1275 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e3m2_t.self)
1276 |         nk_angulars_packed_e3m2(
1277 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1278 |     }
1279 |
/host/spi-builder-workspace/swift/Matrix.swift:1286:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1284 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e3m2_t.self)
1285 |         nk_euclideans_packed_e3m2(
1286 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1287 |     }
1288 |
/host/spi-builder-workspace/swift/Matrix.swift:1286:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1284 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e3m2_t.self)
1285 |         nk_euclideans_packed_e3m2(
1286 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1287 |     }
1288 |
/host/spi-builder-workspace/swift/Matrix.swift:1286:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1284 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e3m2_t.self)
1285 |         nk_euclideans_packed_e3m2(
1286 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1287 |     }
1288 |
/host/spi-builder-workspace/swift/Matrix.swift:1286:79: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1284 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e3m2_t.self)
1285 |         nk_euclideans_packed_e3m2(
1286 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1287 |     }
1288 |
/host/spi-builder-workspace/swift/Matrix.swift:1286:96: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1284 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_e3m2_t.self)
1285 |         nk_euclideans_packed_e3m2(
1286 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth), UInt64(aStride), UInt64(rStride))
     |                                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1287 |     }
1288 |
/host/spi-builder-workspace/swift/Matrix.swift:1295:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1293 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e3m2_t.self)
1294 |         nk_angulars_symmetric_e3m2(
1295 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1296 |             UInt64(rowCount))
1297 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1295:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1293 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e3m2_t.self)
1294 |         nk_angulars_symmetric_e3m2(
1295 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1296 |             UInt64(rowCount))
1297 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1295:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1293 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e3m2_t.self)
1294 |         nk_angulars_symmetric_e3m2(
1295 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1296 |             UInt64(rowCount))
1297 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1295:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1293 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e3m2_t.self)
1294 |         nk_angulars_symmetric_e3m2(
1295 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1296 |             UInt64(rowCount))
1297 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1295:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1293 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e3m2_t.self)
1294 |         nk_angulars_symmetric_e3m2(
1295 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1296 |             UInt64(rowCount))
1297 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1296:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1294 |         nk_angulars_symmetric_e3m2(
1295 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1296 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1297 |     }
1298 |
/host/spi-builder-workspace/swift/Matrix.swift:1305:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1303 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e3m2_t.self)
1304 |         nk_euclideans_symmetric_e3m2(
1305 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1306 |             UInt64(rowCount))
1307 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1305:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1303 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e3m2_t.self)
1304 |         nk_euclideans_symmetric_e3m2(
1305 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1306 |             UInt64(rowCount))
1307 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1305:52: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1303 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e3m2_t.self)
1304 |         nk_euclideans_symmetric_e3m2(
1305 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1306 |             UInt64(rowCount))
1307 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1305:76: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1303 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e3m2_t.self)
1304 |         nk_euclideans_symmetric_e3m2(
1305 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                            `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1306 |             UInt64(rowCount))
1307 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1305:98: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1303 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_e3m2_t.self)
1304 |         nk_euclideans_symmetric_e3m2(
1305 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1306 |             UInt64(rowCount))
1307 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1306:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1304 |         nk_euclideans_symmetric_e3m2(
1305 |             cPtr, UInt64(nVectors), UInt64(depth), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1306 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1307 |     }
1308 | }
/host/spi-builder-workspace/swift/Matrix.swift:1316:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1314 |
1315 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
1316 |         Int(nk_dots_packed_size_u1(UInt64(n), UInt64(k * 8)))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1317 |     }
1318 |
/host/spi-builder-workspace/swift/Matrix.swift:1316:47: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1314 |
1315 |     public static func _nk_dots_packed_size(_ n: Int, _ k: Int) -> Int {
1316 |         Int(nk_dots_packed_size_u1(UInt64(n), UInt64(k * 8)))
     |                                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1317 |     }
1318 |
/host/spi-builder-workspace/swift/Matrix.swift:1323:31: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1321 |     ) {
1322 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_u1x8_t.self)
1323 |         nk_dots_pack_u1(cPtr, UInt64(n), UInt64(k * 8), UInt64(bStride), packed)
     |                               `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1324 |     }
1325 |
/host/spi-builder-workspace/swift/Matrix.swift:1323:42: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1321 |     ) {
1322 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_u1x8_t.self)
1323 |         nk_dots_pack_u1(cPtr, UInt64(n), UInt64(k * 8), UInt64(bStride), packed)
     |                                          `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1324 |     }
1325 |
/host/spi-builder-workspace/swift/Matrix.swift:1323:57: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1321 |     ) {
1322 |         let cPtr = UnsafeRawPointer(b).assumingMemoryBound(to: nk_u1x8_t.self)
1323 |         nk_dots_pack_u1(cPtr, UInt64(n), UInt64(k * 8), UInt64(bStride), packed)
     |                                                         `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1324 |     }
1325 |
/host/spi-builder-workspace/swift/Matrix.swift:1331:45: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1329 |     ) {
1330 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_u1x8_t.self)
1331 |         nk_dots_packed_u1(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k * 8), UInt64(aStride), UInt64(cStride))
     |                                             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1332 |     }
1333 |
/host/spi-builder-workspace/swift/Matrix.swift:1331:56: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1329 |     ) {
1330 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_u1x8_t.self)
1331 |         nk_dots_packed_u1(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k * 8), UInt64(aStride), UInt64(cStride))
     |                                                        `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1332 |     }
1333 |
/host/spi-builder-workspace/swift/Matrix.swift:1331:67: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1329 |     ) {
1330 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_u1x8_t.self)
1331 |         nk_dots_packed_u1(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k * 8), UInt64(aStride), UInt64(cStride))
     |                                                                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1332 |     }
1333 |
/host/spi-builder-workspace/swift/Matrix.swift:1331:82: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1329 |     ) {
1330 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_u1x8_t.self)
1331 |         nk_dots_packed_u1(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k * 8), UInt64(aStride), UInt64(cStride))
     |                                                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1332 |     }
1333 |
/host/spi-builder-workspace/swift/Matrix.swift:1331:99: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1329 |     ) {
1330 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_u1x8_t.self)
1331 |         nk_dots_packed_u1(cPtr, bPacked, c, UInt64(m), UInt64(n), UInt64(k * 8), UInt64(aStride), UInt64(cStride))
     |                                                                                                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1332 |     }
1333 |
/host/spi-builder-workspace/swift/Matrix.swift:1340:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1338 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_u1x8_t.self)
1339 |         nk_dots_symmetric_u1(
1340 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1341 |             UInt64(rowCount))
1342 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1340:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1338 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_u1x8_t.self)
1339 |         nk_dots_symmetric_u1(
1340 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1341 |             UInt64(rowCount))
1342 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1340:56: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1338 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_u1x8_t.self)
1339 |         nk_dots_symmetric_u1(
1340 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                        `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1341 |             UInt64(rowCount))
1342 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1340:80: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1338 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_u1x8_t.self)
1339 |         nk_dots_symmetric_u1(
1340 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1341 |             UInt64(rowCount))
1342 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1340:102: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1338 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_u1x8_t.self)
1339 |         nk_dots_symmetric_u1(
1340 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1341 |             UInt64(rowCount))
1342 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1341:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1339 |         nk_dots_symmetric_u1(
1340 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1341 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1342 |     }
1343 | }
/host/spi-builder-workspace/swift/Matrix.swift:1357:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1355 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_u1x8_t.self)
1356 |         nk_hammings_packed_u1(
1357 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth * 8), UInt64(aStride), UInt64(rStride))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1358 |     }
1359 |
/host/spi-builder-workspace/swift/Matrix.swift:1357:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1355 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_u1x8_t.self)
1356 |         nk_hammings_packed_u1(
1357 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth * 8), UInt64(aStride), UInt64(rStride))
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1358 |     }
1359 |
/host/spi-builder-workspace/swift/Matrix.swift:1357:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1355 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_u1x8_t.self)
1356 |         nk_hammings_packed_u1(
1357 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth * 8), UInt64(aStride), UInt64(rStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1358 |     }
1359 |
/host/spi-builder-workspace/swift/Matrix.swift:1357:83: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1355 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_u1x8_t.self)
1356 |         nk_hammings_packed_u1(
1357 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth * 8), UInt64(aStride), UInt64(rStride))
     |                                                                                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1358 |     }
1359 |
/host/spi-builder-workspace/swift/Matrix.swift:1357:100: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1355 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_u1x8_t.self)
1356 |         nk_hammings_packed_u1(
1357 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth * 8), UInt64(aStride), UInt64(rStride))
     |                                                                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1358 |     }
1359 |
/host/spi-builder-workspace/swift/Matrix.swift:1366:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1364 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_u1x8_t.self)
1365 |         nk_hammings_symmetric_u1(
1366 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1367 |             UInt64(rowCount))
1368 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1366:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1364 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_u1x8_t.self)
1365 |         nk_hammings_symmetric_u1(
1366 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1367 |             UInt64(rowCount))
1368 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1366:56: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1364 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_u1x8_t.self)
1365 |         nk_hammings_symmetric_u1(
1366 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                        `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1367 |             UInt64(rowCount))
1368 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1366:80: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1364 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_u1x8_t.self)
1365 |         nk_hammings_symmetric_u1(
1366 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1367 |             UInt64(rowCount))
1368 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1366:102: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1364 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_u1x8_t.self)
1365 |         nk_hammings_symmetric_u1(
1366 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1367 |             UInt64(rowCount))
1368 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1367:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1365 |         nk_hammings_symmetric_u1(
1366 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1367 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1368 |     }
1369 |
/host/spi-builder-workspace/swift/Matrix.swift:1376:36: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1374 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_u1x8_t.self)
1375 |         nk_jaccards_packed_u1(
1376 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth * 8), UInt64(aStride), UInt64(rStride))
     |                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1377 |     }
1378 |
/host/spi-builder-workspace/swift/Matrix.swift:1376:50: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1374 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_u1x8_t.self)
1375 |         nk_jaccards_packed_u1(
1376 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth * 8), UInt64(aStride), UInt64(rStride))
     |                                                  `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1377 |     }
1378 |
/host/spi-builder-workspace/swift/Matrix.swift:1376:64: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1374 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_u1x8_t.self)
1375 |         nk_jaccards_packed_u1(
1376 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth * 8), UInt64(aStride), UInt64(rStride))
     |                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1377 |     }
1378 |
/host/spi-builder-workspace/swift/Matrix.swift:1376:83: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1374 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_u1x8_t.self)
1375 |         nk_jaccards_packed_u1(
1376 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth * 8), UInt64(aStride), UInt64(rStride))
     |                                                                                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1377 |     }
1378 |
/host/spi-builder-workspace/swift/Matrix.swift:1376:100: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1374 |         let cPtr = UnsafeRawPointer(a).assumingMemoryBound(to: nk_u1x8_t.self)
1375 |         nk_jaccards_packed_u1(
1376 |             cPtr, bPacked, result, UInt64(rows), UInt64(cols), UInt64(depth * 8), UInt64(aStride), UInt64(rStride))
     |                                                                                                    `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1377 |     }
1378 |
/host/spi-builder-workspace/swift/Matrix.swift:1385:19: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1383 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_u1x8_t.self)
1384 |         nk_jaccards_symmetric_u1(
1385 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                   `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1386 |             UInt64(rowCount))
1387 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1385:37: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1383 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_u1x8_t.self)
1384 |         nk_jaccards_symmetric_u1(
1385 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                     `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1386 |             UInt64(rowCount))
1387 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1385:56: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1383 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_u1x8_t.self)
1384 |         nk_jaccards_symmetric_u1(
1385 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                        `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1386 |             UInt64(rowCount))
1387 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1385:80: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1383 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_u1x8_t.self)
1384 |         nk_jaccards_symmetric_u1(
1385 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1386 |             UInt64(rowCount))
1387 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1385:102: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1383 |         let cPtr = UnsafeRawPointer(vectors).assumingMemoryBound(to: nk_u1x8_t.self)
1384 |         nk_jaccards_symmetric_u1(
1385 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
     |                                                                                                      `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1386 |             UInt64(rowCount))
1387 |     }
/host/spi-builder-workspace/swift/Matrix.swift:1386:13: error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1384 |         nk_jaccards_symmetric_u1(
1385 |             cPtr, UInt64(nVectors), UInt64(depth * 8), UInt64(stride), result, UInt64(resultStride), UInt64(rowStart),
1386 |             UInt64(rowCount))
     |             `- error: cannot convert value of type 'UInt64' to expected argument type 'nk_size_t' (aka 'UInt32')
1387 |     }
1388 | }
BUILD FAILURE 6.3 wasm