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 6.1 for Linux on 29 Apr 2025 21:05:27 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/attaswift/BigInt.git
Reference: v5.5.1
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/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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/attaswift/BigInt.git
https://github.com/attaswift/BigInt.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BigInt",
  "name" : "BigInt",
  "path" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/23] Emitting module BigInt
[4/25] Compiling BigInt Subtraction.swift
[5/25] Compiling BigInt Words and Bits.swift
[6/25] Compiling BigInt Addition.swift
[7/25] Compiling BigInt BigInt.swift
[8/25] Compiling BigInt BigUInt.swift
[9/25] Compiling BigInt Random.swift
[10/25] Compiling BigInt Shifts.swift
[11/25] Compiling BigInt Square Root.swift
[12/25] Compiling BigInt Data Conversion.swift
[13/25] Compiling BigInt Division.swift
[14/25] Compiling BigInt Exponentiation.swift
[15/25] Compiling BigInt Floating Point Conversion.swift
[16/25] Compiling BigInt GCD.swift
[17/25] Compiling BigInt Hashable.swift
[18/25] Compiling BigInt Bitwise Ops.swift
[19/25] Compiling BigInt Codable.swift
[20/25] Compiling BigInt Comparable.swift
[21/25] Compiling BigInt Integer Conversion.swift
[22/25] Compiling BigInt Multiplication.swift
[23/25] Compiling BigInt Prime Test.swift
[24/25] Compiling BigInt Strideable.swift
[25/25] Compiling BigInt String Conversion.swift
Build complete! (6.66s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BigInt",
  "name" : "BigInt",
  "path" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.