The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swm-matrix-tools, reference 1.3.3 (928ba8), with Swift 6.3 for Linux on 12 Apr 2026 12:58:40 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/taketo1024/swm-matrix-tools.git
Reference: 1.3.3
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/taketo1024/swm-matrix-tools
 * tag               1.3.3      -> FETCH_HEAD
HEAD is now at 928ba82 Merge branch 'develop'
Cloned https://github.com/taketo1024/swm-matrix-tools.git
Revision (git rev-parse @):
928ba82c473e36b550fb5a2c39f059bc31b1b818
SUCCESS checkout https://github.com/taketo1024/swm-matrix-tools.git at 1.3.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/taketo1024/swm-matrix-tools.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/taketo1024/swm-core.git
[1/15984] Fetching swm-core
Fetched https://github.com/taketo1024/swm-core.git from cache (0.53s)
Computing version for https://github.com/taketo1024/swm-core.git
Computed https://github.com/taketo1024/swm-core.git at 1.3.1 (1.00s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/6058] Fetching swift-algorithms
[123/29583] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (0.45s)
[1882/23525] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.35s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 0.2.1 (1.77s)
Fetching https://github.com/apple/swift-numerics
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.42s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (0.87s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.70s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 0.2.1
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
Creating working copy for https://github.com/taketo1024/swm-core.git
Working copy of https://github.com/taketo1024/swm-core.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Building for debugging...
[0/8] Write sources
[6/8] Compiling _NumericsShims _NumericsShims.c
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/36] Emitting module RealModule
[10/37] Emitting module InternalCollectionsUtilities
[11/39] Compiling RealModule Float80+Real.swift
[12/39] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/39] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/39] Compiling InternalCollectionsUtilities Debugging.swift
[15/39] Compiling InternalCollectionsUtilities Descriptions.swift
[16/39] Compiling RealModule RealFunctions.swift
[17/39] Compiling RealModule Float16+Real.swift
[18/39] Compiling InternalCollectionsUtilities String+Padding.swift
[19/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/39] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[21/39] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/39] Compiling InternalCollectionsUtilities Span+Extras.swift
[23/39] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[24/39] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[25/39] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[26/39] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[30/39] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[31/39] Compiling InternalCollectionsUtilities Integer rank.swift
[32/39] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[33/39] Compiling InternalCollectionsUtilities UInt+reversed.swift
[36/39] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[37/39] Compiling RealModule Real.swift
[38/40] Compiling RealModule ElementaryFunctions.swift
[39/40] Compiling RealModule Float+Real.swift
[42/119] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[43/119] Compiling OrderedCollections _HashTable.swift
[44/119] Compiling OrderedCollections _Hashtable+Header.swift
[45/122] Compiling Algorithms Windows.swift
[46/122] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[47/122] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[48/122] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[49/122] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[50/122] Compiling OrderedCollections OrderedDictionary+Elements.swift
[51/122] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[52/122] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[53/129] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[54/129] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[55/129] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[56/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[57/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[58/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[59/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[60/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[61/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[62/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[63/129] Compiling OrderedCollections OrderedSet+Initializers.swift
[64/129] Compiling OrderedCollections OrderedSet+Insertions.swift
[65/129] Compiling OrderedCollections OrderedSet+Invariants.swift
[66/129] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[67/129] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[68/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[69/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[70/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[71/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[72/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[73/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[74/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[75/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[76/129] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[77/129] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[78/129] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[79/129] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[80/129] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[81/129] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[85/129] Compiling OrderedCollections OrderedDictionary+Values.swift
[86/129] Compiling OrderedCollections OrderedDictionary.swift
[87/129] Compiling OrderedCollections OrderedSet+Codable.swift
[88/129] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[89/129] Compiling OrderedCollections OrderedSet+Descriptions.swift
[90/129] Compiling OrderedCollections OrderedSet+Diffing.swift
[91/129] Compiling OrderedCollections OrderedSet+Equatable.swift
[92/129] Compiling Algorithms Trim.swift
[93/129] Compiling Algorithms Unique.swift
[103/129] Emitting module OrderedCollections
[104/129] Compiling OrderedCollections _HashTable+Bucket.swift
[105/129] Compiling OrderedCollections _HashTable+BucketIterator.swift
[106/129] Compiling OrderedCollections _HashTable+Constants.swift
[107/129] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[108/129] Compiling OrderedCollections _HashTable+Testing.swift
[116/129] Compiling OrderedCollections OrderedSet+Sendable.swift
[117/129] Compiling OrderedCollections OrderedSet+SubSequence.swift
[118/129] Compiling OrderedCollections OrderedSet+Testing.swift
[119/129] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[120/129] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[121/129] Compiling OrderedCollections OrderedSet.swift
[122/129] Compiling OrderedCollections _UnsafeBitset.swift
[130/130] Emitting module Algorithms
[132/174] Compiling SwmCore AdditiveGroup.swift
[133/174] Compiling SwmCore EuclideanRing.swift
[134/174] Compiling SwmCore Field.swift
[135/174] Compiling SwmCore FractionField.swift
[136/174] Compiling SwmCore Group.swift
[137/174] Compiling SwmCore MathSet.swift
[138/179] Compiling SwmCore Combinatorics.swift
[139/179] Compiling SwmCore GraphAlgorithms.swift
[140/179] Compiling SwmCore IntList.swift
[141/179] Compiling SwmCore Operators.swift
[142/179] Compiling SwmCore Random.swift
[143/179] Compiling SwmCore TypeParameters.swift
[144/179] Emitting module SwmCore
[145/179] Compiling SwmCore Module.swift
[146/179] Compiling SwmCore Monoid.swift
[147/179] Compiling SwmCore Ring.swift
[148/179] Compiling SwmCore Array.swift
[149/179] Compiling SwmCore Codable.swift
[150/179] Compiling SwmCore Dictionary.swift
[151/179] Compiling SwmCore Cache.swift
[152/179] Compiling SwmCore Debug.swift
[153/179] Compiling SwmCore Format.swift
[154/179] Compiling SwmCore Logger.swift
[155/179] Compiling SwmCore Storage.swift
[156/179] Compiling SwmCore RandomAccessCollection.swift
[157/179] Compiling SwmCore Sequence.swift
[158/179] Compiling SwmCore Set.swift
[159/179] Compiling SwmCore String.swift
[160/179] Compiling SwmCore LinearCombination.swift
[161/179] Compiling SwmCore LinearCombinationType.swift
[162/179] Compiling SwmCore Complex.swift
[163/179] Compiling SwmCore F2.swift
[164/179] Compiling SwmCore Integer.swift
[165/179] Compiling SwmCore IntegerQuotient.swift
[166/179] Compiling SwmCore Quaternion.swift
[167/179] Compiling SwmCore Rational.swift
[168/179] Compiling SwmCore Real.swift
[169/179] Compiling SwmCore Permutation.swift
[170/179] Compiling SwmCore GenericPolynomial.swift
[171/179] Compiling SwmCore MultivariatePolynomial.swift
[172/179] Compiling SwmCore Polynomial.swift
[173/179] Compiling SwmCore PolynomialQuotient.swift
[174/179] Compiling SwmCore TensorGenerator.swift
[175/179] Compiling SwmCore DefaultMatrixImpl.swift
[176/179] Compiling SwmCore Matrix.swift
[177/179] Compiling SwmCore MatrixIF.swift
[178/179] Compiling SwmCore MatrixImpl.swift
[179/179] Compiling SwmCore BitSequence.swift
[181/200] Emitting module SwmMatrixTools
/host/spi-builder-workspace/Sources/SwmMatrixTools/LU/LUFactorizationResult.swift:11:29: warning: generic parameter 'n' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  8 | import SwmCore
  9 |
 10 | public struct LUFactorizationResult<Impl: MatrixImpl & LUFactorizable, n: SizeType, m: SizeType> {
    |                                                                        `- note: 'n' previously declared here
 11 |     public typealias Matrix<n, m> = MatrixIF<Impl, n, m> where n: SizeType, m: SizeType
    |                             `- warning: generic parameter 'n' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 12 |     public typealias MatrixL = Matrix<n, anySize>
 13 |     public typealias MatrixU = Matrix<anySize, m>
/host/spi-builder-workspace/Sources/SwmMatrixTools/LU/LUFactorizationResult.swift:11:32: warning: generic parameter 'm' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  8 | import SwmCore
  9 |
 10 | public struct LUFactorizationResult<Impl: MatrixImpl & LUFactorizable, n: SizeType, m: SizeType> {
    |                                                                                     `- note: 'm' previously declared here
 11 |     public typealias Matrix<n, m> = MatrixIF<Impl, n, m> where n: SizeType, m: SizeType
    |                                `- warning: generic parameter 'm' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 12 |     public typealias MatrixL = Matrix<n, anySize>
 13 |     public typealias MatrixU = Matrix<anySize, m>
[182/202] Compiling SwmMatrixTools ComputationalRing.swift
[183/202] Compiling SwmMatrixTools DiagonalEliminator.swift
[184/202] Compiling SwmMatrixTools EchelonEliminator.swift
[185/202] Compiling SwmMatrixTools SparseMatrixImpl.swift
[186/202] Compiling SwmMatrixTools LinkedList.swift
[187/202] Compiling SwmMatrixTools LUFactorizable.swift
/host/spi-builder-workspace/Sources/SwmMatrixTools/LU/LUFactorizationResult.swift:11:29: warning: generic parameter 'n' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  8 | import SwmCore
  9 |
 10 | public struct LUFactorizationResult<Impl: MatrixImpl & LUFactorizable, n: SizeType, m: SizeType> {
    |                                                                        `- note: 'n' previously declared here
 11 |     public typealias Matrix<n, m> = MatrixIF<Impl, n, m> where n: SizeType, m: SizeType
    |                             `- warning: generic parameter 'n' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 12 |     public typealias MatrixL = Matrix<n, anySize>
 13 |     public typealias MatrixU = Matrix<anySize, m>
/host/spi-builder-workspace/Sources/SwmMatrixTools/LU/LUFactorizationResult.swift:11:32: warning: generic parameter 'm' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  8 | import SwmCore
  9 |
 10 | public struct LUFactorizationResult<Impl: MatrixImpl & LUFactorizable, n: SizeType, m: SizeType> {
    |                                                                                     `- note: 'm' previously declared here
 11 |     public typealias Matrix<n, m> = MatrixIF<Impl, n, m> where n: SizeType, m: SizeType
    |                                `- warning: generic parameter 'm' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 12 |     public typealias MatrixL = Matrix<n, anySize>
 13 |     public typealias MatrixU = Matrix<anySize, m>
[188/202] Compiling SwmMatrixTools LUFactorizationResult.swift
/host/spi-builder-workspace/Sources/SwmMatrixTools/LU/LUFactorizationResult.swift:11:29: warning: generic parameter 'n' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  8 | import SwmCore
  9 |
 10 | public struct LUFactorizationResult<Impl: MatrixImpl & LUFactorizable, n: SizeType, m: SizeType> {
    |                                                                        `- note: 'n' previously declared here
 11 |     public typealias Matrix<n, m> = MatrixIF<Impl, n, m> where n: SizeType, m: SizeType
    |                             `- warning: generic parameter 'n' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 12 |     public typealias MatrixL = Matrix<n, anySize>
 13 |     public typealias MatrixU = Matrix<anySize, m>
/host/spi-builder-workspace/Sources/SwmMatrixTools/LU/LUFactorizationResult.swift:11:32: warning: generic parameter 'm' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  8 | import SwmCore
  9 |
 10 | public struct LUFactorizationResult<Impl: MatrixImpl & LUFactorizable, n: SizeType, m: SizeType> {
    |                                                                                     `- note: 'm' previously declared here
 11 |     public typealias Matrix<n, m> = MatrixIF<Impl, n, m> where n: SizeType, m: SizeType
    |                                `- warning: generic parameter 'm' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 12 |     public typealias MatrixL = Matrix<n, anySize>
 13 |     public typealias MatrixU = Matrix<anySize, m>
[189/202] Compiling SwmMatrixTools LUFactorizer.swift
/host/spi-builder-workspace/Sources/SwmMatrixTools/LU/LUFactorizationResult.swift:11:29: warning: generic parameter 'n' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  8 | import SwmCore
  9 |
 10 | public struct LUFactorizationResult<Impl: MatrixImpl & LUFactorizable, n: SizeType, m: SizeType> {
    |                                                                        `- note: 'n' previously declared here
 11 |     public typealias Matrix<n, m> = MatrixIF<Impl, n, m> where n: SizeType, m: SizeType
    |                             `- warning: generic parameter 'n' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 12 |     public typealias MatrixL = Matrix<n, anySize>
 13 |     public typealias MatrixU = Matrix<anySize, m>
/host/spi-builder-workspace/Sources/SwmMatrixTools/LU/LUFactorizationResult.swift:11:32: warning: generic parameter 'm' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
  8 | import SwmCore
  9 |
 10 | public struct LUFactorizationResult<Impl: MatrixImpl & LUFactorizable, n: SizeType, m: SizeType> {
    |                                                                                     `- note: 'm' previously declared here
 11 |     public typealias Matrix<n, m> = MatrixIF<Impl, n, m> where n: SizeType, m: SizeType
    |                                `- warning: generic parameter 'm' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 12 |     public typealias MatrixL = Matrix<n, anySize>
 13 |     public typealias MatrixU = Matrix<anySize, m>
[190/202] Compiling SwmMatrixTools MatrixEliminationForm.swift
[191/202] Compiling SwmMatrixTools MatrixEliminationResult.swift
[192/202] Compiling SwmMatrixTools MatrixEliminator.swift
[193/202] Compiling SwmMatrixTools MatrixIF.swift
[194/202] Compiling SwmMatrixTools MatrixImpl.swift
[195/202] Compiling SwmMatrixTools MatrixPivotFinder.swift
[196/202] Compiling SwmMatrixTools SparseLUFactorizer.swift
[197/202] Compiling SwmMatrixTools SparseMatrix.swift
[198/202] Compiling SwmMatrixTools DefaultSparseMatrixImpl.swift
[199/202] Compiling SwmMatrixTools DefaultSparseMatrix_LU.swift
[200/202] Compiling SwmMatrixTools SmithEliminator.swift
[201/202] Compiling SwmMatrixTools MatrixElementaryOperations.swift
[202/202] Compiling SwmMatrixTools MatrixEliminationData.swift
Build complete! (43.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swm-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/taketo1024/swm-core.git"
    }
  ],
  "manifest_display_name" : "swm-matrix-tools",
  "name" : "swm-matrix-tools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwmMatrixTools",
      "targets" : [
        "SwmMatrixTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwmMatrixToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwmMatrixToolsTests",
      "path" : "Tests/SwmMatrixToolsTests",
      "sources" : [
        "LUFactorizationTests.swift",
        "MatrixEliminationTests.swift",
        "MatrixPivotFinderTests.swift",
        "RowEliminationDataTests.swift",
        "SparseLUSolverTests.swift",
        "SparseMatrixTests.swift"
      ],
      "target_dependencies" : [
        "SwmMatrixTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwmMatrixTools",
      "module_type" : "SwiftTarget",
      "name" : "SwmMatrixTools",
      "path" : "Sources/SwmMatrixTools",
      "product_dependencies" : [
        "SwmCore"
      ],
      "product_memberships" : [
        "SwmMatrixTools"
      ],
      "sources" : [
        "Basic/ComputationalRing.swift",
        "Eliminator/Internal/DiagonalEliminator.swift",
        "Eliminator/Internal/EchelonEliminator.swift",
        "Eliminator/Internal/SmithEliminator.swift",
        "Eliminator/MatrixElementaryOperations.swift",
        "Eliminator/MatrixEliminationData.swift",
        "Eliminator/MatrixEliminationForm.swift",
        "Eliminator/MatrixEliminationResult.swift",
        "Eliminator/MatrixEliminator.swift",
        "LU/LUFactorizable.swift",
        "LU/LUFactorizationResult.swift",
        "LU/LUFactorizer.swift",
        "Matrix/MatrixIF.swift",
        "Matrix/MatrixImpl.swift",
        "PivotFinder/MatrixPivotFinder.swift",
        "SparseMatrix/DefaultSparseMatrixImpl.swift",
        "SparseMatrix/DefaultSparseMatrix_LU.swift",
        "SparseMatrix/SparseLUFactorizer.swift",
        "SparseMatrix/SparseMatrix.swift",
        "SparseMatrix/SparseMatrixImpl.swift",
        "Utils/LinkedList.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.