The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SVEVideoUI, reference 0.3.2 (82c2af), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 05:21:14 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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/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:             6.2
Building package at path:  $PWD
https://github.com/SergioEstevao/SVEVideoUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling SVEVideoUI Video.swift
/Users/admin/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.
161 |             player?.addObserver(self, forKeyPath: "muted",
162 |                                    options: [.new, .old],
163 |                                    context:&playerContext)
    |                                            `- warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
164 |
165 |             player?.addObserver(self, forKeyPath: "volume",
/Users/admin/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.
165 |             player?.addObserver(self, forKeyPath: "volume",
166 |             options: [.new, .old],
167 |             context:&playerContext)
    |                     `- warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
168 |         }
169 |
/Users/admin/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.
212 |
213 |             // Only handle observations for the playerContext
214 |             guard context == &(playerContext), keyPath == "muted" || keyPath == "volume" else {
    |                              `- warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
215 |                 super.observeValue(forKeyPath: keyPath, of: object, change: change, context: context)
216 |                 return
[4/4] Emitting module SVEVideoUI
Build complete! (8.36s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SVEVideoUI",
  "name" : "SVEVideoUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SVEVideoUI",
      "targets" : [
        "SVEVideoUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SVEVideoUITests",
      "module_type" : "SwiftTarget",
      "name" : "SVEVideoUITests",
      "path" : "Tests/SVEVideoUITests",
      "sources" : [
        "SVEVideoUITests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SVEVideoUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SVEVideoUI",
      "module_type" : "SwiftTarget",
      "name" : "SVEVideoUI",
      "path" : "Sources/SVEVideoUI",
      "product_memberships" : [
        "SVEVideoUI"
      ],
      "sources" : [
        "Video.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.