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 swift-numerics, reference main (2b458e), with Swift 5.10 for Linux on 10 Apr 2025 18:42:54 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-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-numerics.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/apple/swift-numerics
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2b458e8 Merge pull request #305 from stephentyrone/remove-stochastic-rounding
Cloned https://github.com/apple/swift-numerics.git
Revision (git rev-parse @):
2b458e8aeb9cf3f3a156f54ba427b9f101a4511a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-numerics.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/apple/swift-numerics.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/7] Write sources
[5/7] Compiling _NumericsShims _NumericsShims.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/25] Compiling RealModule Real.swift
[9/26] Compiling RealModule RelaxedArithmetic.swift
[10/26] Compiling IntegerUtilities ShiftWithRounding.swift
[11/26] Compiling IntegerUtilities RoundingRule.swift
[12/26] Compiling IntegerUtilities SaturatingArithmetic.swift
[13/26] Compiling RealModule RealFunctions.swift
[14/26] Compiling RealModule AugmentedArithmetic.swift
[15/26] Compiling RealModule Double+Real.swift
[16/26] Emitting module RealModule
[17/26] Compiling RealModule AlgebraicField.swift
[18/26] Compiling RealModule ApproximateEquality.swift
[19/26] Compiling IntegerUtilities Rotate.swift
[20/26] Compiling RealModule Float80+Real.swift
[21/26] Compiling RealModule Float16+Real.swift
[22/26] Compiling RealModule ElementaryFunctions.swift
[23/26] Compiling RealModule Float+Real.swift
[24/27] Emitting module IntegerUtilities
[25/27] Compiling IntegerUtilities GCD.swift
[26/27] Compiling IntegerUtilities DivideWithRounding.swift
[29/39] Compiling ComplexModule Complex+Hashable.swift
[30/39] Compiling ComplexModule Complex+IntegerLiteral.swift
[31/39] Compiling ComplexModule Complex+Numeric.swift
[32/40] Compiling ComplexModule Polar.swift
[33/40] Compiling ComplexModule Complex.swift
[34/40] Compiling ComplexModule Complex+StringConvertible.swift
[35/40] Compiling ComplexModule Scale.swift
[36/40] Compiling ComplexModule Complex+Codable.swift
[37/40] Compiling ComplexModule Complex+ElementaryFunctions.swift
[38/40] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[39/40] Compiling ComplexModule Complex+AlgebraicField.swift
[40/40] Emitting module ComplexModule
[42/43] Emitting module Numerics
[43/43] Compiling Numerics Numerics.swift
[45/50] Compiling _TestSupport RealTestSupport.swift
[46/50] Compiling _TestSupport Interval.swift
[47/50] Compiling _TestSupport Error.swift
[48/50] Emitting module _TestSupport
[49/50] Compiling _TestSupport DoubleWidth.swift
[50/50] Compiling _TestSupport BlackHole.swift
Build complete! (6.60s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-numerics",
  "name" : "swift-numerics",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ComplexModule",
      "targets" : [
        "ComplexModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Numerics",
      "targets" : [
        "Numerics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RealModule",
      "targets" : [
        "RealModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "_TestSupport",
      "path" : "Sources/_TestSupport",
      "sources" : [
        "BlackHole.swift",
        "DoubleWidth.swift",
        "Error.swift",
        "Interval.swift",
        "RealTestSupport.swift"
      ],
      "target_dependencies" : [
        "Numerics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_NumericsShims",
      "module_type" : "ClangTarget",
      "name" : "_NumericsShims",
      "path" : "Sources/_NumericsShims",
      "product_memberships" : [
        "ComplexModule",
        "Numerics",
        "RealModule"
      ],
      "sources" : [
        "_NumericsShims.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RealTests",
      "module_type" : "SwiftTarget",
      "name" : "RealTests",
      "path" : "Tests/RealTests",
      "sources" : [
        "ApproximateEqualityTests.swift",
        "AugmentedArithmeticTests.swift",
        "ElementaryFunctionChecks.swift",
        "IntegerExponentTests.swift",
        "RelaxedArithmeticTests.swift"
      ],
      "target_dependencies" : [
        "_TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RealModule",
      "module_type" : "SwiftTarget",
      "name" : "RealModule",
      "path" : "Sources/RealModule",
      "product_memberships" : [
        "ComplexModule",
        "Numerics",
        "RealModule"
      ],
      "sources" : [
        "AlgebraicField.swift",
        "ApproximateEquality.swift",
        "AugmentedArithmetic.swift",
        "Double+Real.swift",
        "ElementaryFunctions.swift",
        "Float+Real.swift",
        "Float16+Real.swift",
        "Float80+Real.swift",
        "Real.swift",
        "RealFunctions.swift",
        "RelaxedArithmetic.swift"
      ],
      "target_dependencies" : [
        "_NumericsShims"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Numerics",
      "module_type" : "SwiftTarget",
      "name" : "Numerics",
      "path" : "Sources/Numerics",
      "product_memberships" : [
        "Numerics"
      ],
      "sources" : [
        "Numerics.swift"
      ],
      "target_dependencies" : [
        "ComplexModule",
        "IntegerUtilities",
        "RealModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IntegerUtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegerUtilitiesTests",
      "path" : "Tests/IntegerUtilitiesTests",
      "sources" : [
        "DivideTests.swift",
        "DoubleWidthTests.swift",
        "GCDTests.swift",
        "RotateTests.swift",
        "RoundingTests.swift",
        "SaturatingArithmeticTests.swift",
        "ShiftTests.swift"
      ],
      "target_dependencies" : [
        "IntegerUtilities",
        "_TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IntegerUtilities",
      "module_type" : "SwiftTarget",
      "name" : "IntegerUtilities",
      "path" : "Sources/IntegerUtilities",
      "product_memberships" : [
        "Numerics"
      ],
      "sources" : [
        "DivideWithRounding.swift",
        "GCD.swift",
        "Rotate.swift",
        "RoundingRule.swift",
        "SaturatingArithmetic.swift",
        "ShiftWithRounding.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComplexTests",
      "module_type" : "SwiftTarget",
      "name" : "ComplexTests",
      "path" : "Tests/ComplexTests",
      "sources" : [
        "ApproximateEqualityTests.swift",
        "ArithmeticTests.swift",
        "ElementaryFunctionTests.swift",
        "PropertyTests.swift"
      ],
      "target_dependencies" : [
        "_TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComplexModule",
      "module_type" : "SwiftTarget",
      "name" : "ComplexModule",
      "path" : "Sources/ComplexModule",
      "product_memberships" : [
        "ComplexModule",
        "Numerics"
      ],
      "sources" : [
        "Complex+AdditiveArithmetic.swift",
        "Complex+AlgebraicField.swift",
        "Complex+Codable.swift",
        "Complex+ElementaryFunctions.swift",
        "Complex+Hashable.swift",
        "Complex+IntegerLiteral.swift",
        "Complex+Numeric.swift",
        "Complex+StringConvertible.swift",
        "Complex.swift",
        "Polar.swift",
        "Scale.swift"
      ],
      "target_dependencies" : [
        "RealModule"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.