The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RNGExtension 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/t-ae/rng-extension.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/t-ae/rng-extension
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at dcaf240 Fix: sample with base
Cloned https://github.com/t-ae/rng-extension.git
Revision (git rev-parse @):
dcaf24002b37dcc4ac6d187d10a57eda1a99e160
SUCCESS checkout https://github.com/t-ae/rng-extension.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "rng-extension",
      "name": "RNGExtension",
      "url": "https://github.com/t-ae/rng-extension.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/rng-extension",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/t-ae/rng-extension.git
[1/147] Fetching rng-extension
Fetched https://github.com/t-ae/rng-extension.git (0.34s)
Creating working copy for https://github.com/t-ae/rng-extension.git
Working copy of https://github.com/t-ae/rng-extension.git resolved at master
warning: '.resolve-product-dependencies': dependency 'rng-extension' 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...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/3] Emitting module RNGExtension
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:88:35: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public mutating func next(mu: Float80, sigma: Float80) -> Float80 {
                                  ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:88:51: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public mutating func next(mu: Float80, sigma: Float80) -> Float80 {
                                                  ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:88:63: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public mutating func next(mu: Float80, sigma: Float80) -> Float80 {
                                                              ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:36:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func sin(_ x: Float80) -> Float80 {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:36:38: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func sin(_ x: Float80) -> Float80 {
                                     ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:39:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func log(_ x: Float80) -> Float80 {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:39:38: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func log(_ x: Float80) -> Float80 {
                                     ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'BinaryFloatingPoint'
extension Float80: SinLog {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'ExpressibleByFloatLiteral'
extension Float80: SinLog {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'FloatingPoint'
extension Float80: SinLog {
^
Swift.Duration:16:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Exponent = <<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 Exponent = <<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 Exponent = <<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 Exponent = <<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 Exponent = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.Duration:8:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Exponent = <<error type>>]
    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' [with Exponent = <<error type>>]
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:20:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Exponent = <<error type>>]
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:6:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Exponent = <<error type>>]
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Exponent = <<error type>>]
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: extension outside of file declaring struct 'Float80' prevents automatic synthesis of 'hash(into:)' for protocol 'Hashable'
extension Float80: SinLog {
^
Swift.Float80:2:23: note: type declared here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'Strideable'
extension Float80: SinLog {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'Numeric'
extension Float80: SinLog {
^
Swift.BinaryFloatingPoint:6:23: note: candidate has non-matching type '(exactly: Source)' [with Magnitude = Float80]
    @inlinable public init?<Source>(exactly value: Source) where Source : BinaryFloatingPoint
                      ^
Swift.BinaryFloatingPoint:4:23: note: candidate would match if 'Float80.RawSignificand' conformed to 'FixedWidthInteger'
    @inlinable public init?<Source>(exactly value: Source) where Source : BinaryInteger
                      ^
Swift.Duration:16:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Magnitude = Float80]
    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 = Float80]
    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 = Float80]
    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 = Float80]
    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 = Float80]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'AdditiveArithmetic'
extension Float80: SinLog {
^
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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Float80: SinLog {
^
Swift.BinaryFloatingPoint:2:20: note: protocol requires nested type 'RawSignificand'; do you want to add it?
    associatedtype RawSignificand : UnsignedInteger
                   ^
Swift.BinaryFloatingPoint:3:20: note: protocol requires nested type 'RawExponent'; do you want to add it?
    associatedtype RawExponent : UnsignedInteger
                   ^
Swift.BinaryFloatingPoint:9:16: note: protocol requires property 'exponentBitCount' with type 'Int'
    static var exponentBitCount: Int { get }
               ^
Swift.BinaryFloatingPoint:10:16: note: protocol requires property 'significandBitCount' with type 'Int'
    static var significandBitCount: Int { get }
               ^
Swift.BinaryFloatingPoint:13:9: note: protocol requires property 'binade' with type 'Float80'
    var binade: Self { get }
        ^
Swift.BinaryFloatingPoint:14:9: note: protocol requires property 'significandWidth' with type 'Int'
    var significandWidth: Int { get }
        ^
Swift.ExpressibleByFloatLiteral:2:20: note: protocol requires nested type 'FloatLiteralType'; do you want to add it?
    associatedtype FloatLiteralType : _ExpressibleByBuiltinFloatLiteral
                   ^
Swift.FloatingPoint:2:20: note: protocol requires nested type 'Exponent'; do you want to add it?
    associatedtype Exponent : SignedInteger
                   ^
Swift.FloatingPoint:9:16: note: protocol requires property 'nan' with type 'Float80'
    static var nan: Self { get }
               ^
Swift.FloatingPoint:10:16: note: protocol requires property 'signalingNaN' with type 'Float80'
    static var signalingNaN: Self { get }
               ^
Swift.FloatingPoint:11:16: note: protocol requires property 'infinity' with type 'Float80'
    static var infinity: Self { get }
               ^
Swift.FloatingPoint:12:16: note: protocol requires property 'greatestFiniteMagnitude' with type 'Float80'
    static var greatestFiniteMagnitude: Self { get }
               ^
Swift.FloatingPoint:13:16: note: protocol requires property 'pi' with type 'Float80'
    static var pi: Self { get }
               ^
Swift.FloatingPoint:14:9: note: protocol requires property 'ulp' with type 'Float80'
    var ulp: Self { get }
        ^
Swift.FloatingPoint:16:16: note: protocol requires property 'leastNormalMagnitude' with type 'Float80'
    static var leastNormalMagnitude: Self { get }
               ^
Swift.FloatingPoint:17:16: note: protocol requires property 'leastNonzeroMagnitude' with type 'Float80'
    static var leastNonzeroMagnitude: Self { get }
               ^
Swift.FloatingPoint:18:9: note: protocol requires property 'sign' with type 'FloatingPointSign'
    var sign: FloatingPointSign { get }
        ^
Swift.FloatingPoint:20:9: note: protocol requires property 'significand' with type 'Float80'
    var significand: Self { get }
        ^
Swift.FloatingPoint:27:26: note: protocol requires function '*' with type '(Float80, Float80) -> Float80'
    override static func * (lhs: Self, rhs: Self) -> Self
                         ^
Swift.FloatingPoint:29:17: note: protocol requires function '/' with type '(Float80, Float80) -> Float80'
    static func / (lhs: Self, rhs: Self) -> Self
                ^
Swift.FloatingPoint:32:19: note: protocol requires function 'formRemainder(dividingBy:)' with type '(Float80) -> ()'
    mutating func formRemainder(dividingBy other: Self)
                  ^
Swift.FloatingPoint:34:19: note: protocol requires function 'formTruncatingRemainder(dividingBy:)' with type '(Float80) -> ()'
    mutating func formTruncatingRemainder(dividingBy other: Self)
                  ^
Swift.FloatingPoint:36:19: note: protocol requires function 'formSquareRoot()' with type '() -> ()'
    mutating func formSquareRoot()
                  ^
Swift.FloatingPoint:38:19: note: protocol requires function 'addProduct' with type '(Float80, Float80) -> ()'
    mutating func addProduct(_ lhs: Self, _ rhs: Self)
                  ^
Swift.FloatingPoint:45:9: note: protocol requires property 'nextUp' with type 'Float80'
    var nextUp: Self { get }
        ^
Swift.FloatingPoint:47:10: note: protocol requires function 'isEqual(to:)' with type '(Float80) -> Bool'
    func isEqual(to other: Self) -> Bool
         ^
Swift.FloatingPoint:48:10: note: protocol requires function 'isLess(than:)' with type '(Float80) -> Bool'
    func isLess(than other: Self) -> Bool
         ^
Swift.FloatingPoint:49:10: note: protocol requires function 'isLessThanOrEqualTo' with type '(Float80) -> Bool'
    func isLessThanOrEqualTo(_ other: Self) -> Bool
         ^
Swift.FloatingPoint:51:9: note: protocol requires property 'isNormal' with type 'Bool'
    var isNormal: Bool { get }
        ^
Swift.FloatingPoint:52:9: note: protocol requires property 'isFinite' with type 'Bool'
    var isFinite: Bool { get }
        ^
Swift.FloatingPoint:53:9: note: protocol requires property 'isZero' with type 'Bool'
    var isZero: Bool { get }
        ^
Swift.FloatingPoint:54:9: note: protocol requires property 'isSubnormal' with type 'Bool'
    var isSubnormal: Bool { get }
        ^
Swift.FloatingPoint:55:9: note: protocol requires property 'isInfinite' with type 'Bool'
    var isInfinite: Bool { get }
        ^
Swift.FloatingPoint:56:9: note: protocol requires property 'isNaN' with type 'Bool'
    var isNaN: Bool { get }
        ^
Swift.FloatingPoint:57:9: note: protocol requires property 'isSignalingNaN' with type 'Bool'
    var isSignalingNaN: Bool { get }
        ^
Swift.FloatingPoint:59:9: note: protocol requires property 'isCanonical' with type 'Bool'
    var isCanonical: Bool { get }
        ^
Swift.Strideable:2:20: note: protocol requires nested type 'Stride'; do you want to add it?
    associatedtype Stride : Comparable, SignedNumeric
                   ^
Swift.Numeric:2:5: note: protocol requires initializer 'init(exactly:)' with type '(exactly: T)'
    init?<T>(exactly source: T) where T : BinaryInteger
    ^
Swift.Numeric:4:9: note: protocol requires property 'magnitude' with type 'Float80'
    var magnitude: Self.Magnitude { get }
        ^
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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
extension Float80: SinLog {
          ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
[2/3] Compiling RNGExtension SinLog.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:36:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func sin(_ x: Float80) -> Float80 {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:36:38: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func sin(_ x: Float80) -> Float80 {
                                     ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:39:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func log(_ x: Float80) -> Float80 {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:39:38: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func log(_ x: Float80) -> Float80 {
                                     ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'BinaryFloatingPoint'
extension Float80: SinLog {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'ExpressibleByFloatLiteral'
extension Float80: SinLog {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'FloatingPoint'
extension Float80: SinLog {
^
Swift.Duration:16:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Exponent = <<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 Exponent = <<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 Exponent = <<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 Exponent = <<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 Exponent = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.Duration:8:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Exponent = <<error type>>]
    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' [with Exponent = <<error type>>]
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:20:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Exponent = <<error type>>]
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:6:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Exponent = <<error type>>]
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Exponent = <<error type>>]
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: extension outside of file declaring struct 'Float80' prevents automatic synthesis of 'hash(into:)' for protocol 'Hashable'
extension Float80: SinLog {
^
Swift.Float80:2:23: note: type declared here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'Strideable'
extension Float80: SinLog {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'Numeric'
extension Float80: SinLog {
^
Swift.BinaryFloatingPoint:6:23: note: candidate has non-matching type '(exactly: Source)' [with Magnitude = Float80]
    @inlinable public init?<Source>(exactly value: Source) where Source : BinaryFloatingPoint
                      ^
Swift.BinaryFloatingPoint:4:23: note: candidate would match if 'Float80.RawSignificand' conformed to 'FixedWidthInteger'
    @inlinable public init?<Source>(exactly value: Source) where Source : BinaryInteger
                      ^
Swift.Duration:16:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Magnitude = Float80]
    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 = Float80]
    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 = Float80]
    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 = Float80]
    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 = Float80]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'AdditiveArithmetic'
extension Float80: SinLog {
^
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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Float80: SinLog {
^
Swift.BinaryFloatingPoint:2:20: note: protocol requires nested type 'RawSignificand'; do you want to add it?
    associatedtype RawSignificand : UnsignedInteger
                   ^
Swift.BinaryFloatingPoint:3:20: note: protocol requires nested type 'RawExponent'; do you want to add it?
    associatedtype RawExponent : UnsignedInteger
                   ^
Swift.BinaryFloatingPoint:9:16: note: protocol requires property 'exponentBitCount' with type 'Int'
    static var exponentBitCount: Int { get }
               ^
Swift.BinaryFloatingPoint:10:16: note: protocol requires property 'significandBitCount' with type 'Int'
    static var significandBitCount: Int { get }
               ^
Swift.BinaryFloatingPoint:13:9: note: protocol requires property 'binade' with type 'Float80'
    var binade: Self { get }
        ^
Swift.BinaryFloatingPoint:14:9: note: protocol requires property 'significandWidth' with type 'Int'
    var significandWidth: Int { get }
        ^
Swift.ExpressibleByFloatLiteral:2:20: note: protocol requires nested type 'FloatLiteralType'; do you want to add it?
    associatedtype FloatLiteralType : _ExpressibleByBuiltinFloatLiteral
                   ^
Swift.FloatingPoint:2:20: note: protocol requires nested type 'Exponent'; do you want to add it?
    associatedtype Exponent : SignedInteger
                   ^
Swift.FloatingPoint:9:16: note: protocol requires property 'nan' with type 'Float80'
    static var nan: Self { get }
               ^
Swift.FloatingPoint:10:16: note: protocol requires property 'signalingNaN' with type 'Float80'
    static var signalingNaN: Self { get }
               ^
Swift.FloatingPoint:11:16: note: protocol requires property 'infinity' with type 'Float80'
    static var infinity: Self { get }
               ^
Swift.FloatingPoint:12:16: note: protocol requires property 'greatestFiniteMagnitude' with type 'Float80'
    static var greatestFiniteMagnitude: Self { get }
               ^
Swift.FloatingPoint:13:16: note: protocol requires property 'pi' with type 'Float80'
    static var pi: Self { get }
               ^
Swift.FloatingPoint:14:9: note: protocol requires property 'ulp' with type 'Float80'
    var ulp: Self { get }
        ^
Swift.FloatingPoint:16:16: note: protocol requires property 'leastNormalMagnitude' with type 'Float80'
    static var leastNormalMagnitude: Self { get }
               ^
Swift.FloatingPoint:17:16: note: protocol requires property 'leastNonzeroMagnitude' with type 'Float80'
    static var leastNonzeroMagnitude: Self { get }
               ^
Swift.FloatingPoint:18:9: note: protocol requires property 'sign' with type 'FloatingPointSign'
    var sign: FloatingPointSign { get }
        ^
Swift.FloatingPoint:20:9: note: protocol requires property 'significand' with type 'Float80'
    var significand: Self { get }
        ^
Swift.FloatingPoint:27:26: note: protocol requires function '*' with type '(Float80, Float80) -> Float80'
    override static func * (lhs: Self, rhs: Self) -> Self
                         ^
Swift.FloatingPoint:29:17: note: protocol requires function '/' with type '(Float80, Float80) -> Float80'
    static func / (lhs: Self, rhs: Self) -> Self
                ^
Swift.FloatingPoint:32:19: note: protocol requires function 'formRemainder(dividingBy:)' with type '(Float80) -> ()'
    mutating func formRemainder(dividingBy other: Self)
                  ^
Swift.FloatingPoint:34:19: note: protocol requires function 'formTruncatingRemainder(dividingBy:)' with type '(Float80) -> ()'
    mutating func formTruncatingRemainder(dividingBy other: Self)
                  ^
Swift.FloatingPoint:36:19: note: protocol requires function 'formSquareRoot()' with type '() -> ()'
    mutating func formSquareRoot()
                  ^
Swift.FloatingPoint:38:19: note: protocol requires function 'addProduct' with type '(Float80, Float80) -> ()'
    mutating func addProduct(_ lhs: Self, _ rhs: Self)
                  ^
Swift.FloatingPoint:45:9: note: protocol requires property 'nextUp' with type 'Float80'
    var nextUp: Self { get }
        ^
Swift.FloatingPoint:47:10: note: protocol requires function 'isEqual(to:)' with type '(Float80) -> Bool'
    func isEqual(to other: Self) -> Bool
         ^
Swift.FloatingPoint:48:10: note: protocol requires function 'isLess(than:)' with type '(Float80) -> Bool'
    func isLess(than other: Self) -> Bool
         ^
Swift.FloatingPoint:49:10: note: protocol requires function 'isLessThanOrEqualTo' with type '(Float80) -> Bool'
    func isLessThanOrEqualTo(_ other: Self) -> Bool
         ^
Swift.FloatingPoint:51:9: note: protocol requires property 'isNormal' with type 'Bool'
    var isNormal: Bool { get }
        ^
Swift.FloatingPoint:52:9: note: protocol requires property 'isFinite' with type 'Bool'
    var isFinite: Bool { get }
        ^
Swift.FloatingPoint:53:9: note: protocol requires property 'isZero' with type 'Bool'
    var isZero: Bool { get }
        ^
Swift.FloatingPoint:54:9: note: protocol requires property 'isSubnormal' with type 'Bool'
    var isSubnormal: Bool { get }
        ^
Swift.FloatingPoint:55:9: note: protocol requires property 'isInfinite' with type 'Bool'
    var isInfinite: Bool { get }
        ^
Swift.FloatingPoint:56:9: note: protocol requires property 'isNaN' with type 'Bool'
    var isNaN: Bool { get }
        ^
Swift.FloatingPoint:57:9: note: protocol requires property 'isSignalingNaN' with type 'Bool'
    var isSignalingNaN: Bool { get }
        ^
Swift.FloatingPoint:59:9: note: protocol requires property 'isCanonical' with type 'Bool'
    var isCanonical: Bool { get }
        ^
Swift.Strideable:2:20: note: protocol requires nested type 'Stride'; do you want to add it?
    associatedtype Stride : Comparable, SignedNumeric
                   ^
Swift.Numeric:2:5: note: protocol requires initializer 'init(exactly:)' with type '(exactly: T)'
    init?<T>(exactly source: T) where T : BinaryInteger
    ^
Swift.Numeric:4:9: note: protocol requires property 'magnitude' with type 'Float80'
    var magnitude: Self.Magnitude { get }
        ^
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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
extension Float80: SinLog {
          ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:37:27: error: no exact matches in call to global function 'sin'
        return Foundation.sin(x)
                          ^
Darwin.sin:1:13: note: candidate expects value of type 'Float' for parameter #1 (got 'Float80')
public func sin(_ x: Float) -> Float
            ^
Darwin.sin:1:13: note: candidate expects value of type 'Double' for parameter #1 (got 'Float80')
public func sin(_ x: Double) -> Double
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:37:27: error: no 'sin' candidates produce the expected contextual result type 'Float80'
        return Foundation.sin(x)
                          ^
Darwin.sin:1:13: note: 'sin' produces 'Float', not the expected contextual result type 'Float80'
public func sin(_ x: Float) -> Float
            ^
Darwin.sin:1:13: note: 'sin' produces 'Double', not the expected contextual result type 'Float80'
public func sin(_ x: Double) -> Double
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:40:27: error: no exact matches in call to global function 'log'
        return Foundation.log(x)
                          ^
Darwin.log:1:13: note: candidate expects value of type 'Float' for parameter #1 (got 'Float80')
public func log(_ x: Float) -> Float
            ^
Darwin.log:1:13: note: candidate expects value of type 'Double' for parameter #1 (got 'Float80')
public func log(_ x: Double) -> Double
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:40:27: error: no 'log' candidates produce the expected contextual result type 'Float80'
        return Foundation.log(x)
                          ^
Darwin.log:1:13: note: 'log' produces 'Float', not the expected contextual result type 'Float80'
public func log(_ x: Float) -> Float
            ^
Darwin.log:1:13: note: 'log' produces 'Double', not the expected contextual result type 'Float80'
public func log(_ x: Double) -> Double
            ^
[3/3] Compiling RNGExtension RNGExtension.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:88:35: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public mutating func next(mu: Float80, sigma: Float80) -> Float80 {
                                  ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:88:51: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public mutating func next(mu: Float80, sigma: Float80) -> Float80 {
                                                  ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:88:63: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public mutating func next(mu: Float80, sigma: Float80) -> Float80 {
                                                              ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:89:16: error: instance method 'next_generic(mu:sigma:)' requires that 'Float80.RawSignificand' conform to 'FixedWidthInteger'
        return next_generic(mu: mu, sigma: sigma)
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:51:19: note: where 'T.RawSignificand' = 'Float80.RawSignificand'
    mutating func next_generic<T: SinLog>(mu: T, sigma: T) -> T
                  ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/3] Compiling RNGExtension SinLog.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:36:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func sin(_ x: Float80) -> Float80 {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:36:38: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func sin(_ x: Float80) -> Float80 {
                                     ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:39:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func log(_ x: Float80) -> Float80 {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:39:38: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func log(_ x: Float80) -> Float80 {
                                     ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'BinaryFloatingPoint'
extension Float80: SinLog {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'ExpressibleByFloatLiteral'
extension Float80: SinLog {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'FloatingPoint'
extension Float80: SinLog {
^
Swift.Duration:16:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Exponent = <<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 Exponent = <<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 Exponent = <<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 Exponent = <<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 Exponent = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.Duration:8:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Exponent = <<error type>>]
    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' [with Exponent = <<error type>>]
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:20:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Exponent = <<error type>>]
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:6:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Exponent = <<error type>>]
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Exponent = <<error type>>]
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: extension outside of file declaring struct 'Float80' prevents automatic synthesis of 'hash(into:)' for protocol 'Hashable'
extension Float80: SinLog {
^
Swift.Float80:2:23: note: type declared here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'Strideable'
extension Float80: SinLog {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'Numeric'
extension Float80: SinLog {
^
Swift.BinaryFloatingPoint:6:23: note: candidate has non-matching type '(exactly: Source)' [with Magnitude = Float80]
    @inlinable public init?<Source>(exactly value: Source) where Source : BinaryFloatingPoint
                      ^
Swift.BinaryFloatingPoint:4:23: note: candidate would match if 'Float80.RawSignificand' conformed to 'FixedWidthInteger'
    @inlinable public init?<Source>(exactly value: Source) where Source : BinaryInteger
                      ^
Swift.Duration:16:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Magnitude = Float80]
    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 = Float80]
    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 = Float80]
    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 = Float80]
    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 = Float80]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'AdditiveArithmetic'
extension Float80: SinLog {
^
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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Float80: SinLog {
^
Swift.BinaryFloatingPoint:2:20: note: protocol requires nested type 'RawSignificand'; do you want to add it?
    associatedtype RawSignificand : UnsignedInteger
                   ^
Swift.BinaryFloatingPoint:3:20: note: protocol requires nested type 'RawExponent'; do you want to add it?
    associatedtype RawExponent : UnsignedInteger
                   ^
Swift.BinaryFloatingPoint:9:16: note: protocol requires property 'exponentBitCount' with type 'Int'
    static var exponentBitCount: Int { get }
               ^
Swift.BinaryFloatingPoint:10:16: note: protocol requires property 'significandBitCount' with type 'Int'
    static var significandBitCount: Int { get }
               ^
Swift.BinaryFloatingPoint:13:9: note: protocol requires property 'binade' with type 'Float80'
    var binade: Self { get }
        ^
Swift.BinaryFloatingPoint:14:9: note: protocol requires property 'significandWidth' with type 'Int'
    var significandWidth: Int { get }
        ^
Swift.ExpressibleByFloatLiteral:2:20: note: protocol requires nested type 'FloatLiteralType'; do you want to add it?
    associatedtype FloatLiteralType : _ExpressibleByBuiltinFloatLiteral
                   ^
Swift.FloatingPoint:2:20: note: protocol requires nested type 'Exponent'; do you want to add it?
    associatedtype Exponent : SignedInteger
                   ^
Swift.FloatingPoint:9:16: note: protocol requires property 'nan' with type 'Float80'
    static var nan: Self { get }
               ^
Swift.FloatingPoint:10:16: note: protocol requires property 'signalingNaN' with type 'Float80'
    static var signalingNaN: Self { get }
               ^
Swift.FloatingPoint:11:16: note: protocol requires property 'infinity' with type 'Float80'
    static var infinity: Self { get }
               ^
Swift.FloatingPoint:12:16: note: protocol requires property 'greatestFiniteMagnitude' with type 'Float80'
    static var greatestFiniteMagnitude: Self { get }
               ^
Swift.FloatingPoint:13:16: note: protocol requires property 'pi' with type 'Float80'
    static var pi: Self { get }
               ^
Swift.FloatingPoint:14:9: note: protocol requires property 'ulp' with type 'Float80'
    var ulp: Self { get }
        ^
Swift.FloatingPoint:16:16: note: protocol requires property 'leastNormalMagnitude' with type 'Float80'
    static var leastNormalMagnitude: Self { get }
               ^
Swift.FloatingPoint:17:16: note: protocol requires property 'leastNonzeroMagnitude' with type 'Float80'
    static var leastNonzeroMagnitude: Self { get }
               ^
Swift.FloatingPoint:18:9: note: protocol requires property 'sign' with type 'FloatingPointSign'
    var sign: FloatingPointSign { get }
        ^
Swift.FloatingPoint:20:9: note: protocol requires property 'significand' with type 'Float80'
    var significand: Self { get }
        ^
Swift.FloatingPoint:27:26: note: protocol requires function '*' with type '(Float80, Float80) -> Float80'
    override static func * (lhs: Self, rhs: Self) -> Self
                         ^
Swift.FloatingPoint:29:17: note: protocol requires function '/' with type '(Float80, Float80) -> Float80'
    static func / (lhs: Self, rhs: Self) -> Self
                ^
Swift.FloatingPoint:32:19: note: protocol requires function 'formRemainder(dividingBy:)' with type '(Float80) -> ()'
    mutating func formRemainder(dividingBy other: Self)
                  ^
Swift.FloatingPoint:34:19: note: protocol requires function 'formTruncatingRemainder(dividingBy:)' with type '(Float80) -> ()'
    mutating func formTruncatingRemainder(dividingBy other: Self)
                  ^
Swift.FloatingPoint:36:19: note: protocol requires function 'formSquareRoot()' with type '() -> ()'
    mutating func formSquareRoot()
                  ^
Swift.FloatingPoint:38:19: note: protocol requires function 'addProduct' with type '(Float80, Float80) -> ()'
    mutating func addProduct(_ lhs: Self, _ rhs: Self)
                  ^
Swift.FloatingPoint:45:9: note: protocol requires property 'nextUp' with type 'Float80'
    var nextUp: Self { get }
        ^
Swift.FloatingPoint:47:10: note: protocol requires function 'isEqual(to:)' with type '(Float80) -> Bool'
    func isEqual(to other: Self) -> Bool
         ^
Swift.FloatingPoint:48:10: note: protocol requires function 'isLess(than:)' with type '(Float80) -> Bool'
    func isLess(than other: Self) -> Bool
         ^
Swift.FloatingPoint:49:10: note: protocol requires function 'isLessThanOrEqualTo' with type '(Float80) -> Bool'
    func isLessThanOrEqualTo(_ other: Self) -> Bool
         ^
Swift.FloatingPoint:51:9: note: protocol requires property 'isNormal' with type 'Bool'
    var isNormal: Bool { get }
        ^
Swift.FloatingPoint:52:9: note: protocol requires property 'isFinite' with type 'Bool'
    var isFinite: Bool { get }
        ^
Swift.FloatingPoint:53:9: note: protocol requires property 'isZero' with type 'Bool'
    var isZero: Bool { get }
        ^
Swift.FloatingPoint:54:9: note: protocol requires property 'isSubnormal' with type 'Bool'
    var isSubnormal: Bool { get }
        ^
Swift.FloatingPoint:55:9: note: protocol requires property 'isInfinite' with type 'Bool'
    var isInfinite: Bool { get }
        ^
Swift.FloatingPoint:56:9: note: protocol requires property 'isNaN' with type 'Bool'
    var isNaN: Bool { get }
        ^
Swift.FloatingPoint:57:9: note: protocol requires property 'isSignalingNaN' with type 'Bool'
    var isSignalingNaN: Bool { get }
        ^
Swift.FloatingPoint:59:9: note: protocol requires property 'isCanonical' with type 'Bool'
    var isCanonical: Bool { get }
        ^
Swift.Strideable:2:20: note: protocol requires nested type 'Stride'; do you want to add it?
    associatedtype Stride : Comparable, SignedNumeric
                   ^
Swift.Numeric:2:5: note: protocol requires initializer 'init(exactly:)' with type '(exactly: T)'
    init?<T>(exactly source: T) where T : BinaryInteger
    ^
Swift.Numeric:4:9: note: protocol requires property 'magnitude' with type 'Float80'
    var magnitude: Self.Magnitude { get }
        ^
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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
extension Float80: SinLog {
          ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:37:27: error: no exact matches in call to global function 'sin'
        return Foundation.sin(x)
                          ^
Darwin.sin:1:13: note: candidate expects value of type 'Float' for parameter #1 (got 'Float80')
public func sin(_ x: Float) -> Float
            ^
Darwin.sin:1:13: note: candidate expects value of type 'Double' for parameter #1 (got 'Float80')
public func sin(_ x: Double) -> Double
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:37:27: error: no 'sin' candidates produce the expected contextual result type 'Float80'
        return Foundation.sin(x)
                          ^
Darwin.sin:1:13: note: 'sin' produces 'Float', not the expected contextual result type 'Float80'
public func sin(_ x: Float) -> Float
            ^
Darwin.sin:1:13: note: 'sin' produces 'Double', not the expected contextual result type 'Float80'
public func sin(_ x: Double) -> Double
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:40:27: error: no exact matches in call to global function 'log'
        return Foundation.log(x)
                          ^
Darwin.log:1:13: note: candidate expects value of type 'Float' for parameter #1 (got 'Float80')
public func log(_ x: Float) -> Float
            ^
Darwin.log:1:13: note: candidate expects value of type 'Double' for parameter #1 (got 'Float80')
public func log(_ x: Double) -> Double
            ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:40:27: error: no 'log' candidates produce the expected contextual result type 'Float80'
        return Foundation.log(x)
                          ^
Darwin.log:1:13: note: 'log' produces 'Float', not the expected contextual result type 'Float80'
public func log(_ x: Float) -> Float
            ^
Darwin.log:1:13: note: 'log' produces 'Double', not the expected contextual result type 'Float80'
public func log(_ x: Double) -> Double
            ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module RNGExtension
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:88:35: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public mutating func next(mu: Float80, sigma: Float80) -> Float80 {
                                  ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:88:51: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public mutating func next(mu: Float80, sigma: Float80) -> Float80 {
                                                  ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:88:63: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public mutating func next(mu: Float80, sigma: Float80) -> Float80 {
                                                              ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:36:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func sin(_ x: Float80) -> Float80 {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:36:38: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func sin(_ x: Float80) -> Float80 {
                                     ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:39:26: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func log(_ x: Float80) -> Float80 {
                         ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:39:38: error: 'Float80' is unavailable: Float80 is not available on target platform.
    static func log(_ x: Float80) -> Float80 {
                                     ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'BinaryFloatingPoint'
extension Float80: SinLog {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'ExpressibleByFloatLiteral'
extension Float80: SinLog {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'FloatingPoint'
extension Float80: SinLog {
^
Swift.Duration:16:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Exponent = <<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 Exponent = <<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 Exponent = <<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 Exponent = <<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 Exponent = <<error type>>]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.Duration:8:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Exponent = <<error type>>]
    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' [with Exponent = <<error type>>]
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:20:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Exponent = <<error type>>]
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
Swift.SIMD:6:24: note: candidate has non-matching type '<Self> (Self.Scalar, Self) -> Self' [with Exponent = <<error type>>]
    public static func / (a: Self.Scalar, b: Self) -> Self
                       ^
Swift.SIMD:10:24: note: candidate has non-matching type '<Self> (Self, Self.Scalar) -> Self' [with Exponent = <<error type>>]
    public static func / (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: extension outside of file declaring struct 'Float80' prevents automatic synthesis of 'hash(into:)' for protocol 'Hashable'
extension Float80: SinLog {
^
Swift.Float80:2:23: note: type declared here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'Strideable'
extension Float80: SinLog {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'Numeric'
extension Float80: SinLog {
^
Swift.BinaryFloatingPoint:6:23: note: candidate has non-matching type '(exactly: Source)' [with Magnitude = Float80]
    @inlinable public init?<Source>(exactly value: Source) where Source : BinaryFloatingPoint
                      ^
Swift.BinaryFloatingPoint:4:23: note: candidate would match if 'Float80.RawSignificand' conformed to 'FixedWidthInteger'
    @inlinable public init?<Source>(exactly value: Source) where Source : BinaryInteger
                      ^
Swift.Duration:16:24: note: candidate has non-matching type '<T> (Duration, T) -> Duration' [with Magnitude = Float80]
    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 = Float80]
    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 = Float80]
    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 = Float80]
    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 = Float80]
    public static func * (a: Self, b: Self.Scalar) -> Self
                       ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'AdditiveArithmetic'
extension Float80: SinLog {
^
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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:1: error: type 'Float80' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Float80: SinLog {
^
Swift.BinaryFloatingPoint:2:20: note: protocol requires nested type 'RawSignificand'; do you want to add it?
    associatedtype RawSignificand : UnsignedInteger
                   ^
Swift.BinaryFloatingPoint:3:20: note: protocol requires nested type 'RawExponent'; do you want to add it?
    associatedtype RawExponent : UnsignedInteger
                   ^
Swift.BinaryFloatingPoint:9:16: note: protocol requires property 'exponentBitCount' with type 'Int'
    static var exponentBitCount: Int { get }
               ^
Swift.BinaryFloatingPoint:10:16: note: protocol requires property 'significandBitCount' with type 'Int'
    static var significandBitCount: Int { get }
               ^
Swift.BinaryFloatingPoint:13:9: note: protocol requires property 'binade' with type 'Float80'
    var binade: Self { get }
        ^
Swift.BinaryFloatingPoint:14:9: note: protocol requires property 'significandWidth' with type 'Int'
    var significandWidth: Int { get }
        ^
Swift.ExpressibleByFloatLiteral:2:20: note: protocol requires nested type 'FloatLiteralType'; do you want to add it?
    associatedtype FloatLiteralType : _ExpressibleByBuiltinFloatLiteral
                   ^
Swift.FloatingPoint:2:20: note: protocol requires nested type 'Exponent'; do you want to add it?
    associatedtype Exponent : SignedInteger
                   ^
Swift.FloatingPoint:9:16: note: protocol requires property 'nan' with type 'Float80'
    static var nan: Self { get }
               ^
Swift.FloatingPoint:10:16: note: protocol requires property 'signalingNaN' with type 'Float80'
    static var signalingNaN: Self { get }
               ^
Swift.FloatingPoint:11:16: note: protocol requires property 'infinity' with type 'Float80'
    static var infinity: Self { get }
               ^
Swift.FloatingPoint:12:16: note: protocol requires property 'greatestFiniteMagnitude' with type 'Float80'
    static var greatestFiniteMagnitude: Self { get }
               ^
Swift.FloatingPoint:13:16: note: protocol requires property 'pi' with type 'Float80'
    static var pi: Self { get }
               ^
Swift.FloatingPoint:14:9: note: protocol requires property 'ulp' with type 'Float80'
    var ulp: Self { get }
        ^
Swift.FloatingPoint:16:16: note: protocol requires property 'leastNormalMagnitude' with type 'Float80'
    static var leastNormalMagnitude: Self { get }
               ^
Swift.FloatingPoint:17:16: note: protocol requires property 'leastNonzeroMagnitude' with type 'Float80'
    static var leastNonzeroMagnitude: Self { get }
               ^
Swift.FloatingPoint:18:9: note: protocol requires property 'sign' with type 'FloatingPointSign'
    var sign: FloatingPointSign { get }
        ^
Swift.FloatingPoint:20:9: note: protocol requires property 'significand' with type 'Float80'
    var significand: Self { get }
        ^
Swift.FloatingPoint:27:26: note: protocol requires function '*' with type '(Float80, Float80) -> Float80'
    override static func * (lhs: Self, rhs: Self) -> Self
                         ^
Swift.FloatingPoint:29:17: note: protocol requires function '/' with type '(Float80, Float80) -> Float80'
    static func / (lhs: Self, rhs: Self) -> Self
                ^
Swift.FloatingPoint:32:19: note: protocol requires function 'formRemainder(dividingBy:)' with type '(Float80) -> ()'
    mutating func formRemainder(dividingBy other: Self)
                  ^
Swift.FloatingPoint:34:19: note: protocol requires function 'formTruncatingRemainder(dividingBy:)' with type '(Float80) -> ()'
    mutating func formTruncatingRemainder(dividingBy other: Self)
                  ^
Swift.FloatingPoint:36:19: note: protocol requires function 'formSquareRoot()' with type '() -> ()'
    mutating func formSquareRoot()
                  ^
Swift.FloatingPoint:38:19: note: protocol requires function 'addProduct' with type '(Float80, Float80) -> ()'
    mutating func addProduct(_ lhs: Self, _ rhs: Self)
                  ^
Swift.FloatingPoint:45:9: note: protocol requires property 'nextUp' with type 'Float80'
    var nextUp: Self { get }
        ^
Swift.FloatingPoint:47:10: note: protocol requires function 'isEqual(to:)' with type '(Float80) -> Bool'
    func isEqual(to other: Self) -> Bool
         ^
Swift.FloatingPoint:48:10: note: protocol requires function 'isLess(than:)' with type '(Float80) -> Bool'
    func isLess(than other: Self) -> Bool
         ^
Swift.FloatingPoint:49:10: note: protocol requires function 'isLessThanOrEqualTo' with type '(Float80) -> Bool'
    func isLessThanOrEqualTo(_ other: Self) -> Bool
         ^
Swift.FloatingPoint:51:9: note: protocol requires property 'isNormal' with type 'Bool'
    var isNormal: Bool { get }
        ^
Swift.FloatingPoint:52:9: note: protocol requires property 'isFinite' with type 'Bool'
    var isFinite: Bool { get }
        ^
Swift.FloatingPoint:53:9: note: protocol requires property 'isZero' with type 'Bool'
    var isZero: Bool { get }
        ^
Swift.FloatingPoint:54:9: note: protocol requires property 'isSubnormal' with type 'Bool'
    var isSubnormal: Bool { get }
        ^
Swift.FloatingPoint:55:9: note: protocol requires property 'isInfinite' with type 'Bool'
    var isInfinite: Bool { get }
        ^
Swift.FloatingPoint:56:9: note: protocol requires property 'isNaN' with type 'Bool'
    var isNaN: Bool { get }
        ^
Swift.FloatingPoint:57:9: note: protocol requires property 'isSignalingNaN' with type 'Bool'
    var isSignalingNaN: Bool { get }
        ^
Swift.FloatingPoint:59:9: note: protocol requires property 'isCanonical' with type 'Bool'
    var isCanonical: Bool { get }
        ^
Swift.Strideable:2:20: note: protocol requires nested type 'Stride'; do you want to add it?
    associatedtype Stride : Comparable, SignedNumeric
                   ^
Swift.Numeric:2:5: note: protocol requires initializer 'init(exactly:)' with type '(exactly: T)'
    init?<T>(exactly source: T) where T : BinaryInteger
    ^
Swift.Numeric:4:9: note: protocol requires property 'magnitude' with type 'Float80'
    var magnitude: Self.Magnitude { get }
        ^
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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/SinLog.swift:35:11: error: 'Float80' is unavailable: Float80 is not available on target platform.
extension Float80: SinLog {
          ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
[3/3] Compiling RNGExtension RNGExtension.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:88:35: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public mutating func next(mu: Float80, sigma: Float80) -> Float80 {
                                  ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:88:51: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public mutating func next(mu: Float80, sigma: Float80) -> Float80 {
                                                  ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:88:63: error: 'Float80' is unavailable: Float80 is not available on target platform.
    public mutating func next(mu: Float80, sigma: Float80) -> Float80 {
                                                              ^~~~~~~
Swift.Float80:2:23: note: 'Float80' has been explicitly marked unavailable here
@frozen public struct Float80 {
                      ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:89:16: error: instance method 'next_generic(mu:sigma:)' requires that 'Float80.RawSignificand' conform to 'FixedWidthInteger'
        return next_generic(mu: mu, sigma: sigma)
               ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RNGExtension/RNGExtension.swift:51:19: note: where 'T.RawSignificand' = 'Float80.RawSignificand'
    mutating func next_generic<T: SinLog>(mu: T, sigma: T) -> T
                  ^
error: fatalError
BUILD FAILURE 5.9 macosSpm