Build Information
Successful build of MathLex, reference v0.4.1 (d5d0f2), with Swift 6.3 for Linux on 2 May 2026 20:56:53 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChrisGVE/mathlex.git
Reference: v0.4.1
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
* tag v0.4.1 -> FETCH_HEAD
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 v0.4.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/ChrisGVE/mathlex.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
Building for debugging...
[0/4] Write sources
[2/4] Compiling MathLexBridge bridge.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/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)
[6/7] Compiling MathLexRust mathlex.swift
[7/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)
[9/10] Emitting module MathLex
[10/10] Compiling MathLex MathLex.swift
Build complete! (8.32s)
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"
}
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.