The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Upsurge, reference 0.11.0 (66c662), with Swift 6.1 for Android on 27 May 2025 17:54:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alejandro-isaza/Upsurge.git
Reference: 0.11.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/alejandro-isaza/Upsurge
 * tag               0.11.0     -> FETCH_HEAD
HEAD is now at 66c6625 Update podspec
Cloned https://github.com/alejandro-isaza/Upsurge.git
Revision (git rev-parse @):
66c66253ab0d1a0988a6efb68f49629cf3e06a84
SUCCESS checkout https://github.com/alejandro-isaza/Upsurge.git at 0.11.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alejandro-isaza/Upsurge.git
https://github.com/alejandro-isaza/Upsurge.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Upsurge",
  "name" : "Upsurge",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Upsurge",
      "targets" : [
        "Upsurge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UpsurgeTests",
      "module_type" : "SwiftTarget",
      "name" : "UpsurgeTests",
      "path" : "Tests/UpsurgeTests",
      "sources" : [
        "ArithmeticTests.swift",
        "AuxiliaryTests.swift",
        "ComplexTests.swift",
        "ExponentialTests.swift",
        "RealMatrixTests.swift",
        "SpanTests.swift",
        "TensorTests.swift",
        "ValueArraySliceTests.swift",
        "ValueArrayTests.swift",
        "XCTestCase+Surge.swift"
      ],
      "target_dependencies" : [
        "Upsurge"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Upsurge",
      "module_type" : "SwiftTarget",
      "name" : "Upsurge",
      "path" : "Sources/Upsurge",
      "product_memberships" : [
        "Upsurge"
      ],
      "sources" : [
        "2DTensorSlice.swift",
        "Arithmetic.swift",
        "Auxiliary.swift",
        "Complex.swift",
        "ComplexArithmetic.swift",
        "ComplexArray.swift",
        "ComplexArrayRealSlice.swift",
        "ComplexArraySlice.swift",
        "Exponential.swift",
        "Interval.swift",
        "LinearOperators.swift",
        "LinearType.swift",
        "Matrix.swift",
        "MatrixArithmetic.swift",
        "MatrixSlice.swift",
        "PointerUtilities.swift",
        "QuadraticType.swift",
        "Real.swift",
        "Sequence.swift",
        "Span.swift",
        "Tensor.swift",
        "TensorSlice.swift",
        "TensorType.swift",
        "Value.swift",
        "ValueArray.swift",
        "ValueArraySlice.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/26] Emitting module Upsurge
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[4/29] Compiling Upsurge Tensor.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[5/29] Compiling Upsurge TensorSlice.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[6/29] Compiling Upsurge TensorType.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[7/29] Compiling Upsurge Real.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[8/29] Compiling Upsurge Sequence.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[9/29] Compiling Upsurge Span.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[10/29] Compiling Upsurge LinearType.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[11/29] Compiling Upsurge Matrix.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[12/29] Compiling Upsurge MatrixArithmetic.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[13/29] Compiling Upsurge MatrixSlice.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[14/29] Compiling Upsurge PointerUtilities.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[15/29] Compiling Upsurge QuadraticType.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[16/29] Compiling Upsurge Value.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[17/29] Compiling Upsurge ValueArray.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[18/29] Compiling Upsurge ValueArraySlice.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[19/29] Compiling Upsurge Exponential.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[20/29] Compiling Upsurge Interval.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[21/29] Compiling Upsurge LinearOperators.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[22/29] Compiling Upsurge ComplexArithmetic.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[23/29] Compiling Upsurge ComplexArray.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[24/29] Compiling Upsurge ComplexArrayRealSlice.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[25/29] Compiling Upsurge ComplexArraySlice.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[26/29] Compiling Upsurge 2DTensorSlice.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[27/29] Compiling Upsurge Arithmetic.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[28/29] Compiling Upsurge Auxiliary.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[29/29] Compiling Upsurge Complex.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/25] Compiling Upsurge Real.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[3/25] Compiling Upsurge Sequence.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[4/25] Compiling Upsurge Span.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/28] Emitting module Upsurge
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[6/28] Compiling Upsurge MatrixSlice.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[7/28] Compiling Upsurge PointerUtilities.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[8/28] Compiling Upsurge QuadraticType.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[9/28] Compiling Upsurge Tensor.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[10/28] Compiling Upsurge TensorSlice.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[11/28] Compiling Upsurge TensorType.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[12/28] Compiling Upsurge LinearType.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[13/28] Compiling Upsurge Matrix.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[14/28] Compiling Upsurge MatrixArithmetic.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[15/28] Compiling Upsurge Value.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[16/28] Compiling Upsurge ValueArray.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[17/28] Compiling Upsurge ValueArraySlice.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[18/28] Compiling Upsurge Exponential.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[19/28] Compiling Upsurge Interval.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[20/28] Compiling Upsurge LinearOperators.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[21/28] Compiling Upsurge ComplexArithmetic.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[22/28] Compiling Upsurge ComplexArray.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[23/28] Compiling Upsurge ComplexArrayRealSlice.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[24/28] Compiling Upsurge ComplexArraySlice.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[25/28] Compiling Upsurge 2DTensorSlice.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[26/28] Compiling Upsurge Arithmetic.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[27/28] Compiling Upsurge Auxiliary.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
[28/28] Compiling Upsurge Complex.swift
/host/spi-builder-workspace/Sources/Upsurge/Arithmetic.swift:21:8: error: no such module 'Accelerate'
 19 | // THE SOFTWARE.
 20 |
 21 | import Accelerate
    |        `- error: no such module 'Accelerate'
 22 |
 23 | // MARK: - Double
BUILD FAILURE 6.1 android