The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cgarciae/ndarray.git
Reference: 0.0.20
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cgarciae/ndarray
 * tag               0.0.20     -> FETCH_HEAD
HEAD is now at 901dd21 0.0.20
Cloned https://github.com/cgarciae/ndarray.git into spi-builder-workspace
901dd21cc0f6d17c5ebc3d9d5758bf0c819479f5
SUCCESS checkout https://github.com/cgarciae/ndarray.git at 0.0.20
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
warning: 'spi-builder-workspace': The target named 'Debug' was identified as an executable target but a non-executable product with this name already exists.
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/23] Emitting module NDArray
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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 '<T> (AttributedString, T) -> AttributedString'
    public static func + <T>(lhs: AttributedString, rhs: T) -> AttributedString where T : AttributedStringProtocol
                       ^
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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 {
                      ^
[2/26] Compiling NDArray broadcast.swift
[3/26] Compiling NDArray description.swift
[4/26] Compiling NDArray div.swift
[5/26] Compiling NDArray Expressible.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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
[6/26] Compiling NDArray NDArray.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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
[7/26] Compiling NDArray ArrayShape.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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
[8/26] Compiling NDArray BaseNDArray.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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
[9/26] Compiling NDArray mean.swift
[10/26] Compiling NDArray min.swift
[11/26] Compiling NDArray mul.swift
[12/26] Compiling NDArray NDArrayProtocol.swift
[13/26] Compiling NDArray Ref.swift
[14/26] Compiling NDArray utils.swift
[15/26] Compiling NDArray Dimension.swift
[16/26] Compiling NDArray ScalarNDArray.swift
[17/26] Compiling NDArray add.swift
[18/26] Compiling NDArray reduce.swift
[19/26] Compiling NDArray sub.swift
[20/26] Compiling NDArray subscript.swift
[21/26] Compiling NDArray dot.swift
[22/26] Compiling NDArray elementWise.swift
[23/26] Compiling NDArray max.swift
[24/26] Compiling NDArray sum.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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 '<T> (AttributedString, T) -> AttributedString'
    public static func + <T>(lhs: AttributedString, rhs: T) -> AttributedString where T : AttributedStringProtocol
                       ^
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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 '<T> (AttributedString, T) -> AttributedString'
    public static func + <T>(lhs: AttributedString, rhs: T) -> AttributedString where T : AttributedStringProtocol
                       ^
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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 '<T> (AttributedString, T) -> AttributedString'
    public static func + <T>(lhs: AttributedString, rhs: T) -> AttributedString where T : AttributedStringProtocol
                       ^
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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
Retrying in 0 seconds ...
Building ... (attempt 2)
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
[2/4] Compiling NDArray sum.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/15] Emitting module NDArray
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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 '<T> (AttributedString, T) -> AttributedString'
    public static func + <T>(lhs: AttributedString, rhs: T) -> AttributedString where T : AttributedStringProtocol
                       ^
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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/15] Compiling NDArray Divisible.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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/3/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 '<T> (AttributedString, T) -> AttributedString'
    public static func + <T>(lhs: AttributedString, rhs: T) -> AttributedString where T : AttributedStringProtocol
                       ^
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/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 Dimension.swift
[6/21] Compiling NDArray mean.swift
[7/21] Compiling NDArray min.swift
[8/23] Compiling NDArray Expressible.swift
[9/23] Compiling NDArray NDArray.swift
[10/23] Compiling NDArray ArrayShape.swift
[11/23] Compiling NDArray description.swift
[12/23] Compiling NDArray div.swift
[13/23] Compiling NDArray utils.swift
[14/23] Compiling NDArray add.swift
[15/23] Compiling NDArray broadcast.swift
[16/23] Compiling NDArray elementWise.swift
[17/23] Compiling NDArray max.swift
[18/23] Compiling NDArray BaseNDArray.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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
[19/23] Compiling NDArray ScalarNDArray.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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/23] Compiling NDArray mul.swift
[21/23] Compiling NDArray reduce.swift
[22/23] Compiling NDArray sub.swift
[23/23] Compiling NDArray subscript.swift
error: fatalError
Retrying in 0 seconds ...
BUILD FAILURE 5.9 macosSpm