The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Ultimathnum, reference main (7142ec), with Swift 6.0 for macOS (SPM) on 5 Apr 2025 06:12:39 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/oscbyspro/Ultimathnum.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/oscbyspro/Ultimathnum
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7142ece Build: fix nonzero exit codes.
Cloned https://github.com/oscbyspro/Ultimathnum.git
Revision (git rev-parse @):
7142ece80c2292ee7811ae6919d2518d7a013c13
SUCCESS checkout https://github.com/oscbyspro/Ultimathnum.git at main
========================================
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/18268] Fetching ultimathnum
Fetched https://github.com/oscbyspro/Ultimathnum.git from cache (1.20s)
Creating working copy for https://github.com/oscbyspro/Ultimathnum.git
Working copy of https://github.com/oscbyspro/Ultimathnum.git resolved at main (7142ece)
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+Metadata.swift",
        "TextInt+Numerals.swift",
        "TextInt+Pyramids.swift",
        "TextInt+Samples.swift",
        "TextInt.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.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",
        "Layouts/Doublet.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",
        "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",
        "Stdlib/Swift+StaticBigInt.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+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/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/Layouts/Doublet+Bitwise.swift",
        "Models/Layouts/Doublet+Comparison.swift",
        "Models/Layouts/Doublet+Shift.swift",
        "Models/Layouts/Doublet.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+Metadata.swift",
        "Models/TextInt+Numerals.swift",
        "Models/TextInt.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",
        "Project/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.2.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-5BDAB9E9C0126B9D.txt
