The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Ultimathnum, reference 0.12.0 (adf481), with Swift 6.0 for Linux on 5 Dec 2024 09:30:57 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/oscbyspro/Ultimathnum.git
Reference: 0.12.0
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
 * tag               0.12.0     -> FETCH_HEAD
HEAD is now at adf481b The grateful guest README.md section.
Cloned https://github.com/oscbyspro/Ultimathnum.git
Revision (git rev-parse @):
adf481bf96905a94aebb041bdb94d636b8db3b58
SUCCESS checkout https://github.com/oscbyspro/Ultimathnum.git at 0.12.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/oscbyspro/Ultimathnum.git
https://github.com/oscbyspro/Ultimathnum.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ultimathnum",
  "name" : "Ultimathnum",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreIop",
      "targets" : [
        "CoreIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CoreKit",
      "targets" : [
        "CoreKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DoubleIntIop",
      "targets" : [
        "DoubleIntIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DoubleIntKit",
      "targets" : [
        "DoubleIntKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FibonacciKit",
      "targets" : [
        "FibonacciKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InfiniIntIop",
      "targets" : [
        "InfiniIntIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InfiniIntKit",
      "targets" : [
        "InfiniIntKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RandomIntIop",
      "targets" : [
        "RandomIntIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RandomIntKit",
      "targets" : [
        "RandomIntKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Ultimathiop",
      "targets" : [
        "Ultimathiop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Ultimathnum",
      "targets" : [
        "Ultimathnum"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UltimathnumTests",
      "module_type" : "SwiftTarget",
      "name" : "UltimathnumTests",
      "path" : "Tests/UltimathnumTests",
      "sources" : [
        "BinaryInteger+Addition.swift",
        "BinaryInteger+Bitwise.swift",
        "BinaryInteger+Clamping.swift",
        "BinaryInteger+Comparison.swift",
        "BinaryInteger+Complement.swift",
        "BinaryInteger+Count.swift",
        "BinaryInteger+Division.swift.swift",
        "BinaryInteger+Elements.swift",
        "BinaryInteger+Exponentiation.swift",
        "BinaryInteger+Factorial.swift",
        "BinaryInteger+Factorization.swift",
        "BinaryInteger+Fibonacci.swift",
        "BinaryInteger+Floats.swift",
        "BinaryInteger+Geometry.swift",
        "BinaryInteger+Integers.swift",
        "BinaryInteger+Literals.swift",
        "BinaryInteger+Loading.swift",
        "BinaryInteger+Logarithm.swift",
        "BinaryInteger+Metadata.swift",
        "BinaryInteger+Multiplication.swift",
        "BinaryInteger+Random.swift",
        "BinaryInteger+Shift.swift",
        "BinaryInteger+Stdlib.swift",
        "BinaryInteger+Stride.swift",
        "BinaryInteger+Text.swift",
        "BinaryInteger+Values.swift",
        "Count+Comparison.swift",
        "Count+Integers.swift",
        "Count+Text.swift",
        "Count.swift",
        "Divider+Division.swift",
        "Divider+Documentation.swift",
        "Divider+Validation.swift",
        "Divider.swift",
        "Doublet.swift",
        "Guarantees/Finite.swift",
        "Guarantees/Natural.swift",
        "Guarantees/Nonzero.swift",
        "Guarantees/Shift.swift",
        "Randomness.swift",
        "TextInt+Decoding.swift",
        "TextInt+Encoding.swift",
        "TextInt+Exponentiation.swift",
        "TextInt+Letters.swift",
        "TextInt+Numerals.swift",
        "TextInt+Pyramids.swift",
        "TextInt+Samples.swift",
        "TextInt.swift",
        "Triplet.swift",
        "Utilities/Globals.swift",
        "Utilities/Utilities+Integers.swift",
        "Utilities/Utilities+Text.swift"
      ],
      "target_dependencies" : [
        "TestKit",
        "Ultimathnum"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ultimathnum",
      "module_type" : "SwiftTarget",
      "name" : "Ultimathnum",
      "path" : "Sources/Ultimathnum",
      "product_memberships" : [
        "Ultimathnum"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "CoreKit",
        "DoubleIntKit",
        "FibonacciKit",
        "InfiniIntKit",
        "RandomIntKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UltimathiopTests",
      "module_type" : "SwiftTarget",
      "name" : "UltimathiopTests",
      "path" : "Tests/UltimathiopTests",
      "sources" : [
        "BinaryInteger+Addition.swift",
        "BinaryInteger+Bitwise.swift",
        "BinaryInteger+Comparison.swift",
        "BinaryInteger+Complement.swift",
        "BinaryInteger+Count.swift",
        "BinaryInteger+Division.swift",
        "BinaryInteger+Floats.swift",
        "BinaryInteger+Integers.swift",
        "BinaryInteger+Literals.swift",
        "BinaryInteger+Multiplication.swift",
        "BinaryInteger+Shifts.swift",
        "BinaryInteger+Stride.swift",
        "BinaryInteger+Text.swift",
        "BinaryInteger+Words.swift",
        "BinaryInteger.swift",
        "Utilities/Globals.swift"
      ],
      "target_dependencies" : [
        "TestKit",
        "Ultimathiop"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ultimathiop",
      "module_type" : "SwiftTarget",
      "name" : "Ultimathiop",
      "path" : "Sources/Ultimathiop",
      "product_memberships" : [
        "Ultimathiop"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "CoreIop",
        "DoubleIntIop",
        "FibonacciKit",
        "InfiniIntIop",
        "RandomIntIop"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestKit",
      "module_type" : "SwiftTarget",
      "name" : "TestKit",
      "path" : "Sources/TestKit",
      "sources" : [
        "Aliases.swift",
        "BlackHole.swift",
        "Expect+Comparison.swift",
        "Expect+Guarantee.swift",
        "Expect+Text.swift",
        "Global+Data.swift",
        "Global+Info.swift",
        "Global+Randomness.swift",
        "Global+Types.swift",
        "Maybe/Swift+Optional.swift",
        "Maybe/TextInt+Text.swift",
        "Models/Bad.swift",
        "Models/DXL.swift",
        "Models/Domain.swift",
        "Models/Tag.swift",
        "Project/Exports.swift",
        "Protocols/SwiftIEEE754.swift",
        "Utilities+Bit.swift",
        "Utilities+Bitwise.swift",
        "Utilities+Bool.swift",
        "Utilities+Collection.swift",
        "Utilities+Comparison.swift",
        "Utilities+Conditional.swift",
        "Utilities+Contiguous.swift",
        "Utilities+Doublet.swift",
        "Utilities+Expect.swift",
        "Utilities+Integers.swift",
        "Utilities+Literals.swift",
        "Utilities+Pointers.swift",
        "Utilities+Randomness.swift",
        "Utilities+Reduce.swift",
        "Utilities+Shift.swift",
        "Utilities+Sign.swift",
        "Utilities+Signedness.swift",
        "Utilities+Signum.swift",
        "Utilities+Text.swift"
      ],
      "target_dependencies" : [
        "CoreKit",
        "RandomIntIop"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RandomIntKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RandomIntKitTests",
      "path" : "Tests/RandomIntKitTests",
      "sources" : [
        "FuzzerInt.swift",
        "RandomInt.swift"
      ],
      "target_dependencies" : [
        "RandomIntKit",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RandomIntKit",
      "module_type" : "SwiftTarget",
      "name" : "RandomIntKit",
      "path" : "Sources/RandomIntKit",
      "product_memberships" : [
        "RandomIntIop",
        "RandomIntKit",
        "Ultimathiop",
        "Ultimathnum"
      ],
      "sources" : [
        "FuzzerInt.swift",
        "RandomInt.swift"
      ],
      "target_dependencies" : [
        "CoreKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RandomIntIopTests",
      "module_type" : "SwiftTarget",
      "name" : "RandomIntIopTests",
      "path" : "Tests/RandomIntIopTests",
      "sources" : [
        "FuzerInt.swift",
        "RandomInt.swift"
      ],
      "target_dependencies" : [
        "RandomIntIop",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RandomIntIop",
      "module_type" : "SwiftTarget",
      "name" : "RandomIntIop",
      "path" : "Sources/RandomIntIop",
      "product_memberships" : [
        "RandomIntIop",
        "Ultimathiop"
      ],
      "sources" : [
        "FuzzerInt.swift",
        "RandomInt.swift"
      ],
      "target_dependencies" : [
        "CoreIop",
        "RandomIntKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InfiniIntKitTests",
      "module_type" : "SwiftTarget",
      "name" : "InfiniIntKitTests",
      "path" : "Tests/InfiniIntKitTests",
      "sources" : [
        "InfiniInt.swift"
      ],
      "target_dependencies" : [
        "InfiniIntKit",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InfiniIntKit",
      "module_type" : "SwiftTarget",
      "name" : "InfiniIntKit",
      "path" : "Sources/InfiniIntKit",
      "product_memberships" : [
        "InfiniIntIop",
        "InfiniIntKit",
        "Ultimathiop",
        "Ultimathnum"
      ],
      "sources" : [
        "InfiniInt+Addition.swift",
        "InfiniInt+Bitwise.swift",
        "InfiniInt+Comparison.swift",
        "InfiniInt+Count.swift",
        "InfiniInt+Division.swift",
        "InfiniInt+Elements.swift",
        "InfiniInt+Loading.swift",
        "InfiniInt+Multiplication.swift",
        "InfiniInt+Shift.swift",
        "InfiniInt.swift",
        "Storage+Elements.swift",
        "Storage+Normalization.swift",
        "Storage+Shift.swift",
        "Storage+Size.swift",
        "Storage.swift"
      ],
      "target_dependencies" : [
        "CoreKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InfiniIntIopTests",
      "module_type" : "SwiftTarget",
      "name" : "InfiniIntIopTests",
      "path" : "Tests/InfiniIntIopTests",
      "sources" : [
        "InfiniInt.swift"
      ],
      "target_dependencies" : [
        "InfiniIntIop",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InfiniIntIop",
      "module_type" : "SwiftTarget",
      "name" : "InfiniIntIop",
      "path" : "Sources/InfiniIntIop",
      "product_memberships" : [
        "InfiniIntIop",
        "Ultimathiop"
      ],
      "sources" : [
        "InfiniInt+Addition.swift",
        "InfiniInt+Bitwise.swift",
        "InfiniInt+Comparison.swift",
        "InfiniInt+Complement.swift",
        "InfiniInt+Count.swift",
        "InfiniInt+Division.swift",
        "InfiniInt+Floats.swift",
        "InfiniInt+Integers.swift",
        "InfiniInt+Multiplication.swift",
        "InfiniInt+Shift.swift",
        "InfiniInt+Stride.swift",
        "InfiniInt+Text.swift",
        "InfiniInt+Words.swift",
        "InfiniInt.swift"
      ],
      "target_dependencies" : [
        "CoreIop",
        "InfiniIntKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FibonacciKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FibonacciKitTests",
      "path" : "Tests/FibonacciKitTests",
      "sources" : [
        "Fibonacci+Invariants.swift",
        "Fibonacci+Small.swift",
        "Fibonacci+Stride.swift",
        "Fibonacci.swift",
        "Indexacci+Text.swift",
        "Indexacci.swift",
        "Tupleacci+Text.swift",
        "Tupleacci.swift"
      ],
      "target_dependencies" : [
        "DoubleIntKit",
        "FibonacciKit",
        "InfiniIntKit",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FibonacciKit",
      "module_type" : "SwiftTarget",
      "name" : "FibonacciKit",
      "path" : "Sources/FibonacciKit",
      "product_memberships" : [
        "FibonacciKit",
        "Ultimathiop",
        "Ultimathnum"
      ],
      "sources" : [
        "Fibonacci+Fast.swift",
        "Fibonacci+Stride.swift",
        "Fibonacci+Text.swift",
        "Fibonacci+Toggle.swift",
        "Fibonacci.swift",
        "Indexacci+Stride.swift",
        "Indexacci+Text.swift",
        "Indexacci.swift",
        "Tupleacci+Stride.swift",
        "Tupleacci+Text.swift",
        "Tupleacci.swift"
      ],
      "target_dependencies" : [
        "CoreKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DoubleIntKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DoubleIntKitTests",
      "path" : "Tests/DoubleIntKitTests",
      "sources" : [
        "DoubleInt+Addition.swift",
        "DoubleInt+Multiplication.swift",
        "DoubleInt.swift",
        "TripleInt+Addition.swift",
        "TripleInt+Bitwise.swift",
        "TripleInt+Comparison.swift",
        "TripleInt+Division.swift",
        "TripleInt.swift"
      ],
      "target_dependencies" : [
        "DoubleIntKit",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DoubleIntKit",
      "module_type" : "SwiftTarget",
      "name" : "DoubleIntKit",
      "path" : "Sources/DoubleIntKit",
      "product_memberships" : [
        "DoubleIntIop",
        "DoubleIntKit",
        "Ultimathiop",
        "Ultimathnum"
      ],
      "sources" : [
        "DoubleInt+Addition.swift",
        "DoubleInt+Bitwise.swift",
        "DoubleInt+Comparison.swift",
        "DoubleInt+Count.swift",
        "DoubleInt+Division.swift",
        "DoubleInt+Elements.swift",
        "DoubleInt+Loading.swift",
        "DoubleInt+Multiplication.swift",
        "DoubleInt+Shift.swift",
        "DoubleInt.swift",
        "TripleInt+Addition.swift",
        "TripleInt+Bitwise.swift",
        "TripleInt+Comparison.swift",
        "TripleInt+Division.swift",
        "TripleInt+Subtraction.swift",
        "TripleInt.swift"
      ],
      "target_dependencies" : [
        "CoreKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DoubleIntIopTests",
      "module_type" : "SwiftTarget",
      "name" : "DoubleIntIopTests",
      "path" : "Tests/DoubleIntIopTests",
      "sources" : [
        "DoubleInt.swift"
      ],
      "target_dependencies" : [
        "DoubleIntIop",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DoubleIntIop",
      "module_type" : "SwiftTarget",
      "name" : "DoubleIntIop",
      "path" : "Sources/DoubleIntIop",
      "product_memberships" : [
        "DoubleIntIop",
        "Ultimathiop"
      ],
      "sources" : [
        "DoubleInt+Addition.swift",
        "DoubleInt+Bitwise.swift",
        "DoubleInt+Comparison.swift",
        "DoubleInt+Complement.swift",
        "DoubleInt+Count.swift",
        "DoubleInt+Division.swift",
        "DoubleInt+Floats.swift",
        "DoubleInt+Integers.swift",
        "DoubleInt+Multiplication.swift",
        "DoubleInt+Shift.swift",
        "DoubleInt+Stride.swift",
        "DoubleInt+Text.swift",
        "DoubleInt+Words.swift",
        "DoubleInt.swift"
      ],
      "target_dependencies" : [
        "CoreIop",
        "DoubleIntKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreKitTests",
      "path" : "Tests/CoreKitTests",
      "sources" : [
        "Bit+Bitwise.swift",
        "Bit+Comparison.swift",
        "Bit+Text.swift",
        "Bit.swift",
        "DataInteger+Addition.swift",
        "DataInteger+Comparison.swift",
        "DataInteger+Count.swift",
        "DataInteger+Division.swift",
        "DataInteger+Elements.swift",
        "DataInteger+Metadata.swift",
        "DataInteger+Multiplication.swift",
        "DataInteger+Partition.swift",
        "DataInteger+Reinterpretation.swift",
        "DataInteger+Shift.swift",
        "Division+Rounding.swift",
        "Division+Validation.swift.swift",
        "Division.swift",
        "Fallible+Comparison.swift",
        "Fallible+Setup.swift",
        "Fallible+Sink.swift",
        "Fallible+Text.swift",
        "Fallible+Validation.swift",
        "Fallible+Veto.swift",
        "Fallible.swift",
        "LiteralInt+Comparison.swift",
        "LiteralInt+Count.swift",
        "LiteralInt+Elements.swift",
        "LiteralInt+Text.swift",
        "LiteralInt.swift",
        "Order+Comparison.swift",
        "Order.swift",
        "Sign+Bitwise.swift",
        "Sign+Comparison.swift",
        "Sign+Text.swift",
        "Sign.swift",
        "Signedness+Comparison.swift",
        "Signedness.swift",
        "Signum+Addition.swift",
        "Signum+Comparison.swift",
        "Signum.swift",
        "Stdlib/Swift+BinaryInteger.swift",
        "Stdlib/Swift+Optional.swift"
      ],
      "target_dependencies" : [
        "CoreKit",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreKit",
      "module_type" : "SwiftTarget",
      "name" : "CoreKit",
      "path" : "Sources/CoreKit",
      "product_memberships" : [
        "CoreIop",
        "CoreKit",
        "DoubleIntIop",
        "DoubleIntKit",
        "FibonacciKit",
        "InfiniIntIop",
        "InfiniIntKit",
        "RandomIntIop",
        "RandomIntKit",
        "Ultimathiop",
        "Ultimathnum"
      ],
      "sources" : [
        "BinaryInteger+Addition.swift",
        "BinaryInteger+Arbitrary.swift",
        "BinaryInteger+Bitwise.swift",
        "BinaryInteger+Clamping.swift",
        "BinaryInteger+Comparison.swift",
        "BinaryInteger+Complement.swift",
        "BinaryInteger+Core.swift",
        "BinaryInteger+Count.swift",
        "BinaryInteger+Division.swift",
        "BinaryInteger+Edgy.swift",
        "BinaryInteger+Elements.swift",
        "BinaryInteger+Exponentiation.swift",
        "BinaryInteger+Factorial.swift",
        "BinaryInteger+Factorization.swift",
        "BinaryInteger+Finite.swift",
        "BinaryInteger+Floats.swift",
        "BinaryInteger+Geometry.swift",
        "BinaryInteger+Integers.swift",
        "BinaryInteger+Literals.swift",
        "BinaryInteger+Loading.swift",
        "BinaryInteger+Logarithm.swift",
        "BinaryInteger+Metadata.swift",
        "BinaryInteger+Multiplication.swift",
        "BinaryInteger+Random.swift",
        "BinaryInteger+Shift.swift",
        "BinaryInteger+Signed.swift",
        "BinaryInteger+Stride.swift",
        "BinaryInteger+Systems.swift",
        "BinaryInteger+Text.swift",
        "BinaryInteger+Unsigned.swift",
        "BinaryInteger+Values.swift",
        "BinaryInteger.swift",
        "BitCastable+Cast.swift",
        "BitCastable+Self.swift",
        "BitCastable.swift",
        "BitCountable+Count.swift",
        "BitCountable.swift",
        "BitOperable+Bitwise.swift",
        "BitOperable.swift",
        "Contiguous+Mutable.swift",
        "Contiguous.swift",
        "Guarantee+Validation.swift",
        "Guarantee.swift",
        "Interoperable+Yield.swift",
        "Interoperable.swift",
        "Models/Bezout.swift",
        "Models/Bit+Bitwise.swift",
        "Models/Bit+Comparison.swift",
        "Models/Bit.swift",
        "Models/CoreInt+Addition.swift",
        "Models/CoreInt+Bitwise.swift",
        "Models/CoreInt+Comparison.swift",
        "Models/CoreInt+Count.swift",
        "Models/CoreInt+Division.swift",
        "Models/CoreInt+Elements.swift",
        "Models/CoreInt+Loading.swift",
        "Models/CoreInt+Multiplication.swift",
        "Models/CoreInt+Shift.swift",
        "Models/CoreInt.swift",
        "Models/Count+Comparison.swift",
        "Models/Count+Integers.swift",
        "Models/Count+Text.swift",
        "Models/Count.swift",
        "Models/DataInt+Addition.swift",
        "Models/DataInt+Bitwise.swift",
        "Models/DataInt+Comparison.swift",
        "Models/DataInt+Count.swift",
        "Models/DataInt+Division.swift",
        "Models/DataInt+Elements.swift",
        "Models/DataInt+Multiplication.swift",
        "Models/DataInt+Partition.swift",
        "Models/DataInt+Reinterpretation.swift",
        "Models/DataInt+Shift.swift",
        "Models/DataInt.swift",
        "Models/Divider+Division.swift",
        "Models/Divider.swift",
        "Models/Division+Rounding.swift",
        "Models/Division+Validation.swift",
        "Models/Division.swift",
        "Models/Doublet+Bitwise.swift",
        "Models/Doublet+Comparison.swift",
        "Models/Doublet+Shift.swift",
        "Models/Doublet.swift",
        "Models/Fallible+Comparison.swift",
        "Models/Fallible+Map.swift",
        "Models/Fallible+Setup.swift",
        "Models/Fallible+Sink.swift",
        "Models/Fallible+Text.swift",
        "Models/Fallible+Validation.swift",
        "Models/Fallible+Veto.swift",
        "Models/Fallible.swift",
        "Models/Guarantees/Finite.swift",
        "Models/Guarantees/Natural.swift",
        "Models/Guarantees/Nonzero.swift",
        "Models/Guarantees/Shift.swift",
        "Models/LiteralInt+Comparison.swift",
        "Models/LiteralInt+Count.swift",
        "Models/LiteralInt+Elements.swift",
        "Models/LiteralInt+Text.swift",
        "Models/LiteralInt.swift",
        "Models/Order.swift",
        "Models/Sign+Bitwise.swift",
        "Models/Sign+Text.swift",
        "Models/Sign.swift",
        "Models/Signedness.swift",
        "Models/Signum+Addition.swift",
        "Models/Signum+Comparison.swift",
        "Models/Signum.swift",
        "Models/TextInt+Decoding.swift",
        "Models/TextInt+Encoding.swift",
        "Models/TextInt+Exponentiation.swift",
        "Models/TextInt+Format.swift",
        "Models/TextInt+Letters.swift",
        "Models/TextInt+Numerals.swift",
        "Models/TextInt.swift",
        "Models/Triplet+Bitwise.swift",
        "Models/Triplet+Comparison.swift",
        "Models/Triplet.swift",
        "Project/Build.swift",
        "Project/Namespace+Comparison.swift",
        "Project/Namespace+Elements.swift",
        "Project/Namespace+Stdlib.swift",
        "Project/Namespace.swift",
        "Randomness+Full.swift",
        "Randomness+Range.swift",
        "Randomness.swift",
        "Recoverable+Veto.swift",
        "Recoverable.swift",
        "Stdlib/Swift+Array.swift",
        "Stdlib/Swift+ArraySlice.swift",
        "Stdlib/Swift+BinaryInteger.swift",
        "Stdlib/Swift+Bool.swift",
        "Stdlib/Swift+ContiguousArray.swift",
        "Stdlib/Swift+FloatingPointSign.swift",
        "Stdlib/Swift+Int.swift",
        "Stdlib/Swift+Optional.swift",
        "Stdlib/Swift+String.swift",
        "Stdlib/Swift+UInt.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreIopTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreIopTests",
      "path" : "Tests/CoreIopTests",
      "sources" : [
        "Blank.swift"
      ],
      "target_dependencies" : [
        "CoreIop",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreIop",
      "module_type" : "SwiftTarget",
      "name" : "CoreIop",
      "path" : "Sources/CoreIop",
      "product_memberships" : [
        "CoreIop",
        "DoubleIntIop",
        "InfiniIntIop",
        "RandomIntIop",
        "Ultimathiop"
      ],
      "sources" : [
        "BinaryInteger+Compact.swift",
        "BinaryInteger+Finite.swift",
        "BinaryInteger+Lenient.swift",
        "BinaryInteger+Natural.swift",
        "BinaryInteger+Signed.swift",
        "BinaryInteger+Systems.swift",
        "BinaryInteger.swift",
        "Randomness.swift"
      ],
      "target_dependencies" : [
        "CoreKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Benchmarks",
      "module_type" : "SwiftTarget",
      "name" : "Benchmarks",
      "path" : "Tests/Benchmarks",
      "sources" : [
        "BinaryInteger+Comparison.swift",
        "BinaryInteger+Exponentiation.swift",
        "BinaryInteger+Factorial.swift",
        "BinaryInteger+Geometry.swift",
        "BinaryInteger+Stride.swift",
        "DoubleInt.swift",
        "Fibonacci.swift",
        "Projects/Exports.swift",
        "Randomness.swift",
        "TextInt+Base10.swift",
        "TextInt+Base16.swift"
      ],
      "target_dependencies" : [
        "Ultimathnum",
        "TestKit"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/135] Compiling CoreKit Fallible+Text.swift
[15/135] Compiling CoreKit Fallible+Validation.swift
[16/135] Compiling CoreKit Fallible+Veto.swift
[17/135] Compiling CoreKit Fallible.swift
[18/135] Compiling CoreKit Finite.swift
[19/135] Compiling CoreKit Natural.swift
[20/135] Compiling CoreKit Nonzero.swift
[21/135] Compiling CoreKit Shift.swift
[22/135] Compiling CoreKit LiteralInt+Comparison.swift
[23/135] Compiling CoreKit LiteralInt+Count.swift
[24/135] Compiling CoreKit LiteralInt+Elements.swift
[25/135] Compiling CoreKit LiteralInt+Text.swift
[26/135] Compiling CoreKit LiteralInt.swift
[27/135] Compiling CoreKit Order.swift
[28/135] Compiling CoreKit Sign+Bitwise.swift
[29/135] Compiling CoreKit Sign+Text.swift
[30/135] Compiling CoreKit Sign.swift
[31/152] Compiling CoreKit BinaryInteger+Literals.swift
[32/152] Compiling CoreKit BinaryInteger+Loading.swift
[33/152] Compiling CoreKit BinaryInteger+Logarithm.swift
[34/152] Compiling CoreKit BinaryInteger+Metadata.swift
[35/152] Compiling CoreKit BinaryInteger+Multiplication.swift
[36/152] Compiling CoreKit BinaryInteger+Random.swift
[37/152] Compiling CoreKit BinaryInteger+Shift.swift
[38/152] Compiling CoreKit BinaryInteger+Signed.swift
[39/152] Compiling CoreKit BinaryInteger+Stride.swift
[40/152] Compiling CoreKit BinaryInteger+Systems.swift
[41/152] Compiling CoreKit BinaryInteger+Text.swift
[42/152] Compiling CoreKit BinaryInteger+Unsigned.swift
[43/152] Compiling CoreKit BinaryInteger+Values.swift
[44/152] Compiling CoreKit BinaryInteger.swift
[45/152] Compiling CoreKit BitCastable+Cast.swift
[46/152] Compiling CoreKit BitCastable+Self.swift
[47/152] Compiling CoreKit BitCastable.swift
[48/152] Compiling CoreKit BitCountable+Count.swift
[49/152] Compiling CoreKit DataInt+Partition.swift
[50/152] Compiling CoreKit DataInt+Reinterpretation.swift
[51/152] Compiling CoreKit DataInt+Shift.swift
[52/152] Compiling CoreKit DataInt.swift
[53/152] Compiling CoreKit Divider+Division.swift
[54/152] Compiling CoreKit Divider.swift
[55/152] Compiling CoreKit Division+Rounding.swift
[56/152] Compiling CoreKit Division+Validation.swift
[57/152] Compiling CoreKit Division.swift
[58/152] Compiling CoreKit Doublet+Bitwise.swift
[59/152] Compiling CoreKit Doublet+Comparison.swift
[60/152] Compiling CoreKit Doublet+Shift.swift
[61/152] Compiling CoreKit Doublet.swift
[62/152] Compiling CoreKit Fallible+Comparison.swift
[63/152] Compiling CoreKit Fallible+Map.swift
[64/152] Compiling CoreKit Fallible+Setup.swift
[65/152] Compiling CoreKit Fallible+Sink.swift
[66/152] Compiling CoreKit BinaryInteger+Addition.swift
[67/152] Compiling CoreKit BinaryInteger+Arbitrary.swift
[68/152] Compiling CoreKit BinaryInteger+Bitwise.swift
[69/152] Compiling CoreKit BinaryInteger+Clamping.swift
[70/152] Compiling CoreKit BinaryInteger+Comparison.swift
[71/152] Compiling CoreKit BinaryInteger+Complement.swift
[72/152] Compiling CoreKit BinaryInteger+Core.swift
[73/152] Compiling CoreKit BinaryInteger+Count.swift
[74/152] Compiling CoreKit BinaryInteger+Division.swift
[75/152] Compiling CoreKit BinaryInteger+Edgy.swift
[76/152] Compiling CoreKit BinaryInteger+Elements.swift
[77/152] Compiling CoreKit BinaryInteger+Exponentiation.swift
[78/152] Compiling CoreKit BinaryInteger+Factorial.swift
[79/152] Compiling CoreKit BinaryInteger+Factorization.swift
[80/152] Compiling CoreKit BinaryInteger+Finite.swift
[81/152] Compiling CoreKit BinaryInteger+Floats.swift
[82/152] Compiling CoreKit BinaryInteger+Geometry.swift
[83/152] Compiling CoreKit BinaryInteger+Integers.swift
[84/152] Compiling CoreKit BitCountable.swift
[85/152] Compiling CoreKit BitOperable+Bitwise.swift
[86/152] Compiling CoreKit BitOperable.swift
[87/152] Compiling CoreKit Contiguous+Mutable.swift
[88/152] Compiling CoreKit Contiguous.swift
[89/152] Compiling CoreKit Guarantee+Validation.swift
[90/152] Compiling CoreKit Guarantee.swift
[91/152] Compiling CoreKit Interoperable+Yield.swift
[92/152] Compiling CoreKit Interoperable.swift
[93/152] Compiling CoreKit Bezout.swift
[94/152] Compiling CoreKit Bit+Bitwise.swift
[95/152] Compiling CoreKit Bit+Comparison.swift
[96/152] Compiling CoreKit Bit.swift
[97/152] Compiling CoreKit CoreInt+Addition.swift
[98/152] Compiling CoreKit CoreInt+Bitwise.swift
[99/152] Compiling CoreKit CoreInt+Comparison.swift
[100/152] Compiling CoreKit CoreInt+Count.swift
[101/152] Compiling CoreKit Signedness.swift
[102/152] Compiling CoreKit Signum+Addition.swift
[103/152] Compiling CoreKit Signum+Comparison.swift
[104/152] Compiling CoreKit Signum.swift
[105/152] Compiling CoreKit TextInt+Decoding.swift
[106/152] Compiling CoreKit TextInt+Encoding.swift
[107/152] Compiling CoreKit TextInt+Exponentiation.swift
[108/152] Compiling CoreKit TextInt+Format.swift
[109/152] Compiling CoreKit TextInt+Letters.swift
[110/152] Compiling CoreKit TextInt+Numerals.swift
[111/152] Compiling CoreKit TextInt.swift
[112/152] Compiling CoreKit Triplet+Bitwise.swift
[113/152] Compiling CoreKit Triplet+Comparison.swift
[114/152] Compiling CoreKit Triplet.swift
[115/152] Compiling CoreKit Build.swift
[116/152] Compiling CoreKit Namespace+Comparison.swift
[117/152] Compiling CoreKit Namespace+Elements.swift
[118/152] Compiling CoreKit CoreInt+Division.swift
[119/152] Compiling CoreKit CoreInt+Elements.swift
[120/152] Compiling CoreKit CoreInt+Loading.swift
[121/152] Compiling CoreKit CoreInt+Multiplication.swift
[122/152] Compiling CoreKit CoreInt+Shift.swift
[123/152] Compiling CoreKit CoreInt.swift
[124/152] Compiling CoreKit Count+Comparison.swift
[125/152] Compiling CoreKit Count+Integers.swift
[126/152] Compiling CoreKit Count+Text.swift
[127/152] Compiling CoreKit Count.swift
[128/152] Compiling CoreKit DataInt+Addition.swift
[129/152] Compiling CoreKit DataInt+Bitwise.swift
[130/152] Compiling CoreKit DataInt+Comparison.swift
[131/152] Compiling CoreKit DataInt+Count.swift
[132/152] Compiling CoreKit DataInt+Division.swift
[133/152] Compiling CoreKit DataInt+Elements.swift
[134/152] Compiling CoreKit DataInt+Multiplication.swift
[135/152] Emitting module CoreKit
[136/152] Compiling CoreKit Namespace+Stdlib.swift
[137/152] Compiling CoreKit Namespace.swift
[138/152] Compiling CoreKit Randomness+Full.swift
[139/152] Compiling CoreKit Randomness+Range.swift
[140/152] Compiling CoreKit Randomness.swift
[141/152] Compiling CoreKit Recoverable+Veto.swift
[142/152] Compiling CoreKit Recoverable.swift
[143/152] Compiling CoreKit Swift+Array.swift
[144/152] Compiling CoreKit Swift+ArraySlice.swift
[145/152] Compiling CoreKit Swift+BinaryInteger.swift
[146/152] Compiling CoreKit Swift+Bool.swift
[147/152] Compiling CoreKit Swift+ContiguousArray.swift
[148/152] Compiling CoreKit Swift+FloatingPointSign.swift
[149/152] Compiling CoreKit Swift+Int.swift
[150/152] Compiling CoreKit Swift+Optional.swift
[151/152] Compiling CoreKit Swift+String.swift
[152/152] Compiling CoreKit Swift+UInt.swift
[154/205] Compiling FibonacciKit Tupleacci+Text.swift
[155/206] Compiling FibonacciKit Tupleacci+Stride.swift
[156/206] Compiling FibonacciKit Indexacci.swift
[157/206] Compiling FibonacciKit Indexacci+Text.swift
[158/206] Compiling RandomIntKit RandomInt.swift
[159/206] Compiling InfiniIntKit InfiniInt+Division.swift
[160/206] Compiling InfiniIntKit InfiniInt+Elements.swift
[161/206] Compiling InfiniIntKit InfiniInt+Loading.swift
[162/206] Compiling InfiniIntKit InfiniInt+Multiplication.swift
[163/206] Compiling FibonacciKit Tupleacci.swift
[164/206] Emitting module RandomIntKit
[165/206] Compiling RandomIntKit FuzzerInt.swift
[166/207] Compiling InfiniIntKit InfiniInt+Addition.swift
[167/207] Compiling InfiniIntKit InfiniInt+Bitwise.swift
[169/209] Compiling DoubleIntKit TripleInt+Addition.swift
[170/209] Compiling DoubleIntKit TripleInt+Bitwise.swift
[171/209] Compiling DoubleIntKit TripleInt+Comparison.swift
[172/209] Compiling DoubleIntKit TripleInt+Division.swift
[175/209] Emitting module FibonacciKit
[177/210] Compiling InfiniIntKit Storage+Elements.swift
[178/210] Compiling InfiniIntKit Storage+Normalization.swift
[185/211] Compiling InfiniIntKit InfiniInt+Shift.swift
[186/211] Compiling InfiniIntKit InfiniInt.swift
[191/211] Compiling DoubleIntKit TripleInt+Subtraction.swift
[192/211] Compiling DoubleIntKit TripleInt.swift
[201/211] Compiling InfiniIntKit Storage.swift
[202/211] Emitting module DoubleIntKit
[203/212] Emitting module InfiniIntKit
[206/215] Compiling Ultimathnum Exports.swift
[207/215] Emitting module Ultimathnum
[209/216] Compiling CoreIop BinaryInteger+Systems.swift
[210/216] Compiling CoreIop BinaryInteger.swift
[211/217] Compiling CoreIop Randomness.swift
[212/217] Compiling CoreIop BinaryInteger+Signed.swift
[213/217] Compiling CoreIop BinaryInteger+Natural.swift
[214/217] Compiling CoreIop BinaryInteger+Finite.swift
[215/217] Compiling CoreIop BinaryInteger+Compact.swift
[216/217] Emitting module CoreIop
[217/217] Compiling CoreIop BinaryInteger+Lenient.swift
[219/249] Emitting module RandomIntIop
[220/249] Compiling RandomIntIop RandomInt.swift
[221/249] Compiling RandomIntIop FuzzerInt.swift
[222/250] Compiling InfiniIntIop InfiniInt+Addition.swift
[223/250] Compiling InfiniIntIop InfiniInt+Bitwise.swift
[225/251] Compiling InfiniIntIop InfiniInt+Stride.swift
[226/251] Compiling InfiniIntIop InfiniInt+Text.swift
[227/251] Compiling DoubleIntIop DoubleInt+Words.swift
[228/280] Compiling InfiniIntIop InfiniInt+Words.swift
[229/280] Compiling TestKit Utilities+Collection.swift
[230/280] Compiling TestKit Utilities+Comparison.swift
[231/284] Compiling TestKit Expect+Guarantee.swift
[232/284] Compiling TestKit Expect+Text.swift
[233/285] Compiling TestKit BlackHole.swift
[234/285] Compiling TestKit Expect+Comparison.swift
[237/285] Compiling TestKit Swift+Optional.swift
[238/285] Compiling TestKit Aliases.swift
[239/285] Compiling TestKit Global+Randomness.swift
[240/285] Compiling TestKit Global+Types.swift
[245/285] Compiling TestKit Global+Data.swift
[246/285] Compiling TestKit Global+Info.swift
[249/285] Emitting module DoubleIntIop
[250/285] Compiling TestKit Utilities+Pointers.swift
[251/285] Compiling TestKit Utilities+Randomness.swift
[252/285] Compiling TestKit Utilities+Reduce.swift
[253/285] Compiling TestKit Utilities+Shift.swift
[259/289] Compiling TestKit Utilities+Doublet.swift
[260/289] Compiling TestKit Utilities+Expect.swift
[261/289] Compiling TestKit Utilities+Integers.swift
[262/289] Compiling TestKit Utilities+Literals.swift
[263/289] Compiling DoubleIntIop DoubleInt.swift
[264/290] Compiling TestKit Exports.swift
[265/290] Compiling TestKit SwiftIEEE754.swift
[266/290] Compiling TestKit Utilities+Bit.swift
[267/290] Compiling TestKit Utilities+Bitwise.swift
[268/290] Compiling TestKit Utilities+Bool.swift
[271/290] Compiling TestKit Utilities+Conditional.swift
[272/290] Compiling TestKit Utilities+Contiguous.swift
[273/290] Compiling TestKit TextInt+Text.swift
[274/290] Compiling TestKit Bad.swift
[275/290] Compiling TestKit DXL.swift
[276/290] Compiling TestKit Domain.swift
[277/290] Compiling TestKit Tag.swift
[284/290] Emitting module InfiniIntIop
[285/290] Compiling TestKit Utilities+Sign.swift
[286/290] Compiling TestKit Utilities+Signedness.swift
[287/290] Compiling TestKit Utilities+Signum.swift
[288/290] Compiling TestKit Utilities+Text.swift
[289/290] Compiling InfiniIntIop InfiniInt.swift
[291/293] Compiling Ultimathiop Exports.swift
[292/293] Emitting module Ultimathiop
[294/294] Emitting module TestKit
Build complete! (43.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ultimathnum",
  "name" : "Ultimathnum",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreIop",
      "targets" : [
        "CoreIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CoreKit",
      "targets" : [
        "CoreKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DoubleIntIop",
      "targets" : [
        "DoubleIntIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DoubleIntKit",
      "targets" : [
        "DoubleIntKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FibonacciKit",
      "targets" : [
        "FibonacciKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InfiniIntIop",
      "targets" : [
        "InfiniIntIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InfiniIntKit",
      "targets" : [
        "InfiniIntKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RandomIntIop",
      "targets" : [
        "RandomIntIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RandomIntKit",
      "targets" : [
        "RandomIntKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Ultimathiop",
      "targets" : [
        "Ultimathiop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Ultimathnum",
      "targets" : [
        "Ultimathnum"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UltimathnumTests",
      "module_type" : "SwiftTarget",
      "name" : "UltimathnumTests",
      "path" : "Tests/UltimathnumTests",
      "sources" : [
        "BinaryInteger+Addition.swift",
        "BinaryInteger+Bitwise.swift",
        "BinaryInteger+Clamping.swift",
        "BinaryInteger+Comparison.swift",
        "BinaryInteger+Complement.swift",
        "BinaryInteger+Count.swift",
        "BinaryInteger+Division.swift.swift",
        "BinaryInteger+Elements.swift",
        "BinaryInteger+Exponentiation.swift",
        "BinaryInteger+Factorial.swift",
        "BinaryInteger+Factorization.swift",
        "BinaryInteger+Fibonacci.swift",
        "BinaryInteger+Floats.swift",
        "BinaryInteger+Geometry.swift",
        "BinaryInteger+Integers.swift",
        "BinaryInteger+Literals.swift",
        "BinaryInteger+Loading.swift",
        "BinaryInteger+Logarithm.swift",
        "BinaryInteger+Metadata.swift",
        "BinaryInteger+Multiplication.swift",
        "BinaryInteger+Random.swift",
        "BinaryInteger+Shift.swift",
        "BinaryInteger+Stdlib.swift",
        "BinaryInteger+Stride.swift",
        "BinaryInteger+Text.swift",
        "BinaryInteger+Values.swift",
        "Count+Comparison.swift",
        "Count+Integers.swift",
        "Count+Text.swift",
        "Count.swift",
        "Divider+Division.swift",
        "Divider+Documentation.swift",
        "Divider+Validation.swift",
        "Divider.swift",
        "Doublet.swift",
        "Guarantees/Finite.swift",
        "Guarantees/Natural.swift",
        "Guarantees/Nonzero.swift",
        "Guarantees/Shift.swift",
        "Randomness.swift",
        "TextInt+Decoding.swift",
        "TextInt+Encoding.swift",
        "TextInt+Exponentiation.swift",
        "TextInt+Letters.swift",
        "TextInt+Numerals.swift",
        "TextInt+Pyramids.swift",
        "TextInt+Samples.swift",
        "TextInt.swift",
        "Triplet.swift",
        "Utilities/Globals.swift",
        "Utilities/Utilities+Integers.swift",
        "Utilities/Utilities+Text.swift"
      ],
      "target_dependencies" : [
        "TestKit",
        "Ultimathnum"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ultimathnum",
      "module_type" : "SwiftTarget",
      "name" : "Ultimathnum",
      "path" : "Sources/Ultimathnum",
      "product_memberships" : [
        "Ultimathnum"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "CoreKit",
        "DoubleIntKit",
        "FibonacciKit",
        "InfiniIntKit",
        "RandomIntKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UltimathiopTests",
      "module_type" : "SwiftTarget",
      "name" : "UltimathiopTests",
      "path" : "Tests/UltimathiopTests",
      "sources" : [
        "BinaryInteger+Addition.swift",
        "BinaryInteger+Bitwise.swift",
        "BinaryInteger+Comparison.swift",
        "BinaryInteger+Complement.swift",
        "BinaryInteger+Count.swift",
        "BinaryInteger+Division.swift",
        "BinaryInteger+Floats.swift",
        "BinaryInteger+Integers.swift",
        "BinaryInteger+Literals.swift",
        "BinaryInteger+Multiplication.swift",
        "BinaryInteger+Shifts.swift",
        "BinaryInteger+Stride.swift",
        "BinaryInteger+Text.swift",
        "BinaryInteger+Words.swift",
        "BinaryInteger.swift",
        "Utilities/Globals.swift"
      ],
      "target_dependencies" : [
        "TestKit",
        "Ultimathiop"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ultimathiop",
      "module_type" : "SwiftTarget",
      "name" : "Ultimathiop",
      "path" : "Sources/Ultimathiop",
      "product_memberships" : [
        "Ultimathiop"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "CoreIop",
        "DoubleIntIop",
        "FibonacciKit",
        "InfiniIntIop",
        "RandomIntIop"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestKit",
      "module_type" : "SwiftTarget",
      "name" : "TestKit",
      "path" : "Sources/TestKit",
      "sources" : [
        "Aliases.swift",
        "BlackHole.swift",
        "Expect+Comparison.swift",
        "Expect+Guarantee.swift",
        "Expect+Text.swift",
        "Global+Data.swift",
        "Global+Info.swift",
        "Global+Randomness.swift",
        "Global+Types.swift",
        "Maybe/Swift+Optional.swift",
        "Maybe/TextInt+Text.swift",
        "Models/Bad.swift",
        "Models/DXL.swift",
        "Models/Domain.swift",
        "Models/Tag.swift",
        "Project/Exports.swift",
        "Protocols/SwiftIEEE754.swift",
        "Utilities+Bit.swift",
        "Utilities+Bitwise.swift",
        "Utilities+Bool.swift",
        "Utilities+Collection.swift",
        "Utilities+Comparison.swift",
        "Utilities+Conditional.swift",
        "Utilities+Contiguous.swift",
        "Utilities+Doublet.swift",
        "Utilities+Expect.swift",
        "Utilities+Integers.swift",
        "Utilities+Literals.swift",
        "Utilities+Pointers.swift",
        "Utilities+Randomness.swift",
        "Utilities+Reduce.swift",
        "Utilities+Shift.swift",
        "Utilities+Sign.swift",
        "Utilities+Signedness.swift",
        "Utilities+Signum.swift",
        "Utilities+Text.swift"
      ],
      "target_dependencies" : [
        "CoreKit",
        "RandomIntIop"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RandomIntKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RandomIntKitTests",
      "path" : "Tests/RandomIntKitTests",
      "sources" : [
        "FuzzerInt.swift",
        "RandomInt.swift"
      ],
      "target_dependencies" : [
        "RandomIntKit",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RandomIntKit",
      "module_type" : "SwiftTarget",
      "name" : "RandomIntKit",
      "path" : "Sources/RandomIntKit",
      "product_memberships" : [
        "RandomIntIop",
        "RandomIntKit",
        "Ultimathiop",
        "Ultimathnum"
      ],
      "sources" : [
        "FuzzerInt.swift",
        "RandomInt.swift"
      ],
      "target_dependencies" : [
        "CoreKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RandomIntIopTests",
      "module_type" : "SwiftTarget",
      "name" : "RandomIntIopTests",
      "path" : "Tests/RandomIntIopTests",
      "sources" : [
        "FuzerInt.swift",
        "RandomInt.swift"
      ],
      "target_dependencies" : [
        "RandomIntIop",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RandomIntIop",
      "module_type" : "SwiftTarget",
      "name" : "RandomIntIop",
      "path" : "Sources/RandomIntIop",
      "product_memberships" : [
        "RandomIntIop",
        "Ultimathiop"
      ],
      "sources" : [
        "FuzzerInt.swift",
        "RandomInt.swift"
      ],
      "target_dependencies" : [
        "CoreIop",
        "RandomIntKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InfiniIntKitTests",
      "module_type" : "SwiftTarget",
      "name" : "InfiniIntKitTests",
      "path" : "Tests/InfiniIntKitTests",
      "sources" : [
        "InfiniInt.swift"
      ],
      "target_dependencies" : [
        "InfiniIntKit",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InfiniIntKit",
      "module_type" : "SwiftTarget",
      "name" : "InfiniIntKit",
      "path" : "Sources/InfiniIntKit",
      "product_memberships" : [
        "InfiniIntIop",
        "InfiniIntKit",
        "Ultimathiop",
        "Ultimathnum"
      ],
      "sources" : [
        "InfiniInt+Addition.swift",
        "InfiniInt+Bitwise.swift",
        "InfiniInt+Comparison.swift",
        "InfiniInt+Count.swift",
        "InfiniInt+Division.swift",
        "InfiniInt+Elements.swift",
        "InfiniInt+Loading.swift",
        "InfiniInt+Multiplication.swift",
        "InfiniInt+Shift.swift",
        "InfiniInt.swift",
        "Storage+Elements.swift",
        "Storage+Normalization.swift",
        "Storage+Shift.swift",
        "Storage+Size.swift",
        "Storage.swift"
      ],
      "target_dependencies" : [
        "CoreKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InfiniIntIopTests",
      "module_type" : "SwiftTarget",
      "name" : "InfiniIntIopTests",
      "path" : "Tests/InfiniIntIopTests",
      "sources" : [
        "InfiniInt.swift"
      ],
      "target_dependencies" : [
        "InfiniIntIop",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InfiniIntIop",
      "module_type" : "SwiftTarget",
      "name" : "InfiniIntIop",
      "path" : "Sources/InfiniIntIop",
      "product_memberships" : [
        "InfiniIntIop",
        "Ultimathiop"
      ],
      "sources" : [
        "InfiniInt+Addition.swift",
        "InfiniInt+Bitwise.swift",
        "InfiniInt+Comparison.swift",
        "InfiniInt+Complement.swift",
        "InfiniInt+Count.swift",
        "InfiniInt+Division.swift",
        "InfiniInt+Floats.swift",
        "InfiniInt+Integers.swift",
        "InfiniInt+Multiplication.swift",
        "InfiniInt+Shift.swift",
        "InfiniInt+Stride.swift",
        "InfiniInt+Text.swift",
        "InfiniInt+Words.swift",
        "InfiniInt.swift"
      ],
      "target_dependencies" : [
        "CoreIop",
        "InfiniIntKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FibonacciKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FibonacciKitTests",
      "path" : "Tests/FibonacciKitTests",
      "sources" : [
        "Fibonacci+Invariants.swift",
        "Fibonacci+Small.swift",
        "Fibonacci+Stride.swift",
        "Fibonacci.swift",
        "Indexacci+Text.swift",
        "Indexacci.swift",
        "Tupleacci+Text.swift",
        "Tupleacci.swift"
      ],
      "target_dependencies" : [
        "DoubleIntKit",
        "FibonacciKit",
        "InfiniIntKit",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FibonacciKit",
      "module_type" : "SwiftTarget",
      "name" : "FibonacciKit",
      "path" : "Sources/FibonacciKit",
      "product_memberships" : [
        "FibonacciKit",
        "Ultimathiop",
        "Ultimathnum"
      ],
      "sources" : [
        "Fibonacci+Fast.swift",
        "Fibonacci+Stride.swift",
        "Fibonacci+Text.swift",
        "Fibonacci+Toggle.swift",
        "Fibonacci.swift",
        "Indexacci+Stride.swift",
        "Indexacci+Text.swift",
        "Indexacci.swift",
        "Tupleacci+Stride.swift",
        "Tupleacci+Text.swift",
        "Tupleacci.swift"
      ],
      "target_dependencies" : [
        "CoreKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DoubleIntKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DoubleIntKitTests",
      "path" : "Tests/DoubleIntKitTests",
      "sources" : [
        "DoubleInt+Addition.swift",
        "DoubleInt+Multiplication.swift",
        "DoubleInt.swift",
        "TripleInt+Addition.swift",
        "TripleInt+Bitwise.swift",
        "TripleInt+Comparison.swift",
        "TripleInt+Division.swift",
        "TripleInt.swift"
      ],
      "target_dependencies" : [
        "DoubleIntKit",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DoubleIntKit",
      "module_type" : "SwiftTarget",
      "name" : "DoubleIntKit",
      "path" : "Sources/DoubleIntKit",
      "product_memberships" : [
        "DoubleIntIop",
        "DoubleIntKit",
        "Ultimathiop",
        "Ultimathnum"
      ],
      "sources" : [
        "DoubleInt+Addition.swift",
        "DoubleInt+Bitwise.swift",
        "DoubleInt+Comparison.swift",
        "DoubleInt+Count.swift",
        "DoubleInt+Division.swift",
        "DoubleInt+Elements.swift",
        "DoubleInt+Loading.swift",
        "DoubleInt+Multiplication.swift",
        "DoubleInt+Shift.swift",
        "DoubleInt.swift",
        "TripleInt+Addition.swift",
        "TripleInt+Bitwise.swift",
        "TripleInt+Comparison.swift",
        "TripleInt+Division.swift",
        "TripleInt+Subtraction.swift",
        "TripleInt.swift"
      ],
      "target_dependencies" : [
        "CoreKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DoubleIntIopTests",
      "module_type" : "SwiftTarget",
      "name" : "DoubleIntIopTests",
      "path" : "Tests/DoubleIntIopTests",
      "sources" : [
        "DoubleInt.swift"
      ],
      "target_dependencies" : [
        "DoubleIntIop",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DoubleIntIop",
      "module_type" : "SwiftTarget",
      "name" : "DoubleIntIop",
      "path" : "Sources/DoubleIntIop",
      "product_memberships" : [
        "DoubleIntIop",
        "Ultimathiop"
      ],
      "sources" : [
        "DoubleInt+Addition.swift",
        "DoubleInt+Bitwise.swift",
        "DoubleInt+Comparison.swift",
        "DoubleInt+Complement.swift",
        "DoubleInt+Count.swift",
        "DoubleInt+Division.swift",
        "DoubleInt+Floats.swift",
        "DoubleInt+Integers.swift",
        "DoubleInt+Multiplication.swift",
        "DoubleInt+Shift.swift",
        "DoubleInt+Stride.swift",
        "DoubleInt+Text.swift",
        "DoubleInt+Words.swift",
        "DoubleInt.swift"
      ],
      "target_dependencies" : [
        "CoreIop",
        "DoubleIntKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreKitTests",
      "path" : "Tests/CoreKitTests",
      "sources" : [
        "Bit+Bitwise.swift",
        "Bit+Comparison.swift",
        "Bit+Text.swift",
        "Bit.swift",
        "DataInteger+Addition.swift",
        "DataInteger+Comparison.swift",
        "DataInteger+Count.swift",
        "DataInteger+Division.swift",
        "DataInteger+Elements.swift",
        "DataInteger+Metadata.swift",
        "DataInteger+Multiplication.swift",
        "DataInteger+Partition.swift",
        "DataInteger+Reinterpretation.swift",
        "DataInteger+Shift.swift",
        "Division+Rounding.swift",
        "Division+Validation.swift.swift",
        "Division.swift",
        "Fallible+Comparison.swift",
        "Fallible+Setup.swift",
        "Fallible+Sink.swift",
        "Fallible+Text.swift",
        "Fallible+Validation.swift",
        "Fallible+Veto.swift",
        "Fallible.swift",
        "LiteralInt+Comparison.swift",
        "LiteralInt+Count.swift",
        "LiteralInt+Elements.swift",
        "LiteralInt+Text.swift",
        "LiteralInt.swift",
        "Order+Comparison.swift",
        "Order.swift",
        "Sign+Bitwise.swift",
        "Sign+Comparison.swift",
        "Sign+Text.swift",
        "Sign.swift",
        "Signedness+Comparison.swift",
        "Signedness.swift",
        "Signum+Addition.swift",
        "Signum+Comparison.swift",
        "Signum.swift",
        "Stdlib/Swift+BinaryInteger.swift",
        "Stdlib/Swift+Optional.swift"
      ],
      "target_dependencies" : [
        "CoreKit",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreKit",
      "module_type" : "SwiftTarget",
      "name" : "CoreKit",
      "path" : "Sources/CoreKit",
      "product_memberships" : [
        "CoreIop",
        "CoreKit",
        "DoubleIntIop",
        "DoubleIntKit",
        "FibonacciKit",
        "InfiniIntIop",
        "InfiniIntKit",
        "RandomIntIop",
        "RandomIntKit",
        "Ultimathiop",
        "Ultimathnum"
      ],
      "sources" : [
        "BinaryInteger+Addition.swift",
        "BinaryInteger+Arbitrary.swift",
        "BinaryInteger+Bitwise.swift",
        "BinaryInteger+Clamping.swift",
        "BinaryInteger+Comparison.swift",
        "BinaryInteger+Complement.swift",
        "BinaryInteger+Core.swift",
        "BinaryInteger+Count.swift",
        "BinaryInteger+Division.swift",
        "BinaryInteger+Edgy.swift",
        "BinaryInteger+Elements.swift",
        "BinaryInteger+Exponentiation.swift",
        "BinaryInteger+Factorial.swift",
        "BinaryInteger+Factorization.swift",
        "BinaryInteger+Finite.swift",
        "BinaryInteger+Floats.swift",
        "BinaryInteger+Geometry.swift",
        "BinaryInteger+Integers.swift",
        "BinaryInteger+Literals.swift",
        "BinaryInteger+Loading.swift",
        "BinaryInteger+Logarithm.swift",
        "BinaryInteger+Metadata.swift",
        "BinaryInteger+Multiplication.swift",
        "BinaryInteger+Random.swift",
        "BinaryInteger+Shift.swift",
        "BinaryInteger+Signed.swift",
        "BinaryInteger+Stride.swift",
        "BinaryInteger+Systems.swift",
        "BinaryInteger+Text.swift",
        "BinaryInteger+Unsigned.swift",
        "BinaryInteger+Values.swift",
        "BinaryInteger.swift",
        "BitCastable+Cast.swift",
        "BitCastable+Self.swift",
        "BitCastable.swift",
        "BitCountable+Count.swift",
        "BitCountable.swift",
        "BitOperable+Bitwise.swift",
        "BitOperable.swift",
        "Contiguous+Mutable.swift",
        "Contiguous.swift",
        "Guarantee+Validation.swift",
        "Guarantee.swift",
        "Interoperable+Yield.swift",
        "Interoperable.swift",
        "Models/Bezout.swift",
        "Models/Bit+Bitwise.swift",
        "Models/Bit+Comparison.swift",
        "Models/Bit.swift",
        "Models/CoreInt+Addition.swift",
        "Models/CoreInt+Bitwise.swift",
        "Models/CoreInt+Comparison.swift",
        "Models/CoreInt+Count.swift",
        "Models/CoreInt+Division.swift",
        "Models/CoreInt+Elements.swift",
        "Models/CoreInt+Loading.swift",
        "Models/CoreInt+Multiplication.swift",
        "Models/CoreInt+Shift.swift",
        "Models/CoreInt.swift",
        "Models/Count+Comparison.swift",
        "Models/Count+Integers.swift",
        "Models/Count+Text.swift",
        "Models/Count.swift",
        "Models/DataInt+Addition.swift",
        "Models/DataInt+Bitwise.swift",
        "Models/DataInt+Comparison.swift",
        "Models/DataInt+Count.swift",
        "Models/DataInt+Division.swift",
        "Models/DataInt+Elements.swift",
        "Models/DataInt+Multiplication.swift",
        "Models/DataInt+Partition.swift",
        "Models/DataInt+Reinterpretation.swift",
        "Models/DataInt+Shift.swift",
        "Models/DataInt.swift",
        "Models/Divider+Division.swift",
        "Models/Divider.swift",
        "Models/Division+Rounding.swift",
        "Models/Division+Validation.swift",
        "Models/Division.swift",
        "Models/Doublet+Bitwise.swift",
        "Models/Doublet+Comparison.swift",
        "Models/Doublet+Shift.swift",
        "Models/Doublet.swift",
        "Models/Fallible+Comparison.swift",
        "Models/Fallible+Map.swift",
        "Models/Fallible+Setup.swift",
        "Models/Fallible+Sink.swift",
        "Models/Fallible+Text.swift",
        "Models/Fallible+Validation.swift",
        "Models/Fallible+Veto.swift",
        "Models/Fallible.swift",
        "Models/Guarantees/Finite.swift",
        "Models/Guarantees/Natural.swift",
        "Models/Guarantees/Nonzero.swift",
        "Models/Guarantees/Shift.swift",
        "Models/LiteralInt+Comparison.swift",
        "Models/LiteralInt+Count.swift",
        "Models/LiteralInt+Elements.swift",
        "Models/LiteralInt+Text.swift",
        "Models/LiteralInt.swift",
        "Models/Order.swift",
        "Models/Sign+Bitwise.swift",
        "Models/Sign+Text.swift",
        "Models/Sign.swift",
        "Models/Signedness.swift",
        "Models/Signum+Addition.swift",
        "Models/Signum+Comparison.swift",
        "Models/Signum.swift",
        "Models/TextInt+Decoding.swift",
        "Models/TextInt+Encoding.swift",
        "Models/TextInt+Exponentiation.swift",
        "Models/TextInt+Format.swift",
        "Models/TextInt+Letters.swift",
        "Models/TextInt+Numerals.swift",
        "Models/TextInt.swift",
        "Models/Triplet+Bitwise.swift",
        "Models/Triplet+Comparison.swift",
        "Models/Triplet.swift",
        "Project/Build.swift",
        "Project/Namespace+Comparison.swift",
        "Project/Namespace+Elements.swift",
        "Project/Namespace+Stdlib.swift",
        "Project/Namespace.swift",
        "Randomness+Full.swift",
        "Randomness+Range.swift",
        "Randomness.swift",
        "Recoverable+Veto.swift",
        "Recoverable.swift",
        "Stdlib/Swift+Array.swift",
        "Stdlib/Swift+ArraySlice.swift",
        "Stdlib/Swift+BinaryInteger.swift",
        "Stdlib/Swift+Bool.swift",
        "Stdlib/Swift+ContiguousArray.swift",
        "Stdlib/Swift+FloatingPointSign.swift",
        "Stdlib/Swift+Int.swift",
        "Stdlib/Swift+Optional.swift",
        "Stdlib/Swift+String.swift",
        "Stdlib/Swift+UInt.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreIopTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreIopTests",
      "path" : "Tests/CoreIopTests",
      "sources" : [
        "Blank.swift"
      ],
      "target_dependencies" : [
        "CoreIop",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreIop",
      "module_type" : "SwiftTarget",
      "name" : "CoreIop",
      "path" : "Sources/CoreIop",
      "product_memberships" : [
        "CoreIop",
        "DoubleIntIop",
        "InfiniIntIop",
        "RandomIntIop",
        "Ultimathiop"
      ],
      "sources" : [
        "BinaryInteger+Compact.swift",
        "BinaryInteger+Finite.swift",
        "BinaryInteger+Lenient.swift",
        "BinaryInteger+Natural.swift",
        "BinaryInteger+Signed.swift",
        "BinaryInteger+Systems.swift",
        "BinaryInteger.swift",
        "Randomness.swift"
      ],
      "target_dependencies" : [
        "CoreKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Benchmarks",
      "module_type" : "SwiftTarget",
      "name" : "Benchmarks",
      "path" : "Tests/Benchmarks",
      "sources" : [
        "BinaryInteger+Comparison.swift",
        "BinaryInteger+Exponentiation.swift",
        "BinaryInteger+Factorial.swift",
        "BinaryInteger+Geometry.swift",
        "BinaryInteger+Stride.swift",
        "DoubleInt.swift",
        "Fibonacci.swift",
        "Projects/Exports.swift",
        "Randomness.swift",
        "TextInt+Base10.swift",
        "TextInt+Base16.swift"
      ],
      "target_dependencies" : [
        "Ultimathnum",
        "TestKit"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.