The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NumericAnnex with Swift 5.8 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xwu/NumericAnnex.git
Reference: 0.1.19
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/xwu/NumericAnnex
 * tag               0.1.19     -> FETCH_HEAD
HEAD is now at 241ef9f Update README.md, podspec, and CHANGELOG.md
Cloned https://github.com/xwu/NumericAnnex.git into spi-builder-workspace
241ef9fd836b879e31a81bb863c1f0be5899bae4
SUCCESS checkout https://github.com/xwu/NumericAnnex.git at 0.1.19
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.3.0.app" xcrun swift build --arch arm64
Building for debugging...
[1/12] Compiling NumericAnnex RoundingRule.swift
[2/12] Compiling NumericAnnex Random.Xoroshiro.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
[3/12] Compiling NumericAnnex Random.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
[4/13] Compiling NumericAnnex Sign.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/13] Compiling NumericAnnex Complex.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:54:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:497:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Complex' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[6/13] Compiling NumericAnnex ExponentiationOperators.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:54:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:497:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Complex' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[7/13] Compiling NumericAnnex Rational.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:70:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:537:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Rational' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[8/13] Compiling NumericAnnex Real.swift
[9/13] Compiling NumericAnnex Hash.swift
[10/13] Compiling NumericAnnex IntegerAlgorithms.swift
[11/13] Emitting module NumericAnnex
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:54:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:497:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Complex' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:70:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:537:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Rational' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[12/13] Compiling NumericAnnex Math.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:89:51: error: type 'Self.Element' has no member 'max'
  public static var max: Element { return Element.max }
                                          ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:93:51: error: type 'Self.Element' has no member 'min'
  public static var min: Element { return Element.min }
                                          ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:98:31: error: binary operator '-' cannot be applied to two '(Self) -> ((Self.Element, Self.Element) throws -> Bool) throws -> Self.Element?' operands
    let difference = Self.max - Self.min
                     ~~~~~~~~ ^ ~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:99:32: error: type 'Self.Element' has no member 'max'
    guard difference < Element.max else { return Element.bitWidth }
                       ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:99:58: error: type 'Self.Element' has no member 'bitWidth'
    guard difference < Element.max else { return Element.bitWidth }
                                                 ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:100:20: error: type 'Self.Element' has no member 'bitWidth'
    return Element.bitWidth - (difference + 1).leadingZeroBitCount - 1
           ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:162:30: error: type 'Self.Element' has no member 'bitWidth'
    if T.bitWidth == Element.bitWidth &&
                     ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:163:33: error: type 'Self.Element' has no member 'bitWidth'
      randomBitWidth == Element.bitWidth &&
                        ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:167:14: error: no exact matches in call to initializer 
      return T(truncatingIfNeeded: next)
             ^
Swift.BinaryInteger:6:5: note: candidate requires that 'Self.Element' conform to 'BinaryInteger' (requirement specified as 'T' : 'BinaryInteger')
    init<T>(truncatingIfNeeded source: T) where T : BinaryInteger
    ^
Swift.FixedWidthInteger:6:23: note: candidate requires that 'Self.Element' conform to 'BinaryInteger' (requirement specified as 'T' : 'BinaryInteger')
    @inlinable public init<T>(truncatingIfNeeded source: T) where T : BinaryInteger
                      ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:172:24: error: type 'Self.Element' has no member 'max'
    let max = (Element.max &>> (Element.bitWidth - randomBitWidth)) + Self.min
               ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:172:41: error: type 'Self.Element' has no member 'bitWidth'
    let max = (Element.max &>> (Element.bitWidth - randomBitWidth)) + Self.min
                                ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:176:42: error: binary operator '<=' cannot be applied to operands of type 'Self.Element' and '()'
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                      ~~ ^  ~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:176:42: note: overloads for '<=' exist with these partially matching parameter lists: ((), ()), (Int, Int), (Int16, Int16), (Int32, Int32), (Int64, Int64), (Int8, Int8), (UInt, UInt), (UInt16, UInt16), (UInt32, UInt32), (UInt64, UInt64), (UInt8, UInt8)
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                         ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:181:42: error: binary operator '<=' cannot be applied to operands of type 'Self.Element' and '()'
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                      ~~ ^  ~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:181:42: note: overloads for '<=' exist with these partially matching parameter lists: ((), ()), (Int, Int), (Int16, Int16), (Int32, Int32), (Int64, Int64), (Int8, Int8), (UInt, UInt), (UInt16, UInt16), (UInt32, UInt32), (UInt64, UInt64), (UInt8, UInt8)
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                         ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:182:26: error: type 'Self.Element' has no member 'max'
      let mask = Element.max &>> (Element.bitWidth - remainder)
                 ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:182:43: error: type 'Self.Element' has no member 'bitWidth'
      let mask = Element.max &>> (Element.bitWidth - remainder)
                                  ~~~~~~~ ^~~~~~~~
