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 Numerix, reference main (97fc18), with Swift 6.0 for macOS (SPM) on 5 May 2025 05:05:24 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wigging/numerix.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wigging/numerix
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 97fc18d Add a linear algebra page
Cloned https://github.com/wigging/numerix.git
Revision (git rev-parse @):
97fc18dcd4bf9af6b63bc9f70dee911f6c5535d4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wigging/numerix.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/wigging/numerix.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/36] Compiling ShapedArrayModule NumberStyle.swift
[7/36] Compiling ShapedArrayModule Helpers.swift
[8/36] Compiling ShapedArrayModule ShapedArrayElement.swift
[9/36] Compiling ShapedArrayModule ShapedArray.swift
[10/36] Compiling MatrixModule Algebra.swift
[11/36] Compiling MatrixModule ApproximatelyEqual.swift
[12/37] Compiling VectorModule Trigonometry.swift
[13/38] Compiling MatrixModule Matrix.swift
[14/38] Compiling MatrixModule Pad.swift
[15/38] Compiling MatrixModule Power.swift
[16/38] Compiling MatrixModule Inverse.swift
[17/38] Compiling MatrixModule Formatter.swift
[18/38] Compiling MatrixModule Determinant.swift
[19/38] Compiling MatrixModule Exponential.swift
[20/38] Compiling MatrixModule Arithmetic.swift
[21/38] Compiling MatrixModule DataBuffer.swift
[22/38] Emitting module MatrixModule
[23/38] Compiling MatrixModule Logarithm.swift
[24/38] Compiling VectorModule RandomDistribution.swift
[25/38] Compiling VectorModule Logarithm.swift
[26/38] Compiling VectorModule Exponential.swift
[27/38] Compiling VectorModule Power.swift
[28/38] Compiling VectorModule Formatter.swift
[29/38] Compiling VectorModule DataBuffer.swift
[32/38] Emitting module VectorModule
[33/38] Compiling VectorModule Arithmetic.swift
[34/38] Compiling ShapedArrayModule DataBuffer.swift
[35/38] Emitting module ShapedArrayModule
[36/38] Compiling ShapedArrayModule Arithmetic.swift
[37/38] Compiling MatrixModule Trigonometry.swift
[38/38] Compiling VectorModule Vector.swift
[39/40] Emitting module Numerix
[40/40] Compiling Numerix Numerix.swift
Build complete! (12.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Numerix",
  "name" : "Numerix",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Numerix",
      "targets" : [
        "Numerix"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VectorModule",
      "module_type" : "SwiftTarget",
      "name" : "VectorModule",
      "path" : "Sources/VectorModule",
      "product_memberships" : [
        "Numerix"
      ],
      "sources" : [
        "Algebra.swift",
        "ApproximatelyEqual.swift",
        "Arithmetic.swift",
        "DataBuffer.swift",
        "Exponential.swift",
        "Formatter.swift",
        "Logarithm.swift",
        "Power.swift",
        "RandomDistribution.swift",
        "Trigonometry.swift",
        "Vector.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests",
      "sources" : [
        "MatrixTests.swift",
        "RandomDistTests.swift",
        "ShapedArrayTests.swift",
        "TrigonometryTests.swift",
        "VectorTests.swift"
      ],
      "target_dependencies" : [
        "Numerix"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShapedArrayModule",
      "module_type" : "SwiftTarget",
      "name" : "ShapedArrayModule",
      "path" : "Sources/ShapedArrayModule",
      "product_memberships" : [
        "Numerix"
      ],
      "sources" : [
        "Arithmetic.swift",
        "DataBuffer.swift",
        "Helpers.swift",
        "NumberStyle.swift",
        "ShapedArray.swift",
        "ShapedArrayElement.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Numerix",
      "module_type" : "SwiftTarget",
      "name" : "Numerix",
      "path" : "Sources/Numerix",
      "product_memberships" : [
        "Numerix"
      ],
      "sources" : [
        "Numerix.swift"
      ],
      "target_dependencies" : [
        "VectorModule",
        "MatrixModule",
        "ShapedArrayModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MatrixModule",
      "module_type" : "SwiftTarget",
      "name" : "MatrixModule",
      "path" : "Sources/MatrixModule",
      "product_memberships" : [
        "Numerix"
      ],
      "sources" : [
        "Algebra.swift",
        "ApproximatelyEqual.swift",
        "Arithmetic.swift",
        "DataBuffer.swift",
        "Determinant.swift",
        "Exponential.swift",
        "Formatter.swift",
        "Inverse.swift",
        "Logarithm.swift",
        "Matrix.swift",
        "Pad.swift",
        "Power.swift",
        "Trigonometry.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.