The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SimpleMatrixKit with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eheitfield/SimpleMatrixKit.git
Reference: main
Cloned https://github.com/eheitfield/SimpleMatrixKit.git into spi-builder-workspace
SUCCESS checkout https://github.com/eheitfield/SimpleMatrixKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/8] Compiling SimpleMatrixKit Matrix.swift
/host/spi-builder-workspace/Sources/SimpleMatrixKit/Matrix.swift:88:30: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func empty<Value>() -> Matrix<Value> {
                             ^
/host/spi-builder-workspace/Sources/SimpleMatrixKit/Matrix.swift:15:22: note: 'Value' previously declared here
public struct Matrix<Value> {
                     ^
[2/8] Emitting module SimpleMatrixKit
/host/spi-builder-workspace/Sources/SimpleMatrixKit/Matrix.swift:88:30: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public static func empty<Value>() -> Matrix<Value> {
                             ^
/host/spi-builder-workspace/Sources/SimpleMatrixKit/Matrix.swift:15:22: note: 'Value' previously declared here
public struct Matrix<Value> {
                     ^
[3/8] Compiling SimpleMatrixKit Concatenation.swift
[4/8] Compiling SimpleMatrixKit SquareRealMatrix.swift
[5/8] Compiling SimpleMatrixKit Math Extensions.swift
[6/8] Compiling SimpleMatrixKit DereferencedRealMatrix.swift
[7/8] Compiling SimpleMatrixKit MatrixRepresentable.swift
[8/8] Compiling SimpleMatrixKit MatrixError.swift
Build complete! (9.06s)
Build complete.
Done.

Build Machine: Linux 2