The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftySound, reference master (929742), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 08:21:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftysound",
      "name": "SwiftySound",
      "url": "https://github.com/adamcichy/SwiftySound.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftySound",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/adamcichy/SwiftySound.git
[1/814] Fetching swiftysound
Fetched https://github.com/adamcichy/SwiftySound.git from cache (1.21s)
Creating working copy for https://github.com/adamcichy/SwiftySound.git
Working copy of https://github.com/adamcichy/SwiftySound.git resolved at master (929742f)
warning: '.resolve-product-dependencies': dependency 'swiftysound' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/adamcichy/SwiftySound.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/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 {
[4/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 {
Build complete! (7.19s)
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.