Build Information
Successful build of SpeechManager, reference main (731c1d), with Swift 6.2 for macOS (SPM) on 24 Jun 2025 01:45:21 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appracatappra/SpeechManager.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Appracatappra/SpeechManager
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 731c1d6 Update to v6.1
Cloned https://github.com/Appracatappra/SpeechManager.git
Revision (git rev-parse @):
731c1d6fe30293282d55a25a238ae5396dd46f35
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Appracatappra/SpeechManager.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Appracatappra/SpeechManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying PrivacyInfo.xcprivacy
[1/5] Write sources
[2/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/9] Compiling LogManager DebugLogger.swift
[7/9] Compiling LogManager ReleaseLogger.swift
[8/9] Emitting module LogManager
[9/9] Compiling LogManager resource_bundle_accessor.swift
[10/12] Compiling SpeechManager resource_bundle_accessor.swift
[11/12] Compiling SpeechManager SpeechManager.swift
[12/12] Emitting module SpeechManager
Build complete! (12.57s)
Fetching https://github.com/Appracatappra/LogManager
[1/84] Fetching logmanager
Fetched https://github.com/Appracatappra/LogManager from cache (0.63s)
Computing version for https://github.com/Appracatappra/LogManager
Computed https://github.com/Appracatappra/LogManager at 2.0.4 (1.07s)
Creating working copy for https://github.com/Appracatappra/LogManager
Working copy of https://github.com/Appracatappra/LogManager resolved at 2.0.4
Build complete.
{
"dependencies" : [
{
"identity" : "logmanager",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Appracatappra/LogManager"
}
],
"manifest_display_name" : "SpeechManager",
"name" : "SpeechManager",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SpeechManager",
"targets" : [
"SpeechManager"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpeechManagerTests",
"module_type" : "SwiftTarget",
"name" : "SpeechManagerTests",
"path" : "Tests/SpeechManagerTests",
"sources" : [
"SpeechManagerTests.swift"
],
"target_dependencies" : [
"SpeechManager"
],
"type" : "test"
},
{
"c99name" : "SpeechManager",
"module_type" : "SwiftTarget",
"name" : "SpeechManager",
"path" : "Sources/SpeechManager",
"product_dependencies" : [
"LogManager"
],
"product_memberships" : [
"SpeechManager"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpeechManager/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"SpeechManager.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.