Build Information
Successful build of TextForSpeech, reference v0.18.9 (2f3c8c), with Swift 6.2 for macOS (SPM) on 29 Apr 2026 03:51:22 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/gaelic-ghost/TextForSpeech.git
Reference: v0.18.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gaelic-ghost/TextForSpeech
* tag v0.18.9 -> FETCH_HEAD
HEAD is now at 2f3c8c0 runtime: preserve legacy summary provider storage
Cloned https://github.com/gaelic-ghost/TextForSpeech.git
Revision (git rev-parse @):
2f3c8c095eaef151cc28f5f977f4e4daae28c474
SUCCESS checkout https://github.com/gaelic-ghost/TextForSpeech.git at v0.18.9
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/gaelic-ghost/TextForSpeech.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/44] Compiling TextForSpeech TextForSpeechRuntime+ProfilesMutations.swift
[4/44] Compiling TextForSpeech TextForSpeechRuntime+ProfilesQueries.swift
[5/44] Compiling TextForSpeech TextForSpeechRuntime+Storage.swift
[6/44] Compiling TextForSpeech TextForSpeechRuntime+Style.swift
[7/44] Compiling TextForSpeech BuiltInSemanticAliases.swift
[8/44] Compiling TextForSpeech BuiltInStylePresets.swift
[9/44] Compiling TextForSpeech BuiltInTokenTransforms.swift
[10/44] Compiling TextForSpeech Format.swift
[11/44] Compiling TextForSpeech InputContext.swift
[12/48] Emitting module TextForSpeech
[13/48] Compiling TextForSpeech Profile.swift
[14/48] Compiling TextForSpeech Replacement.swift
[15/48] Compiling TextForSpeech RequestContext.swift
[16/48] Compiling TextForSpeech SummarizationProvider.swift
[17/48] Compiling TextForSpeech FormatDetection.swift
[18/48] Compiling TextForSpeech TextForSpeechRuntime+NormalizationOperations.swift
[19/48] Compiling TextForSpeech TextForSpeechRuntime+Persistence.swift
[20/48] Compiling TextForSpeech TextForSpeechRuntime+PersistenceOperations.swift
[21/48] Compiling TextForSpeech TextForSpeechRuntime+Profiles.swift
[22/48] Compiling TextForSpeech TokenNormalizationPasses.swift
[23/48] Compiling TextForSpeech Errors.swift
[24/48] Compiling TextForSpeech PersistedState.swift
[25/48] Compiling TextForSpeech TextForSpeechRuntime+Normalization.swift
[26/48] Compiling TextForSpeech SourceNormalizer.swift
[27/48] Compiling TextForSpeech SpeechConversion.swift
[28/48] Compiling TextForSpeech TextNormalizer+Detection.swift
[29/48] Compiling TextForSpeech TextNormalizer+Heuristics.swift
[30/48] Compiling TextForSpeech TextNormalizer+PathCompaction.swift
[31/48] Compiling TextForSpeech NormalizationAPI.swift
[32/48] Compiling TextForSpeech BuiltInProfileStyle.swift
[33/48] Compiling TextForSpeech BuiltInProfiles.swift
[34/48] Compiling TextForSpeech BuiltInExtensionAliases.swift
[35/48] Compiling TextForSpeech BuiltInScalarPronunciations.swift
[36/48] Compiling TextForSpeech Formatting.swift
[37/48] Compiling TextForSpeech MarkdownNormalizationPasses.swift
[38/48] Compiling TextForSpeech ParsingUtilities.swift
[39/48] Compiling TextForSpeech ReplacementRuleEngine.swift
[40/48] Compiling TextForSpeech ReplacementRuleMatching.swift
[41/48] Compiling TextForSpeech TextNormalizer+PathContext.swift
[42/48] Compiling TextForSpeech TextNormalizer+SpeechHelpers.swift
[43/48] Compiling TextForSpeech TextNormalizer.swift
[44/48] Compiling TextForSpeech TextSummarizer.swift
[45/48] Compiling TextForSpeech TextForSpeechRuntime+StyleOperations.swift
[46/48] Compiling TextForSpeech TextForSpeechRuntime+SummarizationProvider.swift
[47/48] Compiling TextForSpeech TextForSpeechRuntime.swift
[48/48] Compiling TextForSpeech TextForSpeech.swift
Build complete! (6.14s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TextForSpeech",
"name" : "TextForSpeech",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "TextForSpeech",
"targets" : [
"TextForSpeech"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "TextForSpeechTests",
"module_type" : "SwiftTarget",
"name" : "TextForSpeechTests",
"path" : "Tests/TextForSpeechTests",
"sources" : [
"Models/ProfileTests.swift",
"Normalization/EndToEndNormalizationTests.swift",
"Normalization/MarkdownAndURLNormalizationTests.swift",
"Normalization/PathAndIdentifierNormalizationTests.swift",
"Runtime/RuntimeTests.swift"
],
"target_dependencies" : [
"TextForSpeech"
],
"type" : "test"
},
{
"c99name" : "TextForSpeech",
"module_type" : "SwiftTarget",
"name" : "TextForSpeech",
"path" : "Sources/TextForSpeech",
"product_memberships" : [
"TextForSpeech"
],
"sources" : [
"API/NormalizationAPI.swift",
"Models/BuiltInProfileStyle.swift",
"Models/BuiltInProfiles.swift",
"Models/BuiltInProfiles/BuiltInExtensionAliases.swift",
"Models/BuiltInProfiles/BuiltInScalarPronunciations.swift",
"Models/BuiltInProfiles/BuiltInSemanticAliases.swift",
"Models/BuiltInProfiles/BuiltInStylePresets.swift",
"Models/BuiltInProfiles/BuiltInTokenTransforms.swift",
"Models/Format.swift",
"Models/InputContext.swift",
"Models/Profile.swift",
"Models/Replacement.swift",
"Models/RequestContext.swift",
"Models/SummarizationProvider.swift",
"Normalization/FormatDetection.swift",
"Normalization/Formatting.swift",
"Normalization/MarkdownNormalizationPasses.swift",
"Normalization/ParsingUtilities.swift",
"Normalization/ReplacementRuleEngine.swift",
"Normalization/ReplacementRuleMatching.swift",
"Normalization/SourceNormalizer.swift",
"Normalization/SpeechConversion.swift",
"Normalization/TextNormalizer+Detection.swift",
"Normalization/TextNormalizer+Heuristics.swift",
"Normalization/TextNormalizer+PathCompaction.swift",
"Normalization/TextNormalizer+PathContext.swift",
"Normalization/TextNormalizer+SpeechHelpers.swift",
"Normalization/TextNormalizer.swift",
"Normalization/TextSummarizer.swift",
"Normalization/TokenNormalizationPasses.swift",
"Runtime/Errors.swift",
"Runtime/PersistedState.swift",
"Runtime/TextForSpeechRuntime+Normalization.swift",
"Runtime/TextForSpeechRuntime+NormalizationOperations.swift",
"Runtime/TextForSpeechRuntime+Persistence.swift",
"Runtime/TextForSpeechRuntime+PersistenceOperations.swift",
"Runtime/TextForSpeechRuntime+Profiles.swift",
"Runtime/TextForSpeechRuntime+ProfilesMutations.swift",
"Runtime/TextForSpeechRuntime+ProfilesQueries.swift",
"Runtime/TextForSpeechRuntime+Storage.swift",
"Runtime/TextForSpeechRuntime+Style.swift",
"Runtime/TextForSpeechRuntime+StyleOperations.swift",
"Runtime/TextForSpeechRuntime+SummarizationProvider.swift",
"Runtime/TextForSpeechRuntime.swift",
"TextForSpeech.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.