The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-multiarray, reference 2.1.0 (f92803), with Swift 6.3 for Linux on 17 Apr 2026 19:36:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/dataparallel-swift/swift-multiarray.git
Reference: 2.1.0
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/dataparallel-swift/swift-multiarray
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at f928030 docs: update CHANGELOG.md
Cloned https://github.com/dataparallel-swift/swift-multiarray.git
Revision (git rev-parse @):
f9280306836971472475629bb74b5e24736b6752
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dataparallel-swift/swift-multiarray.git at 2.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/dataparallel-swift/swift-multiarray.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/swiftlang/swift-syntax.git
[1/74983] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.17s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (8.07s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.68s)
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/9] Emitting module MultiArrayMacros
[5/9] Compiling MultiArrayMacros GenericMacro.swift
[6/9] Compiling MultiArrayMacros Plugin.swift
[7/10] Wrapping AST for MultiArrayMacros for debugging
[8/10] Write Objects.LinkFileList
[9/10] Linking MultiArrayMacros-tool
[11/25] Compiling MultiArray Encodable.swift
[12/25] Compiling MultiArray Equatable.swift
[13/27] Compiling MultiArray CustomStringConvertible.swift
[14/27] Compiling MultiArray Decodable.swift
[15/27] Compiling MultiArray ArrayData.swift
[16/27] Compiling MultiArray CustomDebugStringConvertible.swift
[17/27] Emitting module MultiArray
[18/27] Compiling MultiArray MultiArray.swift
[19/27] Compiling MultiArray Tuple.swift
[20/27] Compiling MultiArray RandomAccessCollection.swift
[21/27] Compiling MultiArray Generic.swift
[22/27] Compiling MultiArray MultiArray+map.swift
[23/27] Compiling MultiArray MutableCollection.swift
[24/27] Compiling MultiArray ExpressibleByArrayLiteral.swift
[25/27] Compiling MultiArray Hashable.swift
[26/27] Compiling MultiArray Date.swift
[27/27] Compiling MultiArray UUID.swift
Build complete! (25.08s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "swift-multiarray",
  "name" : "swift-multiarray",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "MultiArray",
      "targets" : [
        "MultiArray"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MultiArrayMacros",
      "targets" : [
        "MultiArrayMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MultiArrayTests",
      "module_type" : "SwiftTarget",
      "name" : "MultiArrayTests",
      "path" : "Tests/MultiArrayTests",
      "sources" : [
        "Distrubution.swift",
        "MultiArrayTests.swift",
        "Point.swift",
        "Randomizable.swift",
        "Vec3.swift",
        "Zone.swift"
      ],
      "target_dependencies" : [
        "MultiArray"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MultiArrayMacros",
      "module_type" : "SwiftTarget",
      "name" : "MultiArrayMacros",
      "path" : "Sources/MultiArrayMacros",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "MultiArray",
        "MultiArrayMacros"
      ],
      "sources" : [
        "GenericMacro.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "MultiArray",
      "module_type" : "SwiftTarget",
      "name" : "MultiArray",
      "path" : "Sources/MultiArray",
      "product_memberships" : [
        "MultiArray"
      ],
      "sources" : [
        "ArrayData.swift",
        "Extensions/CustomDebugStringConvertible.swift",
        "Extensions/CustomStringConvertible.swift",
        "Extensions/Decodable.swift",
        "Extensions/Encodable.swift",
        "Extensions/Equatable.swift",
        "Extensions/ExpressibleByArrayLiteral.swift",
        "Extensions/Hashable.swift",
        "Extensions/MultiArray+map.swift",
        "Extensions/MutableCollection.swift",
        "Extensions/RandomAccessCollection.swift",
        "Generic.swift",
        "Generic/Date.swift",
        "Generic/UUID.swift",
        "MultiArray.swift",
        "Tuple.swift"
      ],
      "target_dependencies" : [
        "MultiArrayMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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.