Build Information
Successful build of swift-multiarray, reference 2.1.0 (f92803), with Swift 6.3 for Android on 17 Apr 2026 19:37:38 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build 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: android
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-4606859-2":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-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 (7.01s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (9.70s)
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.41s)
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version--4F562202D5529B1.txt
[4/9] Compiling MultiArrayMacros GenericMacro.swift
[5/9] Emitting module MultiArrayMacros
[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 MultiArray+map.swift
[12/25] Compiling MultiArray MutableCollection.swift
[13/25] Compiling MultiArray Encodable.swift
[14/25] Compiling MultiArray Equatable.swift
[15/25] Compiling MultiArray CustomStringConvertible.swift
[16/25] Compiling MultiArray Decodable.swift
[17/25] Emitting module MultiArray
Internal Error: DecodingError.dataCorrupted: Data was corrupted. Debug description: Corrupted JSON. Underlying error: unexpected end of file
[18/25] Compiling MultiArray ArrayData.swift
[19/25] Compiling MultiArray CustomDebugStringConvertible.swift
[20/27] Compiling MultiArray MultiArray.swift
[21/27] Compiling MultiArray Tuple.swift
[22/27] Compiling MultiArray ExpressibleByArrayLiteral.swift
[23/27] Compiling MultiArray Hashable.swift
[24/27] Compiling MultiArray RandomAccessCollection.swift
Internal Error: DecodingError.dataCorrupted: Data was corrupted. Debug description: Corrupted JSON. Underlying error: unexpected end of file
[25/27] Compiling MultiArray Generic.swift
Internal Error: DecodingError.dataCorrupted: Data was corrupted. Debug description: Corrupted JSON. Underlying error: unexpected end of file
[26/27] Compiling MultiArray Date.swift
[27/27] Compiling MultiArray UUID.swift
Build complete! (41.14s)
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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.