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 VideoFrames, reference main (3de476), with Swift 5.9 for macOS (SPM) on 6 Jul 2024 06:29:34 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.45.1
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 3de476e Frame Generator Cleanup
Cloned https://github.com/heestand-xyz/VideoFrames.git
Revision (git rev-parse @):
3de476e958b765699eb2f98ca42336acfc262f49
SUCCESS checkout https://github.com/heestand-xyz/VideoFrames.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/heestand-xyz/VideoFrames.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling VideoFrames ToFrames.swift
[2/4] Compiling VideoFrames ToVideo.swift
/Users/admin/builder/spi-builder-workspace/Sources/VideoFrames/ToVideo.swift:28:20: warning: unknown operating system for build configuration 'os'
            #if os(xrOS)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoFrames/ToVideo.swift:28:20: note: did you mean 'tvOS'?
            #if os(xrOS)
                   ^~~~
                   tvOS
/Users/admin/builder/spi-builder-workspace/Sources/VideoFrames/ToVideo.swift:28:20: note: did you mean 'iOS'?
            #if os(xrOS)
                   ^~~~
                   iOS
/Users/admin/builder/spi-builder-workspace/Sources/VideoFrames/ToVideo.swift:55:28: warning: capture of 'images' with non-sendable type '[_Image]' (aka 'Array<NSImage>') in a `@Sendable` closure
                    count: images.count,
                           ^
Swift.Array:1:23: note: generic struct 'Array' does not conform to the 'Sendable' protocol
@frozen public struct Array<Element> : _DestructorSafeContainer {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/VideoFrames/ToVideo.swift:56:30: warning: capture of 'images' with non-sendable type '[_Image]' (aka 'Array<NSImage>') in a `@Sendable` closure
                    image: { images[$0] },
                             ^
Swift.Array:1:23: note: generic struct 'Array' does not conform to the 'Sendable' protocol
@frozen public struct Array<Element> : _DestructorSafeContainer {
                      ^
[3/4] Compiling VideoFrames Shared.swift
[4/4] Emitting module VideoFrames
Build complete! (11.06s)
Build complete.
Done.