Build Information
Successful build of MapboxSpeech, reference main (a9ef28), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 11:06:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mapbox/mapbox-speech-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mapbox/mapbox-speech-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a9ef284 Merge pull request #60 from mapbox/kried/2.1.1
Cloned https://github.com/mapbox/mapbox-speech-swift.git
Revision (git rev-parse @):
a9ef284deae227c6111c27a3535098c1e9a9d8e3
SUCCESS checkout https://github.com/mapbox/mapbox-speech-swift.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "mapbox-speech-swift",
"name": "MapboxSpeech",
"url": "https://github.com/mapbox/mapbox-speech-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/mapbox-speech-swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/mapbox/mapbox-speech-swift.git
[1/1138] Fetching mapbox-speech-swift
Fetched https://github.com/mapbox/mapbox-speech-swift.git from cache (0.85s)
Creating working copy for https://github.com/mapbox/mapbox-speech-swift.git
Working copy of https://github.com/mapbox/mapbox-speech-swift.git resolved at main (a9ef284)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/mapbox/mapbox-speech-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write MapboxSpeechCLI-entitlement.plist
[3/7] Write swift-version--6988338F2F200930.txt
[5/10] Emitting module MapboxSpeech
[6/10] Compiling MapboxSpeech MBSpeechOptions.swift
[7/10] Compiling MapboxSpeech MapboxSpeech.swift
[8/12] Emitting module MapboxSpeechCLI
[9/12] Compiling MapboxSpeechCLI main.swift
[9/12] Write Objects.LinkFileList
[10/12] Linking MapboxSpeechCLI
[11/12] Applying MapboxSpeechCLI
Build complete! (8.58s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MapboxSpeech",
"name" : "MapboxSpeech",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MapboxSpeech",
"targets" : [
"MapboxSpeech"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MapboxSpeechCLI",
"targets" : [
"MapboxSpeechCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "MapboxSpeechTests",
"module_type" : "SwiftTarget",
"name" : "MapboxSpeechTests",
"path" : "Tests/MapboxSpeechTests",
"sources" : [
"MapboxVoiceTests.swift"
],
"target_dependencies" : [
"MapboxSpeech"
],
"type" : "test"
},
{
"c99name" : "MapboxSpeechCLI",
"module_type" : "SwiftTarget",
"name" : "MapboxSpeechCLI",
"path" : "Sources/MapboxSpeechCLI",
"product_memberships" : [
"MapboxSpeechCLI"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"MapboxSpeech"
],
"type" : "executable"
},
{
"c99name" : "MapboxSpeech",
"module_type" : "SwiftTarget",
"name" : "MapboxSpeech",
"path" : "Sources/MapboxSpeech",
"product_memberships" : [
"MapboxSpeech",
"MapboxSpeechCLI"
],
"sources" : [
"MBSpeechOptions.swift",
"MapboxSpeech.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.