[13/13] Compiling NumericAnnex PRNG.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:89:51: error: type 'Self.Element' has no member 'max'
  public static var max: Element { return Element.max }
                                          ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:93:51: error: type 'Self.Element' has no member 'min'
  public static var min: Element { return Element.min }
                                          ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:98:31: error: binary operator '-' cannot be applied to two '(Self) -> ((Self.Element, Self.Element) throws -> Bool) throws -> Self.Element?' operands
    let difference = Self.max - Self.min
                     ~~~~~~~~ ^ ~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:99:32: error: type 'Self.Element' has no member 'max'
    guard difference < Element.max else { return Element.bitWidth }
                       ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:99:58: error: type 'Self.Element' has no member 'bitWidth'
    guard difference < Element.max else { return Element.bitWidth }
                                                 ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:100:20: error: type 'Self.Element' has no member 'bitWidth'
    return Element.bitWidth - (difference + 1).leadingZeroBitCount - 1
           ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:162:30: error: type 'Self.Element' has no member 'bitWidth'
    if T.bitWidth == Element.bitWidth &&
                     ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:163:33: error: type 'Self.Element' has no member 'bitWidth'
      randomBitWidth == Element.bitWidth &&
                        ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:167:14: error: no exact matches in call to initializer 
      return T(truncatingIfNeeded: next)
             ^
Swift.BinaryInteger:6:5: note: candidate requires that 'Self.Element' conform to 'BinaryInteger' (requirement specified as 'T' : 'BinaryInteger')
    init<T>(truncatingIfNeeded source: T) where T : BinaryInteger
    ^
Swift.FixedWidthInteger:6:23: note: candidate requires that 'Self.Element' conform to 'BinaryInteger' (requirement specified as 'T' : 'BinaryInteger')
    @inlinable public init<T>(truncatingIfNeeded source: T) where T : BinaryInteger
                      ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:172:24: error: type 'Self.Element' has no member 'max'
    let max = (Element.max &>> (Element.bitWidth - randomBitWidth)) + Self.min
               ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:172:41: error: type 'Self.Element' has no member 'bitWidth'
    let max = (Element.max &>> (Element.bitWidth - randomBitWidth)) + Self.min
                                ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:176:42: error: binary operator '<=' cannot be applied to operands of type 'Self.Element' and '()'
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                      ~~ ^  ~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:176:42: note: overloads for '<=' exist with these partially matching parameter lists: ((), ()), (Int, Int), (Int16, Int16), (Int32, Int32), (Int64, Int64), (Int8, Int8), (UInt, UInt), (UInt16, UInt16), (UInt32, UInt32), (UInt64, UInt64), (UInt8, UInt8)
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                         ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:181:42: error: binary operator '<=' cannot be applied to operands of type 'Self.Element' and '()'
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                      ~~ ^  ~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:181:42: note: overloads for '<=' exist with these partially matching parameter lists: ((), ()), (Int, Int), (Int16, Int16), (Int32, Int32), (Int64, Int64), (Int8, Int8), (UInt, UInt), (UInt16, UInt16), (UInt32, UInt32), (UInt64, UInt64), (UInt8, UInt8)
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                         ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:182:26: error: type 'Self.Element' has no member 'max'
      let mask = Element.max &>> (Element.bitWidth - remainder)
                 ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:182:43: error: type 'Self.Element' has no member 'bitWidth'
      let mask = Element.max &>> (Element.bitWidth - remainder)
                                  ~~~~~~~ ^~~~~~~~
