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 AVFoundationCombine, reference 0.0.3 (d0de08), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 23:25:07 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/jozsef-vesza/AVFoundation-Combine.git
Reference: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jozsef-vesza/AVFoundation-Combine
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at d0de08f Merge pull request #38 from jozsef-vesza/commonmetadata-publisher-extensions
Cloned https://github.com/jozsef-vesza/AVFoundation-Combine.git
Revision (git rev-parse @):
d0de08fc0ec1837b8194910071596db04125901b
SUCCESS checkout https://github.com/jozsef-vesza/AVFoundation-Combine.git at 0.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jozsef-vesza/AVFoundation-Combine.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/8] Compiling AVFoundationCombine AVPlayerItem+Publishers.swift
[4/8] Compiling AVFoundationCombine AVPlayer+Publishers.swift
[5/8] Compiling AVFoundationCombine AVMetadataKey+Typed.swift
[6/8] Compiling AVFoundationCombine AVAsset+commonMetadata.swift
[7/8] Compiling AVFoundationCombine PlayheadProgressPublisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/AVFoundationCombine/Publishers/PlayheadProgressPublisher.swift:66:21: warning: capture of non-sendable type 'S.Type' in an isolated closure
64 |             let interval = CMTime(seconds: self.interval, preferredTimescale: CMTimeScale(NSEC_PER_SEC))
65 |             timeObserverToken = player.addPeriodicTimeObserver(forInterval: interval, queue: DispatchQueue.main) { [weak self] time in
66 |                 self?.sendValue(time)
   |                     `- warning: capture of non-sendable type 'S.Type' in an isolated closure
67 |             }
68 |         }
/Users/admin/builder/spi-builder-workspace/Sources/AVFoundationCombine/Publishers/PlayheadProgressPublisher.swift:65:122: warning: capture of non-sendable type 'S.Type' in an isolated closure
63 |
64 |             let interval = CMTime(seconds: self.interval, preferredTimescale: CMTimeScale(NSEC_PER_SEC))
65 |             timeObserverToken = player.addPeriodicTimeObserver(forInterval: interval, queue: DispatchQueue.main) { [weak self] time in
   |                                                                                                                          `- warning: capture of non-sendable type 'S.Type' in an isolated closure
66 |                 self?.sendValue(time)
67 |             }
[8/8] Emitting module AVFoundationCombine
Build complete! (7.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AVFoundationCombine",
  "name" : "AVFoundationCombine",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AVFoundationCombine",
      "targets" : [
        "AVFoundationCombine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AVFoundationCombineTests",
      "module_type" : "SwiftTarget",
      "name" : "AVFoundationCombineTests",
      "path" : "Tests/AVFoundationCombineTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/AVFoundationCombineTests/Resources/Copy/commonKeysSample.mp3",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AVAsset+CommonMetadataTests.swift",
        "AVPlayerItem+PublishersTests.swift",
        "PlayheadProgressPublisherTests.swift",
        "TestSubscriber.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AVFoundationCombine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AVFoundationCombine",
      "module_type" : "SwiftTarget",
      "name" : "AVFoundationCombine",
      "path" : "Sources/AVFoundationCombine",
      "product_memberships" : [
        "AVFoundationCombine"
      ],
      "sources" : [
        "Extensions/AVAsset+commonMetadata.swift",
        "Extensions/AVMetadataKey+Typed.swift",
        "Extensions/AVPlayer+Publishers.swift",
        "Extensions/AVPlayerItem+Publishers.swift",
        "Publishers/PlayheadProgressPublisher.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.