The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftAudioKit, reference master (c1edfa), with Swift 5.10 for macOS (SPM) on 15 Sep 2024 12:47:04 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
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 c1edfad Remove BackgroundTaskCreator
Cloned https://github.com/dioKaratzas/swift-audio-kit.git
Revision (git rev-parse @):
c1edfadfea8fa92f1227a44dd029adbf07538aa7
SUCCESS checkout https://github.com/dioKaratzas/swift-audio-kit.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",
  "dependencies": [
    {
      "identity": "swift-audio-kit",
      "name": "SwiftAudioKit",
      "url": "https://github.com/dioKaratzas/swift-audio-kit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-audio-kit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dioKaratzas/swift-audio-kit.git
[1/659] Fetching swift-audio-kit
Fetched https://github.com/dioKaratzas/swift-audio-kit.git from cache (1.44s)
Creating working copy for https://github.com/dioKaratzas/swift-audio-kit.git
Working copy of https://github.com/dioKaratzas/swift-audio-kit.git resolved at master (c1edfad)
warning: '.resolve-product-dependencies': dependency 'swift-audio-kit' is not used by any target
Found 0 product dependencies
========================================
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 AudioPlayerMode.swift
[8/37] Compiling SwiftAudioKit AudioPlayerState.swift
[9/37] Compiling SwiftAudioKit AudioPlayer+AudioItemEvent.swift
[10/37] Compiling SwiftAudioKit Reachability.swift
[11/37] Compiling SwiftAudioKit SynchronizedLock.swift
[12/37] Compiling SwiftAudioKit URL+Offline.swift
[13/37] Compiling SwiftAudioKit AudioPlayer+Control.swift
[14/37] Compiling SwiftAudioKit AudioPlayer+CurrentItem.swift
[15/37] Compiling SwiftAudioKit AudioPlayer+NetworkEvent.swift
[16/37] Compiling SwiftAudioKit AudioPlayer+PlayerEvent.swift
[17/37] Compiling SwiftAudioKit AudioPlayer+QualityAdjustmentEvent.swift
[18/37] Compiling SwiftAudioKit AudioPlayer+Queue.swift
[19/37] Compiling SwiftAudioKit AudioItemEventProducer.swift
[20/37] Compiling SwiftAudioKit EventProducer.swift
[21/37] Compiling SwiftAudioKit NetworkEventProducer.swift
[22/37] Compiling SwiftAudioKit PlayerEventProducer.swift
[23/37] Compiling SwiftAudioKit NowPlayableService.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAudioKit/NowPlayable/NowPlayableService.swift:126:55: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
        NSLog("%@", "**** Set track metadata: title \(metadata.title)")
                                                      ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAudioKit/NowPlayable/NowPlayableService.swift:126:64: note: use 'String(describing:)' to silence this warning
        NSLog("%@", "**** Set track metadata: title \(metadata.title)")
                                                      ~~~~~~~~~^~~~~
                                                      String(describing:  )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAudioKit/NowPlayable/NowPlayableService.swift:126:64: note: provide a default value to avoid this warning
        NSLog("%@", "**** Set track metadata: title \(metadata.title)")
                                                      ~~~~~~~~~^~~~~
                                                                     ?? <#default value#>
[24/37] Compiling SwiftAudioKit AudioPlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAudioKit/NowPlayable/NowPlayableService.swift:126:55: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
        NSLog("%@", "**** Set track metadata: title \(metadata.title)")
                                                      ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAudioKit/NowPlayable/NowPlayableService.swift:126:64: note: use 'String(describing:)' to silence this warning
        NSLog("%@", "**** Set track metadata: title \(metadata.title)")
                                                      ~~~~~~~~~^~~~~
                                                      String(describing:  )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAudioKit/NowPlayable/NowPlayableService.swift:126:64: note: provide a default value to avoid this warning
        NSLog("%@", "**** Set track metadata: title \(metadata.title)")
                                                      ~~~~~~~~~^~~~~
                                                                     ?? <#default value#>
[25/37] Compiling SwiftAudioKit AudioPlayerBufferingStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAudioKit/NowPlayable/NowPlayableService.swift:126:55: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
        NSLog("%@", "**** Set track metadata: title \(metadata.title)")
                                                      ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAudioKit/NowPlayable/NowPlayableService.swift:126:64: note: use 'String(describing:)' to silence this warning
        NSLog("%@", "**** Set track metadata: title \(metadata.title)")
                                                      ~~~~~~~~~^~~~~
                                                      String(describing:  )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAudioKit/NowPlayable/NowPlayableService.swift:126:64: note: provide a default value to avoid this warning
        NSLog("%@", "**** Set track metadata: title \(metadata.title)")
                                                      ~~~~~~~~~^~~~~
                                                                     ?? <#default value#>
[26/37] Compiling SwiftAudioKit AudioPlayerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAudioKit/NowPlayable/NowPlayableService.swift:126:55: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
        NSLog("%@", "**** Set track metadata: title \(metadata.title)")
                                                      ^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAudioKit/NowPlayable/NowPlayableService.swift:126:64: note: use 'String(describing:)' to silence this warning
        NSLog("%@", "**** Set track metadata: title \(metadata.title)")
                                                      ~~~~~~~~~^~~~~
                                                      String(describing:  )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAudioKit/NowPlayable/NowPlayableService.swift:126:64: note: provide a default value to avoid this warning
        NSLog("%@", "**** Set track metadata: title \(metadata.title)")
                                                      ~~~~~~~~~^~~~~
                                                                     ?? <#default value#>
[27/37] Compiling SwiftAudioKit AudioItemQueue.swift
[28/37] Compiling SwiftAudioKit NowPlayableCommand.swift
[29/37] Compiling SwiftAudioKit NowPlayableError.swift
[30/37] Compiling SwiftAudioKit NowPlayableMetadata.swift
[31/37] Compiling SwiftAudioKit CMTime+TimeIntervalValue.swift
[32/37] Compiling SwiftAudioKit MPNowPlayingInfoCenter+AudioItem.swift
[33/37] Compiling SwiftAudioKit PlayheadProgressPublisher.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.78s)
Build complete.
Done.