ShellOut encountered an error
Status code: 1
Message: ""
Output: "Building for debugging...
[1/12] Compiling NumericAnnex RoundingRule.swift
[2/12] Compiling NumericAnnex Random.Xoroshiro.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
[3/12] Compiling NumericAnnex Random.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
[4/13] Compiling NumericAnnex Sign.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/13] Compiling NumericAnnex Complex.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:54:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:497:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Complex' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[6/13] Compiling NumericAnnex ExponentiationOperators.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:54:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:497:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Complex' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[7/13] Compiling NumericAnnex Rational.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:70:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:537:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Rational' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[8/13] Compiling NumericAnnex Real.swift
[9/13] Compiling NumericAnnex Hash.swift
[10/13] Compiling NumericAnnex IntegerAlgorithms.swift
[11/13] Emitting module NumericAnnex
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:54:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:497:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Complex' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:70:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:537:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Rational' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[12/13] Compiling NumericAnnex Math.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:89:51: error: type 'Self.Element' has no member 'max'
  public static var max: Element { return Element.max }
                                          ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:93:51: error: type 'Self.Element' has no member 'min'
  public static var min: Element { return Element.min }
                                          ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:98:31: error: binary operator '-' cannot be applied to two '(Self) -> ((Self.Element, Self.Element) throws -> Bool) throws -> Self.Element?' operands
    let difference = Self.max - Self.min
                     ~~~~~~~~ ^ ~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:99:32: error: type 'Self.Element' has no member 'max'
    guard difference < Element.max else { return Element.bitWidth }
                       ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:99:58: error: type 'Self.Element' has no member 'bitWidth'
    guard difference < Element.max else { return Element.bitWidth }
                                                 ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:100:20: error: type 'Self.Element' has no member 'bitWidth'
    return Element.bitWidth - (difference + 1).leadingZeroBitCount - 1
           ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:162:30: error: type 'Self.Element' has no member 'bitWidth'
    if T.bitWidth == Element.bitWidth &&
                     ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:163:33: error: type 'Self.Element' has no member 'bitWidth'
      randomBitWidth == Element.bitWidth &&
                        ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:167:14: error: no exact matches in call to initializer 
      return T(truncatingIfNeeded: next)
             ^
Swift.BinaryInteger:6:5: note: candidate requires that 'Self.Element' conform to 'BinaryInteger' (requirement specified as 'T' : 'BinaryInteger')
    init<T>(truncatingIfNeeded source: T) where T : BinaryInteger
    ^
Swift.FixedWidthInteger:6:23: note: candidate requires that 'Self.Element' conform to 'BinaryInteger' (requirement specified as 'T' : 'BinaryInteger')
    @inlinable public init<T>(truncatingIfNeeded source: T) where T : BinaryInteger
                      ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:172:24: error: type 'Self.Element' has no member 'max'
    let max = (Element.max &>> (Element.bitWidth - randomBitWidth)) + Self.min
               ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:172:41: error: type 'Self.Element' has no member 'bitWidth'
    let max = (Element.max &>> (Element.bitWidth - randomBitWidth)) + Self.min
                                ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:176:42: error: binary operator '<=' cannot be applied to operands of type 'Self.Element' and '()'
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                      ~~ ^  ~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:176:42: note: overloads for '<=' exist with these partially matching parameter lists: ((), ()), (Int, Int), (Int16, Int16), (Int32, Int32), (Int64, Int64), (Int8, Int8), (UInt, UInt), (UInt16, UInt16), (UInt32, UInt32), (UInt64, UInt64), (UInt8, UInt8)
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                         ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:181:42: error: binary operator '<=' cannot be applied to operands of type 'Self.Element' and '()'
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                      ~~ ^  ~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:181:42: note: overloads for '<=' exist with these partially matching parameter lists: ((), ()), (Int, Int), (Int16, Int16), (Int32, Int32), (Int64, Int64), (Int8, Int8), (UInt, UInt), (UInt16, UInt16), (UInt32, UInt32), (UInt64, UInt64), (UInt8, UInt8)
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                         ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:182:26: error: type 'Self.Element' has no member 'max'
      let mask = Element.max &>> (Element.bitWidth - remainder)
                 ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:182:43: error: type 'Self.Element' has no member 'bitWidth'
      let mask = Element.max &>> (Element.bitWidth - remainder)
                                  ~~~~~~~ ^~~~~~~~
