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 SwiftAudioKit, reference master (de8b21), with Swift 5.10 for macOS (SPM) on 22 Mar 2025 22:45:03 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dioKaratzas/swift-audio-kit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dioKaratzas/swift-audio-kit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at de8b216 fix: invalid beginBackgroundTask()
Cloned https://github.com/dioKaratzas/swift-audio-kit.git
Revision (git rev-parse @):
de8b216791cc08c8760ff4dde482dc24aa055ba0
SUCCESS checkout https://github.com/dioKaratzas/swift-audio-kit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/dioKaratzas/swift-audio-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/34] Emitting module SwiftAudioKit
[4/37] Compiling SwiftAudioKit AudioPlayer+RetryEvent.swift
[5/37] Compiling SwiftAudioKit AudioPlayer+SeekEvent.swift
[6/37] Compiling SwiftAudioKit BackgroundHandler.swift
[7/37] Compiling SwiftAudioKit Reachability.swift
[8/37] Compiling SwiftAudioKit SynchronizedLock.swift
[9/37] Compiling SwiftAudioKit URL+Offline.swift
[10/37] Compiling SwiftAudioKit AudioItemEventProducer.swift
[11/37] Compiling SwiftAudioKit EventProducer.swift
[12/37] Compiling SwiftAudioKit NetworkEventProducer.swift
[13/37] Compiling SwiftAudioKit PlayerEventProducer.swift
[14/37] Compiling SwiftAudioKit AudioPlayer+Control.swift
[15/37] Compiling SwiftAudioKit AudioPlayer+CurrentItem.swift
[16/37] Compiling SwiftAudioKit AudioPlayer+NetworkEvent.swift
[17/37] Compiling SwiftAudioKit AudioPlayer+PlayerEvent.swift
[18/37] Compiling SwiftAudioKit AudioPlayer+QualityAdjustmentEvent.swift
[19/37] Compiling SwiftAudioKit AudioPlayer+Queue.swift
[20/37] Compiling SwiftAudioKit NowPlayableService.swift
[21/37] Compiling SwiftAudioKit AudioPlayer.swift
[22/37] Compiling SwiftAudioKit AudioPlayerBufferingStrategy.swift
[23/37] Compiling SwiftAudioKit AudioPlayerDelegate.swift
[24/37] Compiling SwiftAudioKit AudioPlayerMode.swift
[25/37] Compiling SwiftAudioKit AudioPlayerState.swift
[26/37] Compiling SwiftAudioKit AudioPlayer+AudioItemEvent.swift
[27/37] Compiling SwiftAudioKit CMTime+TimeIntervalValue.swift
[28/37] Compiling SwiftAudioKit MPNowPlayingInfoCenter+AudioItem.swift
[29/37] Compiling SwiftAudioKit PlayheadProgressPublisher.swift
[30/37] Compiling SwiftAudioKit AudioItemQueue.swift
[31/37] Compiling SwiftAudioKit NowPlayableCommand.swift
[32/37] Compiling SwiftAudioKit NowPlayableError.swift
[33/37] Compiling SwiftAudioKit NowPlayableMetadata.swift
[34/37] Compiling SwiftAudioKit QualityAdjustmentEventProducer.swift
[35/37] Compiling SwiftAudioKit RetryEventProducer.swift
[36/37] Compiling SwiftAudioKit SeekEventProducer.swift
[37/37] Compiling SwiftAudioKit AudioItem.swift
Build complete! (9.92s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftAudioKit",
  "name" : "SwiftAudioKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftAudioKit",
      "targets" : [
        "SwiftAudioKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftAudioKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAudioKitTests",
      "path" : "Tests/SwiftAudioKitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftAudioKitTests/fakes/image.png",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AudioItemEventProducer_Tests.swift",
        "AudioItemQueue_Tests.swift",
        "AudioItem_Tests.swift",
        "AudioPlayer+PlayerEvent_Tests.swift",
        "AudioPlayer+SeekEvent_Tests.swift",
        "AudioPlayerState_Tests.swift",
        "BackgroundHandler_Tests.swift",
        "NetworkEventProducer_Tests.swift",
        "PlayerEventProducer_Tests.swift",
        "QualityAdjustmentEventProducer_Tests.swift",
        "RetryEventProducer_Tests.swift",
        "SeekEventProducer_Tests.swift",
        "URL+Offline_Tests.swift",
        "fakes/Mocks.swift"
      ],
      "target_dependencies" : [
        "SwiftAudioKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAudioKit",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAudioKit",
      "path" : "Sources/SwiftAudioKit",
      "product_memberships" : [
        "SwiftAudioKit"
      ],
      "sources" : [
        "Event/AudioItemEventProducer.swift",
        "Event/EventProducer.swift",
        "Event/NetworkEventProducer.swift",
        "Event/PlayerEventProducer.swift",
        "Event/QualityAdjustmentEventProducer.swift",
        "Event/RetryEventProducer.swift",
        "Event/SeekEventProducer.swift",
        "Item/AudioItem.swift",
        "Item/AudioItemQueue.swift",
        "NowPlayable/NowPlayableCommand.swift",
        "NowPlayable/NowPlayableError.swift",
        "NowPlayable/NowPlayableMetadata.swift",
        "NowPlayable/NowPlayableService.swift",
        "Player/AudioPlayer.swift",
        "Player/AudioPlayerBufferingStrategy.swift",
        "Player/AudioPlayerDelegate.swift",
        "Player/AudioPlayerMode.swift",
        "Player/AudioPlayerState.swift",
        "Player/Extensions/AudioPlayer+AudioItemEvent.swift",
        "Player/Extensions/AudioPlayer+Control.swift",
        "Player/Extensions/AudioPlayer+CurrentItem.swift",
        "Player/Extensions/AudioPlayer+NetworkEvent.swift",
        "Player/Extensions/AudioPlayer+PlayerEvent.swift",
        "Player/Extensions/AudioPlayer+QualityAdjustmentEvent.swift",
        "Player/Extensions/AudioPlayer+Queue.swift",
        "Player/Extensions/AudioPlayer+RetryEvent.swift",
        "Player/Extensions/AudioPlayer+SeekEvent.swift",
        "Utils/BackgroundHandler.swift",
        "Utils/CMTime+TimeIntervalValue.swift",
        "Utils/MPNowPlayingInfoCenter+AudioItem.swift",
        "Utils/PlayheadProgressPublisher.swift",
        "Utils/Reachability.swift",
        "Utils/SynchronizedLock.swift",
        "Utils/URL+Offline.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.