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.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SergioEstevao/SVEVideoUI.git
Reference: develop
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/SergioEstevao/SVEVideoUI
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 9583346 Merge pull request #7 from nneuberger1/feature/rewind_fast_forward
Cloned https://github.com/SergioEstevao/SVEVideoUI.git
Revision (git rev-parse @):
95833467a784d5dccc0d7543842a3b30a91cb493
SUCCESS checkout https://github.com/SergioEstevao/SVEVideoUI.git at develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "svevideoui",
      "name": "SVEVideoUI",
      "url": "https://github.com/SergioEstevao/SVEVideoUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SVEVideoUI",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SergioEstevao/SVEVideoUI.git
[3/242] Fetching svevideoui
Fetched https://github.com/SergioEstevao/SVEVideoUI.git (0.55s)
Creating working copy for https://github.com/SergioEstevao/SVEVideoUI.git
Working copy of https://github.com/SergioEstevao/SVEVideoUI.git resolved at develop
warning: '.resolve-product-dependencies': dependency 'svevideoui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Emitting module SVEVideoUI
[2/2] Compiling SVEVideoUI Video.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SVEVideoUI/Video.swift:213: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/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SVEVideoUI/Video.swift:217: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/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SVEVideoUI/Video.swift:322: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! (14.88s)
Build complete.
Done.