The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NextLevelSessionExporter, reference main (1bb6e1), with Swift 6.3 for macOS (SPM) on 30 Apr 2026 00:21:40 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/NextLevel/NextLevelSessionExporter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NextLevel/NextLevelSessionExporter
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1bb6e19 Merge pull request #58 from madsodgaard/main
Cloned https://github.com/NextLevel/NextLevelSessionExporter.git
Revision (git rev-parse @):
1bb6e19731ff512f4652f8ce2a8f67c779b1598f
SUCCESS checkout https://github.com/NextLevel/NextLevelSessionExporter.git at main
========================================
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": "nextlevelsessionexporter",
      "name": "NextLevelSessionExporter",
      "url": "https://github.com/NextLevel/NextLevelSessionExporter.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NextLevelSessionExporter",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/NextLevel/NextLevelSessionExporter.git
[1/870] Fetching nextlevelsessionexporter
Fetched https://github.com/NextLevel/NextLevelSessionExporter.git from cache (0.91s)
Creating working copy for https://github.com/NextLevel/NextLevelSessionExporter.git
Working copy of https://github.com/NextLevel/NextLevelSessionExporter.git resolved at main (1bb6e19)
warning: '.resolve-product-dependencies': dependency 'nextlevelsessionexporter' 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/NextLevel/NextLevelSessionExporter.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] Compiling SessionExporter NextLevelSessionExporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:404:62: warning: capture of 'videoOutput' with non-Sendable type 'AVAssetReaderVideoCompositionOutput' in a '@Sendable' closure [#SendableClosureCaptures]
 402 |             dispatchGroup.enter()
 403 |             videoInput.requestMediaDataWhenReady(on: self._inputQueue, using: {
 404 |                 if self.encode(readySamplesFromReaderOutput: videoOutput, toWriterInput: videoInput) == false {
     |                                                              `- warning: capture of 'videoOutput' with non-Sendable type 'AVAssetReaderVideoCompositionOutput' in a '@Sendable' closure [#SendableClosureCaptures]
 405 |                     dispatchGroup.leave()
 406 |                 }
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetReaderOutput.h:450:12: note: class 'AVAssetReaderVideoCompositionOutput' does not conform to the 'Sendable' protocol
448 |  */
449 | API_AVAILABLE(macos(10.7), ios(4.1), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
450 | @interface AVAssetReaderVideoCompositionOutput : AVAssetReaderOutput
    |            `- note: class 'AVAssetReaderVideoCompositionOutput' does not conform to the 'Sendable' protocol
451 | {
452 | @private
/Users/admin/builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:404:90: warning: capture of 'videoInput' with non-Sendable type 'AVAssetWriterInput' in a '@Sendable' closure [#SendableClosureCaptures]
 402 |             dispatchGroup.enter()
 403 |             videoInput.requestMediaDataWhenReady(on: self._inputQueue, using: {
 404 |                 if self.encode(readySamplesFromReaderOutput: videoOutput, toWriterInput: videoInput) == false {
     |                                                                                          `- warning: capture of 'videoInput' with non-Sendable type 'AVAssetWriterInput' in a '@Sendable' closure [#SendableClosureCaptures]
 405 |                     dispatchGroup.leave()
 406 |                 }
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetWriterInput.h:39:12: note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
 37 | NS_SWIFT_NONSENDABLE
 38 | API_AVAILABLE(macos(10.7), ios(4.1), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
 39 | @interface AVAssetWriterInput : NSObject
    |            `- note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
 40 | {
 41 | @private
/Users/admin/builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:414:62: warning: capture of 'audioOutput' with non-Sendable type 'AVAssetReaderAudioMixOutput' in a '@Sendable' closure [#SendableClosureCaptures]
 412 |             dispatchGroup.enter()
 413 |             audioInput.requestMediaDataWhenReady(on: self._inputQueue, using: {
 414 |                 if self.encode(readySamplesFromReaderOutput: audioOutput, toWriterInput: audioInput) == false {
     |                                                              `- warning: capture of 'audioOutput' with non-Sendable type 'AVAssetReaderAudioMixOutput' in a '@Sendable' closure [#SendableClosureCaptures]
 415 |                     dispatchGroup.leave()
 416 |                 }
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetReaderOutput.h:334:12: note: class 'AVAssetReaderAudioMixOutput' does not conform to the 'Sendable' protocol
332 |  */
333 | API_AVAILABLE(macos(10.7), ios(4.1), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
334 | @interface AVAssetReaderAudioMixOutput : AVAssetReaderOutput
    |            `- note: class 'AVAssetReaderAudioMixOutput' does not conform to the 'Sendable' protocol
335 | {
336 | @private
/Users/admin/builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:414:90: warning: capture of 'audioInput' with non-Sendable type 'AVAssetWriterInput' in a '@Sendable' closure [#SendableClosureCaptures]
 412 |             dispatchGroup.enter()
 413 |             audioInput.requestMediaDataWhenReady(on: self._inputQueue, using: {
 414 |                 if self.encode(readySamplesFromReaderOutput: audioOutput, toWriterInput: audioInput) == false {
     |                                                                                          `- warning: capture of 'audioInput' with non-Sendable type 'AVAssetWriterInput' in a '@Sendable' closure [#SendableClosureCaptures]
 415 |                     dispatchGroup.leave()
 416 |                 }
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetWriterInput.h:39:12: note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
 37 | NS_SWIFT_NONSENDABLE
 38 | API_AVAILABLE(macos(10.7), ios(4.1), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
 39 | @interface AVAssetWriterInput : NSObject
    |            `- note: class 'AVAssetWriterInput' does not conform to the 'Sendable' protocol
 40 | {
 41 | @private
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[4/4] Emitting module SessionExporter
Build complete! (8.80s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NextLevelSessionExporter",
  "name" : "NextLevelSessionExporter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "NextLevelSessionExporter",
      "targets" : [
        "SessionExporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SessionExporter",
      "module_type" : "SwiftTarget",
      "name" : "SessionExporter",
      "path" : "Sources",
      "product_memberships" : [
        "NextLevelSessionExporter"
      ],
      "sources" : [
        "NextLevelSessionExporter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.