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 main (7142ec), with Swift 6.1 for Android on 30 May 2025 00:55:57 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/oscbyspro/Ultimathnum.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/oscbyspro/Ultimathnum
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 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
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/oscbyspro/Ultimathnum.git
https://github.com/oscbyspro/Ultimathnum.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ultimathnum",
  "name" : "Ultimathnum",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreIop",
      "targets" : [
        "CoreIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CoreKit",
      "targets" : [
        "CoreKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DoubleIntIop",
      "targets" : [
        "DoubleIntIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DoubleIntKit",
      "targets" : [
        "DoubleIntKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FibonacciKit",
      "targets" : [
        "FibonacciKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InfiniIntIop",
      "targets" : [
        "InfiniIntIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InfiniIntKit",
      "targets" : [
        "InfiniIntKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RandomIntIop",
      "targets" : [
        "RandomIntIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RandomIntKit",
      "targets" : [
        "RandomIntKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Ultimathiop",
      "targets" : [
        "Ultimathiop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Ultimathnum",
      "targets" : [
        "Ultimathnum"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UltimathnumTests",
      "module_type" : "SwiftTarget",
      "name" : "UltimathnumTests",
      "path" : "Tests/UltimathnumTests",
      "sources" : [
        "BinaryInteger+Addition.swift",
        "BinaryInteger+Bitwise.swift",
        "BinaryInteger+Clamping.swift",
        "BinaryInteger+Comparison.swift",
        "BinaryInteger+Complement.swift",
        "BinaryInteger+Count.swift",
        "BinaryInteger+Division.swift.swift",
        "BinaryInteger+Elements.swift",
        "BinaryInteger+Exponentiation.swift",
        "BinaryInteger+Factorial.swift",
        "BinaryInteger+Factorization.swift",
        "BinaryInteger+Fibonacci.swift",
        "BinaryInteger+Floats.swift",
        "BinaryInteger+Geometry.swift",
        "BinaryInteger+Integers.swift",
        "BinaryInteger+Literals.swift",
        "BinaryInteger+Loading.swift",
        "BinaryInteger+Logarithm.swift",
        "BinaryInteger+Metadata.swift",
        "BinaryInteger+Multiplication.swift",
        "BinaryInteger+Random.swift",
        "BinaryInteger+Shift.swift",
        "BinaryInteger+Stdlib.swift",
        "BinaryInteger+Stride.swift",
        "BinaryInteger+Text.swift",
        "BinaryInteger+Values.swift",
        "Count+Comparison.swift",
        "Count+Integers.swift",
        "Count+Text.swift",
        "Count.swift",
        "Divider+Division.swift",
        "Divider+Documentation.swift",
        "Divider+Validation.swift",
        "Divider.swift",
        "Doublet.swift",
        "Guarantees/Finite.swift",
        "Guarantees/Natural.swift",
        "Guarantees/Nonzero.swift",
        "Guarantees/Shift.swift",
        "Randomness.swift",
        "TextInt+Decoding.swift",
        "TextInt+Encoding.swift",
        "TextInt+Exponentiation.swift",
        "TextInt+Letters.swift",
        "TextInt+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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/128] Compiling CoreKit BitCountable+Count.swift
[15/128] Compiling CoreKit BitCountable.swift
[16/128] Compiling CoreKit BitOperable+Bitwise.swift
[17/128] Compiling CoreKit BitOperable.swift
[18/128] Compiling CoreKit Contiguous+Mutable.swift
[19/128] Compiling CoreKit Contiguous.swift
[20/128] Compiling CoreKit Guarantee+Validation.swift
[21/128] Compiling CoreKit Guarantee.swift
[22/128] Compiling CoreKit Interoperable+Yield.swift
[23/128] Compiling CoreKit Interoperable.swift
[24/128] Compiling CoreKit Bezout.swift
[25/128] Compiling CoreKit Bit+Bitwise.swift
[26/128] Compiling CoreKit Bit+Comparison.swift
[27/128] Compiling CoreKit Bit.swift
[28/128] Compiling CoreKit CoreInt+Addition.swift
[29/128] Compiling CoreKit CoreInt+Bitwise.swift
[30/144] Compiling CoreKit Signedness.swift
[31/144] Compiling CoreKit Signum+Addition.swift
[32/144] Compiling CoreKit Signum+Comparison.swift
[33/144] Compiling CoreKit Signum.swift
[34/144] Compiling CoreKit TextInt+Decoding.swift
[35/144] Compiling CoreKit TextInt+Encoding.swift
[36/144] Compiling CoreKit TextInt+Exponentiation.swift
[37/144] Compiling CoreKit TextInt+Format.swift
[38/144] Compiling CoreKit TextInt+Letters.swift
[39/144] Compiling CoreKit TextInt+Metadata.swift
[40/144] Compiling CoreKit TextInt+Numerals.swift
[41/144] Compiling CoreKit TextInt.swift
[42/144] Compiling CoreKit Build.swift
[43/144] Compiling CoreKit Namespace+Comparison.swift
[44/144] Compiling CoreKit Namespace+Elements.swift
[45/144] Compiling CoreKit Namespace+Stdlib.swift
[46/144] Compiling CoreKit DataInt+Division.swift
[47/144] Compiling CoreKit DataInt+Elements.swift
[48/144] Compiling CoreKit DataInt+Multiplication.swift
[49/144] Compiling CoreKit DataInt+Partition.swift
[50/144] Compiling CoreKit DataInt+Reinterpretation.swift
[51/144] Compiling CoreKit DataInt+Shift.swift
[52/144] Compiling CoreKit DataInt.swift
[53/144] Compiling CoreKit Divider+Division.swift
[54/144] Compiling CoreKit Divider.swift
[55/144] Compiling CoreKit Division+Rounding.swift
[56/144] Compiling CoreKit Division+Validation.swift
[57/144] Compiling CoreKit Division.swift
[58/144] Compiling CoreKit Fallible+Comparison.swift
[59/144] Compiling CoreKit Fallible+Map.swift
[60/144] Compiling CoreKit Fallible+Setup.swift
[61/144] Compiling CoreKit Fallible+Sink.swift
[62/144] Compiling CoreKit Fallible+Text.swift
[63/144] Compiling CoreKit Fallible+Validation.swift
[64/144] Compiling CoreKit Fallible+Veto.swift
[65/144] Compiling CoreKit Fallible.swift
[66/144] Compiling CoreKit Finite.swift
[67/144] Compiling CoreKit Natural.swift
[68/144] Compiling CoreKit Nonzero.swift
[69/144] Compiling CoreKit Shift.swift
[70/144] Compiling CoreKit Doublet+Bitwise.swift
[71/144] Compiling CoreKit Doublet+Comparison.swift
[72/144] Compiling CoreKit Doublet+Shift.swift
[73/144] Compiling CoreKit Doublet.swift
[74/144] Compiling CoreKit Order.swift
[75/144] Compiling CoreKit Sign+Bitwise.swift
[76/144] Compiling CoreKit Sign+Text.swift
[77/144] Compiling CoreKit Sign.swift
[78/144] Compiling CoreKit CoreInt+Comparison.swift
[79/144] Compiling CoreKit CoreInt+Count.swift
[80/144] Compiling CoreKit CoreInt+Division.swift
[81/144] Compiling CoreKit CoreInt+Elements.swift
[82/144] Compiling CoreKit CoreInt+Loading.swift
[83/144] Compiling CoreKit CoreInt+Multiplication.swift
[84/144] Compiling CoreKit CoreInt+Shift.swift
[85/144] Compiling CoreKit CoreInt.swift
[86/144] Compiling CoreKit Count+Comparison.swift
[87/144] Compiling CoreKit Count+Integers.swift
[88/144] Compiling CoreKit Count+Text.swift
[89/144] Compiling CoreKit Count.swift
[90/144] Compiling CoreKit DataInt+Addition.swift
[91/144] Compiling CoreKit DataInt+Bitwise.swift
[92/144] Compiling CoreKit DataInt+Comparison.swift
[93/144] Compiling CoreKit DataInt+Count.swift
[94/144] Compiling CoreKit BinaryInteger+Integers.swift
[95/144] Compiling CoreKit BinaryInteger+Loading.swift
[96/144] Compiling CoreKit BinaryInteger+Logarithm.swift
[97/144] Compiling CoreKit BinaryInteger+Metadata.swift
[98/144] Compiling CoreKit BinaryInteger+Multiplication.swift
[99/144] Compiling CoreKit BinaryInteger+Random.swift
[100/144] Compiling CoreKit BinaryInteger+Shift.swift
[101/144] Compiling CoreKit BinaryInteger+Signed.swift
[102/144] Compiling CoreKit BinaryInteger+Stride.swift
[103/144] Compiling CoreKit BinaryInteger+Systems.swift
[104/144] Compiling CoreKit BinaryInteger+Text.swift
[105/144] Compiling CoreKit BinaryInteger+Unsigned.swift
[106/144] Compiling CoreKit BinaryInteger+Values.swift
[107/144] Compiling CoreKit BinaryInteger.swift
[108/144] Compiling CoreKit BitCastable+Cast.swift
[109/144] Compiling CoreKit BitCastable+Self.swift
[110/144] Compiling CoreKit BitCastable.swift
[111/144] Compiling CoreKit BinaryInteger+Addition.swift
[112/144] Compiling CoreKit BinaryInteger+Arbitrary.swift
[113/144] Compiling CoreKit BinaryInteger+Bitwise.swift
[114/144] Compiling CoreKit BinaryInteger+Clamping.swift
[115/144] Compiling CoreKit BinaryInteger+Comparison.swift
[116/144] Compiling CoreKit BinaryInteger+Complement.swift
[117/144] Compiling CoreKit BinaryInteger+Core.swift
[118/144] Compiling CoreKit BinaryInteger+Count.swift
[119/144] Compiling CoreKit BinaryInteger+Division.swift
[120/144] Compiling CoreKit BinaryInteger+Edgy.swift
[121/144] Compiling CoreKit BinaryInteger+Elements.swift
[122/144] Compiling CoreKit BinaryInteger+Exponentiation.swift
[123/144] Compiling CoreKit BinaryInteger+Factorial.swift
[124/144] Compiling CoreKit BinaryInteger+Factorization.swift
[125/144] Compiling CoreKit BinaryInteger+Finite.swift
[126/144] Compiling CoreKit BinaryInteger+Floats.swift
[127/144] Compiling CoreKit BinaryInteger+Geometry.swift
[128/144] Emitting module CoreKit
[129/144] Compiling CoreKit Namespace.swift
[130/144] Compiling CoreKit Randomness+Full.swift
[131/144] Compiling CoreKit Randomness+Range.swift
[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
[146/193] Compiling FibonacciKit Tupleacci+Stride.swift
[147/194] Compiling FibonacciKit Tupleacci+Text.swift
[148/194] Compiling RandomIntKit FuzzerInt.swift
[149/194] Compiling FibonacciKit Indexacci.swift
[150/194] Compiling FibonacciKit Indexacci+Text.swift
[151/194] Compiling RandomIntKit RandomInt.swift
[152/194] Emitting module RandomIntKit
[153/195] Compiling DoubleIntKit DoubleInt+Division.swift
[154/195] Compiling DoubleIntKit DoubleInt+Elements.swift
[155/195] Compiling DoubleIntKit DoubleInt+Comparison.swift
[156/195] Compiling DoubleIntKit DoubleInt+Count.swift
[157/195] Compiling DoubleIntKit DoubleInt+Addition.swift
[158/195] Compiling DoubleIntKit DoubleInt+Bitwise.swift
[162/197] Emitting module FibonacciKit
[163/197] Compiling FibonacciKit Tupleacci.swift
[166/198] Compiling DoubleIntKit Doublet.swift
[167/198] Compiling InfiniIntKit Storage+Elements.swift
[168/198] Compiling InfiniIntKit Storage+Normalization.swift
[169/198] Compiling InfiniIntKit Storage+Shift.swift
[170/198] Compiling InfiniIntKit Storage+Size.swift
[171/198] Compiling InfiniIntKit Storage.swift
[173/198] Compiling DoubleIntKit DoubleInt+Shift.swift
[174/198] Compiling DoubleIntKit DoubleInt+Loading.swift
[175/198] Compiling DoubleIntKit DoubleInt+Multiplication.swift
[176/198] Compiling DoubleIntKit DoubleInt.swift
[179/198] Compiling InfiniIntKit InfiniInt+Shift.swift
[180/198] Compiling InfiniIntKit InfiniInt.swift
[187/198] Compiling InfiniIntKit InfiniInt+Loading.swift
[188/198] Compiling InfiniIntKit InfiniInt+Multiplication.swift
[189/198] Emitting module DoubleIntKit
[191/199] Emitting module InfiniIntKit
[193/202] Compiling Ultimathnum Exports.swift
[194/202] Emitting module Ultimathnum
[196/203] Compiling CoreIop BinaryInteger.swift
[197/204] Compiling CoreIop Randomness.swift
[198/204] Compiling CoreIop BinaryInteger+Signed.swift
[199/204] Compiling CoreIop BinaryInteger+Lenient.swift
[200/204] Compiling CoreIop BinaryInteger+Natural.swift
[201/204] Compiling CoreIop BinaryInteger+Finite.swift
[202/204] Compiling CoreIop BinaryInteger+Systems.swift
[203/204] Emitting module CoreIop
[204/204] Compiling CoreIop BinaryInteger+Compact.swift
[206/236] Compiling RandomIntIop RandomInt.swift
[207/236] Emitting module RandomIntIop
[208/236] Compiling RandomIntIop FuzzerInt.swift
[210/270] Compiling TestKit SwiftIEEE754.swift
[211/270] Compiling TestKit Utilities+Bit.swift
[212/271] Compiling TestKit Aliases.swift
[213/271] Compiling TestKit BlackHole.swift
[214/271] Compiling DoubleIntIop DoubleInt+Words.swift
[215/271] Compiling TestKit Utilities+Bitwise.swift
[216/271] Compiling TestKit Utilities+Bool.swift
[217/271] Compiling TestKit Swift+Optional.swift
[218/271] Compiling TestKit Exports.swift
[219/271] Compiling TestKit Global+Randomness.swift
[220/271] Compiling TestKit Global+Types.swift
[223/272] Compiling TestKit Global+Data.swift
[224/272] Compiling TestKit Global+Info.swift
[225/272] Compiling InfiniIntIop InfiniInt+Words.swift
[236/272] Compiling TestKit Utilities+Pointers.swift
[237/272] Compiling TestKit Utilities+Randomness.swift
[238/272] Compiling TestKit Utilities+Reduce.swift
[239/272] Compiling TestKit Utilities+Shift.swift
[250/276] Compiling TestKit Utilities+Doublet.swift
[251/276] Compiling TestKit Utilities+Expect.swift
[252/276] Compiling TestKit Utilities+Integers.swift
[253/276] Compiling TestKit Utilities+Literals.swift
[254/276] Compiling TestKit Utilities+Collection.swift
[255/276] Compiling TestKit Utilities+Comparison.swift
[256/276] Compiling TestKit Utilities+Conditional.swift
[257/276] Compiling TestKit Utilities+Contiguous.swift
[258/276] Compiling TestKit TextInt+Text.swift
[259/276] Compiling TestKit Bad.swift
[260/276] Compiling TestKit DXL.swift
[261/276] Compiling TestKit Domain.swift
[262/276] Compiling TestKit Tag.swift
[263/276] Emitting module DoubleIntIop
[266/276] Compiling TestKit Expect+Comparison.swift
[267/276] Compiling TestKit Expect+Guarantee.swift
[268/276] Compiling TestKit Expect+Text.swift
[269/276] Compiling TestKit Utilities+Sign.swift
[270/276] Compiling TestKit Utilities+Signedness.swift
[271/276] Compiling TestKit Utilities+Signum.swift
[272/276] Compiling TestKit Utilities+Text.swift
[273/276] Emitting module InfiniIntIop
[274/276] Compiling DoubleIntIop DoubleInt.swift
[276/277] Compiling InfiniIntIop InfiniInt.swift
[278/278] Emitting module TestKit
[280/281] Compiling Ultimathiop Exports.swift
[281/281] Emitting module Ultimathiop
Build complete! (131.19s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ultimathnum",
  "name" : "Ultimathnum",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreIop",
      "targets" : [
        "CoreIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CoreKit",
      "targets" : [
        "CoreKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DoubleIntIop",
      "targets" : [
        "DoubleIntIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DoubleIntKit",
      "targets" : [
        "DoubleIntKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FibonacciKit",
      "targets" : [
        "FibonacciKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InfiniIntIop",
      "targets" : [
        "InfiniIntIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InfiniIntKit",
      "targets" : [
        "InfiniIntKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RandomIntIop",
      "targets" : [
        "RandomIntIop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RandomIntKit",
      "targets" : [
        "RandomIntKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Ultimathiop",
      "targets" : [
        "Ultimathiop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Ultimathnum",
      "targets" : [
        "Ultimathnum"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UltimathnumTests",
      "module_type" : "SwiftTarget",
      "name" : "UltimathnumTests",
      "path" : "Tests/UltimathnumTests",
      "sources" : [
        "BinaryInteger+Addition.swift",
        "BinaryInteger+Bitwise.swift",
        "BinaryInteger+Clamping.swift",
        "BinaryInteger+Comparison.swift",
        "BinaryInteger+Complement.swift",
        "BinaryInteger+Count.swift",
        "BinaryInteger+Division.swift.swift",
        "BinaryInteger+Elements.swift",
        "BinaryInteger+Exponentiation.swift",
        "BinaryInteger+Factorial.swift",
        "BinaryInteger+Factorization.swift",
        "BinaryInteger+Fibonacci.swift",
        "BinaryInteger+Floats.swift",
        "BinaryInteger+Geometry.swift",
        "BinaryInteger+Integers.swift",
        "BinaryInteger+Literals.swift",
        "BinaryInteger+Loading.swift",
        "BinaryInteger+Logarithm.swift",
        "BinaryInteger+Metadata.swift",
        "BinaryInteger+Multiplication.swift",
        "BinaryInteger+Random.swift",
        "BinaryInteger+Shift.swift",
        "BinaryInteger+Stdlib.swift",
        "BinaryInteger+Stride.swift",
        "BinaryInteger+Text.swift",
        "BinaryInteger+Values.swift",
        "Count+Comparison.swift",
        "Count+Integers.swift",
        "Count+Text.swift",
        "Count.swift",
        "Divider+Division.swift",
        "Divider+Documentation.swift",
        "Divider+Validation.swift",
        "Divider.swift",
        "Doublet.swift",
        "Guarantees/Finite.swift",
        "Guarantees/Natural.swift",
        "Guarantees/Nonzero.swift",
        "Guarantees/Shift.swift",
        "Randomness.swift",
        "TextInt+Decoding.swift",
        "TextInt+Encoding.swift",
        "TextInt+Exponentiation.swift",
        "TextInt+Letters.swift",
        "TextInt+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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.