Build Information
Successful build of MathJaxSwift, reference v3.4.0 (e23d6e
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 08:20:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/colinc86/MathJaxSwift.git
Reference: v3.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/colinc86/MathJaxSwift
* tag v3.4.0 -> FETCH_HEAD
HEAD is now at e23d6ea Merge pull request #36 from colinc86/develop
Cloned https://github.com/colinc86/MathJaxSwift.git
Revision (git rev-parse @):
e23d6eab941da699ac4a60fb0e60f3ba5c937459
SUCCESS checkout https://github.com/colinc86/MathJaxSwift.git at v3.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/colinc86/MathJaxSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying mjn
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/44] Emitting module MathJaxSwift
[5/48] Compiling MathJaxSwift PackageLock.swift
[6/48] Compiling MathJaxSwift HTMLParser.swift
[7/48] Compiling MathJaxSwift MMLParser.swift
[8/48] Compiling MathJaxSwift Parser.swift
[9/48] Compiling MathJaxSwift SVGParser.swift
[10/48] Compiling MathJaxSwift TeX2MML.swift
[11/48] Compiling MathJaxSwift TeX2SVG.swift
[12/48] Compiling MathJaxSwift Constants.swift
[13/48] Compiling MathJaxSwift Function.swift
[14/48] Compiling MathJaxSwift MathJaxError.swift
[15/48] Compiling MathJaxSwift AM2CHTML.swift
[16/48] Compiling MathJaxSwift AM2MML.swift
[17/48] Compiling MathJaxSwift MML2CHTML.swift
[18/48] Compiling MathJaxSwift MML2SVG.swift
[19/48] Compiling MathJaxSwift TeX2CHTML.swift
[20/48] Compiling MathJaxSwift CHTMLOutputProcessorOptions.swift
[21/48] Compiling MathJaxSwift OutputProcessorOptions.swift
[22/48] Compiling MathJaxSwift SVGOutputProcessorOptions.swift
[23/48] Compiling MathJaxSwift resource_bundle_accessor.swift
[24/48] Compiling MathJaxSwift RequireOptions.swift
[25/48] Compiling MathJaxSwift SetOptions.swift
[26/48] Compiling MathJaxSwift TagFormatOptions.swift
[27/48] Compiling MathJaxSwift TeXInputProcessorOptions.swift
[28/48] Compiling MathJaxSwift ColorOptions.swift
[29/48] Compiling MathJaxSwift MathtoolsOptions.swift
[30/48] Compiling MathJaxSwift NoundefinedOptions.swift
[31/48] Compiling MathJaxSwift PhysicsOptions.swift
[32/48] Compiling MathJaxSwift MMLInputProcessorOptions.swift
[33/48] Compiling MathJaxSwift AMSCDOptions.swift
[34/48] Compiling MathJaxSwift AMSOptions.swift
[35/48] Compiling MathJaxSwift AutoloadOptions.swift
[36/48] Compiling MathJaxSwift SafeProtocols.swift
[37/48] Compiling MathJaxSwift SafeStyles.swift
[38/48] Compiling MathJaxSwift AMInputProcessorOptions.swift
[39/48] Compiling MathJaxSwift InputProcessorOptions.swift
[40/48] Compiling MathJaxSwift MenuOptionsSettings.swift
[41/48] Compiling MathJaxSwift SREOptions.swift
[42/48] Compiling MathJaxSwift AllowOptions.swift
[43/48] Compiling MathJaxSwift SafeOptions.swift
[44/48] Compiling MathJaxSwift MathJax.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathJaxSwift/MathJax.swift:371:52: warning: capture of 'self' with non-sendable type 'MathJax' in a '@Sendable' closure [#SendableClosureCaptures]
28 |
29 | /// A class that exposes MathJax conversion methods.
30 | public final class MathJax {
| `- note: class 'MathJax' does not conform to the 'Sendable' protocol
31 |
32 | // MARK: Types
:
369 | queue.async {
370 | do {
371 | continuation.resume(returning: try block(self))
| `- warning: capture of 'self' with non-sendable type 'MathJax' in a '@Sendable' closure [#SendableClosureCaptures]
372 | }
373 | catch {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[45/48] Compiling MathJaxSwift ConversionOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathJaxSwift/MathJax.swift:371:52: warning: capture of 'self' with non-sendable type 'MathJax' in a '@Sendable' closure [#SendableClosureCaptures]
28 |
29 | /// A class that exposes MathJax conversion methods.
30 | public final class MathJax {
| `- note: class 'MathJax' does not conform to the 'Sendable' protocol
31 |
32 | // MARK: Types
:
369 | queue.async {
370 | do {
371 | continuation.resume(returning: try block(self))
| `- warning: capture of 'self' with non-sendable type 'MathJax' in a '@Sendable' closure [#SendableClosureCaptures]
372 | }
373 | catch {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[46/48] Compiling MathJaxSwift A11YOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathJaxSwift/MathJax.swift:371:52: warning: capture of 'self' with non-sendable type 'MathJax' in a '@Sendable' closure [#SendableClosureCaptures]
28 |
29 | /// A class that exposes MathJax conversion methods.
30 | public final class MathJax {
| `- note: class 'MathJax' does not conform to the 'Sendable' protocol
31 |
32 | // MARK: Types
:
369 | queue.async {
370 | do {
371 | continuation.resume(returning: try block(self))
| `- warning: capture of 'self' with non-sendable type 'MathJax' in a '@Sendable' closure [#SendableClosureCaptures]
372 | }
373 | catch {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[47/48] Compiling MathJaxSwift DocumentOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathJaxSwift/MathJax.swift:371:52: warning: capture of 'self' with non-sendable type 'MathJax' in a '@Sendable' closure [#SendableClosureCaptures]
28 |
29 | /// A class that exposes MathJax conversion methods.
30 | public final class MathJax {
| `- note: class 'MathJax' does not conform to the 'Sendable' protocol
31 |
32 | // MARK: Types
:
369 | queue.async {
370 | do {
371 | continuation.resume(returning: try block(self))
| `- warning: capture of 'self' with non-sendable type 'MathJax' in a '@Sendable' closure [#SendableClosureCaptures]
372 | }
373 | catch {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[48/48] Compiling MathJaxSwift MenuOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathJaxSwift/MathJax.swift:371:52: warning: capture of 'self' with non-sendable type 'MathJax' in a '@Sendable' closure [#SendableClosureCaptures]
28 |
29 | /// A class that exposes MathJax conversion methods.
30 | public final class MathJax {
| `- note: class 'MathJax' does not conform to the 'Sendable' protocol
31 |
32 | // MARK: Types
:
369 | queue.async {
370 | do {
371 | continuation.resume(returning: try block(self))
| `- warning: capture of 'self' with non-sendable type 'MathJax' in a '@Sendable' closure [#SendableClosureCaptures]
372 | }
373 | catch {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
Build complete! (4.72s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MathJaxSwift",
"name" : "MathJaxSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MathJaxSwift",
"targets" : [
"MathJaxSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MathJaxSwiftTests",
"module_type" : "SwiftTarget",
"name" : "MathJaxSwiftTests",
"path" : "Tests/MathJaxSwiftTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/MathJaxSwiftTests/Resources/Error",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/MathJaxSwiftTests/Resources/No Error",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Conversions/AM/AM2CHTMLTests.swift",
"Conversions/AM/AM2MMLTests.swift",
"Conversions/MML/MML2CHTMLTests.swift",
"Conversions/MML/MML2SVGTests.swift",
"Conversions/TeX/Tex2CHTMLTests.swift",
"Conversions/TeX/Tex2MMLTests.swift",
"Conversions/TeX/Tex2SVGTests.swift",
"MathJaxSwiftTests.swift",
"Options/ConversionOptionsTests.swift",
"Options/DocumentOptionsTests.swift",
"Options/InputProcessorOptionsTests.swift",
"Options/OutputProcessorOptionsTests.swift",
"Parsing/HTMLParserTests.swift",
"Parsing/MMLParserTests.swift",
"Parsing/SVGParserTests.swift"
],
"target_dependencies" : [
"MathJaxSwift"
],
"type" : "test"
},
{
"c99name" : "MathJaxSwift",
"module_type" : "SwiftTarget",
"name" : "MathJaxSwift",
"path" : "Sources/MathJaxSwift",
"product_memberships" : [
"MathJaxSwift"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/MathJaxSwift/Resources/mjn",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Conversions/AM/AM2CHTML.swift",
"Conversions/AM/AM2MML.swift",
"Conversions/MML/MML2CHTML.swift",
"Conversions/MML/MML2SVG.swift",
"Conversions/TeX/TeX2CHTML.swift",
"Conversions/TeX/TeX2MML.swift",
"Conversions/TeX/TeX2SVG.swift",
"Internal/Constants.swift",
"Internal/Function.swift",
"Internal/MathJaxError.swift",
"Internal/PackageLock.swift",
"Internal/Parsing/HTMLParser.swift",
"Internal/Parsing/MMLParser.swift",
"Internal/Parsing/Parser.swift",
"Internal/Parsing/SVGParser.swift",
"MathJax.swift",
"Options/ConversionOptions.swift",
"Options/Document/A11YOptions.swift",
"Options/Document/DocumentOptions.swift",
"Options/Document/Menu/MenuOptions.swift",
"Options/Document/Menu/MenuOptionsSettings.swift",
"Options/Document/SREOptions.swift",
"Options/Document/Safe/AllowOptions.swift",
"Options/Document/Safe/SafeOptions.swift",
"Options/Document/Safe/SafeProtocols.swift",
"Options/Document/Safe/SafeStyles.swift",
"Options/Input/AMInputProcessorOptions.swift",
"Options/Input/InputProcessorOptions.swift",
"Options/Input/MMLInputProcessorOptions.swift",
"Options/Input/TeX Packages/AMSCDOptions.swift",
"Options/Input/TeX Packages/AMSOptions.swift",
"Options/Input/TeX Packages/AutoloadOptions.swift",
"Options/Input/TeX Packages/ColorOptions.swift",
"Options/Input/TeX Packages/MathtoolsOptions.swift",
"Options/Input/TeX Packages/NoundefinedOptions.swift",
"Options/Input/TeX Packages/PhysicsOptions.swift",
"Options/Input/TeX Packages/RequireOptions.swift",
"Options/Input/TeX Packages/SetOptions.swift",
"Options/Input/TeX Packages/TagFormatOptions.swift",
"Options/Input/TeXInputProcessorOptions.swift",
"Options/Output/CHTMLOutputProcessorOptions.swift",
"Options/Output/OutputProcessorOptions.swift",
"Options/Output/SVGOutputProcessorOptions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.