Build Information
Successful build of SVEVideoUI, reference develop (958334), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 05:21:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SergioEstevao/SVEVideoUI.git
Reference: develop
Initialized empty Git repository in /Users/admin/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
========================================
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:213:44: warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
211 | player?.addObserver(self, forKeyPath: "muted",
212 | options: [.new, .old],
213 | context:&playerContext)
| `- warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
214 |
215 | player?.addObserver(self, forKeyPath: "volume",
/Users/admin/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.
215 | player?.addObserver(self, forKeyPath: "volume",
216 | options: [.new, .old],
217 | context:&playerContext)
| `- warning: forming 'UnsafeMutableRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
218 | }
219 |
/Users/admin/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.
320 |
321 | // Only handle observations for the playerContext
322 | 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.
323 | super.observeValue(forKeyPath: keyPath, of: object, change: change, context: context)
324 | return
[4/4] Emitting module SVEVideoUI
Build complete! (8.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.