Build Information
Successful build of MathLex, reference main (d5d0f2), with Swift 6.2 for macOS (SPM) on 3 May 2026 15:36:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ChrisGVE/mathlex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Compiling MathLexBridge bridge.c
[3/4] Write swift-version--3CB7CFEC50E0D141.txt
[5/7] Compiling MathLexRust SwiftBridgeCore.swift
/Users/admin/builder/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()
/Users/admin/builder/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
/Users/admin/builder/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()
/Users/admin/builder/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)
[8/9] Compiling MathLex MathLex.swift
[9/9] Emitting module MathLex
Build complete! (4.86s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MathLex",
"name" : "MathLex",
"path" : "/Users/admin/builder/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"
}
Done.