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 macOS (SPM) on 5 Dec 2024 09:30:42 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ultimathnum",
      "name": "Ultimathnum",
      "url": "https://github.com/oscbyspro/Ultimathnum.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ultimathnum",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/oscbyspro/Ultimathnum.git
[1/17895] Fetching ultimathnum
Fetched https://github.com/oscbyspro/Ultimathnum.git from cache (1.48s)
Creating working copy for https://github.com/oscbyspro/Ultimathnum.git
Working copy of https://github.com/oscbyspro/Ultimathnum.git resolved at 0.12.0 (adf481b)
warning: '.resolve-product-dependencies': dependency 'ultimathnum' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/oscbyspro/Ultimathnum.git
https://github.com/oscbyspro/Ultimathnum.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ultimathnum",
  "name" : "Ultimathnum",
  "path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/13] Write sources
[12/13] Write swift-version--7754E27361AE5C74.txt
[14/139] Compiling CoreKit Fallible+Map.swift
[15/139] Compiling CoreKit Fallible+Setup.swift
[16/139] Compiling CoreKit Fallible+Sink.swift
[17/139] Compiling CoreKit Fallible+Text.swift
[18/139] Compiling CoreKit Fallible+Validation.swift
[19/139] Compiling CoreKit Fallible+Veto.swift
[20/139] Compiling CoreKit Fallible.swift
[21/139] Compiling CoreKit Finite.swift
[22/139] Compiling CoreKit Natural.swift
[23/139] Compiling CoreKit Nonzero.swift
[24/139] Compiling CoreKit Shift.swift
[25/139] Compiling CoreKit LiteralInt+Comparison.swift
[26/139] Compiling CoreKit LiteralInt+Count.swift
[27/139] Compiling CoreKit LiteralInt+Elements.swift
[28/152] Compiling CoreKit LiteralInt+Text.swift
[29/152] Compiling CoreKit LiteralInt.swift
[30/152] Compiling CoreKit Order.swift
[31/152] Compiling CoreKit Sign+Bitwise.swift
[32/152] Compiling CoreKit Sign+Text.swift
[33/152] Compiling CoreKit Sign.swift
[34/152] Compiling CoreKit Signedness.swift
[35/152] Compiling CoreKit Signum+Addition.swift
[36/152] Compiling CoreKit Signum+Comparison.swift
[37/152] Compiling CoreKit Signum.swift
[38/152] Compiling CoreKit TextInt+Decoding.swift
[39/152] Compiling CoreKit TextInt+Encoding.swift
[40/152] Compiling CoreKit TextInt+Exponentiation.swift
[41/152] Compiling CoreKit TextInt+Format.swift
[42/152] Compiling CoreKit BinaryInteger+Addition.swift
[43/152] Compiling CoreKit BinaryInteger+Arbitrary.swift
[44/152] Compiling CoreKit BinaryInteger+Bitwise.swift
[45/152] Compiling CoreKit BinaryInteger+Clamping.swift
[46/152] Compiling CoreKit BinaryInteger+Comparison.swift
[47/152] Compiling CoreKit BinaryInteger+Complement.swift
[48/152] Compiling CoreKit BinaryInteger+Core.swift
[49/152] Compiling CoreKit BinaryInteger+Count.swift
[50/152] Compiling CoreKit BinaryInteger+Division.swift
[51/152] Compiling CoreKit BinaryInteger+Edgy.swift
[52/152] Compiling CoreKit BinaryInteger+Elements.swift
[53/152] Compiling CoreKit BinaryInteger+Exponentiation.swift
[54/152] Compiling CoreKit BinaryInteger+Factorial.swift
[55/152] Compiling CoreKit BinaryInteger+Factorization.swift
[56/152] Compiling CoreKit CoreInt+Multiplication.swift
[57/152] Compiling CoreKit CoreInt+Shift.swift
[58/152] Compiling CoreKit CoreInt.swift
[59/152] Compiling CoreKit Count+Comparison.swift
[60/152] Compiling CoreKit Count+Integers.swift
[61/152] Compiling CoreKit Count+Text.swift
[62/152] Compiling CoreKit Count.swift
[63/152] Compiling CoreKit DataInt+Addition.swift
[64/152] Compiling CoreKit DataInt+Bitwise.swift
[65/152] Compiling CoreKit DataInt+Comparison.swift
[66/152] Compiling CoreKit DataInt+Count.swift
[67/152] Compiling CoreKit DataInt+Division.swift
[68/152] Compiling CoreKit DataInt+Elements.swift
[69/152] Compiling CoreKit DataInt+Multiplication.swift
[70/152] Compiling CoreKit TextInt+Letters.swift
[71/152] Compiling CoreKit TextInt+Numerals.swift
[72/152] Compiling CoreKit TextInt.swift
[73/152] Compiling CoreKit Triplet+Bitwise.swift
[74/152] Compiling CoreKit Triplet+Comparison.swift
[75/152] Compiling CoreKit Triplet.swift
[76/152] Compiling CoreKit Build.swift
[77/152] Compiling CoreKit Namespace+Comparison.swift
[78/152] Compiling CoreKit Namespace+Elements.swift
[79/152] Compiling CoreKit Namespace+Stdlib.swift
[80/152] Compiling CoreKit Namespace.swift
[81/152] Compiling CoreKit Randomness+Full.swift
[82/152] Compiling CoreKit Randomness+Range.swift
[83/152] Compiling CoreKit DataInt+Partition.swift
[84/152] Compiling CoreKit DataInt+Reinterpretation.swift
[85/152] Compiling CoreKit DataInt+Shift.swift
[86/152] Compiling CoreKit DataInt.swift
[87/152] Compiling CoreKit Divider+Division.swift
[88/152] Compiling CoreKit Divider.swift
[89/152] Compiling CoreKit Division+Rounding.swift
[90/152] Compiling CoreKit Division+Validation.swift
[91/152] Compiling CoreKit Division.swift
[92/152] Compiling CoreKit Doublet+Bitwise.swift
[93/152] Compiling CoreKit Doublet+Comparison.swift
[94/152] Compiling CoreKit Doublet+Shift.swift
[95/152] Compiling CoreKit Doublet.swift
[96/152] Compiling CoreKit Fallible+Comparison.swift
[97/152] Compiling CoreKit BinaryInteger+Text.swift
[98/152] Compiling CoreKit BinaryInteger+Unsigned.swift
[99/152] Compiling CoreKit BinaryInteger+Values.swift
[100/152] Compiling CoreKit BinaryInteger.swift
[101/152] Compiling CoreKit BitCastable+Cast.swift
[102/152] Compiling CoreKit BitCastable+Self.swift
[103/152] Compiling CoreKit BitCastable.swift
[104/152] Compiling CoreKit BitCountable+Count.swift
[105/152] Compiling CoreKit BitCountable.swift
[106/152] Compiling CoreKit BitOperable+Bitwise.swift
[107/152] Compiling CoreKit BitOperable.swift
[108/152] Compiling CoreKit Contiguous+Mutable.swift
[109/152] Compiling CoreKit Contiguous.swift
[110/152] Compiling CoreKit Guarantee+Validation.swift
[111/152] Compiling CoreKit BinaryInteger+Finite.swift
[112/152] Compiling CoreKit BinaryInteger+Floats.swift
[113/152] Compiling CoreKit BinaryInteger+Geometry.swift
[114/152] Compiling CoreKit BinaryInteger+Integers.swift
[115/152] Compiling CoreKit BinaryInteger+Literals.swift
[116/152] Compiling CoreKit BinaryInteger+Loading.swift
[117/152] Compiling CoreKit BinaryInteger+Logarithm.swift
[118/152] Compiling CoreKit BinaryInteger+Metadata.swift
[119/152] Compiling CoreKit BinaryInteger+Multiplication.swift
[120/152] Compiling CoreKit BinaryInteger+Random.swift
[121/152] Compiling CoreKit BinaryInteger+Shift.swift
[122/152] Compiling CoreKit BinaryInteger+Signed.swift
[123/152] Compiling CoreKit BinaryInteger+Stride.swift
[124/152] Compiling CoreKit BinaryInteger+Systems.swift
[125/152] Compiling CoreKit Guarantee.swift
[126/152] Compiling CoreKit Interoperable+Yield.swift
[127/152] Compiling CoreKit Interoperable.swift
[128/152] Compiling CoreKit Bezout.swift
[129/152] Compiling CoreKit Bit+Bitwise.swift
[130/152] Compiling CoreKit Bit+Comparison.swift
[131/152] Compiling CoreKit Bit.swift
[132/152] Compiling CoreKit CoreInt+Addition.swift
[133/152] Compiling CoreKit CoreInt+Bitwise.swift
[134/152] Compiling CoreKit CoreInt+Comparison.swift
[135/152] Compiling CoreKit CoreInt+Count.swift
[136/152] Compiling CoreKit CoreInt+Division.swift
[137/152] Compiling CoreKit CoreInt+Elements.swift
[138/152] Compiling CoreKit CoreInt+Loading.swift
[139/152] Emitting module CoreKit
[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
[153/206] Compiling FibonacciKit Indexacci+Stride.swift
[154/206] Compiling FibonacciKit Indexacci+Text.swift
[155/207] Compiling FibonacciKit Tupleacci+Stride.swift
[156/207] Compiling FibonacciKit Tupleacci+Text.swift
[157/207] Compiling RandomIntKit FuzzerInt.swift
[158/207] Compiling FibonacciKit Indexacci.swift
[159/207] Compiling DoubleIntKit TripleInt+Subtraction.swift
[160/208] Compiling DoubleIntKit TripleInt+Addition.swift
[161/208] Compiling DoubleIntKit TripleInt+Bitwise.swift
[162/208] Emitting module RandomIntKit
[163/208] Compiling RandomIntKit RandomInt.swift
[164/208] Compiling InfiniIntKit Storage+Size.swift
[165/209] Compiling FibonacciKit Fibonacci+Toggle.swift
[166/209] Compiling FibonacciKit Fibonacci.swift
[167/209] Compiling FibonacciKit Fibonacci+Text.swift
[168/209] Compiling DoubleIntKit DoubleInt+Comparison.swift
[169/209] Compiling DoubleIntKit DoubleInt+Count.swift
[170/209] Compiling FibonacciKit Tupleacci.swift
[171/209] Compiling DoubleIntKit DoubleInt+Addition.swift
[172/209] Compiling DoubleIntKit DoubleInt+Bitwise.swift
[173/209] Compiling DoubleIntKit TripleInt+Comparison.swift
[174/209] Compiling DoubleIntKit TripleInt+Division.swift
[175/209] Compiling InfiniIntKit Storage.swift
[176/209] Compiling DoubleIntKit TripleInt.swift
[177/209] Compiling InfiniIntKit Storage+Elements.swift
[178/209] Compiling InfiniIntKit Storage+Normalization.swift
[179/209] Compiling InfiniIntKit Storage+Shift.swift
[182/209] Emitting module FibonacciKit
[185/209] Compiling DoubleIntKit DoubleInt+Shift.swift
[186/209] Compiling DoubleIntKit DoubleInt.swift
[187/209] Compiling DoubleIntKit DoubleInt+Loading.swift
[188/209] Compiling DoubleIntKit DoubleInt+Multiplication.swift
[191/209] Compiling DoubleIntKit DoubleInt+Division.swift
[192/209] Compiling DoubleIntKit DoubleInt+Elements.swift
[199/209] Emitting module DoubleIntKit
[200/209] Emitting module InfiniIntKit
[201/211] Emitting module Ultimathnum
[202/211] Compiling Ultimathnum Exports.swift
[203/211] Compiling CoreIop Randomness.swift
[204/211] Compiling CoreIop BinaryInteger.swift
[205/211] Compiling CoreIop BinaryInteger+Systems.swift
[206/211] Compiling CoreIop BinaryInteger+Signed.swift
[207/211] Compiling CoreIop BinaryInteger+Compact.swift
[208/211] Compiling CoreIop BinaryInteger+Lenient.swift
[209/211] Compiling CoreIop BinaryInteger+Finite.swift
[210/211] Emitting module CoreIop
[211/211] Compiling CoreIop BinaryInteger+Natural.swift
[212/242] Compiling RandomIntIop RandomInt.swift
[213/242] Emitting module RandomIntIop
[214/242] Compiling RandomIntIop FuzzerInt.swift
[215/276] Compiling DoubleIntIop DoubleInt+Multiplication.swift
[216/277] Compiling DoubleIntIop DoubleInt+Text.swift
[217/277] Compiling DoubleIntIop DoubleInt+Shift.swift
[218/277] Compiling TestKit Expect+Guarantee.swift
[219/277] Compiling TestKit SwiftIEEE754.swift
[220/277] Compiling DoubleIntIop DoubleInt+Words.swift
[221/277] Compiling DoubleIntIop DoubleInt+Stride.swift
[222/277] Compiling TestKit BlackHole.swift
[223/277] Compiling TestKit Expect+Comparison.swift
[224/277] Compiling TestKit Utilities+Randomness.swift
[225/277] Compiling TestKit Aliases.swift
[226/277] Compiling InfiniIntIop InfiniInt+Text.swift
[229/277] Compiling InfiniIntIop InfiniInt+Stride.swift
[230/277] Compiling InfiniIntIop InfiniInt+Multiplication.swift
[231/277] Compiling InfiniIntIop InfiniInt+Shift.swift
[232/277] Compiling InfiniIntIop InfiniInt+Words.swift
[233/277] Compiling TestKit Utilities+Literals.swift
[234/277] Compiling TestKit Utilities+Pointers.swift
[239/278] Emitting module DoubleIntIop
[242/278] Emitting module InfiniIntIop
[243/278] Compiling DoubleIntIop DoubleInt.swift
[244/278] Compiling InfiniIntIop InfiniInt.swift
[245/280] Emitting module Ultimathiop
[246/280] Compiling Ultimathiop Exports.swift
[247/280] Compiling TestKit Utilities+Doublet.swift
[248/280] Compiling TestKit Utilities+Expect.swift
[249/280] Compiling TestKit Utilities+Integers.swift
[250/280] Compiling TestKit Utilities+Collection.swift
[251/280] Compiling TestKit Utilities+Comparison.swift
[252/280] Compiling TestKit Utilities+Conditional.swift
[253/280] Compiling TestKit Utilities+Contiguous.swift
[254/280] Compiling TestKit Global+Types.swift
[255/280] Compiling TestKit Swift+Optional.swift
[256/280] Compiling TestKit TextInt+Text.swift
[257/280] Compiling TestKit Bad.swift
[258/283] Compiling TestKit Utilities+Reduce.swift
[259/283] Compiling TestKit Utilities+Shift.swift
[260/283] Compiling TestKit Utilities+Sign.swift
[261/283] Compiling TestKit DXL.swift
[262/283] Compiling TestKit Domain.swift
[263/283] Compiling TestKit Tag.swift
[264/283] Compiling TestKit Exports.swift
[266/283] Compiling TestKit Utilities+Bit.swift
[267/283] Compiling TestKit Utilities+Bitwise.swift
[268/283] Compiling TestKit Utilities+Bool.swift
[269/283] Compiling TestKit Expect+Text.swift
[270/283] Compiling TestKit Global+Data.swift
[271/283] Compiling TestKit Global+Info.swift
[272/283] Compiling TestKit Global+Randomness.swift
[280/283] Compiling TestKit Utilities+Signedness.swift
[281/283] Compiling TestKit Utilities+Signum.swift
[282/283] Compiling TestKit Utilities+Text.swift
[283/283] Emitting module TestKit
Build complete! (18.69s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ultimathnum",
  "name" : "Ultimathnum",
  "path" : "/Users/admin/builder/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"
}
Done.