[14/131] Compiling CoreKit BinaryInteger+Systems.swift
[15/131] Compiling CoreKit BinaryInteger+Text.swift
[16/131] Compiling CoreKit BinaryInteger+Unsigned.swift
[17/131] Compiling CoreKit BinaryInteger+Values.swift
[18/131] Compiling CoreKit BinaryInteger.swift
[19/131] Compiling CoreKit BitCastable+Cast.swift
[20/131] Compiling CoreKit BitCastable+Self.swift
[21/131] Compiling CoreKit BitCastable.swift
[22/131] Compiling CoreKit BitCountable+Count.swift
[23/131] Compiling CoreKit BitCountable.swift
[24/131] Compiling CoreKit BitOperable+Bitwise.swift
[25/131] Compiling CoreKit BitOperable.swift
[26/131] Compiling CoreKit Contiguous+Mutable.swift
[27/144] Compiling CoreKit TextInt+Exponentiation.swift
[28/144] Compiling CoreKit TextInt+Format.swift
[29/144] Compiling CoreKit TextInt+Letters.swift
[30/144] Compiling CoreKit TextInt+Metadata.swift
[31/144] Compiling CoreKit TextInt+Numerals.swift
[32/144] Compiling CoreKit TextInt.swift
[33/144] Compiling CoreKit Build.swift
[34/144] Compiling CoreKit Namespace+Comparison.swift
[35/144] Compiling CoreKit Namespace+Elements.swift
[36/144] Compiling CoreKit Namespace+Stdlib.swift
[37/144] Compiling CoreKit Namespace.swift
[38/144] Compiling CoreKit Randomness+Full.swift
[39/144] Compiling CoreKit Randomness+Range.swift
[40/144] Compiling CoreKit Doublet+Comparison.swift
[41/144] Compiling CoreKit Doublet+Shift.swift
[42/144] Compiling CoreKit Doublet.swift
[43/144] Compiling CoreKit Order.swift
[44/144] Compiling CoreKit Sign+Bitwise.swift
[45/144] Compiling CoreKit Sign+Text.swift
[46/144] Compiling CoreKit Sign.swift
[47/144] Compiling CoreKit Signedness.swift
[48/144] Compiling CoreKit Signum+Addition.swift
[49/144] Compiling CoreKit Signum+Comparison.swift
[50/144] Compiling CoreKit Signum.swift
[51/144] Compiling CoreKit TextInt+Decoding.swift
[52/144] Compiling CoreKit TextInt+Encoding.swift
[53/144] Compiling CoreKit Fallible+Comparison.swift
[54/144] Compiling CoreKit Fallible+Map.swift
[55/144] Compiling CoreKit Fallible+Setup.swift
[56/144] Compiling CoreKit Fallible+Sink.swift
[57/144] Compiling CoreKit Fallible+Text.swift
[58/144] Compiling CoreKit Fallible+Validation.swift
[59/144] Compiling CoreKit Fallible+Veto.swift
[60/144] Compiling CoreKit Fallible.swift
[61/144] Compiling CoreKit Finite.swift
[62/144] Compiling CoreKit Natural.swift
[63/144] Compiling CoreKit Nonzero.swift
[64/144] Compiling CoreKit Shift.swift
[65/144] Compiling CoreKit Doublet+Bitwise.swift
[66/144] Compiling CoreKit BinaryInteger+Addition.swift
[67/144] Compiling CoreKit BinaryInteger+Arbitrary.swift
[68/144] Compiling CoreKit BinaryInteger+Bitwise.swift
[69/144] Compiling CoreKit BinaryInteger+Clamping.swift
[70/144] Compiling CoreKit BinaryInteger+Comparison.swift
[71/144] Compiling CoreKit BinaryInteger+Complement.swift
[72/144] Compiling CoreKit BinaryInteger+Core.swift
[73/144] Compiling CoreKit BinaryInteger+Count.swift
[74/144] Compiling CoreKit BinaryInteger+Division.swift
[75/144] Compiling CoreKit BinaryInteger+Edgy.swift
[76/144] Compiling CoreKit BinaryInteger+Elements.swift
[77/144] Compiling CoreKit BinaryInteger+Exponentiation.swift
[78/144] Compiling CoreKit BinaryInteger+Factorial.swift
[79/144] Compiling CoreKit Contiguous.swift
[80/144] Compiling CoreKit Guarantee+Validation.swift
[81/144] Compiling CoreKit Guarantee.swift
[82/144] Compiling CoreKit Interoperable+Yield.swift
[83/144] Compiling CoreKit Interoperable.swift
[84/144] Compiling CoreKit Bezout.swift
[85/144] Compiling CoreKit Bit+Bitwise.swift
[86/144] Compiling CoreKit Bit+Comparison.swift
[87/144] Compiling CoreKit Bit.swift
[88/144] Compiling CoreKit CoreInt+Addition.swift
[89/144] Compiling CoreKit CoreInt+Bitwise.swift
[90/144] Compiling CoreKit CoreInt+Comparison.swift
[91/144] Compiling CoreKit CoreInt+Count.swift
[92/144] Compiling CoreKit BinaryInteger+Factorization.swift
[93/144] Compiling CoreKit BinaryInteger+Finite.swift
[94/144] Compiling CoreKit BinaryInteger+Floats.swift
[95/144] Compiling CoreKit BinaryInteger+Geometry.swift
[96/144] Compiling CoreKit BinaryInteger+Integers.swift
[97/144] Compiling CoreKit BinaryInteger+Loading.swift
[98/144] Compiling CoreKit BinaryInteger+Logarithm.swift
[99/144] Compiling CoreKit BinaryInteger+Metadata.swift
[100/144] Compiling CoreKit BinaryInteger+Multiplication.swift
[101/144] Compiling CoreKit BinaryInteger+Random.swift
[102/144] Compiling CoreKit BinaryInteger+Shift.swift
[103/144] Compiling CoreKit BinaryInteger+Signed.swift
[104/144] Compiling CoreKit BinaryInteger+Stride.swift
[105/144] Compiling CoreKit CoreInt+Division.swift
[106/144] Compiling CoreKit CoreInt+Elements.swift
[107/144] Compiling CoreKit CoreInt+Loading.swift
[108/144] Compiling CoreKit CoreInt+Multiplication.swift
[109/144] Compiling CoreKit CoreInt+Shift.swift
[110/144] Compiling CoreKit CoreInt.swift
[111/144] Compiling CoreKit Count+Comparison.swift
[112/144] Compiling CoreKit Count+Integers.swift
[113/144] Compiling CoreKit Count+Text.swift
[114/144] Compiling CoreKit Count.swift
[115/144] Compiling CoreKit DataInt+Addition.swift
[116/144] Compiling CoreKit DataInt+Bitwise.swift
[117/144] Compiling CoreKit DataInt+Comparison.swift
[118/144] Compiling CoreKit DataInt+Count.swift
[119/144] Compiling CoreKit DataInt+Division.swift
[120/144] Compiling CoreKit DataInt+Elements.swift
[121/144] Compiling CoreKit DataInt+Multiplication.swift
[122/144] Compiling CoreKit DataInt+Partition.swift
[123/144] Compiling CoreKit DataInt+Reinterpretation.swift
[124/144] Compiling CoreKit DataInt+Shift.swift
[125/144] Compiling CoreKit DataInt.swift
[126/144] Compiling CoreKit Divider+Division.swift
[127/144] Compiling CoreKit Divider.swift
[128/144] Compiling CoreKit Division+Rounding.swift
[129/144] Compiling CoreKit Division+Validation.swift
[130/144] Compiling CoreKit Division.swift
[131/144] Emitting module CoreKit
[132/144] Compiling CoreKit Randomness.swift
[133/144] Compiling CoreKit Recoverable+Veto.swift
[134/144] Compiling CoreKit Recoverable.swift
[135/144] Compiling CoreKit Swift+Array.swift
[136/144] Compiling CoreKit Swift+ArraySlice.swift
[137/144] Compiling CoreKit Swift+BinaryInteger.swift
[138/144] Compiling CoreKit Swift+Bool.swift
[139/144] Compiling CoreKit Swift+ContiguousArray.swift
[140/144] Compiling CoreKit Swift+FloatingPointSign.swift
[141/144] Compiling CoreKit Swift+Int.swift
[142/144] Compiling CoreKit Swift+Optional.swift
[143/144] Compiling CoreKit Swift+String.swift
[144/144] Compiling CoreKit Swift+UInt.swift
[145/193] Compiling FibonacciKit Tupleacci+Text.swift
[146/193] Compiling FibonacciKit Tupleacci+Stride.swift
[147/194] Compiling FibonacciKit Indexacci+Stride.swift
[148/194] Compiling FibonacciKit Fibonacci+Text.swift
[149/194] Compiling FibonacciKit Fibonacci+Toggle.swift
[150/194] Compiling RandomIntKit RandomInt.swift
[151/194] Compiling RandomIntKit FuzzerInt.swift
[152/194] Emitting module RandomIntKit
[153/194] Compiling FibonacciKit Indexacci+Text.swift
[154/194] Compiling FibonacciKit Indexacci.swift
[155/194] Compiling InfiniIntKit Storage+Size.swift
[156/195] Compiling DoubleIntKit DoubleInt+Comparison.swift
[157/195] Compiling DoubleIntKit DoubleInt+Count.swift
[158/196] Compiling DoubleIntKit DoubleInt+Elements.swift
[159/196] Compiling FibonacciKit Tupleacci.swift
[160/196] Compiling DoubleIntKit DoubleInt+Addition.swift
[161/196] Compiling DoubleIntKit DoubleInt+Bitwise.swift
[162/196] Compiling FibonacciKit Fibonacci.swift
[163/196] Compiling InfiniIntKit Storage+Elements.swift
[164/196] Compiling DoubleIntKit Doublet.swift
[165/196] Compiling DoubleIntKit DoubleInt+Loading.swift
[166/196] Compiling InfiniIntKit Storage.swift
[167/196] Compiling InfiniIntKit Storage+Shift.swift
[168/196] Compiling InfiniIntKit Storage+Normalization.swift
[171/196] Compiling DoubleIntKit DoubleInt+Multiplication.swift
[172/196] Compiling DoubleIntKit DoubleInt.swift
[173/196] Compiling DoubleIntKit DoubleInt+Shift.swift
[176/196] Emitting module FibonacciKit
[177/196] Compiling InfiniIntKit InfiniInt+Division.swift
[178/196] Compiling InfiniIntKit InfiniInt+Elements.swift
[179/196] Compiling InfiniIntKit InfiniInt+Comparison.swift
[180/196] Compiling InfiniIntKit InfiniInt+Count.swift
[181/196] Compiling DoubleIntKit DoubleInt+Division.swift
[182/196] Compiling InfiniIntKit InfiniInt+Shift.swift
[183/196] Compiling InfiniIntKit InfiniInt.swift
[184/196] Compiling InfiniIntKit InfiniInt+Loading.swift
[185/196] Compiling InfiniIntKit InfiniInt+Multiplication.swift
[186/196] Emitting module DoubleIntKit
[187/196] Emitting module InfiniIntKit
[188/198] Emitting module Ultimathnum
[189/198] Compiling Ultimathnum Exports.swift
[190/198] Compiling CoreIop Randomness.swift
[191/198] Compiling CoreIop BinaryInteger+Systems.swift
[192/198] Compiling CoreIop BinaryInteger+Signed.swift
[193/198] Compiling CoreIop BinaryInteger.swift
[194/198] Compiling CoreIop BinaryInteger+Lenient.swift
[195/198] Compiling CoreIop BinaryInteger+Natural.swift
[196/198] Compiling CoreIop BinaryInteger+Finite.swift
[197/198] Compiling CoreIop BinaryInteger+Compact.swift
[198/198] Emitting module CoreIop
[199/229] Compiling RandomIntIop RandomInt.swift
[200/229] Emitting module RandomIntIop
[201/229] Compiling RandomIntIop FuzzerInt.swift
[202/263] Compiling DoubleIntIop DoubleInt+Text.swift
[203/263] Compiling DoubleIntIop DoubleInt+Words.swift
[204/263] Compiling DoubleIntIop DoubleInt+Shift.swift
[205/263] Compiling DoubleIntIop DoubleInt+Stride.swift
[206/264] Compiling DoubleIntIop DoubleInt+Multiplication.swift
[207/264] Compiling TestKit Expect+Comparison.swift
[208/264] Compiling TestKit Expect+Guarantee.swift
[209/264] Compiling TestKit Aliases.swift
[210/264] Compiling TestKit BlackHole.swift
[211/264] Compiling TestKit Tag.swift
[212/264] Compiling TestKit Exports.swift
[213/264] Compiling TestKit DXL.swift
[214/264] Compiling TestKit Domain.swift
[215/264] Compiling InfiniIntIop InfiniInt+Words.swift
[216/264] Compiling InfiniIntIop InfiniInt+Stride.swift
[217/264] Compiling InfiniIntIop InfiniInt+Text.swift
[218/265] Compiling InfiniIntIop InfiniInt+Shift.swift
[219/265] Compiling InfiniIntIop InfiniInt+Multiplication.swift
[222/265] Emitting module DoubleIntIop
[229/265] Emitting module InfiniIntIop
[230/265] Compiling DoubleIntIop DoubleInt.swift
[231/265] Compiling InfiniIntIop InfiniInt.swift
[232/267] Emitting module Ultimathiop
[233/267] Compiling Ultimathiop Exports.swift
[234/267] Compiling TestKit Utilities+Literals.swift
[235/267] Compiling TestKit Utilities+Pointers.swift
[236/267] Compiling TestKit Utilities+Randomness.swift
[237/270] Compiling TestKit Utilities+Reduce.swift
[238/270] Compiling TestKit Utilities+Shift.swift
[239/270] Compiling TestKit Utilities+Sign.swift
[240/270] Compiling TestKit Utilities+Doublet.swift
[241/270] Compiling TestKit Utilities+Expect.swift
[242/270] Compiling TestKit Utilities+Integers.swift
[243/270] Compiling TestKit Utilities+Collection.swift
[244/270] Compiling TestKit Utilities+Comparison.swift
[245/270] Compiling TestKit Utilities+Conditional.swift
[246/270] Compiling TestKit Utilities+Contiguous.swift
[247/270] Compiling TestKit Expect+Text.swift
[248/270] Compiling TestKit Global+Data.swift
[249/270] Compiling TestKit Global+Info.swift
[250/270] Compiling TestKit Global+Randomness.swift
[255/270] Compiling TestKit SwiftIEEE754.swift
[256/270] Compiling TestKit Utilities+Bit.swift
[257/270] Compiling TestKit Utilities+Bitwise.swift
[258/270] Compiling TestKit Utilities+Bool.swift
[259/270] Compiling TestKit Global+Types.swift
[260/270] Compiling TestKit Swift+Optional.swift
[261/270] Compiling TestKit TextInt+Text.swift
[262/270] Compiling TestKit Bad.swift
[263/270] Compiling TestKit Utilities+Signedness.swift
[264/270] Compiling TestKit Utilities+Signum.swift
[265/270] Compiling TestKit Utilities+Text.swift
[270/270] Emitting module TestKit
Build complete! (18.95s)
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+Metadata.swift",
        "TextInt+Numerals.swift",
        "TextInt+Pyramids.swift",
        "TextInt+Samples.swift",
        "TextInt.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.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",
        "Layouts/Doublet.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",
        "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",
        "Stdlib/Swift+StaticBigInt.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+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/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/Layouts/Doublet+Bitwise.swift",
        "Models/Layouts/Doublet+Comparison.swift",
        "Models/Layouts/Doublet+Shift.swift",
        "Models/Layouts/Doublet.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+Metadata.swift",
        "Models/TextInt+Numerals.swift",
        "Models/TextInt.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",
        "Project/Exports.swift",
        "Randomness.swift",
        "TextInt+Base10.swift",
        "TextInt+Base16.swift"
      ],
      "target_dependencies" : [
        "Ultimathnum",
        "TestKit"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
Done.