The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of LASwift, reference master (b0bdd4), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 22:49:13 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexandertar/LASwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexandertar/LASwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b0bdd48 Clean up actions
Cloned https://github.com/alexandertar/LASwift.git
Revision (git rev-parse @):
b0bdd4869e8aa2de37414b0cc2c4b739225b643f
SUCCESS checkout https://github.com/alexandertar/LASwift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/alexandertar/LASwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/18] Compiling LASwift VectorStatistics.swift
[4/18] Compiling LASwift Operators.swift
[5/18] Compiling LASwift Random.swift
[6/18] Compiling LASwift VectorExponent.swift
[7/19] Compiling LASwift Util.swift
[8/19] Compiling LASwift Vector.swift
[9/19] Compiling LASwift MatrixLeastSquare.swift
[10/19] Compiling LASwift MatrixStatistics.swift
[11/19] Compiling LASwift MatrixTrigonometry.swift
[12/19] Compiling LASwift Numeric.swift
[13/19] Compiling LASwift MatrixArithmetic.swift
[14/19] Compiling LASwift MatrixExponent.swift
[15/19] Compiling LASwift Matrix.swift
[16/19] Compiling LASwift MatrixAlgebra.swift
[17/19] Emitting module LASwift
[18/19] Compiling LASwift VectorArithmetic.swift
[19/19] Compiling LASwift VectorTrigonometry.swift
Build complete! (15.71s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/19584] Fetching nimble
[2/34343] Fetching nimble, quick
Fetched https://github.com/Quick/Nimble.git from cache (1.71s)
Fetched https://github.com/Quick/Quick.git from cache (1.71s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 10.0.0 (2.29s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.75s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 5.0.1 (1.31s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.56s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.73s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.29s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 5.0.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 10.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "10.0.0",
            "upper_bound" : "11.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "LASwift",
  "name" : "LASwift",
  "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" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "LASwift",
      "targets" : [
        "LASwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "LASwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "LASwiftTests",
      "path" : "Tests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "MatrixTests.swift",
        "PerformanceTests.swift",
        "VectorTests.swift"
      ],
      "target_dependencies" : [
        "LASwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LASwift",
      "module_type" : "SwiftTarget",
      "name" : "LASwift",
      "path" : "Sources",
      "product_memberships" : [
        "LASwift"
      ],
      "sources" : [
        "Matrix.swift",
        "MatrixAlgebra.swift",
        "MatrixArithmetic.swift",
        "MatrixExponent.swift",
        "MatrixLeastSquare.swift",
        "MatrixStatistics.swift",
        "MatrixTrigonometry.swift",
        "Numeric.swift",
        "Operators.swift",
        "Random.swift",
        "Util.swift",
        "Vector.swift",
        "VectorArithmetic.swift",
        "VectorExponent.swift",
        "VectorStatistics.swift",
        "VectorTrigonometry.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.