The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SergioEstevao/SVEVideoUI.git
Reference: 0.3.2
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/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
Revision (git rev-parse @):
82c2aff90d9382befe3385f20713c81d5db94c34
SUCCESS checkout https://github.com/SergioEstevao/SVEVideoUI.git at 0.3.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/SergioEstevao/SVEVideoUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/4] Compiling SVEVideoUI Video.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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 {
                             ^
[4/4] Emitting module SVEVideoUI
Build complete! (6.86s)
Build complete.
Done.