The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SVEVideoUI with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SergioEstevao/SVEVideoUI.git
Reference: 0.3.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/SergioEstevao/SVEVideoUI
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at 82c2aff Merge branch 'release/0.3.2'
Cloned https://github.com/SergioEstevao/SVEVideoUI.git into spi-builder-workspace
82c2aff90d9382befe3385f20713c81d5db94c34
SUCCESS checkout https://github.com/SergioEstevao/SVEVideoUI.git at 0.3.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/2] Emitting module SVEVideoUI
[2/2] Compiling SVEVideoUI Video.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SVEVideoUI/Video.swift:163:44: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
                                   context:&playerContext)
                                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SVEVideoUI/Video.swift:167:21: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            context:&playerContext)
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SVEVideoUI/Video.swift:214:30: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            guard context == &(playerContext), keyPath == "muted" || keyPath == "volume" else {
                             ^
Build complete! (8.82s)
Build complete.
Done.