The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build RNGExtension with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/t-ae/rng-extension.git
Reference: 1.1.0-alpha.6
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/t-ae/rng-extension
 * tag               1.1.0-alpha.6 -> FETCH_HEAD
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 1.1.0-alpha.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/t-ae/rng-extension.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/5] Compiling RNGExtension SinLog.swift
/Users/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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'; add nested type 'RawSignificand' for conformance
    associatedtype RawSignificand : UnsignedInteger
                   ^
Swift.BinaryFloatingPoint:3:20: note: protocol requires nested type 'RawExponent'; add nested type 'RawExponent' for conformance
    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'; add nested type 'FloatLiteralType' for conformance
    associatedtype FloatLiteralType : _ExpressibleByBuiltinFloatLiteral
                   ^
Swift.FloatingPoint:2:20: note: protocol requires nested type 'Exponent'; add nested type 'Exponent' for conformance
    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'; add nested type 'Stride' for conformance
    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'; add nested type 'IntegerLiteralType' for conformance
    associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral
                   ^
/Users/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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)
[4/5] Emitting module RNGExtension
/Users/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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'; add nested type 'RawSignificand' for conformance
    associatedtype RawSignificand : UnsignedInteger
                   ^
Swift.BinaryFloatingPoint:3:20: note: protocol requires nested type 'RawExponent'; add nested type 'RawExponent' for conformance
    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'; add nested type 'FloatLiteralType' for conformance
    associatedtype FloatLiteralType : _ExpressibleByBuiltinFloatLiteral
                   ^
Swift.FloatingPoint:2:20: note: protocol requires nested type 'Exponent'; add nested type 'Exponent' for conformance
    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'; add nested type 'Stride' for conformance
    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'; add nested type 'IntegerLiteralType' for conformance
    associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral
                   ^
/Users/builder/builds/UKfvDsi8u/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 {
                      ^
[5/5] Compiling RNGExtension RNGExtension.swift
/Users/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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...
[0/1] Write swift-version--423B1241ED78D482.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/4] Emitting module RNGExtension
/Users/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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'; add nested type 'RawSignificand' for conformance
    associatedtype RawSignificand : UnsignedInteger
                   ^
Swift.BinaryFloatingPoint:3:20: note: protocol requires nested type 'RawExponent'; add nested type 'RawExponent' for conformance
    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'; add nested type 'FloatLiteralType' for conformance
    associatedtype FloatLiteralType : _ExpressibleByBuiltinFloatLiteral
                   ^
Swift.FloatingPoint:2:20: note: protocol requires nested type 'Exponent'; add nested type 'Exponent' for conformance
    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'; add nested type 'Stride' for conformance
    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'; add nested type 'IntegerLiteralType' for conformance
    associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral
                   ^
/Users/builder/builds/UKfvDsi8u/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/4] Compiling RNGExtension SinLog.swift
/Users/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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'; add nested type 'RawSignificand' for conformance
    associatedtype RawSignificand : UnsignedInteger
                   ^
Swift.BinaryFloatingPoint:3:20: note: protocol requires nested type 'RawExponent'; add nested type 'RawExponent' for conformance
    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'; add nested type 'FloatLiteralType' for conformance
    associatedtype FloatLiteralType : _ExpressibleByBuiltinFloatLiteral
                   ^
Swift.FloatingPoint:2:20: note: protocol requires nested type 'Exponent'; add nested type 'Exponent' for conformance
    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'; add nested type 'Stride' for conformance
    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'; add nested type 'IntegerLiteralType' for conformance
    associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral
                   ^
/Users/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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
            ^
[4/4] Compiling RNGExtension RNGExtension.swift
/Users/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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/builder/builds/UKfvDsi8u/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.10 macosSpm