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 BigInt, reference v5.5.1 (114343), with Swift 5.9 for macOS (SPM) on 30 Nov 2024 00:24:42 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/attaswift/BigInt.git
Reference: v5.5.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/attaswift/BigInt
 * tag               v5.5.1     -> FETCH_HEAD
HEAD is now at 114343a improve Decimal conversion performance using `_mantissa` (#124)
Cloned https://github.com/attaswift/BigInt.git
Revision (git rev-parse @):
114343a705df4725dfe7ab8a2a326b8883cfd79c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/attaswift/BigInt.git at v5.5.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/attaswift/BigInt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/21] Emitting module BigInt
[2/23] Compiling BigInt Strideable.swift
[3/23] Compiling BigInt String Conversion.swift
[4/23] Compiling BigInt Subtraction.swift
[5/23] Compiling BigInt Words and Bits.swift
[6/23] Compiling BigInt Exponentiation.swift
[7/23] Compiling BigInt Floating Point Conversion.swift
[8/23] Compiling BigInt Prime Test.swift
[9/23] Compiling BigInt Random.swift
[10/23] Compiling BigInt GCD.swift
[11/23] Compiling BigInt Hashable.swift
[12/23] Compiling BigInt Shifts.swift
[13/23] Compiling BigInt Square Root.swift
[14/23] Compiling BigInt Bitwise Ops.swift
[15/23] Compiling BigInt Codable.swift
[16/23] Compiling BigInt Comparable.swift
[17/23] Compiling BigInt Integer Conversion.swift
[18/23] Compiling BigInt Multiplication.swift
[19/23] Compiling BigInt Data Conversion.swift
[20/23] Compiling BigInt Division.swift
[21/23] Compiling BigInt Addition.swift
[22/23] Compiling BigInt BigInt.swift
[23/23] Compiling BigInt BigUInt.swift
Build complete! (5.45s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BigInt",
  "name" : "BigInt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "BigInt",
      "targets" : [
        "BigInt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BigIntTests",
      "module_type" : "SwiftTarget",
      "name" : "BigIntTests",
      "path" : "Tests",
      "sources" : [
        "BigIntTests/BigIntTests.swift",
        "BigIntTests/BigUIntTests.swift",
        "BigIntTests/ProfileTests.swift",
        "BigIntTests/Tools.swift",
        "BigIntTests/Violet - Helpers/BitWidthTestCases.swift",
        "BigIntTests/Violet - Helpers/GenerateValues.swift",
        "BigIntTests/Violet - Helpers/GlobalFunctions.swift",
        "BigIntTests/Violet - Helpers/StringTestCases.swift",
        "BigIntTests/Violet - Helpers/WordsTestCases.swift",
        "BigIntTests/Violet - Property testing/ApplyA_ApplyB_Equals_ApplyAB.swift",
        "BigIntTests/Violet - Property testing/ApplyA_UndoA.swift",
        "BigIntTests/Violet/BigIntCOWTests.swift",
        "BigIntTests/Violet/BigIntHashTests.swift",
        "BigIntTests/Violet/BigIntIntegerInitTests.swift",
        "BigIntTests/Violet/BigIntPowerTests.swift",
        "BigIntTests/Violet/BigIntPropertyTests.swift",
        "BigIntTests/Violet/BigIntStringInitTests.swift",
        "BigIntTests/WordTests.swift"
      ],
      "target_dependencies" : [
        "BigInt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BigInt",
      "module_type" : "SwiftTarget",
      "name" : "BigInt",
      "path" : "Sources",
      "product_memberships" : [
        "BigInt"
      ],
      "sources" : [
        "Addition.swift",
        "BigInt.swift",
        "BigUInt.swift",
        "Bitwise Ops.swift",
        "Codable.swift",
        "Comparable.swift",
        "Data Conversion.swift",
        "Division.swift",
        "Exponentiation.swift",
        "Floating Point Conversion.swift",
        "GCD.swift",
        "Hashable.swift",
        "Integer Conversion.swift",
        "Multiplication.swift",
        "Prime Test.swift",
        "Random.swift",
        "Shifts.swift",
        "Square Root.swift",
        "Strideable.swift",
        "String Conversion.swift",
        "Subtraction.swift",
        "Words and Bits.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.