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 with Swift 6.0 (beta) for macOS (SPM) (d1a340) on 28 Jun 2024 19:00:36 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/oscbyspro/Ultimathnum.git
Reference: 0.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/oscbyspro/Ultimathnum
 * tag               0.5.1      -> FETCH_HEAD
HEAD is now at d1a340c Some init(clamping:) infinity fixes (#21).
Cloned https://github.com/oscbyspro/Ultimathnum.git
Revision (git rev-parse @):
d1a340c9b6fb6f6dec91570a9f9fe90d4058669e
SUCCESS checkout https://github.com/oscbyspro/Ultimathnum.git at 0.5.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/oscbyspro/Ultimathnum.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version--14728B76ED507284.txt
[8/99] Compiling CoreKit BitOperable+Bitwise.swift
[9/99] Compiling CoreKit BitOperable.swift
[10/99] Compiling CoreKit Configuration.swift
[11/99] Compiling CoreKit Endianness+Comparison.swift
[12/99] Compiling CoreKit Endianness.swift
[13/99] Compiling CoreKit Ascending.swift
[14/99] Compiling CoreKit Descending.swift
[15/99] Compiling CoreKit Signed.swift
[16/99] Compiling CoreKit Unsigned.swift
[17/99] Compiling CoreKit Bit+Bitwise.swift
[18/109] Compiling CoreKit DataInt+Upsize.swift
[19/109] Compiling CoreKit DataInt.swift
[20/109] Compiling CoreKit Division+Rounding.swift
[21/109] Compiling CoreKit Division.swift
[22/109] Compiling CoreKit Doublet+Bitwise.swift
[23/109] Compiling CoreKit Doublet+Comparison.swift
[24/109] Compiling CoreKit Doublet+Shift.swift
[25/109] Compiling CoreKit Doublet.swift
[26/109] Compiling CoreKit Fallible+Addition.swift
[27/109] Compiling CoreKit Fallible+Comparison.swift
[28/109] Compiling CoreKit RootInt+Comparison.swift
[29/109] Compiling CoreKit RootInt+Count.swift
[30/109] Compiling CoreKit RootInt.swift
[31/109] Compiling CoreKit Rootlnt+Elements.swift
[32/109] Compiling CoreKit Sign+Bitwise.swift
[33/109] Compiling CoreKit Sign.swift
[34/109] Compiling CoreKit Signum+Comparison.swift
[35/109] Compiling CoreKit Signum+Subtraction.swift
[36/109] Compiling CoreKit Signum.swift
[37/109] Compiling CoreKit TextInt+Decoding.swift
[38/109] Compiling CoreKit Bit+Comparison.swift
[39/109] Compiling CoreKit Bit.swift
[40/109] Compiling CoreKit CoreInt+Addition.swift
[41/109] Compiling CoreKit CoreInt+Bitwise.swift
[42/109] Compiling CoreKit CoreInt+Comparison.swift
[43/109] Compiling CoreKit CoreInt+Count.swift
[44/109] Compiling CoreKit CoreInt+Division.swift
[45/109] Compiling CoreKit CoreInt+Elements.swift
[46/109] Compiling CoreKit CoreInt+Multiplication.swift
[47/109] Compiling CoreKit CoreInt+Shift.swift
[48/109] Compiling CoreKit BinaryInteger+Signed.swift
[49/109] Compiling CoreKit BinaryInteger+Stride.swift
[50/109] Compiling CoreKit BinaryInteger+Systems.swift
[51/109] Compiling CoreKit BinaryInteger+Text.swift
[52/109] Compiling CoreKit BinaryInteger+Unsigned.swift
[53/109] Compiling CoreKit BinaryInteger+Validation.swift
[54/109] Compiling CoreKit BinaryInteger+Values.swift
[55/109] Compiling CoreKit BinaryInteger.swift
[56/109] Compiling CoreKit BitCastable+BitCast.swift
[57/109] Compiling CoreKit BitCastable.swift
[58/109] Compiling CoreKit Fallible+Division.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:146:21: warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 13 |
 14 | /// A wrapped `value` and an `error` indicator.
 15 | @frozen public struct Fallible<Value> {
    |                       `- note: consider making generic struct 'Fallible' conform to the 'Sendable' protocol
 16 |
 17 |     //=------------------------------------------------------------------------=
    :
144 | //=----------------------------------------------------------------------------=
145 |
146 | extension Fallible: BitCastable where Value: BitCastable {
    |                     `- warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
147 |
148 |     //=------------------------------------------------------------------------=
[59/109] Compiling CoreKit Fallible+Map.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:146:21: warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 13 |
 14 | /// A wrapped `value` and an `error` indicator.
 15 | @frozen public struct Fallible<Value> {
    |                       `- note: consider making generic struct 'Fallible' conform to the 'Sendable' protocol
 16 |
 17 |     //=------------------------------------------------------------------------=
    :
144 | //=----------------------------------------------------------------------------=
145 |
146 | extension Fallible: BitCastable where Value: BitCastable {
    |                     `- warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
147 |
148 |     //=------------------------------------------------------------------------=
[60/109] Compiling CoreKit Fallible+Multiplication.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:146:21: warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 13 |
 14 | /// A wrapped `value` and an `error` indicator.
 15 | @frozen public struct Fallible<Value> {
    |                       `- note: consider making generic struct 'Fallible' conform to the 'Sendable' protocol
 16 |
 17 |     //=------------------------------------------------------------------------=
    :
144 | //=----------------------------------------------------------------------------=
145 |
146 | extension Fallible: BitCastable where Value: BitCastable {
    |                     `- warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
147 |
148 |     //=------------------------------------------------------------------------=
[61/109] Compiling CoreKit Fallible+Rounding.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:146:21: warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 13 |
 14 | /// A wrapped `value` and an `error` indicator.
 15 | @frozen public struct Fallible<Value> {
    |                       `- note: consider making generic struct 'Fallible' conform to the 'Sendable' protocol
 16 |
 17 |     //=------------------------------------------------------------------------=
    :
144 | //=----------------------------------------------------------------------------=
145 |
146 | extension Fallible: BitCastable where Value: BitCastable {
    |                     `- warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
147 |
148 |     //=------------------------------------------------------------------------=
[62/109] Compiling CoreKit Fallible+Validation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:146:21: warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 13 |
 14 | /// A wrapped `value` and an `error` indicator.
 15 | @frozen public struct Fallible<Value> {
    |                       `- note: consider making generic struct 'Fallible' conform to the 'Sendable' protocol
 16 |
 17 |     //=------------------------------------------------------------------------=
    :
144 | //=----------------------------------------------------------------------------=
145 |
146 | extension Fallible: BitCastable where Value: BitCastable {
    |                     `- warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
147 |
148 |     //=------------------------------------------------------------------------=
[63/109] Compiling CoreKit Fallible.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:146:21: warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 13 |
 14 | /// A wrapped `value` and an `error` indicator.
 15 | @frozen public struct Fallible<Value> {
    |                       `- note: consider making generic struct 'Fallible' conform to the 'Sendable' protocol
 16 |
 17 |     //=------------------------------------------------------------------------=
    :
144 | //=----------------------------------------------------------------------------=
145 |
146 | extension Fallible: BitCastable where Value: BitCastable {
    |                     `- warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
147 |
148 |     //=------------------------------------------------------------------------=
[64/109] Compiling CoreKit Divisor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:146:21: warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 13 |
 14 | /// A wrapped `value` and an `error` indicator.
 15 | @frozen public struct Fallible<Value> {
    |                       `- note: consider making generic struct 'Fallible' conform to the 'Sendable' protocol
 16 |
 17 |     //=------------------------------------------------------------------------=
    :
144 | //=----------------------------------------------------------------------------=
145 |
146 | extension Fallible: BitCastable where Value: BitCastable {
    |                     `- warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
147 |
148 |     //=------------------------------------------------------------------------=
[65/109] Compiling CoreKit Finite.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:146:21: warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 13 |
 14 | /// A wrapped `value` and an `error` indicator.
 15 | @frozen public struct Fallible<Value> {
    |                       `- note: consider making generic struct 'Fallible' conform to the 'Sendable' protocol
 16 |
 17 |     //=------------------------------------------------------------------------=
    :
144 | //=----------------------------------------------------------------------------=
145 |
146 | extension Fallible: BitCastable where Value: BitCastable {
    |                     `- warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
147 |
148 |     //=------------------------------------------------------------------------=
[66/109] Compiling CoreKit Natural.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:146:21: warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 13 |
 14 | /// A wrapped `value` and an `error` indicator.
 15 | @frozen public struct Fallible<Value> {
    |                       `- note: consider making generic struct 'Fallible' conform to the 'Sendable' protocol
 16 |
 17 |     //=------------------------------------------------------------------------=
    :
144 | //=----------------------------------------------------------------------------=
145 |
146 | extension Fallible: BitCastable where Value: BitCastable {
    |                     `- warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
147 |
148 |     //=------------------------------------------------------------------------=
[67/109] Compiling CoreKit Shift.swift
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:146:21: warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 13 |
 14 | /// A wrapped `value` and an `error` indicator.
 15 | @frozen public struct Fallible<Value> {
    |                       `- note: consider making generic struct 'Fallible' conform to the 'Sendable' protocol
 16 |
 17 |     //=------------------------------------------------------------------------=
    :
144 | //=----------------------------------------------------------------------------=
145 |
146 | extension Fallible: BitCastable where Value: BitCastable {
    |                     `- warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
147 |
148 |     //=------------------------------------------------------------------------=
[68/109] Compiling CoreKit TextInt+Encoding.swift
[69/109] Compiling CoreKit TextInt+Exponentiation.swift
[70/109] Compiling CoreKit TextInt+Failure.swift
[71/109] Compiling CoreKit TextInt+Format.swift
[72/109] Compiling CoreKit TextInt+Letters.swift
[73/109] Compiling CoreKit TextInt+Numerals.swift
[74/109] Compiling CoreKit TextInt.swift
[75/109] Compiling CoreKit Triplet+Bitwise.swift
[76/109] Compiling CoreKit Triplet+Comparison.swift
[77/109] Compiling CoreKit Triplet.swift
[78/109] Emitting module CoreKit
/Users/admin/builder/spi-builder-workspace/Sources/CoreKit/Models/Fallible.swift:146:21: warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 13 |
 14 | /// A wrapped `value` and an `error` indicator.
 15 | @frozen public struct Fallible<Value> {
    |                       `- note: consider making generic struct 'Fallible' conform to the 'Sendable' protocol
 16 |
 17 |     //=------------------------------------------------------------------------=
    :
144 | //=----------------------------------------------------------------------------=
145 |
146 | extension Fallible: BitCastable where Value: BitCastable {
    |                     `- warning: type 'Fallible<Value.BitPattern>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
147 |
148 |     //=------------------------------------------------------------------------=
[79/109] Compiling CoreKit BinaryInteger+Addition.swift
[80/109] Compiling CoreKit BinaryInteger+Bitwise.swift
[81/109] Compiling CoreKit BinaryInteger+Comparison.swift
[82/109] Compiling CoreKit BinaryInteger+Count.swift
[83/109] Compiling CoreKit BinaryInteger+Division.swift
[84/109] Compiling CoreKit BinaryInteger+Edgy.swift
[85/109] Compiling CoreKit BinaryInteger+Elements.swift
[86/109] Compiling CoreKit BinaryInteger+Factorization.swift
[87/109] Compiling CoreKit BinaryInteger+Finite.swift
[88/109] Compiling CoreKit BinaryInteger+Multiplication.swift
[89/109] Compiling CoreKit BinaryInteger+Shift.swift
[90/109] Compiling CoreKit Recoverable+Validation.swift
[91/109] Compiling CoreKit Recoverable.swift
[92/109] Compiling CoreKit Signedness+Comparison.swift
[93/109] Compiling CoreKit Signedness.swift
[94/109] Compiling CoreKit Bool.swift
[95/109] Compiling CoreKit FloatingPointSign.swift
[96/109] Compiling CoreKit Int.swift
[97/109] Compiling CoreKit Optional.swift
[98/109] Compiling CoreKit String.swift
[99/109] Compiling CoreKit UInt.swift
[100/109] Compiling CoreKit CoreInt.swift
[101/109] Compiling CoreKit DataInt+Addition.swift
[102/109] Compiling CoreKit DataInt+Bitwise.swift
[103/109] Compiling CoreKit DataInt+Comparison.swift
[104/109] Compiling CoreKit DataInt+Count.swift
[105/109] Compiling CoreKit DataInt+Division.swift
[106/109] Compiling CoreKit DataInt+Elements.swift
[107/109] Compiling CoreKit DataInt+Multiplication.swift
[108/109] Compiling CoreKit DataInt+Partition.swift
[109/109] Compiling CoreKit DataInt+Shift.swift
[110/173] Compiling InfiniIntKit Storage+Uninitialized.swift
[111/174] Compiling DoubleIntKit TripleInt+Bitwise.swift
[112/175] Compiling DoubleIntKit TripleInt+Subtraction.swift
[113/175] Compiling InfiniIntKit Storage+Size.swift
[114/175] Compiling DoubleIntKit TripleInt+Comparison.swift
[115/175] Compiling DoubleIntKit TripleInt+Division.swift
[116/175] Compiling InfiniIntKit Storage.swift
[117/175] Compiling InfiniIntKit Storage+Shift.swift
[118/175] Compiling DoubleIntKit TripleInt.swift
[119/175] Compiling FibonacciKit Fibonacci.swift
[120/175] Emitting module FibonacciKit
[121/175] Compiling TestKit Test+Bool.swift
[122/175] Compiling TestKit Test+Comparison.swift
[123/175] Compiling TestKit Exports.swift
[124/175] Compiling TestKit Globals.swift
[125/175] Compiling TestKit Bad.swift
[126/175] Compiling TestKit BlackHole.swift
[127/175] Compiling TestKit IntegerInvariants+Multiplication.swift
[128/175] Compiling TestKit IntegerInvariants+Shift.swift
[129/175] Compiling TestKit IntegerInvariants+Validation.swift
[130/175] Compiling TestKit Test+Bitwise.swift
[133/175] Compiling TestKit Test+Count.swift
[134/175] Compiling TestKit Test+Division.swift
[143/175] Emitting module InfiniIntKit
[144/175] Emitting module DoubleIntKit
[145/177] Emitting module Ultimathnum
[146/177] Compiling Ultimathnum Exports.swift
[147/177] Compiling TestKit Test+Factorization.swift
[148/177] Compiling TestKit Test+Multiplication.swift
[149/177] Compiling TestKit Test+Optional.swift
[150/177] Compiling TestKit IntegerInvariants+Values.swift
[151/177] Compiling TestKit IntegerInvariants.swift
[152/177] Compiling TestKit Test+Addition.swift
[153/177] Compiling TestKit Test+Result.swift
[154/177] Compiling TestKit Test+Shift.swift
[155/177] Compiling TestKit Test+Stride.swift
[161/180] Compiling TestKit Test+Elements.swift
[162/180] Compiling TestKit Test+Text.swift
[163/180] Compiling TestKit Test+Validation.swift
[164/180] Compiling TestKit Test.swift
[165/180] Emitting module TestKit
[166/180] Compiling TestKit Identifiers.swift
[167/180] Compiling TestKit IntegerInvariants+Addition.swift
[168/180] Compiling TestKit IntegerInvariants+Bitwise.swift
[169/180] Compiling TestKit IntegerInvariants+Comparison.swift
[170/180] Compiling TestKit IntegerInvariants+Count.swift
[171/180] Compiling TestKit IntegerInvariants+Division.swift
[172/180] Compiling TestKit IntegerInvariants+Elements.swift
[173/180] Compiling TestKit IntegerInvariants+Metadata.swift
Build complete! (18.57s)
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" : "Ultimathnum",
      "targets" : [
        "Ultimathnum"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CoreKit",
      "targets" : [
        "CoreKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DoubleIntKit",
      "targets" : [
        "DoubleIntKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FibonacciKit",
      "targets" : [
        "FibonacciKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InfiniIntKit",
      "targets" : [
        "InfiniIntKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UltimathnumTests",
      "module_type" : "SwiftTarget",
      "name" : "UltimathnumTests",
      "path" : "Tests/UltimathnumTests",
      "sources" : [
        "Benchmarks/Fibonacci.swift",
        "Benchmarks/TextInt+Base10.swift",
        "Benchmarks/TextInt+Base16.swift",
        "BinaryInteger+Validation.swift",
        "BinaryInteger.swift",
        "Guarantees/Divisor.swift",
        "Guarantees/Finite.swift",
        "Guarantees/Natural.swift",
        "Guarantees/Shift.swift"
      ],
      "target_dependencies" : [
        "Ultimathnum",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ultimathnum",
      "module_type" : "SwiftTarget",
      "name" : "Ultimathnum",
      "path" : "Sources/Ultimathnum",
      "product_memberships" : [
        "Ultimathnum"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "CoreKit",
        "DoubleIntKit",
        "FibonacciKit",
        "InfiniIntKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestKit",
      "module_type" : "SwiftTarget",
      "name" : "TestKit",
      "path" : "Sources/TestKit",
      "sources" : [
        "Bad.swift",
        "BlackHole.swift",
        "Exports.swift",
        "Globals.swift",
        "Identifiers.swift",
        "IntegerInvariants+Addition.swift",
        "IntegerInvariants+Bitwise.swift",
        "IntegerInvariants+Comparison.swift",
        "IntegerInvariants+Count.swift",
        "IntegerInvariants+Division.swift",
        "IntegerInvariants+Elements.swift",
        "IntegerInvariants+Metadata.swift",
        "IntegerInvariants+Multiplication.swift",
        "IntegerInvariants+Shift.swift",
        "IntegerInvariants+Validation.swift",
        "IntegerInvariants+Values.swift",
        "IntegerInvariants.swift",
        "Test+Addition.swift",
        "Test+Bitwise.swift",
        "Test+Bool.swift",
        "Test+Comparison.swift",
        "Test+Count.swift",
        "Test+Division.swift",
        "Test+Elements.swift",
        "Test+Factorization.swift",
        "Test+Multiplication.swift",
        "Test+Optional.swift",
        "Test+Result.swift",
        "Test+Shift.swift",
        "Test+Stride.swift",
        "Test+Text.swift",
        "Test+Validation.swift",
        "Test.swift"
      ],
      "target_dependencies" : [
        "CoreKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InfiniIntKitTests",
      "module_type" : "SwiftTarget",
      "name" : "InfiniIntKitTests",
      "path" : "Tests/InfiniIntKitTests",
      "sources" : [
        "InfiniInt+Addition.swift",
        "InfiniInt+Bitwise.swift",
        "InfiniInt+Comparison.swift",
        "InfiniInt+Count.swift",
        "InfiniInt+Division.swift",
        "InfiniInt+Elements.swift",
        "InfiniInt+Factorization.swift",
        "InfiniInt+Multiplication.swift",
        "InfiniInt+Shift.swift",
        "InfiniInt+Stride.swift",
        "InfiniInt+Text.swift",
        "InfiniInt+Validation.swift",
        "InfiniInt+Values.swift",
        "InfiniInt.swift",
        "OpenSource/Apple.swift"
      ],
      "target_dependencies" : [
        "InfiniIntKit",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InfiniIntKit",
      "module_type" : "SwiftTarget",
      "name" : "InfiniIntKit",
      "path" : "Sources/InfiniIntKit",
      "product_memberships" : [
        "Ultimathnum",
        "InfiniIntKit"
      ],
      "sources" : [
        "InfiniInt+Addition.swift",
        "InfiniInt+Bitwise.swift",
        "InfiniInt+Comparison.swift",
        "InfiniInt+Count.swift",
        "InfiniInt+Division.swift",
        "InfiniInt+Elements.swift",
        "InfiniInt+Multiplication.swift",
        "InfiniInt+Shift.swift",
        "InfiniInt+Uninitialized.swift",
        "InfiniInt.swift",
        "Storage+Elements.swift",
        "Storage+Normalization.swift",
        "Storage+Shift.swift",
        "Storage+Size.swift",
        "Storage+Uninitialized.swift",
        "Storage.swift"
      ],
      "target_dependencies" : [
        "CoreKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FibonacciKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FibonacciKitTests",
      "path" : "Tests/FibonacciKitTests",
      "sources" : [
        "Fibonacci+CoreInt.swift",
        "Fibonacci+DoubleInt.swift",
        "Fibonacci+InfiniInt.swift",
        "Fibonacci.swift"
      ],
      "target_dependencies" : [
        "DoubleIntKit",
        "FibonacciKit",
        "InfiniIntKit",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FibonacciKit",
      "module_type" : "SwiftTarget",
      "name" : "FibonacciKit",
      "path" : "Sources/FibonacciKit",
      "product_memberships" : [
        "Ultimathnum",
        "FibonacciKit"
      ],
      "sources" : [
        "Fibonacci.swift"
      ],
      "target_dependencies" : [
        "CoreKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DoubleIntKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DoubleIntKitTests",
      "path" : "Tests/DoubleIntKitTests",
      "sources" : [
        "DoubleInt+Addition.swift",
        "DoubleInt+Bitwise.swift",
        "DoubleInt+Comparison.swift",
        "DoubleInt+Count.swift",
        "DoubleInt+Division.swift",
        "DoubleInt+Elements.swift",
        "DoubleInt+Factorization.swift",
        "DoubleInt+Multiplication.swift",
        "DoubleInt+Shift.swift",
        "DoubleInt+Stride.swift",
        "DoubleInt+Text.swift",
        "DoubleInt+Validation.swift",
        "DoubleInt+Values.swift",
        "DoubleInt.swift",
        "TripleInt+Addition.swift",
        "TripleInt+Bitwise.swift",
        "TripleInt+Comparison.swift",
        "TripleInt+Division.swift",
        "TripleInt+Subtraction.swift",
        "TripleInt.swift"
      ],
      "target_dependencies" : [
        "DoubleIntKit",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DoubleIntKit",
      "module_type" : "SwiftTarget",
      "name" : "DoubleIntKit",
      "path" : "Sources/DoubleIntKit",
      "product_memberships" : [
        "Ultimathnum",
        "DoubleIntKit"
      ],
      "sources" : [
        "DoubleInt+Addition.swift",
        "DoubleInt+Bitwise.swift",
        "DoubleInt+Comparison.swift",
        "DoubleInt+Count.swift",
        "DoubleInt+Division.swift",
        "DoubleInt+Elements.swift",
        "DoubleInt+Multiplication.swift",
        "DoubleInt+Shift.swift",
        "DoubleInt.swift",
        "TripleInt+Addition.swift",
        "TripleInt+Bitwise.swift",
        "TripleInt+Comparison.swift",
        "TripleInt+Division.swift",
        "TripleInt+Subtraction.swift",
        "TripleInt.swift"
      ],
      "target_dependencies" : [
        "CoreKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreKitTests",
      "path" : "Tests/CoreKitTests",
      "sources" : [
        "Bit.swift",
        "BitCastable.swift",
        "CoreInt+Addition.swift",
        "CoreInt+Bitwise.swift",
        "CoreInt+Comparison.swift",
        "CoreInt+Count.swift",
        "CoreInt+Division.swift",
        "CoreInt+Elements.swift",
        "CoreInt+Factorization.swift",
        "CoreInt+Multiplication.swift",
        "CoreInt+Shift.swift",
        "CoreInt+Stride.swift",
        "CoreInt+Text.swift",
        "CoreInt+Validation.swift",
        "CoreInt+Values.swift",
        "CoreInt.swift",
        "DataInt+Addition.swift",
        "DataInt+Comparison.swift",
        "DataInt+Count.swift",
        "DataInt+Division.swift",
        "DataInt+Elements.swift",
        "DataInt+Multiplication.swift",
        "DataInt+Partition.swift",
        "DataInt+Shift.swift",
        "DataInt+Upsize.swift",
        "DataInt.swift",
        "Division+Rounding.swift",
        "Division.swift",
        "Endianness.swift",
        "Fallible+Addition.swift",
        "Fallible+Comparison.swift",
        "Fallible+Division.swift",
        "Fallible+Multiplication.swift",
        "Fallible+Rounding.swift",
        "Fallible+Validation.swift",
        "Fallible.swift",
        "RootInt+Comparison.swift",
        "RootInt+Count.swift",
        "RootInt+Elements.swift",
        "RootInt.swift",
        "Sign.swift",
        "Signum.swift",
        "Stdlib/Int.swift",
        "Stdlib/Optional.swift",
        "Stdlib/UInt.swift",
        "TextInt+Base.swift",
        "TextInt+Base10.swift",
        "TextInt+Base16.swift",
        "TextInt+Exponentiation.swift",
        "TextInt+Numerals.swift",
        "TextInt.swift"
      ],
      "target_dependencies" : [
        "CoreKit",
        "TestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreKit",
      "module_type" : "SwiftTarget",
      "name" : "CoreKit",
      "path" : "Sources/CoreKit",
      "product_memberships" : [
        "Ultimathnum",
        "CoreKit",
        "DoubleIntKit",
        "FibonacciKit",
        "InfiniIntKit"
      ],
      "sources" : [
        "BinaryInteger+Addition.swift",
        "BinaryInteger+Bitwise.swift",
        "BinaryInteger+Comparison.swift",
        "BinaryInteger+Count.swift",
        "BinaryInteger+Division.swift",
        "BinaryInteger+Edgy.swift",
        "BinaryInteger+Elements.swift",
        "BinaryInteger+Factorization.swift",
        "BinaryInteger+Finite.swift",
        "BinaryInteger+Multiplication.swift",
        "BinaryInteger+Shift.swift",
        "BinaryInteger+Signed.swift",
        "BinaryInteger+Stride.swift",
        "BinaryInteger+Systems.swift",
        "BinaryInteger+Text.swift",
        "BinaryInteger+Unsigned.swift",
        "BinaryInteger+Validation.swift",
        "BinaryInteger+Values.swift",
        "BinaryInteger.swift",
        "BitCastable+BitCast.swift",
        "BitCastable.swift",
        "BitOperable+Bitwise.swift",
        "BitOperable.swift",
        "Build/Configuration.swift",
        "Endianness+Comparison.swift",
        "Endianness.swift",
        "Models/Attributes/Ascending.swift",
        "Models/Attributes/Descending.swift",
        "Models/Attributes/Signed.swift",
        "Models/Attributes/Unsigned.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+Multiplication.swift",
        "Models/CoreInt+Shift.swift",
        "Models/CoreInt.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+Shift.swift",
        "Models/DataInt+Upsize.swift",
        "Models/DataInt.swift",
        "Models/Division+Rounding.swift",
        "Models/Division.swift",
        "Models/Doublet+Bitwise.swift",
        "Models/Doublet+Comparison.swift",
        "Models/Doublet+Shift.swift",
        "Models/Doublet.swift",
        "Models/Fallible+Addition.swift",
        "Models/Fallible+Comparison.swift",
        "Models/Fallible+Division.swift",
        "Models/Fallible+Map.swift",
        "Models/Fallible+Multiplication.swift",
        "Models/Fallible+Rounding.swift",
        "Models/Fallible+Validation.swift",
        "Models/Fallible.swift",
        "Models/Guarantees/Divisor.swift",
        "Models/Guarantees/Finite.swift",
        "Models/Guarantees/Natural.swift",
        "Models/Guarantees/Shift.swift",
        "Models/RootInt+Comparison.swift",
        "Models/RootInt+Count.swift",
        "Models/RootInt.swift",
        "Models/Rootlnt+Elements.swift",
        "Models/Sign+Bitwise.swift",
        "Models/Sign.swift",
        "Models/Signum+Comparison.swift",
        "Models/Signum+Subtraction.swift",
        "Models/Signum.swift",
        "Models/TextInt+Decoding.swift",
        "Models/TextInt+Encoding.swift",
        "Models/TextInt+Exponentiation.swift",
        "Models/TextInt+Failure.swift",
        "Models/TextInt+Format.swift",
        "Models/TextInt+Letters.swift",
        "Models/TextInt+Numerals.swift",
        "Models/TextInt.swift",
        "Models/Triplet+Bitwise.swift",
        "Models/Triplet+Comparison.swift",
        "Models/Triplet.swift",
        "Recoverable+Validation.swift",
        "Recoverable.swift",
        "Signedness+Comparison.swift",
        "Signedness.swift",
        "Stdlib/Bool.swift",
        "Stdlib/FloatingPointSign.swift",
        "Stdlib/Int.swift",
        "Stdlib/Optional.swift",
        "Stdlib/String.swift",
        "Stdlib/UInt.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.