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 SwiftySound, reference 1.3.0 (72dbea), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 05:59:35 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamcichy/SwiftySound.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamcichy/SwiftySound
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 72dbeaf Improve the example apps UI
Cloned https://github.com/adamcichy/SwiftySound.git
Revision (git rev-parse @):
72dbeaf4b4496b105bc731db05819dd16edc9449
SUCCESS checkout https://github.com/adamcichy/SwiftySound.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/adamcichy/SwiftySound.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling SwiftySound Sound.swift
/Users/admin/builder/spi-builder-workspace/Sources/Sound.swift:335:1: warning: extension declares a conformance of imported type 'AVAudioPlayer' to imported protocol 'AVAudioPlayerDelegate'; this will not behave correctly if the owners of 'AVFAudio' introduce this conformance in the future
333 | public typealias PlayerCompletion = (Bool) -> Void
334 |
335 | extension AVAudioPlayer: Player, AVAudioPlayerDelegate {
    | |- warning: extension declares a conformance of imported type 'AVAudioPlayer' to imported protocol 'AVAudioPlayerDelegate'; this will not behave correctly if the owners of 'AVFAudio' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
336 |     public func play(numberOfLoops: Int, completion: PlayerCompletion?) -> Bool {
337 |         if let cmpl = completion {
[4/4] Emitting module SwiftySound
/Users/admin/builder/spi-builder-workspace/Sources/Sound.swift:335:1: warning: extension declares a conformance of imported type 'AVAudioPlayer' to imported protocol 'AVAudioPlayerDelegate'; this will not behave correctly if the owners of 'AVFAudio' introduce this conformance in the future
333 | public typealias PlayerCompletion = (Bool) -> Void
334 |
335 | extension AVAudioPlayer: Player, AVAudioPlayerDelegate {
    | |- warning: extension declares a conformance of imported type 'AVAudioPlayer' to imported protocol 'AVAudioPlayerDelegate'; this will not behave correctly if the owners of 'AVFAudio' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
336 |     public func play(numberOfLoops: Int, completion: PlayerCompletion?) -> Bool {
337 |         if let cmpl = completion {
Build complete! (5.93s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftySound",
  "name" : "SwiftySound",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftySound",
      "targets" : [
        "SwiftySound"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftySound",
      "module_type" : "SwiftTarget",
      "name" : "SwiftySound",
      "path" : "Sources",
      "product_memberships" : [
        "SwiftySound"
      ],
      "sources" : [
        "Sound.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.