The Swift Package Index logo.Swift Package Index

Build Information

Successful build of VideoFrames, reference main (852207), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 04:17:08 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/heestand-xyz/VideoFrames.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heestand-xyz/VideoFrames
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8522074 Video Fix
Cloned https://github.com/heestand-xyz/VideoFrames.git
Revision (git rev-parse @):
8522074bb2dcebe86a3458c2a03ec3acde58ea1d
SUCCESS checkout https://github.com/heestand-xyz/VideoFrames.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": "videoframes",
      "name": "VideoFrames",
      "url": "https://github.com/heestand-xyz/VideoFrames.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/VideoFrames",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/heestand-xyz/VideoFrames.git
[1/373] Fetching videoframes
Fetched https://github.com/heestand-xyz/VideoFrames.git from cache (0.92s)
Creating working copy for https://github.com/heestand-xyz/VideoFrames.git
Working copy of https://github.com/heestand-xyz/VideoFrames.git resolved at main (8522074)
warning: '.resolve-product-dependencies': dependency 'videoframes' 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/heestand-xyz/VideoFrames.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/6] Compiling VideoFrames ToVideo.swift
/Users/admin/builder/spi-builder-workspace/Sources/VideoFrames/ToVideo.swift:162:28: warning: capture of 'writer' with non-Sendable type 'AVAssetWriter' in a '@Sendable' closure [#SendableClosureCaptures]
160 |     let _: Void = try await withCheckedThrowingContinuation { continuation in
161 |         writer.finishWriting {
162 |             if let error = writer.error {
    |                            `- warning: capture of 'writer' with non-Sendable type 'AVAssetWriter' in a '@Sendable' closure [#SendableClosureCaptures]
163 |                 continuation.resume(throwing: error)
164 |                 return
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVAssetWriter.h:66:12: note: class 'AVAssetWriter' does not conform to the 'Sendable' protocol
 64 | NS_SWIFT_NONSENDABLE
 65 | API_AVAILABLE(macos(10.7), ios(4.1), tvos(9.0), visionos(1.0)) API_UNAVAILABLE(watchos)
 66 | @interface AVAssetWriter : NSObject
    |            `- note: class 'AVAssetWriter' does not conform to the 'Sendable' protocol
 67 | {
 68 | @private
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[4/6] Compiling VideoFrames ToFrames.swift
[5/6] Emitting module VideoFrames
[6/6] Compiling VideoFrames Shared.swift
Build complete! (10.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "VideoFrames",
  "name" : "VideoFrames",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "VideoFrames",
      "targets" : [
        "VideoFrames"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VideoFramesTests",
      "module_type" : "SwiftTarget",
      "name" : "VideoFramesTests",
      "path" : "Tests/VideoFramesTests",
      "sources" : [
        "VideoFramesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VideoFrames"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VideoFrames",
      "module_type" : "SwiftTarget",
      "name" : "VideoFrames",
      "path" : "Sources/VideoFrames",
      "product_memberships" : [
        "VideoFrames"
      ],
      "sources" : [
        "Shared.swift",
        "ToFrames.swift",
        "ToVideo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.