The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftEdgeTTS, reference v1.1.0 (ef0df5), with Swift 6.1 for macOS (SPM) on 4 Nov 2025 19:06:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/herrkaefer/SwiftEdgeTTS.git
Reference: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/herrkaefer/SwiftEdgeTTS
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at ef0df50 Add adjustable speech parameters support (rate, volume, pitch)
Cloned https://github.com/herrkaefer/SwiftEdgeTTS.git
Revision (git rev-parse @):
ef0df5042fcb5cb47671a19ee0e7ade3adaaa8d8
SUCCESS checkout https://github.com/herrkaefer/SwiftEdgeTTS.git at v1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/herrkaefer/SwiftEdgeTTS.git
https://github.com/herrkaefer/SwiftEdgeTTS.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftEdgeTTS",
  "name" : "SwiftEdgeTTS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftEdgeTTS",
      "targets" : [
        "SwiftEdgeTTS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftEdgeTTSTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftEdgeTTSTests",
      "path" : "Tests/SwiftEdgeTTSTests",
      "sources" : [
        "EdgeTTSServiceTests.swift"
      ],
      "target_dependencies" : [
        "SwiftEdgeTTS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftEdgeTTS",
      "module_type" : "SwiftTarget",
      "name" : "SwiftEdgeTTS",
      "path" : "Sources/SwiftEdgeTTS",
      "product_memberships" : [
        "SwiftEdgeTTS"
      ],
      "sources" : [
        "EdgeTTSClient.swift",
        "EdgeTTSService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/5] Compiling SwiftEdgeTTS EdgeTTSClient.swift
[4/5] Compiling SwiftEdgeTTS EdgeTTSService.swift
[5/5] Emitting module SwiftEdgeTTS
Build complete! (4.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftEdgeTTS",
  "name" : "SwiftEdgeTTS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftEdgeTTS",
      "targets" : [
        "SwiftEdgeTTS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftEdgeTTSTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftEdgeTTSTests",
      "path" : "Tests/SwiftEdgeTTSTests",
      "sources" : [
        "EdgeTTSServiceTests.swift"
      ],
      "target_dependencies" : [
        "SwiftEdgeTTS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftEdgeTTS",
      "module_type" : "SwiftTarget",
      "name" : "SwiftEdgeTTS",
      "path" : "Sources/SwiftEdgeTTS",
      "product_memberships" : [
        "SwiftEdgeTTS"
      ],
      "sources" : [
        "EdgeTTSClient.swift",
        "EdgeTTSService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.