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 master (929742), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 06:01:26 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamcichy/SwiftySound
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 929742f Update changelog
Cloned https://github.com/adamcichy/SwiftySound.git
Revision (git rev-parse @):
929742f4314ca7261791f969f667df71147e897f
SUCCESS checkout https://github.com/adamcichy/SwiftySound.git at master
========================================
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! (6.09s)
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.