[13/13] Compiling NumericAnnex PRNG.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:89:51: error: type 'Self.Element' has no member 'max'
  public static var max: Element { return Element.max }
                                          ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:93:51: error: type 'Self.Element' has no member 'min'
  public static var min: Element { return Element.min }
                                          ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:98:31: error: binary operator '-' cannot be applied to two '(Self) -> ((Self.Element, Self.Element) throws -> Bool) throws -> Self.Element?' operands
    let difference = Self.max - Self.min
                     ~~~~~~~~ ^ ~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:99:32: error: type 'Self.Element' has no member 'max'
    guard difference < Element.max else { return Element.bitWidth }
                       ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:99:58: error: type 'Self.Element' has no member 'bitWidth'
    guard difference < Element.max else { return Element.bitWidth }
                                                 ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:100:20: error: type 'Self.Element' has no member 'bitWidth'
    return Element.bitWidth - (difference + 1).leadingZeroBitCount - 1
           ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:162:30: error: type 'Self.Element' has no member 'bitWidth'
    if T.bitWidth == Element.bitWidth &&
                     ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:163:33: error: type 'Self.Element' has no member 'bitWidth'
      randomBitWidth == Element.bitWidth &&
                        ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:167:14: error: no exact matches in call to initializer 
      return T(truncatingIfNeeded: next)
             ^
Swift.BinaryInteger:6:5: note: candidate requires that 'Self.Element' conform to 'BinaryInteger' (requirement specified as 'T' : 'BinaryInteger')
    init<T>(truncatingIfNeeded source: T) where T : BinaryInteger
    ^
Swift.FixedWidthInteger:6:23: note: candidate requires that 'Self.Element' conform to 'BinaryInteger' (requirement specified as 'T' : 'BinaryInteger')
    @inlinable public init<T>(truncatingIfNeeded source: T) where T : BinaryInteger
                      ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:172:24: error: type 'Self.Element' has no member 'max'
    let max = (Element.max &>> (Element.bitWidth - randomBitWidth)) + Self.min
               ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:172:41: error: type 'Self.Element' has no member 'bitWidth'
    let max = (Element.max &>> (Element.bitWidth - randomBitWidth)) + Self.min
                                ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:176:42: error: binary operator '<=' cannot be applied to operands of type 'Self.Element' and '()'
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                      ~~ ^  ~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:176:42: note: overloads for '<=' exist with these partially matching parameter lists: ((), ()), (Int, Int), (Int16, Int16), (Int32, Int32), (Int64, Int64), (Int8, Int8), (UInt, UInt), (UInt16, UInt16), (UInt32, UInt32), (UInt64, UInt64), (UInt8, UInt8)
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                         ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:181:42: error: binary operator '<=' cannot be applied to operands of type 'Self.Element' and '()'
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                      ~~ ^  ~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:181:42: note: overloads for '<=' exist with these partially matching parameter lists: ((), ()), (Int, Int), (Int16, Int16), (Int32, Int32), (Int64, Int64), (Int8, Int8), (UInt, UInt), (UInt16, UInt16), (UInt32, UInt32), (UInt64, UInt64), (UInt8, UInt8)
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                         ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:182:26: error: type 'Self.Element' has no member 'max'
      let mask = Element.max &>> (Element.bitWidth - remainder)
                 ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:182:43: error: type 'Self.Element' has no member 'bitWidth'
      let mask = Element.max &>> (Element.bitWidth - remainder)
                                  ~~~~~~~ ^~~~~~~~"
