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 master (543df2), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 23:24:36 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jozsef-vesza/AVFoundation-Combine
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 543df26 Merge pull request #39 from jozsef-vesza/update-readme-badges
Cloned https://github.com/jozsef-vesza/AVFoundation-Combine.git
Revision (git rev-parse @):
543df269c7c97bcb92978998998c033cd6ef1803
SUCCESS checkout https://github.com/jozsef-vesza/AVFoundation-Combine.git at master
========================================
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 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 |             }
[4/8] Emitting module AVFoundationCombine
[5/8] Compiling AVFoundationCombine AVMetadataKey+Typed.swift
[6/8] Compiling AVFoundationCombine AVPlayer+Publishers.swift
[7/8] Compiling AVFoundationCombine AVAsset+commonMetadata.swift
[8/8] Compiling AVFoundationCombine AVPlayerItem+Publishers.swift
Build complete! (7.96s)
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.