The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NDArray with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cgarciae/ndarray.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cgarciae/ndarray
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 49c5f1e update readme
Cloned https://github.com/cgarciae/ndarray.git
Revision (git rev-parse @):
49c5f1ec9958a73afde90842c57995d8de9f57b7
SUCCESS checkout https://github.com/cgarciae/ndarray.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ndarray",
      "name": "NDArray",
      "url": "https://github.com/cgarciae/ndarray.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ndarray",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/cgarciae/ndarray.git
[1/813] Fetching ndarray
Fetched https://github.com/cgarciae/ndarray.git (0.28s)
Creating working copy for https://github.com/cgarciae/ndarray.git
Working copy of https://github.com/cgarciae/ndarray.git resolved at master
warning: 'ndarray': The target named 'Debug' was identified as an executable target but a non-executable product with this name already exists.
warning: '.resolve-product-dependencies': dependency 'ndarray' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/23] Compiling NDArray mean.swift
[2/23] Compiling NDArray min.swift
[3/23] Compiling NDArray mul.swift
[4/23] Compiling NDArray broadcast.swift
[5/23] Compiling NDArray description.swift
[6/23] Compiling NDArray div.swift
[7/26] Compiling NDArray NDArrayProtocol.swift
[8/26] Compiling NDArray Ref.swift
[9/26] Compiling NDArray utils.swift
[10/26] Compiling NDArray Dimension.swift
[11/26] Compiling NDArray ScalarNDArray.swift
[12/26] Compiling NDArray add.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/26] Compiling NDArray dot.swift
[14/26] Compiling NDArray elementWise.swift
[15/26] Compiling NDArray max.swift
[16/26] Compiling NDArray reduce.swift
[17/26] Compiling NDArray sub.swift
[18/26] Compiling NDArray subscript.swift
[19/26] Compiling NDArray Expressible.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:89:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:104:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
[20/26] Compiling NDArray NDArray.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:89:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:104:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
[21/26] Compiling NDArray ArrayShape.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:89:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:104:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
[22/26] Compiling NDArray BaseNDArray.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:89:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:104:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
[23/26] Emitting module NDArray
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:89:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:104:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'Divisible'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/div.swift:7:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>'
    public static func / (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/div.swift:11:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>'
    public static func / (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
Swift.Duration:8:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration'
    public static func / <T>(lhs: Duration, rhs: T) -> Duration where T : BinaryInteger
                       ^
Swift.SIMD:14:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func / (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:5:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func / (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:20:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:6:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'Numeric'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/mul.swift:7:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>' [with Magnitude = <<error type>>]
    public static func * (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/mul.swift:11:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>' [with Magnitude = <<error type>>]
    public static func * (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
Swift.Duration:16:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Magnitude = <<error type>>]
    public static func * <T>(lhs: Duration, rhs: T) -> Duration where T : BinaryInteger
                       ^
Swift.SIMD:4:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func * (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:47:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func * (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:53:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:59:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:5:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:9:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'AdditiveArithmetic'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/add.swift:7:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>'
    public static func + (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/add.swift:11:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>'
    public static func + (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
Swift.Strideable:2:24: note: candidate has non-matching type '<Self> (Self, Self.Stride) -> Self'
    public static func + (lhs: Self, rhs: Self.Stride) -> Self
                       ^
Swift.Strideable:3:24: note: candidate has non-matching type '<Self> (Self.Stride, Self) -> Self'
    public static func + (lhs: Self.Stride, rhs: Self) -> Self
                       ^
Swift.RangeReplaceableCollection:2:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:3:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:5:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element
                                  ^
Swift.Sequence:3:24: note: candidate has non-matching type '<Self> (Self, String) -> Never'
    public static func + (lhs: Self, rhs: String) -> Never
                       ^
Swift.Sequence:5:24: note: candidate has non-matching type '<Self> (String, Self) -> Never'
    public static func + (lhs: String, rhs: Self) -> Never
                       ^
Swift.SIMD:2:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func + (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:43:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func + (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:49:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func + (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:55:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func + (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:3:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func + (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:7:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func + (a: Self, b: Self.Scalar) -> Self
                       ^
Foundation.AttributedString:3:24: note: candidate has non-matching type ' (AttributedString, some AttributedStringProtocol) -> AttributedString'
    public static func + (lhs: AttributedString, rhs: some AttributedStringProtocol) -> AttributedString
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: extension outside of file declaring struct 'Float80' prevents automatic synthesis of '==' for protocol 'Equatable'
extension Float80: Divisible {}
^
Swift.Float80:2:23: note: type declared here
@frozen public struct Float80 {
                      ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:4:17: note: protocol requires function '/' with type '(Float80, Float80) -> Float80'; do you want to add a stub?
    static func / (lhs: Self, rhs: Self) -> Self
                ^
Swift.Numeric:3:20: note: protocol requires nested type 'Magnitude'; do you want to add it?
    associatedtype Magnitude : Comparable, Numeric
                   ^
Swift.Numeric:2:5: note: protocol requires initializer 'init(exactly:)' with type '(exactly: T)'
    init?<T>(exactly source: T) where T : BinaryInteger
    ^
Swift.Numeric:5:17: note: protocol requires function '*' with type '(Float80, Float80) -> Float80'
    static func * (lhs: Self, rhs: Self) -> Self
                ^
Swift.AdditiveArithmetic:3:17: note: protocol requires function '+' with type '(Float80, Float80) -> Float80'
    static func + (lhs: Self, rhs: Self) -> Self
                ^
Swift.ExpressibleByIntegerLiteral:2:20: note: protocol requires nested type 'IntegerLiteralType'; do you want to add it?
    associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
extension Float80: Divisible {}
          ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
[24/26] Compiling NDArray sum.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'Divisible'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/div.swift:7:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>'
    public static func / (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/div.swift:11:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>'
    public static func / (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
Swift.Duration:8:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration'
    public static func / <T>(lhs: Duration, rhs: T) -> Duration where T : BinaryInteger
                       ^
Swift.SIMD:14:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func / (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:5:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func / (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:20:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:6:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'Numeric'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/mul.swift:7:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>' [with Magnitude = <<error type>>]
    public static func * (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/mul.swift:11:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>' [with Magnitude = <<error type>>]
    public static func * (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
Swift.Duration:16:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Magnitude = <<error type>>]
    public static func * <T>(lhs: Duration, rhs: T) -> Duration where T : BinaryInteger
                       ^
Swift.SIMD:4:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func * (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:47:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func * (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:53:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:59:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:5:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:9:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'AdditiveArithmetic'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/add.swift:7:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>'
    public static func + (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/add.swift:11:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>'
    public static func + (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
Swift.Strideable:2:24: note: candidate has non-matching type '<Self> (Self, Self.Stride) -> Self'
    public static func + (lhs: Self, rhs: Self.Stride) -> Self
                       ^
Swift.Strideable:3:24: note: candidate has non-matching type '<Self> (Self.Stride, Self) -> Self'
    public static func + (lhs: Self.Stride, rhs: Self) -> Self
                       ^
Swift.RangeReplaceableCollection:2:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:3:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:5:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element
                                  ^
Swift.Sequence:3:24: note: candidate has non-matching type '<Self> (Self, String) -> Never'
    public static func + (lhs: Self, rhs: String) -> Never
                       ^
Swift.Sequence:5:24: note: candidate has non-matching type '<Self> (String, Self) -> Never'
    public static func + (lhs: String, rhs: Self) -> Never
                       ^
Swift.SIMD:2:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func + (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:43:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func + (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:49:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func + (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:55:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func + (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:3:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func + (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:7:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func + (a: Self, b: Self.Scalar) -> Self
                       ^
Foundation.AttributedString:3:24: note: candidate has non-matching type ' (AttributedString, some AttributedStringProtocol) -> AttributedString'
    public static func + (lhs: AttributedString, rhs: some AttributedStringProtocol) -> AttributedString
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: extension outside of file declaring struct 'Float80' prevents automatic synthesis of '==' for protocol 'Equatable'
extension Float80: Divisible {}
^
Swift.Float80:2:23: note: type declared here
@frozen public struct Float80 {
                      ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:4:17: note: protocol requires function '/' with type '(Float80, Float80) -> Float80'; do you want to add a stub?
    static func / (lhs: Self, rhs: Self) -> Self
                ^
Swift.Numeric:3:20: note: protocol requires nested type 'Magnitude'; do you want to add it?
    associatedtype Magnitude : Comparable, Numeric
                   ^
Swift.Numeric:2:5: note: protocol requires initializer 'init(exactly:)' with type '(exactly: T)'
    init?<T>(exactly source: T) where T : BinaryInteger
    ^
Swift.Numeric:5:17: note: protocol requires function '*' with type '(Float80, Float80) -> Float80'
    static func * (lhs: Self, rhs: Self) -> Self
                ^
Swift.AdditiveArithmetic:3:17: note: protocol requires function '+' with type '(Float80, Float80) -> Float80'
    static func + (lhs: Self, rhs: Self) -> Self
                ^
Swift.ExpressibleByIntegerLiteral:2:20: note: protocol requires nested type 'IntegerLiteralType'; do you want to add it?
    associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
extension Float80: Divisible {}
          ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
[25/26] Compiling NDArray Divisible.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'Divisible'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/div.swift:7:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>'
    public static func / (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/div.swift:11:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>'
    public static func / (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
Swift.Duration:8:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration'
    public static func / <T>(lhs: Duration, rhs: T) -> Duration where T : BinaryInteger
                       ^
Swift.SIMD:14:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func / (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:5:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func / (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:20:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:6:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'Numeric'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/mul.swift:7:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>' [with Magnitude = <<error type>>]
    public static func * (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/mul.swift:11:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>' [with Magnitude = <<error type>>]
    public static func * (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
Swift.Duration:16:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Magnitude = <<error type>>]
    public static func * <T>(lhs: Duration, rhs: T) -> Duration where T : BinaryInteger
                       ^
Swift.SIMD:4:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func * (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:47:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func * (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:53:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:59:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:5:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:9:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'AdditiveArithmetic'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/add.swift:7:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>'
    public static func + (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/add.swift:11:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>'
    public static func + (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
Swift.Strideable:2:24: note: candidate has non-matching type '<Self> (Self, Self.Stride) -> Self'
    public static func + (lhs: Self, rhs: Self.Stride) -> Self
                       ^
Swift.Strideable:3:24: note: candidate has non-matching type '<Self> (Self.Stride, Self) -> Self'
    public static func + (lhs: Self.Stride, rhs: Self) -> Self
                       ^
Swift.RangeReplaceableCollection:2:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:3:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:5:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element
                                  ^
Swift.Sequence:3:24: note: candidate has non-matching type '<Self> (Self, String) -> Never'
    public static func + (lhs: Self, rhs: String) -> Never
                       ^
Swift.Sequence:5:24: note: candidate has non-matching type '<Self> (String, Self) -> Never'
    public static func + (lhs: String, rhs: Self) -> Never
                       ^
Swift.SIMD:2:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func + (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:43:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func + (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:49:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func + (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:55:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func + (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:3:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func + (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:7:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func + (a: Self, b: Self.Scalar) -> Self
                       ^
Foundation.AttributedString:3:24: note: candidate has non-matching type ' (AttributedString, some AttributedStringProtocol) -> AttributedString'
    public static func + (lhs: AttributedString, rhs: some AttributedStringProtocol) -> AttributedString
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: extension outside of file declaring struct 'Float80' prevents automatic synthesis of '==' for protocol 'Equatable'
extension Float80: Divisible {}
^
Swift.Float80:2:23: note: type declared here
@frozen public struct Float80 {
                      ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:4:17: note: protocol requires function '/' with type '(Float80, Float80) -> Float80'; do you want to add a stub?
    static func / (lhs: Self, rhs: Self) -> Self
                ^
Swift.Numeric:3:20: note: protocol requires nested type 'Magnitude'; do you want to add it?
    associatedtype Magnitude : Comparable, Numeric
                   ^
Swift.Numeric:2:5: note: protocol requires initializer 'init(exactly:)' with type '(exactly: T)'
    init?<T>(exactly source: T) where T : BinaryInteger
    ^
Swift.Numeric:5:17: note: protocol requires function '*' with type '(Float80, Float80) -> Float80'
    static func * (lhs: Self, rhs: Self) -> Self
                ^
Swift.AdditiveArithmetic:3:17: note: protocol requires function '+' with type '(Float80, Float80) -> Float80'
    static func + (lhs: Self, rhs: Self) -> Self
                ^
Swift.ExpressibleByIntegerLiteral:2:20: note: protocol requires nested type 'IntegerLiteralType'; do you want to add it?
    associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
extension Float80: Divisible {}
          ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
[26/26] Compiling NDArray NDArrayFloatingPoint.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'Divisible'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/div.swift:7:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>'
    public static func / (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/div.swift:11:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>'
    public static func / (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
Swift.Duration:8:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration'
    public static func / <T>(lhs: Duration, rhs: T) -> Duration where T : BinaryInteger
                       ^
Swift.SIMD:14:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func / (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:5:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func / (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:20:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:6:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'Numeric'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/mul.swift:7:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>' [with Magnitude = <<error type>>]
    public static func * (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/mul.swift:11:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>' [with Magnitude = <<error type>>]
    public static func * (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
Swift.Duration:16:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Magnitude = <<error type>>]
    public static func * <T>(lhs: Duration, rhs: T) -> Duration where T : BinaryInteger
                       ^
Swift.SIMD:4:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func * (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:47:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func * (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:53:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:59:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:5:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:9:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'AdditiveArithmetic'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/add.swift:7:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>'
    public static func + (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/add.swift:11:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>'
    public static func + (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
Swift.Strideable:2:24: note: candidate has non-matching type '<Self> (Self, Self.Stride) -> Self'
    public static func + (lhs: Self, rhs: Self.Stride) -> Self
                       ^
Swift.Strideable:3:24: note: candidate has non-matching type '<Self> (Self.Stride, Self) -> Self'
    public static func + (lhs: Self.Stride, rhs: Self) -> Self
                       ^
Swift.RangeReplaceableCollection:2:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:3:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:5:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element
                                  ^
Swift.Sequence:3:24: note: candidate has non-matching type '<Self> (Self, String) -> Never'
    public static func + (lhs: Self, rhs: String) -> Never
                       ^
Swift.Sequence:5:24: note: candidate has non-matching type '<Self> (String, Self) -> Never'
    public static func + (lhs: String, rhs: Self) -> Never
                       ^
Swift.SIMD:2:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func + (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:43:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func + (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:49:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func + (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:55:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func + (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:3:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func + (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:7:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func + (a: Self, b: Self.Scalar) -> Self
                       ^
Foundation.AttributedString:3:24: note: candidate has non-matching type ' (AttributedString, some AttributedStringProtocol) -> AttributedString'
    public static func + (lhs: AttributedString, rhs: some AttributedStringProtocol) -> AttributedString
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: extension outside of file declaring struct 'Float80' prevents automatic synthesis of '==' for protocol 'Equatable'
extension Float80: Divisible {}
^
Swift.Float80:2:23: note: type declared here
@frozen public struct Float80 {
                      ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:4:17: note: protocol requires function '/' with type '(Float80, Float80) -> Float80'; do you want to add a stub?
    static func / (lhs: Self, rhs: Self) -> Self
                ^
Swift.Numeric:3:20: note: protocol requires nested type 'Magnitude'; do you want to add it?
    associatedtype Magnitude : Comparable, Numeric
                   ^
Swift.Numeric:2:5: note: protocol requires initializer 'init(exactly:)' with type '(exactly: T)'
    init?<T>(exactly source: T) where T : BinaryInteger
    ^
Swift.Numeric:5:17: note: protocol requires function '*' with type '(Float80, Float80) -> Float80'
    static func * (lhs: Self, rhs: Self) -> Self
                ^
Swift.AdditiveArithmetic:3:17: note: protocol requires function '+' with type '(Float80, Float80) -> Float80'
    static func + (lhs: Self, rhs: Self) -> Self
                ^
Swift.ExpressibleByIntegerLiteral:2:20: note: protocol requires nested type 'IntegerLiteralType'; do you want to add it?
    associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
extension Float80: Divisible {}
          ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
error: fatalError
warning: 'spi-builder-workspace': The target named 'Debug' was identified as an executable target but a non-executable product with this name already exists.
[0/1] Planning build
Building for debugging...
[1/4] Compiling NDArray NDArrayFloatingPoint.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/6] Compiling NDArray sum.swift
[3/6] Emitting module NDArray
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:89:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:104:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'Divisible'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/div.swift:7:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>'
    public static func / (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/div.swift:11:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>'
    public static func / (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
Swift.Duration:8:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration'
    public static func / <T>(lhs: Duration, rhs: T) -> Duration where T : BinaryInteger
                       ^
Swift.SIMD:14:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func / (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:5:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func / (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:20:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:6:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'Numeric'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/mul.swift:7:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>' [with Magnitude = <<error type>>]
    public static func * (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/mul.swift:11:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>' [with Magnitude = <<error type>>]
    public static func * (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
Swift.Duration:16:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Magnitude = <<error type>>]
    public static func * <T>(lhs: Duration, rhs: T) -> Duration where T : BinaryInteger
                       ^
Swift.SIMD:4:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func * (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:47:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func * (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:53:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:59:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:5:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:9:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'AdditiveArithmetic'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/add.swift:7:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>'
    public static func + (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/add.swift:11:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>'
    public static func + (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
Swift.Strideable:2:24: note: candidate has non-matching type '<Self> (Self, Self.Stride) -> Self'
    public static func + (lhs: Self, rhs: Self.Stride) -> Self
                       ^
Swift.Strideable:3:24: note: candidate has non-matching type '<Self> (Self.Stride, Self) -> Self'
    public static func + (lhs: Self.Stride, rhs: Self) -> Self
                       ^
Swift.RangeReplaceableCollection:2:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:3:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:5:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element
                                  ^
Swift.Sequence:3:24: note: candidate has non-matching type '<Self> (Self, String) -> Never'
    public static func + (lhs: Self, rhs: String) -> Never
                       ^
Swift.Sequence:5:24: note: candidate has non-matching type '<Self> (String, Self) -> Never'
    public static func + (lhs: String, rhs: Self) -> Never
                       ^
Swift.SIMD:2:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func + (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:43:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func + (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:49:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func + (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:55:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func + (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:3:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func + (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:7:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func + (a: Self, b: Self.Scalar) -> Self
                       ^
Foundation.AttributedString:3:24: note: candidate has non-matching type ' (AttributedString, some AttributedStringProtocol) -> AttributedString'
    public static func + (lhs: AttributedString, rhs: some AttributedStringProtocol) -> AttributedString
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: extension outside of file declaring struct 'Float80' prevents automatic synthesis of '==' for protocol 'Equatable'
extension Float80: Divisible {}
^
Swift.Float80:2:23: note: type declared here
@frozen public struct Float80 {
                      ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:4:17: note: protocol requires function '/' with type '(Float80, Float80) -> Float80'; do you want to add a stub?
    static func / (lhs: Self, rhs: Self) -> Self
                ^
Swift.Numeric:3:20: note: protocol requires nested type 'Magnitude'; do you want to add it?
    associatedtype Magnitude : Comparable, Numeric
                   ^
Swift.Numeric:2:5: note: protocol requires initializer 'init(exactly:)' with type '(exactly: T)'
    init?<T>(exactly source: T) where T : BinaryInteger
    ^
Swift.Numeric:5:17: note: protocol requires function '*' with type '(Float80, Float80) -> Float80'
    static func * (lhs: Self, rhs: Self) -> Self
                ^
Swift.AdditiveArithmetic:3:17: note: protocol requires function '+' with type '(Float80, Float80) -> Float80'
    static func + (lhs: Self, rhs: Self) -> Self
                ^
Swift.ExpressibleByIntegerLiteral:2:20: note: protocol requires nested type 'IntegerLiteralType'; do you want to add it?
    associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
extension Float80: Divisible {}
          ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
[4/6] Compiling NDArray Divisible.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'Divisible'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/div.swift:7:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>'
    public static func / (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/div.swift:11:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>'
    public static func / (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
Swift.Duration:8:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration'
    public static func / <T>(lhs: Duration, rhs: T) -> Duration where T : BinaryInteger
                       ^
Swift.SIMD:14:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func / (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:5:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func / (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:20:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:6:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'Numeric'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/mul.swift:7:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>' [with Magnitude = <<error type>>]
    public static func * (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/mul.swift:11:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>' [with Magnitude = <<error type>>]
    public static func * (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
Swift.Duration:16:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Magnitude = <<error type>>]
    public static func * <T>(lhs: Duration, rhs: T) -> Duration where T : BinaryInteger
                       ^
Swift.SIMD:4:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func * (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:47:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func * (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:53:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:59:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:5:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:9:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Magnitude = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'AdditiveArithmetic'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/add.swift:7:24: note: candidate has non-matching type '<Scalar> (NDArray<Scalar>, Scalar) -> NDArray<Scalar>'
    public static func + (lhs: NDArray<Scalar>, rhs: Scalar) -> NDArray<Scalar> {
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Ops/add.swift:11:24: note: candidate has non-matching type '<Scalar> (Scalar, NDArray<Scalar>) -> NDArray<Scalar>'
    public static func + (lhs: Scalar, rhs: NDArray<Scalar>) -> NDArray<Scalar> {
                       ^
Swift.Strideable:2:24: note: candidate has non-matching type '<Self> (Self, Self.Stride) -> Self'
    public static func + (lhs: Self, rhs: Self.Stride) -> Self
                       ^
Swift.Strideable:3:24: note: candidate has non-matching type '<Self> (Self.Stride, Self) -> Self'
    public static func + (lhs: Self.Stride, rhs: Self) -> Self
                       ^
Swift.RangeReplaceableCollection:2:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:3:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:5:35: note: candidate would match if 'Float80' conformed to 'RangeReplaceableCollection'
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element
                                  ^
Swift.Sequence:3:24: note: candidate has non-matching type '<Self> (Self, String) -> Never'
    public static func + (lhs: Self, rhs: String) -> Never
                       ^
Swift.Sequence:5:24: note: candidate has non-matching type '<Self> (String, Self) -> Never'
    public static func + (lhs: String, rhs: Self) -> Never
                       ^
Swift.SIMD:2:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func + (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:43:24: note: candidate would match if 'Float80' conformed to 'SIMD'
    public static func + (a: Self, b: Self) -> Self
                       ^
Swift.SIMD:49:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func + (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:55:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func + (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:3:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self'
    public static func + (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:7:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self'
    public static func + (a: Self, b: Self.Scalar) -> Self
                       ^
Foundation.AttributedString:3:24: note: candidate has non-matching type ' (AttributedString, some AttributedStringProtocol) -> AttributedString'
    public static func + (lhs: AttributedString, rhs: some AttributedStringProtocol) -> AttributedString
                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: type 'Float80' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Float80: Divisible {}
^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:1: error: extension outside of file declaring struct 'Float80' prevents automatic synthesis of '==' for protocol 'Equatable'
extension Float80: Divisible {}
^
Swift.Float80:2:23: note: type declared here
@frozen public struct Float80 {
                      ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:4:17: note: protocol requires function '/' with type '(Float80, Float80) -> Float80'; do you want to add a stub?
    static func / (lhs: Self, rhs: Self) -> Self
                ^
Swift.Numeric:3:20: note: protocol requires nested type 'Magnitude'; do you want to add it?
    associatedtype Magnitude : Comparable, Numeric
                   ^
Swift.Numeric:2:5: note: protocol requires initializer 'init(exactly:)' with type '(exactly: T)'
    init?<T>(exactly source: T) where T : BinaryInteger
    ^
Swift.Numeric:5:17: note: protocol requires function '*' with type '(Float80, Float80) -> Float80'
    static func * (lhs: Self, rhs: Self) -> Self
                ^
Swift.AdditiveArithmetic:3:17: note: protocol requires function '+' with type '(Float80, Float80) -> Float80'
    static func + (lhs: Self, rhs: Self) -> Self
                ^
Swift.ExpressibleByIntegerLiteral:2:20: note: protocol requires nested type 'IntegerLiteralType'; do you want to add it?
    associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral
                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/Protocols/Divisible.swift:28:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
extension Float80: Divisible {}
          ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
[5/19] Compiling NDArray utils.swift
[6/19] Compiling NDArray Dimension.swift
[7/23] Compiling NDArray description.swift
[8/23] Compiling NDArray div.swift
[9/23] Compiling NDArray mean.swift
[10/23] Compiling NDArray min.swift
[11/23] Compiling NDArray mul.swift
[12/23] Compiling NDArray reduce.swift
[13/23] Compiling NDArray sub.swift
[14/23] Compiling NDArray subscript.swift
[15/23] Compiling NDArray elementWise.swift
[16/23] Compiling NDArray max.swift
[17/23] Compiling NDArray Expressible.swift
[18/23] Compiling NDArray NDArray.swift
[19/23] Compiling NDArray ArrayShape.swift
[20/23] Compiling NDArray add.swift
[21/23] Compiling NDArray broadcast.swift
[22/23] Compiling NDArray BaseNDArray.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:89:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:104:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
[23/23] Compiling NDArray ScalarNDArray.swift
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:89:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NDArray/NDArrayTypes/BaseNDArray/BaseNDArray.swift:104:17: warning: variable 'data' was never mutated; consider changing to 'let' constant
            var data = dataIn
            ~~~ ^
            let
error: fatalError
warning: 'spi-builder-workspace': The target named 'Debug' was identified as an executable target but a non-executable product with this name already exists.
BUILD FAILURE 5.9 macosSpm