Retrying in 0.0 seconds ...
Building ... (attempt 2)
[0/1] Planning build
Building for debugging...
[1/5] Compiling NumericAnnex Math.swift
[2/5] Compiling NumericAnnex Random.Xoroshiro.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
[3/5] Compiling NumericAnnex Random.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
[4/5] Compiling NumericAnnex PRNG.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:89:51: error: type 'Self.Element' has no member 'max'
  public static var max: Element { return Element.max }
                                          ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:93:51: error: type 'Self.Element' has no member 'min'
  public static var min: Element { return Element.min }
                                          ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:98:31: error: binary operator '-' cannot be applied to two '(Self) -> ((Self.Element, Self.Element) throws -> Bool) throws -> Self.Element?' operands
    let difference = Self.max - Self.min
                     ~~~~~~~~ ^ ~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:99:32: error: type 'Self.Element' has no member 'max'
    guard difference < Element.max else { return Element.bitWidth }
                       ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:99:58: error: type 'Self.Element' has no member 'bitWidth'
    guard difference < Element.max else { return Element.bitWidth }
                                                 ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:100:20: error: type 'Self.Element' has no member 'bitWidth'
    return Element.bitWidth - (difference + 1).leadingZeroBitCount - 1
           ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:162:30: error: type 'Self.Element' has no member 'bitWidth'
    if T.bitWidth == Element.bitWidth &&
                     ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:163:33: error: type 'Self.Element' has no member 'bitWidth'
      randomBitWidth == Element.bitWidth &&
                        ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:167:14: error: no exact matches in call to initializer 
      return T(truncatingIfNeeded: next)
             ^
Swift.BinaryInteger:6:5: note: candidate requires that 'Self.Element' conform to 'BinaryInteger' (requirement specified as 'T' : 'BinaryInteger')
    init<T>(truncatingIfNeeded source: T) where T : BinaryInteger
    ^
Swift.FixedWidthInteger:6:23: note: candidate requires that 'Self.Element' conform to 'BinaryInteger' (requirement specified as 'T' : 'BinaryInteger')
    @inlinable public init<T>(truncatingIfNeeded source: T) where T : BinaryInteger
                      ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:172:24: error: type 'Self.Element' has no member 'max'
    let max = (Element.max &>> (Element.bitWidth - randomBitWidth)) + Self.min
               ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:172:41: error: type 'Self.Element' has no member 'bitWidth'
    let max = (Element.max &>> (Element.bitWidth - randomBitWidth)) + Self.min
                                ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:176:42: error: binary operator '<=' cannot be applied to operands of type 'Self.Element' and '()'
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                      ~~ ^  ~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:176:42: note: overloads for '<=' exist with these partially matching parameter lists: ((), ()), (Int, Int), (Int16, Int16), (Int32, Int32), (Int64, Int64), (Int8, Int8), (UInt, UInt), (UInt16, UInt16), (UInt32, UInt32), (UInt64, UInt64), (UInt8, UInt8)
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                         ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:181:42: error: binary operator '<=' cannot be applied to operands of type 'Self.Element' and '()'
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                      ~~ ^  ~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:181:42: note: overloads for '<=' exist with these partially matching parameter lists: ((), ()), (Int, Int), (Int16, Int16), (Int32, Int32), (Int64, Int64), (Int8, Int8), (UInt, UInt), (UInt16, UInt16), (UInt32, UInt32), (UInt64, UInt64), (UInt8, UInt8)
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                         ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:182:26: error: type 'Self.Element' has no member 'max'
      let mask = Element.max &>> (Element.bitWidth - remainder)
                 ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:182:43: error: type 'Self.Element' has no member 'bitWidth'
      let mask = Element.max &>> (Element.bitWidth - remainder)
                                  ~~~~~~~ ^~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/10] Emitting module NumericAnnex
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:54:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:497:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Complex' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:70:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:537:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Rational' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[6/10] Compiling NumericAnnex Rational.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:70:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:537:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Rational' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[7/10] Compiling NumericAnnex Real.swift
[8/10] Compiling NumericAnnex Complex.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:54:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:497:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Complex' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[9/10] Compiling NumericAnnex ExponentiationOperators.swift
[10/10] Compiling NumericAnnex IntegerAlgorithms.swift
ShellOut encountered an error
Status code: 1
Message: ""
Output: "[0/1] Planning build
Building for debugging...
[1/5] Compiling NumericAnnex Math.swift
[2/5] Compiling NumericAnnex Random.Xoroshiro.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
[3/5] Compiling NumericAnnex Random.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
[4/5] Compiling NumericAnnex PRNG.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:89:51: error: type 'Self.Element' has no member 'max'
  public static var max: Element { return Element.max }
                                          ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:93:51: error: type 'Self.Element' has no member 'min'
  public static var min: Element { return Element.min }
                                          ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:98:31: error: binary operator '-' cannot be applied to two '(Self) -> ((Self.Element, Self.Element) throws -> Bool) throws -> Self.Element?' operands
    let difference = Self.max - Self.min
                     ~~~~~~~~ ^ ~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:99:32: error: type 'Self.Element' has no member 'max'
    guard difference < Element.max else { return Element.bitWidth }
                       ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:99:58: error: type 'Self.Element' has no member 'bitWidth'
    guard difference < Element.max else { return Element.bitWidth }
                                                 ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:100:20: error: type 'Self.Element' has no member 'bitWidth'
    return Element.bitWidth - (difference + 1).leadingZeroBitCount - 1
           ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:162:30: error: type 'Self.Element' has no member 'bitWidth'
    if T.bitWidth == Element.bitWidth &&
                     ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:163:33: error: type 'Self.Element' has no member 'bitWidth'
      randomBitWidth == Element.bitWidth &&
                        ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:167:14: error: no exact matches in call to initializer 
      return T(truncatingIfNeeded: next)
             ^
