The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of YouTubePlayerKit, reference main (29ef42), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 01:03:08 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/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.2
Building package at path:  $PWD
https://github.com/SvenTiigi/YouTubePlayerKit.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/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
/Users/admin/builder/spi-builder-workspace/Sources/Models/JavaScript/YouTubePlayer+JavaScriptEvaluationResponseConverter.swift:137:17: warning: capture of non-sendable type 'D.Type' in an isolated closure
135 |             do {
136 |                 // Try to decode output to Decodable type
137 |                 decodable = try decoder().decode(
    |                 `- warning: capture of non-sendable type 'D.Type' in an isolated closure
138 |                     D.self,
139 |                     from: outputData
[10/51] Compiling YouTubePlayerKit YouTubePlayer+Event.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/JavaScript/YouTubePlayer+JavaScriptEvaluationResponseConverter.swift:137:17: warning: capture of non-sendable type 'D.Type' in an isolated closure
135 |             do {
136 |                 // Try to decode output to Decodable type
137 |                 decodable = try decoder().decode(
    |                 `- warning: capture of non-sendable type 'D.Type' in an isolated closure
138 |                     D.self,
139 |                     from: outputData
[11/51] Compiling YouTubePlayerKit YouTubePlayer+JavaScript.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/JavaScript/YouTubePlayer+JavaScriptEvaluationResponseConverter.swift:137:17: warning: capture of non-sendable type 'D.Type' in an isolated closure
135 |             do {
136 |                 // Try to decode output to Decodable type
137 |                 decodable = try decoder().decode(
    |                 `- warning: capture of non-sendable type 'D.Type' in an isolated closure
138 |                     D.self,
139 |                     from: outputData
[12/51] Compiling YouTubePlayerKit YouTubePlayer+JavaScriptEvaluationResponseConverter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/JavaScript/YouTubePlayer+JavaScriptEvaluationResponseConverter.swift:137:17: warning: capture of non-sendable type 'D.Type' in an isolated closure
135 |             do {
136 |                 // Try to decode output to Decodable type
137 |                 decodable = try decoder().decode(
    |                 `- warning: capture of non-sendable type 'D.Type' in an isolated closure
138 |                     D.self,
139 |                     from: outputData
[13/51] Compiling YouTubePlayerKit YouTubePlayer+Module+Option.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/JavaScript/YouTubePlayer+JavaScriptEvaluationResponseConverter.swift:137:17: warning: capture of non-sendable type 'D.Type' in an isolated closure
135 |             do {
136 |                 // Try to decode output to Decodable type
137 |                 decodable = try decoder().decode(
    |                 `- warning: capture of non-sendable type 'D.Type' in an isolated closure
138 |                     D.self,
139 |                     from: outputData
[14/51] Compiling YouTubePlayerKit YouTubePlayer+CaptionsTranslationLanguage.swift
[15/51] Compiling YouTubePlayerKit YouTubePlayer+CationsTrack.swift
[16/51] Compiling YouTubePlayerKit YouTubePlayer+APIError.swift
[17/51] Compiling YouTubePlayerKit YouTubePlayer+Error.swift
[18/51] Compiling YouTubePlayerKit YouTubePlayer+Event+Data.swift
[19/51] Compiling YouTubePlayerKit YouTubePlayer+API.swift
[20/51] Compiling YouTubePlayerKit YouTubePlayer+CaptionsAPI.swift
[21/51] Compiling YouTubePlayerKit YouTubePlayer+ModuleAPI.swift
[22/51] Compiling YouTubePlayerKit YouTubePlayer+PlaybackAPI.swift
[23/51] Compiling YouTubePlayerKit YouTubePlayer+PlaylistAPI.swift
[24/51] Compiling YouTubePlayerKit YouTubePlayerWebView+WKNavigationDelegate.swift
[25/51] Compiling YouTubePlayerKit YouTubePlayerWebView+WKUIDelegate.swift
[26/51] Compiling YouTubePlayerKit YouTubePlayerWebView.swift
[27/51] Compiling YouTubePlayerKit YouTubePlayer.swift
[28/51] Compiling YouTubePlayerKit YouTubePlayer+OpenURLAction.swift
[29/51] Compiling YouTubePlayerKit YouTubePlayer+Options.swift
[30/51] Compiling YouTubePlayerKit YouTubePlayer+Parameters.swift
[31/51] Compiling YouTubePlayerKit YouTubePlayer+Source.swift
[32/51] Compiling YouTubePlayerKit YouTubePlayer+State.swift
[33/51] Compiling YouTubePlayerKit YouTubePlayer+Module.swift
[34/51] Compiling YouTubePlayerKit YouTubePlayer+PlaybackMetadata.swift
[35/51] Compiling YouTubePlayerKit YouTubePlayer+PlaybackQuality.swift
[36/51] Compiling YouTubePlayerKit YouTubePlayer+PlaybackRate.swift
[37/51] Compiling YouTubePlayerKit YouTubePlayer+PlaybackState.swift
[38/51] Compiling YouTubePlayerKit YouTubePlayer+QueueingAPI.swift
[39/51] Compiling YouTubePlayerKit YouTubePlayer+VideoThumbnailAPI.swift
[40/51] Compiling YouTubePlayerKit YouTubePlayer+VolumeAPI.swift
[41/51] Compiling YouTubePlayerKit YouTubePlayer+CaptionsFontSize.swift
[42/51] Compiling YouTubePlayerKit YouTubePlayer+CaptionsLanguageCode.swift
[43/51] Compiling YouTubePlayerKit YouTubePlayer+VolumeState.swift
[44/51] Compiling YouTubePlayerKit ExpressibleByURL.swift
[45/51] Compiling YouTubePlayerKit YouTubePlayerHostingView.swift
[46/51] Compiling YouTubePlayerKit YouTubePlayerView+Init.swift
[47/51] Compiling YouTubePlayerKit YouTubePlayerView.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! (9.36s)
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.