The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LASwift, reference 0.3.2 (85271d), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 22:53:46 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: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexandertar/LASwift
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at 85271d1 Version 0.3.2
Cloned https://github.com/alexandertar/LASwift.git
Revision (git rev-parse @):
85271d14245c88890d2f36066d1aaf71486fde06
SUCCESS checkout https://github.com/alexandertar/LASwift.git at 0.3.2
========================================
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 VectorExponent.swift
[4/18] Compiling LASwift VectorStatistics.swift
[5/18] Compiling LASwift MatrixLeastSquare.swift
[6/18] Compiling LASwift MatrixStatistics.swift
[7/18] Compiling LASwift Util.swift
[8/18] Compiling LASwift Vector.swift
[9/19] Compiling LASwift Operators.swift
[10/19] Compiling LASwift Random.swift
[11/19] Emitting module LASwift
[12/19] Compiling LASwift VectorArithmetic.swift
[13/19] Compiling LASwift Matrix.swift
[14/19] Compiling LASwift MatrixAlgebra.swift
[15/19] Compiling LASwift MatrixTrigonometry.swift
[16/19] Compiling LASwift Numeric.swift
[17/19] Compiling LASwift MatrixArithmetic.swift
[18/19] Compiling LASwift MatrixExponent.swift
[19/19] Compiling LASwift VectorTrigonometry.swift
Build complete! (15.02s)
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.63s)
Fetched https://github.com/Quick/Quick.git from cache (1.63s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 10.0.0 (2.15s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.77s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 5.0.1 (1.28s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.48s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.72s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.23s)
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/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 5.0.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.