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 Ultimathnum with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.41.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/oscbyspro/Ultimathnum.git
Reference: 0.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/oscbyspro/Ultimathnum
 * tag               0.5.1      -> FETCH_HEAD
HEAD is now at d1a340c Some init(clamping:) infinity fixes (#21).
Cloned https://github.com/oscbyspro/Ultimathnum.git
Revision (git rev-parse @):
d1a340c9b6fb6f6dec91570a9f9fe90d4058669e
SUCCESS checkout https://github.com/oscbyspro/Ultimathnum.git at 0.5.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/oscbyspro/Ultimathnum.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/92] Compiling CoreKit BitOperable+Bitwise.swift
[2/92] Compiling CoreKit BitOperable.swift
[3/92] Compiling CoreKit Configuration.swift
[4/92] Compiling CoreKit Endianness+Comparison.swift
[5/92] Compiling CoreKit Endianness.swift
[6/92] Compiling CoreKit Ascending.swift
[7/92] Compiling CoreKit Descending.swift
[8/92] Compiling CoreKit Signed.swift
[9/92] Compiling CoreKit Unsigned.swift
[10/92] Compiling CoreKit Bit+Bitwise.swift
[11/102] Compiling CoreKit BinaryInteger+Signed.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[12/102] Compiling CoreKit BinaryInteger+Stride.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[13/102] Compiling CoreKit BinaryInteger+Systems.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[14/102] Compiling CoreKit BinaryInteger+Text.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[15/102] Compiling CoreKit BinaryInteger+Unsigned.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[16/102] Compiling CoreKit BinaryInteger+Validation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[17/102] Compiling CoreKit BinaryInteger+Values.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[18/102] Compiling CoreKit BinaryInteger.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[19/102] Compiling CoreKit BitCastable+BitCast.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[20/102] Compiling CoreKit BitCastable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[21/102] Compiling CoreKit TextInt+Encoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[22/102] Compiling CoreKit TextInt+Exponentiation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[23/102] Compiling CoreKit TextInt+Failure.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[24/102] Compiling CoreKit TextInt+Format.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[25/102] Compiling CoreKit TextInt+Letters.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[26/102] Compiling CoreKit TextInt+Numerals.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[27/102] Compiling CoreKit TextInt.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[28/102] Compiling CoreKit Triplet+Bitwise.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[29/102] Compiling CoreKit Triplet+Comparison.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[30/102] Compiling CoreKit Triplet.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[31/102] Compiling CoreKit BinaryInteger+Addition.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:77:38: error: 'self' consumed more than once
    @inlinable public consuming func magnitude() -> Magnitude {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:24: note: consumed here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:62: note: consumed again here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                                                             ^
[32/102] Compiling CoreKit BinaryInteger+Bitwise.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:77:38: error: 'self' consumed more than once
    @inlinable public consuming func magnitude() -> Magnitude {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:24: note: consumed here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:62: note: consumed again here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                                                             ^
[33/102] Compiling CoreKit BinaryInteger+Comparison.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:77:38: error: 'self' consumed more than once
    @inlinable public consuming func magnitude() -> Magnitude {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:24: note: consumed here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:62: note: consumed again here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                                                             ^
[34/102] Compiling CoreKit BinaryInteger+Count.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:77:38: error: 'self' consumed more than once
    @inlinable public consuming func magnitude() -> Magnitude {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:24: note: consumed here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:62: note: consumed again here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                                                             ^
[35/102] Compiling CoreKit BinaryInteger+Division.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:77:38: error: 'self' consumed more than once
    @inlinable public consuming func magnitude() -> Magnitude {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:24: note: consumed here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:62: note: consumed again here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                                                             ^
[36/102] Compiling CoreKit BinaryInteger+Edgy.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:77:38: error: 'self' consumed more than once
    @inlinable public consuming func magnitude() -> Magnitude {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:24: note: consumed here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:62: note: consumed again here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                                                             ^
[37/102] Compiling CoreKit BinaryInteger+Elements.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:77:38: error: 'self' consumed more than once
    @inlinable public consuming func magnitude() -> Magnitude {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:24: note: consumed here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:62: note: consumed again here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                                                             ^
[38/102] Compiling CoreKit BinaryInteger+Factorization.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:77:38: error: 'self' consumed more than once
    @inlinable public consuming func magnitude() -> Magnitude {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:24: note: consumed here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:62: note: consumed again here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                                                             ^
[39/102] Compiling CoreKit BinaryInteger+Finite.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:77:38: error: 'self' consumed more than once
    @inlinable public consuming func magnitude() -> Magnitude {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:24: note: consumed here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:62: note: consumed again here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                                                             ^
[40/102] Compiling CoreKit BinaryInteger+Multiplication.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:77:38: error: 'self' consumed more than once
    @inlinable public consuming func magnitude() -> Magnitude {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:24: note: consumed here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:62: note: consumed again here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                                                             ^
[41/102] Compiling CoreKit BinaryInteger+Shift.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:77:38: error: 'self' consumed more than once
    @inlinable public consuming func magnitude() -> Magnitude {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:24: note: consumed here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BinaryInteger+Bitwise.swift:78:62: note: consumed again here
        Magnitude(raw: self.isNegative ? self.complement() : self)
                                                             ^
[42/102] Compiling CoreKit RootInt+Comparison.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[43/102] Compiling CoreKit RootInt+Count.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[44/102] Compiling CoreKit RootInt.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[45/102] Compiling CoreKit Rootlnt+Elements.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[46/102] Compiling CoreKit Sign+Bitwise.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[47/102] Compiling CoreKit Sign.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[48/102] Compiling CoreKit Signum+Comparison.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[49/102] Compiling CoreKit Signum+Subtraction.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[50/102] Compiling CoreKit Signum.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[51/102] Compiling CoreKit TextInt+Decoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[52/102] Compiling CoreKit Fallible+Division.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[53/102] Compiling CoreKit Fallible+Map.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[54/102] Compiling CoreKit Fallible+Multiplication.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[55/102] Compiling CoreKit Fallible+Rounding.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[56/102] Compiling CoreKit Fallible+Validation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[57/102] Compiling CoreKit Fallible.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[58/102] Compiling CoreKit Divisor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[59/102] Compiling CoreKit Finite.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[60/102] Compiling CoreKit Natural.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[61/102] Compiling CoreKit Shift.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[62/102] Compiling CoreKit DataInt+Upsize.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[63/102] Compiling CoreKit DataInt.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[64/102] Compiling CoreKit Division+Rounding.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[65/102] Compiling CoreKit Division.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[66/102] Compiling CoreKit Doublet+Bitwise.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[67/102] Compiling CoreKit Doublet+Comparison.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[68/102] Compiling CoreKit Doublet+Shift.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[69/102] Compiling CoreKit Doublet.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[70/102] Compiling CoreKit Fallible+Addition.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[71/102] Compiling CoreKit Fallible+Comparison.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[72/102] Compiling CoreKit Bit+Comparison.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Sign.swift:47:72: error: reference to invalid associated type 'BitPattern' of type 'Sign'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[73/102] Compiling CoreKit Bit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Sign.swift:47:72: error: reference to invalid associated type 'BitPattern' of type 'Sign'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[74/102] Compiling CoreKit CoreInt+Addition.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Sign.swift:47:72: error: reference to invalid associated type 'BitPattern' of type 'Sign'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[75/102] Compiling CoreKit CoreInt+Bitwise.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Sign.swift:47:72: error: reference to invalid associated type 'BitPattern' of type 'Sign'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[76/102] Compiling CoreKit CoreInt+Comparison.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Sign.swift:47:72: error: reference to invalid associated type 'BitPattern' of type 'Sign'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[77/102] Compiling CoreKit CoreInt+Count.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Sign.swift:47:72: error: reference to invalid associated type 'BitPattern' of type 'Sign'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[78/102] Compiling CoreKit CoreInt+Division.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Sign.swift:47:72: error: reference to invalid associated type 'BitPattern' of type 'Sign'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[79/102] Compiling CoreKit CoreInt+Elements.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Sign.swift:47:72: error: reference to invalid associated type 'BitPattern' of type 'Sign'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[80/102] Compiling CoreKit CoreInt+Multiplication.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Sign.swift:47:72: error: reference to invalid associated type 'BitPattern' of type 'Sign'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[81/102] Compiling CoreKit CoreInt+Shift.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Sign.swift:47:72: error: reference to invalid associated type 'BitPattern' of type 'Sign'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[82/102] Emitting module CoreKit
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Stdlib/Bool.swift:27:23: error: referencing instance method 'load(as:)' on 'BitCastable' requires the types 'Sign' and 'Bool' be equivalent
        self = source.load(as: Self.self)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[83/102] Compiling CoreKit CoreInt.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[84/102] Compiling CoreKit DataInt+Addition.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[85/102] Compiling CoreKit DataInt+Bitwise.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[86/102] Compiling CoreKit DataInt+Comparison.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[87/102] Compiling CoreKit DataInt+Count.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[88/102] Compiling CoreKit DataInt+Division.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[89/102] Compiling CoreKit DataInt+Elements.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[90/102] Compiling CoreKit DataInt+Multiplication.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[91/102] Compiling CoreKit DataInt+Partition.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[92/102] Compiling CoreKit DataInt+Shift.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[93/102] Compiling CoreKit Recoverable+Validation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Stdlib/Bool.swift:27:23: error: referencing instance method 'load(as:)' on 'BitCastable' requires the types 'Sign' and 'Bool' be equivalent
        self = source.load(as: Self.self)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[94/102] Compiling CoreKit Recoverable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Stdlib/Bool.swift:27:23: error: referencing instance method 'load(as:)' on 'BitCastable' requires the types 'Sign' and 'Bool' be equivalent
        self = source.load(as: Self.self)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[95/102] Compiling CoreKit Signedness+Comparison.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Stdlib/Bool.swift:27:23: error: referencing instance method 'load(as:)' on 'BitCastable' requires the types 'Sign' and 'Bool' be equivalent
        self = source.load(as: Self.self)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[96/102] Compiling CoreKit Signedness.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Stdlib/Bool.swift:27:23: error: referencing instance method 'load(as:)' on 'BitCastable' requires the types 'Sign' and 'Bool' be equivalent
        self = source.load(as: Self.self)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[97/102] Compiling CoreKit Bool.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Stdlib/Bool.swift:27:23: error: referencing instance method 'load(as:)' on 'BitCastable' requires the types 'Sign' and 'Bool' be equivalent
        self = source.load(as: Self.self)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[98/102] Compiling CoreKit FloatingPointSign.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Stdlib/Bool.swift:27:23: error: referencing instance method 'load(as:)' on 'BitCastable' requires the types 'Sign' and 'Bool' be equivalent
        self = source.load(as: Self.self)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[99/102] Compiling CoreKit Int.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Stdlib/Bool.swift:27:23: error: referencing instance method 'load(as:)' on 'BitCastable' requires the types 'Sign' and 'Bool' be equivalent
        self = source.load(as: Self.self)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[100/102] Compiling CoreKit Optional.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Stdlib/Bool.swift:27:23: error: referencing instance method 'load(as:)' on 'BitCastable' requires the types 'Sign' and 'Bool' be equivalent
        self = source.load(as: Self.self)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[101/102] Compiling CoreKit String.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Stdlib/Bool.swift:27:23: error: referencing instance method 'load(as:)' on 'BitCastable' requires the types 'Sign' and 'Bool' be equivalent
        self = source.load(as: Self.self)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[102/102] Compiling CoreKit UInt.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:156:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Stdlib/Bool.swift:27:23: error: referencing instance method 'load(as:)' on 'BitCastable' requires the types 'Sign' and 'Bool' be equivalent
        self = source.load(as: Self.self)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
error: fatalError
BUILD FAILURE 5.9 macosSpm