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, reference main (46af54), with Swift 5.9 for Linux on 4 Nov 2024 11:34:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/oscbyspro/Ultimathnum.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/oscbyspro/Ultimathnum
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 46af546 Skip rework of TripleInt tests (#124).
Cloned https://github.com/oscbyspro/Ultimathnum.git
Revision (git rev-parse @):
46af546157938b46c60b3c09418076d79a1bb3fe
SUCCESS checkout https://github.com/oscbyspro/Ultimathnum.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/oscbyspro/Ultimathnum.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/121] Compiling CoreKit BitCountable.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[2/121] Compiling CoreKit BitOperable+Bitwise.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[3/121] Compiling CoreKit BitOperable.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[4/121] Compiling CoreKit Contiguous+Mutable.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[5/121] Compiling CoreKit Contiguous.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[6/121] Compiling CoreKit Guarantee+Validation.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[7/121] Compiling CoreKit Guarantee.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[8/121] Compiling CoreKit Interoperable+Yield.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[9/121] Compiling CoreKit Interoperable.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[10/121] Compiling CoreKit Bezout.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[11/121] Compiling CoreKit Bit+Bitwise.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[12/121] Compiling CoreKit Bit+Comparison.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[13/121] Compiling CoreKit Bit.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[14/121] Compiling CoreKit CoreInt+Addition.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[15/121] Compiling CoreKit CoreInt+Bitwise.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[16/121] Compiling CoreKit CoreInt+Comparison.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[17/121] Compiling CoreKit CoreInt+Count.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:83:11: error: 'lhs' consumed more than once
        _ lhs: consuming Finite<T>,
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:87:29: note: consumed here
        let lhsIsNegative = lhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:91:17: note: consumed again here
            lhs.magnitude(),
                ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:84:11: error: 'rhs' consumed more than once
        _ rhs: consuming Finite<T>
          ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:88:29: note: consumed here
        let rhsIsNegative = rhs.value.isNegative
                            ^
/host/spi-builder-workspace/Sources/CoreKit/Models/Bezout.swift:92:17: note: consumed again here
            rhs.magnitude()
                ^
[18/138] Compiling CoreKit BinaryInteger+Addition.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[19/138] Compiling CoreKit BinaryInteger+Arbitrary.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[20/138] Compiling CoreKit BinaryInteger+Bitwise.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[21/138] Compiling CoreKit BinaryInteger+Clamping.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[22/138] Compiling CoreKit BinaryInteger+Comparison.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[23/138] Compiling CoreKit BinaryInteger+Complement.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[24/138] Compiling CoreKit BinaryInteger+Core.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[25/138] Compiling CoreKit BinaryInteger+Count.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[26/138] Compiling CoreKit BinaryInteger+Division.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[27/138] Compiling CoreKit BinaryInteger+Edgy.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[28/138] Compiling CoreKit BinaryInteger+Elements.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[29/138] Compiling CoreKit BinaryInteger+Exponentiation.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[30/138] Compiling CoreKit BinaryInteger+Factorial.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[31/138] Compiling CoreKit BinaryInteger+Factorization.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[32/138] Compiling CoreKit BinaryInteger+Finite.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[33/138] Compiling CoreKit BinaryInteger+Floats.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[34/138] Compiling CoreKit BinaryInteger+Geometry.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[35/138] Compiling CoreKit BinaryInteger+Integers.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[36/138] Compiling CoreKit BinaryInteger+Literals.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[37/138] Compiling CoreKit BinaryInteger+Loading.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[38/138] Compiling CoreKit BinaryInteger+Logarithm.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[39/138] Compiling CoreKit BinaryInteger+Metadata.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[40/138] Compiling CoreKit BinaryInteger+Multiplication.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[41/138] Compiling CoreKit BinaryInteger+Random.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[42/138] Compiling CoreKit BinaryInteger+Shift.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[43/138] Compiling CoreKit BinaryInteger+Signed.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[44/138] Compiling CoreKit BinaryInteger+Stride.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[45/138] Compiling CoreKit BinaryInteger+Systems.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[46/138] Compiling CoreKit BinaryInteger+Text.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[47/138] Compiling CoreKit BinaryInteger+Unsigned.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[48/138] Compiling CoreKit BinaryInteger+Values.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[49/138] Compiling CoreKit BinaryInteger.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[50/138] Compiling CoreKit BitCastable+Cast.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[51/138] Compiling CoreKit BitCastable.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[52/138] Compiling CoreKit BitCountable+Count.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[53/138] Compiling CoreKit DataInt+Partition.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[54/138] Compiling CoreKit DataInt+Reinterpretation.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[55/138] Compiling CoreKit DataInt+Shift.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[56/138] Compiling CoreKit DataInt.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[57/138] Compiling CoreKit Divider+Division.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[58/138] Compiling CoreKit Divider.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[59/138] Compiling CoreKit Division+Rounding.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[60/138] Compiling CoreKit Division+Validation.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[61/138] Compiling CoreKit Division.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[62/138] Compiling CoreKit Doublet+Bitwise.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[63/138] Compiling CoreKit Doublet+Comparison.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[64/138] Compiling CoreKit Doublet+Shift.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[65/138] Compiling CoreKit Doublet.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[66/138] Compiling CoreKit Fallible+Comparison.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[67/138] Compiling CoreKit Fallible+Map.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[68/138] Compiling CoreKit Fallible+Sink.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[69/138] Compiling CoreKit Fallible+Text.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[70/138] Compiling CoreKit Fallible+Validation.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[71/138] Compiling CoreKit Fallible+Veto.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[72/138] Compiling CoreKit Fallible.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[73/138] Compiling CoreKit Finite.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[74/138] Compiling CoreKit Natural.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[75/138] Compiling CoreKit Nonzero.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[76/138] Compiling CoreKit Shift.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[77/138] Compiling CoreKit LiteralInt+Comparison.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[78/138] Compiling CoreKit LiteralInt+Count.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[79/138] Compiling CoreKit LiteralInt+Elements.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[80/138] Compiling CoreKit LiteralInt+Text.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[81/138] Compiling CoreKit LiteralInt.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[82/138] Compiling CoreKit Order.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[83/138] Compiling CoreKit Sign+Bitwise.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[84/138] Compiling CoreKit Sign+Text.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[85/138] Compiling CoreKit Sign.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[86/138] Compiling CoreKit Signedness.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[87/138] Compiling CoreKit Signum+Addition.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[88/138] Compiling CoreKit Signum+Comparison.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[89/138] Compiling CoreKit Signum.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[90/138] Compiling CoreKit TextInt+Decoding.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[91/138] Compiling CoreKit TextInt+Encoding.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[92/138] Compiling CoreKit TextInt+Error.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[93/138] Compiling CoreKit TextInt+Exponentiation.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[94/138] Compiling CoreKit TextInt+Format.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[95/138] Compiling CoreKit TextInt+Letters.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[96/138] Compiling CoreKit TextInt+Numerals.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[97/138] Compiling CoreKit TextInt.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[98/138] Compiling CoreKit Triplet+Bitwise.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[99/138] Compiling CoreKit Triplet+Comparison.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[100/138] Compiling CoreKit Triplet.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[101/138] Compiling CoreKit Build.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[102/138] Compiling CoreKit Namespace+Comparison.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
[103/138] Compiling CoreKit Namespace+Elements.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[104/138] Emitting module CoreKit
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace+Comparison.swift:17:41: error: protocol 'Comparator' cannot be nested inside another declaration
    @usableFromInline internal protocol Comparator {
                                        ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[105/138] Compiling CoreKit CoreInt+Division.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[106/138] Compiling CoreKit CoreInt+Elements.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[107/138] Compiling CoreKit CoreInt+Loading.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[108/138] Compiling CoreKit CoreInt+Multiplication.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[109/138] Compiling CoreKit CoreInt+Shift.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[110/138] Compiling CoreKit CoreInt.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[111/138] Compiling CoreKit Count+Comparison.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[112/138] Compiling CoreKit Count+Integers.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[113/138] Compiling CoreKit Count+Text.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[114/138] Compiling CoreKit Count.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[115/138] Compiling CoreKit DataInt+Addition.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[116/138] Compiling CoreKit DataInt+Bitwise.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[117/138] Compiling CoreKit DataInt+Comparison.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[118/138] Compiling CoreKit DataInt+Count.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[119/138] Compiling CoreKit DataInt+Division.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[120/138] Compiling CoreKit DataInt+Elements.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[121/138] Compiling CoreKit DataInt+Multiplication.swift
/host/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:79:72: error: reference to invalid associated type 'BitPattern' of type 'Fallible<Value>'
    @inlinable public consuming func load(as type: BitPattern.Type) -> BitPattern {
                                                                       ^
[122/138] Compiling CoreKit Namespace+Stdlib.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[123/138] Compiling CoreKit Namespace.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[124/138] Compiling CoreKit Randomness+Full.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[125/138] Compiling CoreKit Randomness+Range.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[126/138] Compiling CoreKit Randomness.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[127/138] Compiling CoreKit Recoverable+Veto.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[128/138] Compiling CoreKit Recoverable.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[129/138] Compiling CoreKit Swift+Array.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[130/138] Compiling CoreKit Swift+ArraySlice.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[131/138] Compiling CoreKit Swift+BinaryInteger.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[132/138] Compiling CoreKit Swift+Bool.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[133/138] Compiling CoreKit Swift+ContiguousArray.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[134/138] Compiling CoreKit Swift+FloatingPointSign.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[135/138] Compiling CoreKit Swift+Int.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[136/138] Compiling CoreKit Swift+Optional.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[137/138] Compiling CoreKit Swift+String.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/spi-builder-workspace/Sources/CoreKit/BitCastable.swift:31:1: note: where 'Self' = 'Sign', 'Self.BitPattern' = 'Bool'
extension BitCastable where BitPattern == Self {
^
[138/138] Compiling CoreKit Swift+UInt.swift
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:26:21: error: protocol 'Foo' cannot be nested inside another declaration
    public protocol Foo { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Project/Namespace.swift:34:21: error: protocol 'Bar' cannot be nested inside another declaration
    public protocol Bar { }
                    ^
/host/spi-builder-workspace/Sources/CoreKit/Stdlib/Swift+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)
                      ^
/host/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 linux