Build Information
Successful build of SVEVideoUI, reference develop (958334), 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 arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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.06s)
Creating working copy for https://github.com/SergioEstevao/SVEVideoUI.git
Working copy of https://github.com/SergioEstevao/SVEVideoUI.git resolved at develop (9583346)
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] Emitting module SVEVideoUI
[4/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
Build complete! (10.50s)
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.