The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MathLex, reference main (d5d0f2), with Swift 6.1 for Android on 3 May 2026 15:36:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChrisGVE/mathlex.git
Reference: main
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/ChrisGVE/mathlex
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d5d0f28 chore: bump version to 0.4.1
Cloned https://github.com/ChrisGVE/mathlex.git
Revision (git rev-parse @):
d5d0f282340d06e787bc0c7a5460cbdd74df65b8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChrisGVE/mathlex.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChrisGVE/mathlex.git
https://github.com/ChrisGVE/mathlex.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.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 swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Building for debugging...
[0/4] Write sources
[2/4] Compiling MathLexBridge bridge.c
[2/4] Write swift-version-24593BA9C3E375BF.txt
[5/7] Compiling MathLexRust mathlex.swift
[6/7] Emitting module MathLexRust
/host/spi-builder-workspace/Sources/MathLexRust/SwiftBridgeCore.swift:24:1: warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'MathLexBridge' introduce this conformance in the future
  22 |   }
  23 | }
  24 | extension RustStr: Identifiable {
     | |- warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'MathLexBridge' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
  25 |   public var id: String {
  26 |     self.toString()
/host/spi-builder-workspace/Sources/MathLexRust/SwiftBridgeCore.swift:29:1: warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MathLexBridge' introduce this conformance in the future
  27 |   }
  28 | }
  29 | extension RustStr: Equatable {
     | |- warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MathLexBridge' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
  30 |   public static func == (lhs: RustStr, rhs: RustStr) -> Bool {
  31 |     return __swift_bridge__$RustStr$partial_eq(lhs, rhs)
[7/7] Compiling MathLexRust SwiftBridgeCore.swift
/host/spi-builder-workspace/Sources/MathLexRust/SwiftBridgeCore.swift:24:1: warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'MathLexBridge' introduce this conformance in the future
  22 |   }
  23 | }
  24 | extension RustStr: Identifiable {
     | |- warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'MathLexBridge' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
  25 |   public var id: String {
  26 |     self.toString()
/host/spi-builder-workspace/Sources/MathLexRust/SwiftBridgeCore.swift:29:1: warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MathLexBridge' introduce this conformance in the future
  27 |   }
  28 | }
  29 | extension RustStr: Equatable {
     | |- warning: extension declares a conformance of imported type 'RustStr' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'MathLexBridge' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
  30 |   public static func == (lhs: RustStr, rhs: RustStr) -> Bool {
  31 |     return __swift_bridge__$RustStr$partial_eq(lhs, rhs)
[9/10] Emitting module MathLex
[10/10] Compiling MathLex MathLex.swift
Build complete! (9.06s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MathLex",
  "name" : "MathLex",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "MathLex",
      "targets" : [
        "MathLex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MathLexTests",
      "module_type" : "SwiftTarget",
      "name" : "MathLexTests",
      "path" : "swift/Tests/MathLexTests",
      "sources" : [
        "JSONSerializationTests.swift",
        "MathLexTests.swift"
      ],
      "target_dependencies" : [
        "MathLex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MathLexRust",
      "module_type" : "SwiftTarget",
      "name" : "MathLexRust",
      "path" : "Sources/MathLexRust",
      "product_memberships" : [
        "MathLex"
      ],
      "sources" : [
        "SwiftBridgeCore.swift",
        "mathlex.swift"
      ],
      "target_dependencies" : [
        "MathLexBridge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MathLexBridge",
      "module_type" : "ClangTarget",
      "name" : "MathLexBridge",
      "path" : "Sources/MathLexBridge",
      "product_memberships" : [
        "MathLex"
      ],
      "sources" : [
        "bridge.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MathLex",
      "module_type" : "SwiftTarget",
      "name" : "MathLex",
      "path" : "Sources/MathLex",
      "product_memberships" : [
        "MathLex"
      ],
      "sources" : [
        "MathLex.swift"
      ],
      "target_dependencies" : [
        "MathLexRust"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.