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 SwiftMath, reference master (290394), with Swift 5.9 for Linux on 18 Apr 2025 10:53:56 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-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/ShaftUI/SwiftMath.git
Reference: master
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/ShaftUI/SwiftMath
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2903946 Enable web support
Cloned https://github.com/ShaftUI/SwiftMath.git
Revision (git rev-parse @):
29039462bcd88b9469041f2678b892d0dd7a4c6f
SUCCESS checkout https://github.com/ShaftUI/SwiftMath.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/ShaftUI/SwiftMath.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/28] Emitting module SwiftMath
[2/31] Compiling SwiftMath Angle.swift
[3/31] Compiling SwiftMath Matrix3x3+nosimd.swift
[4/31] Compiling SwiftMath Matrix3x3+simd.swift
[5/31] Compiling SwiftMath Matrix3x3.swift
[6/31] Compiling SwiftMath Matrix4x4+Extensions.swift
[7/31] Compiling SwiftMath Matrix4x4+nosimd.swift
[8/31] Compiling SwiftMath Matrix4x4+simd.swift
[9/31] Compiling SwiftMath Matrix4x4.swift
[10/31] Compiling SwiftMath float3x3+Extensions.swift
[11/31] Compiling SwiftMath float4x4+Extensions.swift
[12/31] Compiling SwiftMath functions.swift
[13/31] Compiling SwiftMath Vector3.swift
[14/31] Compiling SwiftMath Vector4+nosimd.swift
[15/31] Compiling SwiftMath Vector4+simd.swift
[16/31] Compiling SwiftMath platform.swift
[17/31] Compiling SwiftMath random.swift
[18/31] Compiling SwiftMath utils.swift
[19/31] Compiling SwiftMath Vector2+simd.swift
[20/31] Compiling SwiftMath Vector2.swift
[21/31] Compiling SwiftMath Vector3+nosimd.swift
[22/31] Compiling SwiftMath Vector3+simd.swift
[23/31] Compiling SwiftMath Vector4.swift
[24/31] Compiling SwiftMath Vectorf+Components.swift
[25/31] Compiling SwiftMath easing.swift
[26/31] Compiling SwiftMath Point.swift
[27/31] Compiling SwiftMath Rect.swift
[28/31] Compiling SwiftMath String+Math.swift
[29/31] Compiling SwiftMath Vector2+nosimd.swift
[31/33] Wrapping AST for SwiftMath for debugging
[32/33] Archiving libSwiftMath.a
Build complete! (5.55s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftMath",
  "name" : "SwiftMath",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftMath",
      "targets" : [
        "SwiftMath"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMathTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMathTests",
      "path" : "Tests/SwiftMathTests",
      "sources" : [
        "AngleTests.swift",
        "Matrix3x3Tests.swift",
        "Matrix4x4Tests.swift",
        "RectTests.swift",
        "Vector2Tests.swift",
        "XCTestManifests.swift",
        "functionsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftMath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMath",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMath",
      "path" : ".",
      "product_memberships" : [
        "SwiftMath"
      ],
      "sources" : [
        "Sources/Angle.swift",
        "Sources/Matrix3x3+nosimd.swift",
        "Sources/Matrix3x3+simd.swift",
        "Sources/Matrix3x3.swift",
        "Sources/Matrix4x4+Extensions.swift",
        "Sources/Matrix4x4+nosimd.swift",
        "Sources/Matrix4x4+simd.swift",
        "Sources/Matrix4x4.swift",
        "Sources/Point.swift",
        "Sources/Rect.swift",
        "Sources/String+Math.swift",
        "Sources/Vector2+nosimd.swift",
        "Sources/Vector2+simd.swift",
        "Sources/Vector2.swift",
        "Sources/Vector3+nosimd.swift",
        "Sources/Vector3+simd.swift",
        "Sources/Vector3.swift",
        "Sources/Vector4+nosimd.swift",
        "Sources/Vector4+simd.swift",
        "Sources/Vector4.swift",
        "Sources/Vectorf+Components.swift",
        "Sources/easing.swift",
        "Sources/float3x3+Extensions.swift",
        "Sources/float4x4+Extensions.swift",
        "Sources/functions.swift",
        "Sources/platform.swift",
        "Sources/random.swift",
        "Sources/utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.