The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SVEVideoUI, reference 0.3.2 (82c2af), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 04:54:07 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "svevideoui",
      "name": "SVEVideoUI",
      "url": "https://github.com/SergioEstevao/SVEVideoUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SVEVideoUI",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SergioEstevao/SVEVideoUI.git
[1/242] Fetching svevideoui
Fetched https://github.com/SergioEstevao/SVEVideoUI.git from cache (1.08s)
Creating working copy for https://github.com/SergioEstevao/SVEVideoUI.git
Working copy of https://github.com/SergioEstevao/SVEVideoUI.git resolved at 0.3.2 (82c2aff)
warning: '.resolve-product-dependencies': dependency 'svevideoui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SergioEstevao/SVEVideoUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.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! (10.39s)
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.