Build Information
Successful build of YouTubePlayerKit, reference main (29ef42
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 12:02:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SvenTiigi/YouTubePlayerKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SvenTiigi/YouTubePlayerKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 29ef421 Update workflow
Cloned https://github.com/SvenTiigi/YouTubePlayerKit.git
Revision (git rev-parse @):
29ef4217810e15ce8c7fce6608a1eecd0935b621
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SvenTiigi/YouTubePlayerKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/SvenTiigi/YouTubePlayerKit.git
https://github.com/SvenTiigi/YouTubePlayerKit.git
{
"dependencies" : [
],
"manifest_display_name" : "YouTubePlayerKit",
"name" : "YouTubePlayerKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "YouTubePlayerKit",
"targets" : [
"YouTubePlayerKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YouTubePlayerKitTests",
"module_type" : "SwiftTarget",
"name" : "YouTubePlayerKitTests",
"path" : "Tests",
"sources" : [
"YouTubePlayerJavaScriptTests.swift",
"YouTubePlayerSourceTests.swift",
"YouTubePlayerTests.swift",
"YouTubeVideoThumbnailTests.swift"
],
"target_dependencies" : [
"YouTubePlayerKit"
],
"type" : "test"
},
{
"c99name" : "YouTubePlayerKit",
"module_type" : "SwiftTarget",
"name" : "YouTubePlayerKit",
"path" : "Sources",
"product_memberships" : [
"YouTubePlayerKit"
],
"sources" : [
"API/YouTubePlayer+API.swift",
"API/YouTubePlayer+CaptionsAPI.swift",
"API/YouTubePlayer+ModuleAPI.swift",
"API/YouTubePlayer+PlaybackAPI.swift",
"API/YouTubePlayer+PlaylistAPI.swift",
"API/YouTubePlayer+QueueingAPI.swift",
"API/YouTubePlayer+VideoThumbnailAPI.swift",
"API/YouTubePlayer+VolumeAPI.swift",
"Models/Captions/YouTubePlayer+CaptionsFontSize.swift",
"Models/Captions/YouTubePlayer+CaptionsLanguageCode.swift",
"Models/Captions/YouTubePlayer+CaptionsTranslationLanguage.swift",
"Models/Captions/YouTubePlayer+CationsTrack.swift",
"Models/Error/YouTubePlayer+APIError.swift",
"Models/Error/YouTubePlayer+Error.swift",
"Models/Event/YouTubePlayer+Event+Data.swift",
"Models/Event/YouTubePlayer+Event+Name.swift",
"Models/Event/YouTubePlayer+Event.swift",
"Models/JavaScript/YouTubePlayer+JavaScript.swift",
"Models/JavaScript/YouTubePlayer+JavaScriptEvaluationResponseConverter.swift",
"Models/Module/YouTubePlayer+Module+Option.swift",
"Models/Module/YouTubePlayer+Module.swift",
"Models/Playback/YouTubePlayer+PlaybackMetadata.swift",
"Models/Playback/YouTubePlayer+PlaybackQuality.swift",
"Models/Playback/YouTubePlayer+PlaybackRate.swift",
"Models/Playback/YouTubePlayer+PlaybackState.swift",
"Models/YouTubePlayer+Configuration.swift",
"Models/YouTubePlayer+FullscreenMode.swift",
"Models/YouTubePlayer+FullscreenState.swift",
"Models/YouTubePlayer+HTMLBuilder.swift",
"Models/YouTubePlayer+Information.swift",
"Models/YouTubePlayer+OpenURLAction.swift",
"Models/YouTubePlayer+Options.swift",
"Models/YouTubePlayer+Parameters.swift",
"Models/YouTubePlayer+Source.swift",
"Models/YouTubePlayer+State.swift",
"Models/YouTubePlayer+VolumeState.swift",
"Shared/ExpressibleByURL.swift",
"UI/HostingView/YouTubePlayerHostingView.swift",
"UI/View/YouTubePlayerView+Init.swift",
"UI/View/YouTubePlayerView.swift",
"UI/ViewController/YouTubePlayerViewController.swift",
"VideoThumbnail/YouTubeVideoThumbnail.swift",
"WebView/YouTubePlayerWebView+Evaluate.swift",
"WebView/YouTubePlayerWebView+Event.swift",
"WebView/YouTubePlayerWebView+WKNavigationDelegate.swift",
"WebView/YouTubePlayerWebView+WKUIDelegate.swift",
"WebView/YouTubePlayerWebView.swift",
"YouTubePlayer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/47] Emitting module YouTubePlayerKit
[4/51] Compiling YouTubePlayerKit YouTubePlayer+Configuration.swift
[5/51] Compiling YouTubePlayerKit YouTubePlayer+FullscreenMode.swift
[6/51] Compiling YouTubePlayerKit YouTubePlayer+FullscreenState.swift
[7/51] Compiling YouTubePlayerKit YouTubePlayer+HTMLBuilder.swift
[8/51] Compiling YouTubePlayerKit YouTubePlayer+Information.swift
[9/51] Compiling YouTubePlayerKit YouTubePlayer+Event+Name.swift
[10/51] Compiling YouTubePlayerKit YouTubePlayer+Event.swift
[11/51] Compiling YouTubePlayerKit YouTubePlayer+JavaScript.swift
[12/51] Compiling YouTubePlayerKit YouTubePlayer+JavaScriptEvaluationResponseConverter.swift
[13/51] Compiling YouTubePlayerKit YouTubePlayer+Module+Option.swift
[14/51] Compiling YouTubePlayerKit YouTubePlayer+Module.swift
[15/51] Compiling YouTubePlayerKit YouTubePlayer+PlaybackMetadata.swift
[16/51] Compiling YouTubePlayerKit YouTubePlayer+PlaybackQuality.swift
[17/51] Compiling YouTubePlayerKit YouTubePlayer+PlaybackRate.swift
[18/51] Compiling YouTubePlayerKit YouTubePlayer+PlaybackState.swift
[19/51] Compiling YouTubePlayerKit YouTubePlayer+QueueingAPI.swift
[20/51] Compiling YouTubePlayerKit YouTubePlayer+VideoThumbnailAPI.swift
[21/51] Compiling YouTubePlayerKit YouTubePlayer+VolumeAPI.swift
[22/51] Compiling YouTubePlayerKit YouTubePlayer+CaptionsFontSize.swift
[23/51] Compiling YouTubePlayerKit YouTubePlayer+CaptionsLanguageCode.swift
[24/51] Compiling YouTubePlayerKit YouTubePlayer+OpenURLAction.swift
[25/51] Compiling YouTubePlayerKit YouTubePlayer+Options.swift
[26/51] Compiling YouTubePlayerKit YouTubePlayer+Parameters.swift
[27/51] Compiling YouTubePlayerKit YouTubePlayer+Source.swift
[28/51] Compiling YouTubePlayerKit YouTubePlayer+State.swift
[29/51] Compiling YouTubePlayerKit YouTubePlayer+API.swift
[30/51] Compiling YouTubePlayerKit YouTubePlayer+CaptionsAPI.swift
[31/51] Compiling YouTubePlayerKit YouTubePlayer+ModuleAPI.swift
[32/51] Compiling YouTubePlayerKit YouTubePlayer+PlaybackAPI.swift
[33/51] Compiling YouTubePlayerKit YouTubePlayer+PlaylistAPI.swift
[34/51] Compiling YouTubePlayerKit YouTubePlayerWebView+WKNavigationDelegate.swift
[35/51] Compiling YouTubePlayerKit YouTubePlayerWebView+WKUIDelegate.swift
[36/51] Compiling YouTubePlayerKit YouTubePlayerWebView.swift
[37/51] Compiling YouTubePlayerKit YouTubePlayer.swift
[38/51] Compiling YouTubePlayerKit YouTubePlayer+VolumeState.swift
[39/51] Compiling YouTubePlayerKit ExpressibleByURL.swift
[40/51] Compiling YouTubePlayerKit YouTubePlayerHostingView.swift
[41/51] Compiling YouTubePlayerKit YouTubePlayerView+Init.swift
[42/51] Compiling YouTubePlayerKit YouTubePlayerView.swift
[43/51] Compiling YouTubePlayerKit YouTubePlayer+CaptionsTranslationLanguage.swift
[44/51] Compiling YouTubePlayerKit YouTubePlayer+CationsTrack.swift
[45/51] Compiling YouTubePlayerKit YouTubePlayer+APIError.swift
[46/51] Compiling YouTubePlayerKit YouTubePlayer+Error.swift
[47/51] Compiling YouTubePlayerKit YouTubePlayer+Event+Data.swift
[48/51] Compiling YouTubePlayerKit YouTubePlayerViewController.swift
[49/51] Compiling YouTubePlayerKit YouTubeVideoThumbnail.swift
[50/51] Compiling YouTubePlayerKit YouTubePlayerWebView+Evaluate.swift
[51/51] Compiling YouTubePlayerKit YouTubePlayerWebView+Event.swift
Build complete! (10.01s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "YouTubePlayerKit",
"name" : "YouTubePlayerKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "YouTubePlayerKit",
"targets" : [
"YouTubePlayerKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YouTubePlayerKitTests",
"module_type" : "SwiftTarget",
"name" : "YouTubePlayerKitTests",
"path" : "Tests",
"sources" : [
"YouTubePlayerJavaScriptTests.swift",
"YouTubePlayerSourceTests.swift",
"YouTubePlayerTests.swift",
"YouTubeVideoThumbnailTests.swift"
],
"target_dependencies" : [
"YouTubePlayerKit"
],
"type" : "test"
},
{
"c99name" : "YouTubePlayerKit",
"module_type" : "SwiftTarget",
"name" : "YouTubePlayerKit",
"path" : "Sources",
"product_memberships" : [
"YouTubePlayerKit"
],
"sources" : [
"API/YouTubePlayer+API.swift",
"API/YouTubePlayer+CaptionsAPI.swift",
"API/YouTubePlayer+ModuleAPI.swift",
"API/YouTubePlayer+PlaybackAPI.swift",
"API/YouTubePlayer+PlaylistAPI.swift",
"API/YouTubePlayer+QueueingAPI.swift",
"API/YouTubePlayer+VideoThumbnailAPI.swift",
"API/YouTubePlayer+VolumeAPI.swift",
"Models/Captions/YouTubePlayer+CaptionsFontSize.swift",
"Models/Captions/YouTubePlayer+CaptionsLanguageCode.swift",
"Models/Captions/YouTubePlayer+CaptionsTranslationLanguage.swift",
"Models/Captions/YouTubePlayer+CationsTrack.swift",
"Models/Error/YouTubePlayer+APIError.swift",
"Models/Error/YouTubePlayer+Error.swift",
"Models/Event/YouTubePlayer+Event+Data.swift",
"Models/Event/YouTubePlayer+Event+Name.swift",
"Models/Event/YouTubePlayer+Event.swift",
"Models/JavaScript/YouTubePlayer+JavaScript.swift",
"Models/JavaScript/YouTubePlayer+JavaScriptEvaluationResponseConverter.swift",
"Models/Module/YouTubePlayer+Module+Option.swift",
"Models/Module/YouTubePlayer+Module.swift",
"Models/Playback/YouTubePlayer+PlaybackMetadata.swift",
"Models/Playback/YouTubePlayer+PlaybackQuality.swift",
"Models/Playback/YouTubePlayer+PlaybackRate.swift",
"Models/Playback/YouTubePlayer+PlaybackState.swift",
"Models/YouTubePlayer+Configuration.swift",
"Models/YouTubePlayer+FullscreenMode.swift",
"Models/YouTubePlayer+FullscreenState.swift",
"Models/YouTubePlayer+HTMLBuilder.swift",
"Models/YouTubePlayer+Information.swift",
"Models/YouTubePlayer+OpenURLAction.swift",
"Models/YouTubePlayer+Options.swift",
"Models/YouTubePlayer+Parameters.swift",
"Models/YouTubePlayer+Source.swift",
"Models/YouTubePlayer+State.swift",
"Models/YouTubePlayer+VolumeState.swift",
"Shared/ExpressibleByURL.swift",
"UI/HostingView/YouTubePlayerHostingView.swift",
"UI/View/YouTubePlayerView+Init.swift",
"UI/View/YouTubePlayerView.swift",
"UI/ViewController/YouTubePlayerViewController.swift",
"VideoThumbnail/YouTubeVideoThumbnail.swift",
"WebView/YouTubePlayerWebView+Evaluate.swift",
"WebView/YouTubePlayerWebView+Event.swift",
"WebView/YouTubePlayerWebView+WKNavigationDelegate.swift",
"WebView/YouTubePlayerWebView+WKUIDelegate.swift",
"WebView/YouTubePlayerWebView.swift",
"YouTubePlayer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.