Swift.BinaryInteger:6:5: note: candidate requires that 'Self.Element' conform to 'BinaryInteger' (requirement specified as 'T' : 'BinaryInteger')
    init<T>(truncatingIfNeeded source: T) where T : BinaryInteger
    ^
Swift.FixedWidthInteger:6:23: note: candidate requires that 'Self.Element' conform to 'BinaryInteger' (requirement specified as 'T' : 'BinaryInteger')
    @inlinable public init<T>(truncatingIfNeeded source: T) where T : BinaryInteger
                      ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:172:24: error: type 'Self.Element' has no member 'max'
    let max = (Element.max &>> (Element.bitWidth - randomBitWidth)) + Self.min
               ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:172:41: error: type 'Self.Element' has no member 'bitWidth'
    let max = (Element.max &>> (Element.bitWidth - randomBitWidth)) + Self.min
                                ~~~~~~~ ^~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:176:42: error: binary operator '<=' cannot be applied to operands of type 'Self.Element' and '()'
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                      ~~ ^  ~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:176:42: note: overloads for '<=' exist with these partially matching parameter lists: ((), ()), (Int, Int), (Int16, Int16), (Int32, Int32), (Int64, Int64), (Int8, Int8), (UInt, UInt), (UInt16, UInt16), (UInt32, UInt32), (UInt64, UInt64), (UInt8, UInt8)
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                         ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:181:42: error: binary operator '<=' cannot be applied to operands of type 'Self.Element' and '()'
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                      ~~ ^  ~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:181:42: note: overloads for '<=' exist with these partially matching parameter lists: ((), ()), (Int, Int), (Int16, Int16), (Int32, Int32), (Int64, Int64), (Int8, Int8), (UInt, UInt), (UInt16, UInt16), (UInt32, UInt32), (UInt64, UInt64), (UInt8, UInt8)
      guard let next = first(where: { $0 <= max }) else { fatalError() }
                                         ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:182:26: error: type 'Self.Element' has no member 'max'
      let mask = Element.max &>> (Element.bitWidth - remainder)
                 ~~~~~~~ ^~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:182:43: error: type 'Self.Element' has no member 'bitWidth'
      let mask = Element.max &>> (Element.bitWidth - remainder)
                                  ~~~~~~~ ^~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/10] Emitting module NumericAnnex
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:54:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:497:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Complex' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:55:3: error: cannot find type 'SubSequence' in scope
  SubSequence : Sequence,
  ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PRNG.swift:56:14: error: cannot find type 'SubSequence' in scope
  Element == SubSequence.Element {
             ^~~~~~~~~~~
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:70:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:537:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Rational' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[6/10] Compiling NumericAnnex Rational.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:70:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Rational.swift:537:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Rational' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[7/10] Compiling NumericAnnex Real.swift
[8/10] Compiling NumericAnnex Complex.swift
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:54:1: warning: '@frozen' attribute is now used for fixed-layout structs
@_fixed_layout
^~~~~~~~~~~~~~
@frozen
/Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Complex.swift:497:14: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Complex' to 'Hashable' by implementing 'hash(into:)' instead
  public var hashValue: Int {
             ^
[9/10] Compiling NumericAnnex ExponentiationOperators.swift
[10/10] Compiling NumericAnnex IntegerAlgorithms.swift"
BUILD FAILURE 5.8 macosSpm

Build Machine: Mac 5