The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TextForSpeech, reference main (8f79cd), with Swift 6.2 for macOS (SPM) on 29 Apr 2026 03:52:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gaelic-ghost/TextForSpeech.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gaelic-ghost/TextForSpeech
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8f79cd2 Merge pull request #19 from gaelic-ghost/audit/public-api-simplification
Cloned https://github.com/gaelic-ghost/TextForSpeech.git
Revision (git rev-parse @):
8f79cd27285df11963cf2066cf5d49640759216c
SUCCESS checkout https://github.com/gaelic-ghost/TextForSpeech.git at main
========================================
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] Emitting module TextForSpeech
[4/44] Compiling TextForSpeech NormalizationAPI.swift
[5/44] Compiling TextForSpeech BuiltInProfileStyle.swift
[6/44] Compiling TextForSpeech BuiltInProfiles.swift
[7/44] Compiling TextForSpeech BuiltInExtensionAliases.swift
[8/44] Compiling TextForSpeech BuiltInScalarPronunciations.swift
[9/44] Compiling TextForSpeech TokenNormalizationPasses.swift
[10/44] Compiling TextForSpeech Errors.swift
[11/44] Compiling TextForSpeech PersistedState.swift
[12/44] Compiling TextForSpeech TextForSpeechRuntime+Normalization.swift
[13/48] Compiling TextForSpeech TextForSpeechRuntime+ProfilesMutations.swift
[14/48] Compiling TextForSpeech TextForSpeechRuntime+ProfilesQueries.swift
[15/48] Compiling TextForSpeech TextForSpeechRuntime+Storage.swift
[16/48] Compiling TextForSpeech TextForSpeechRuntime+Style.swift
[17/48] Compiling TextForSpeech Profile.swift
[18/48] Compiling TextForSpeech Replacement.swift
[19/48] Compiling TextForSpeech RequestContext.swift
[20/48] Compiling TextForSpeech SummarizationProvider.swift
[21/48] Compiling TextForSpeech FormatDetection.swift
[22/48] Compiling TextForSpeech TextForSpeechRuntime+NormalizationOperations.swift
[23/48] Compiling TextForSpeech TextForSpeechRuntime+Persistence.swift
[24/48] Compiling TextForSpeech TextForSpeechRuntime+PersistenceOperations.swift
[25/48] Compiling TextForSpeech TextForSpeechRuntime+Profiles.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 Formatting.swift
[32/48] Compiling TextForSpeech MarkdownNormalizationPasses.swift
[33/48] Compiling TextForSpeech ParsingUtilities.swift
[34/48] Compiling TextForSpeech ReplacementRuleEngine.swift
[35/48] Compiling TextForSpeech ReplacementRuleMatching.swift
[36/48] Compiling TextForSpeech BuiltInSemanticAliases.swift
[37/48] Compiling TextForSpeech BuiltInStylePresets.swift
[38/48] Compiling TextForSpeech BuiltInTokenTransforms.swift
[39/48] Compiling TextForSpeech Format.swift
[40/48] Compiling TextForSpeech InputContext.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.07s)
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.