The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of YouTubePlayerKit, reference 2.0.0 (29ef42), with Swift 6.0 for macOS (SPM) on 3 Feb 2025 23:46:50 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SvenTiigi/YouTubePlayerKit.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SvenTiigi/YouTubePlayerKit
 * tag               2.0.0      -> FETCH_HEAD
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 2.0.0
========================================
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",
  "dependencies": [
    {
      "identity": "youtubeplayerkit",
      "name": "YouTubePlayerKit",
      "url": "https://github.com/SvenTiigi/YouTubePlayerKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/YouTubePlayerKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SvenTiigi/YouTubePlayerKit.git
[1/2627] Fetching youtubeplayerkit
Fetched https://github.com/SvenTiigi/YouTubePlayerKit.git from cache (1.21s)
Creating working copy for https://github.com/SvenTiigi/YouTubePlayerKit.git
Working copy of https://github.com/SvenTiigi/YouTubePlayerKit.git resolved at 2.0.0 (29ef421)
warning: '.resolve-product-dependencies': dependency 'youtubeplayerkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
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.2.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-5BDAB9E9C0126B9D.txt
[3/47] Compiling YouTubePlayerKit YouTubePlayer+Event+Name.swift
[4/47] Compiling YouTubePlayerKit YouTubePlayer+Event.swift
[5/47] Compiling YouTubePlayerKit YouTubePlayer+JavaScript.swift
[6/47] Compiling YouTubePlayerKit YouTubePlayer+JavaScriptEvaluationResponseConverter.swift
[7/47] Compiling YouTubePlayerKit YouTubePlayer+Module+Option.swift
[8/51] Compiling YouTubePlayerKit YouTubePlayer+Configuration.swift
[9/51] Compiling YouTubePlayerKit YouTubePlayer+FullscreenMode.swift
[10/51] Compiling YouTubePlayerKit YouTubePlayer+FullscreenState.swift
[11/51] Compiling YouTubePlayerKit YouTubePlayer+HTMLBuilder.swift
[12/51] Compiling YouTubePlayerKit YouTubePlayer+Information.swift
[13/51] Compiling YouTubePlayerKit YouTubePlayer+QueueingAPI.swift
[14/51] Compiling YouTubePlayerKit YouTubePlayer+VideoThumbnailAPI.swift
[15/51] Compiling YouTubePlayerKit YouTubePlayer+VolumeAPI.swift
[16/51] Compiling YouTubePlayerKit YouTubePlayer+CaptionsFontSize.swift
[17/51] Compiling YouTubePlayerKit YouTubePlayer+CaptionsLanguageCode.swift
[18/51] Compiling YouTubePlayerKit YouTubePlayer+CaptionsTranslationLanguage.swift
[19/51] Compiling YouTubePlayerKit YouTubePlayer+CationsTrack.swift
[20/51] Compiling YouTubePlayerKit YouTubePlayer+APIError.swift
[21/51] Compiling YouTubePlayerKit YouTubePlayer+Error.swift
[22/51] Compiling YouTubePlayerKit YouTubePlayer+Event+Data.swift
[23/51] Emitting module YouTubePlayerKit
[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 YouTubePlayerWebView+WKNavigationDelegate.swift
[30/51] Compiling YouTubePlayerKit YouTubePlayerWebView+WKUIDelegate.swift
[31/51] Compiling YouTubePlayerKit YouTubePlayerWebView.swift
[32/51] Compiling YouTubePlayerKit YouTubePlayer.swift
[33/51] Compiling YouTubePlayerKit YouTubePlayer+VolumeState.swift
[34/51] Compiling YouTubePlayerKit ExpressibleByURL.swift
[35/51] Compiling YouTubePlayerKit YouTubePlayerHostingView.swift
[36/51] Compiling YouTubePlayerKit YouTubePlayerView+Init.swift
[37/51] Compiling YouTubePlayerKit YouTubePlayerView.swift
[38/51] Compiling YouTubePlayerKit YouTubePlayer+API.swift
[39/51] Compiling YouTubePlayerKit YouTubePlayer+CaptionsAPI.swift
[40/51] Compiling YouTubePlayerKit YouTubePlayer+ModuleAPI.swift
[41/51] Compiling YouTubePlayerKit YouTubePlayer+PlaybackAPI.swift
[42/51] Compiling YouTubePlayerKit YouTubePlayer+PlaylistAPI.swift
[43/51] Compiling YouTubePlayerKit YouTubePlayer+Module.swift
[44/51] Compiling YouTubePlayerKit YouTubePlayer+PlaybackMetadata.swift
[45/51] Compiling YouTubePlayerKit YouTubePlayer+PlaybackQuality.swift
[46/51] Compiling YouTubePlayerKit YouTubePlayer+PlaybackRate.swift
[47/51] Compiling YouTubePlayerKit YouTubePlayer+PlaybackState.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! (17.35s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/sventiigi/youtubeplayerkit/2.0.0
Repository:               SvenTiigi/YouTubePlayerKit
Swift version used:       6.0
Target:                   YouTubePlayerKit
Extracting symbol information for 'YouTubePlayerKit'...
Finished extracting symbol information for 'YouTubePlayerKit'. (6.91s)
Building documentation for 'YouTubePlayerKit'...
Finished building documentation for 'YouTubePlayerKit' (0.99s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/sventiigi/youtubeplayerkit/2.0.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2048] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.30s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.26s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3282] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.54s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Emitting module SymbolKit
[11/57] Emitting module Snippets
[12/57] Compiling Snippets SnippetParser.swift
[13/57] Compiling Snippets Snippet.swift
[14/57] Compiling SymbolKit Mixin+Equals.swift
[15/57] Compiling SymbolKit Mixin+Hash.swift
[16/57] Compiling SymbolKit Mixin.swift
[17/57] Compiling SymbolKit LineList.swift
[18/57] Compiling SymbolKit Position.swift
[19/57] Compiling SymbolKit DeclarationFragments.swift
[20/57] Compiling SymbolKit Fragment.swift
[21/57] Compiling SymbolKit FragmentKind.swift
[22/57] Compiling SymbolKit FunctionParameter.swift
[23/57] Compiling SymbolKit FunctionSignature.swift
[24/57] Compiling SymbolKit SourceRange.swift
[25/57] Compiling SymbolKit Metadata.swift
[26/57] Compiling SymbolKit Module.swift
[27/57] Compiling SymbolKit OperatingSystem.swift
[28/57] Compiling SymbolKit Platform.swift
[29/57] Compiling SymbolKit Relationship.swift
[30/57] Compiling SymbolKit RelationshipKind.swift
[31/57] Compiling SymbolKit SourceOrigin.swift
[32/57] Compiling SymbolKit GenericConstraints.swift
[33/57] Compiling SymbolKit Swift.swift
[34/57] Compiling SymbolKit Symbol.swift
[35/57] Compiling SymbolKit SymbolKind.swift
[36/57] Compiling SymbolKit SymbolGraph.swift
[37/57] Compiling SymbolKit GraphCollector.swift
[38/57] Compiling SymbolKit SemanticVersion.swift
[39/57] Compiling SymbolKit AccessControl.swift
[40/57] Compiling SymbolKit Availability.swift
[41/57] Compiling SymbolKit AvailabilityItem.swift
[42/57] Compiling SymbolKit Domain.swift
[43/57] Compiling SymbolKit Names.swift
[44/57] Compiling SymbolKit SPI.swift
[45/57] Compiling SymbolKit Snippet.swift
[46/57] Compiling SymbolKit Extension.swift
[47/57] Compiling SymbolKit Identifier.swift
[48/57] Compiling SymbolKit KindIdentifier.swift
[49/57] Compiling SymbolKit Location.swift
[50/57] Compiling SymbolKit Mutability.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.56s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/46] Compiling YouTubePlayerKit YouTubePlayer+CaptionsTranslationLanguage.swift
[3/46] Compiling YouTubePlayerKit YouTubePlayer+CationsTrack.swift
[4/46] Compiling YouTubePlayerKit YouTubePlayer+APIError.swift
[5/46] Compiling YouTubePlayerKit YouTubePlayer+Error.swift
[6/46] Compiling YouTubePlayerKit YouTubePlayer+Event+Data.swift
[7/50] Compiling YouTubePlayerKit YouTubePlayer+VolumeState.swift
[8/50] Compiling YouTubePlayerKit ExpressibleByURL.swift
[9/50] Compiling YouTubePlayerKit YouTubePlayerHostingView.swift
[10/50] Compiling YouTubePlayerKit YouTubePlayerView+Init.swift
[11/50] Compiling YouTubePlayerKit YouTubePlayerView.swift
[12/50] Compiling YouTubePlayerKit YouTubePlayer+Event+Name.swift
[13/50] Compiling YouTubePlayerKit YouTubePlayer+Event.swift
[14/50] Compiling YouTubePlayerKit YouTubePlayer+JavaScript.swift
[15/50] Compiling YouTubePlayerKit YouTubePlayer+JavaScriptEvaluationResponseConverter.swift
[16/50] Compiling YouTubePlayerKit YouTubePlayer+Module+Option.swift
[17/50] Emitting module YouTubePlayerKit
[18/50] Compiling YouTubePlayerKit YouTubePlayer+API.swift
[19/50] Compiling YouTubePlayerKit YouTubePlayer+CaptionsAPI.swift
[20/50] Compiling YouTubePlayerKit YouTubePlayer+ModuleAPI.swift
[21/50] Compiling YouTubePlayerKit YouTubePlayer+PlaybackAPI.swift
[22/50] Compiling YouTubePlayerKit YouTubePlayer+PlaylistAPI.swift
[23/50] Compiling YouTubePlayerKit YouTubePlayerViewController.swift
[24/50] Compiling YouTubePlayerKit YouTubeVideoThumbnail.swift
[25/50] Compiling YouTubePlayerKit YouTubePlayerWebView+Evaluate.swift
[26/50] Compiling YouTubePlayerKit YouTubePlayerWebView+Event.swift
[27/50] Compiling YouTubePlayerKit YouTubePlayer+Module.swift
[28/50] Compiling YouTubePlayerKit YouTubePlayer+PlaybackMetadata.swift
[29/50] Compiling YouTubePlayerKit YouTubePlayer+PlaybackQuality.swift
[30/50] Compiling YouTubePlayerKit YouTubePlayer+PlaybackRate.swift
[31/50] Compiling YouTubePlayerKit YouTubePlayer+PlaybackState.swift
[32/50] Compiling YouTubePlayerKit YouTubePlayer+QueueingAPI.swift
[33/50] Compiling YouTubePlayerKit YouTubePlayer+VideoThumbnailAPI.swift
[34/50] Compiling YouTubePlayerKit YouTubePlayer+VolumeAPI.swift
[35/50] Compiling YouTubePlayerKit YouTubePlayer+CaptionsFontSize.swift
[36/50] Compiling YouTubePlayerKit YouTubePlayer+CaptionsLanguageCode.swift
[37/50] Compiling YouTubePlayerKit YouTubePlayer+Configuration.swift
[38/50] Compiling YouTubePlayerKit YouTubePlayer+FullscreenMode.swift
[39/50] Compiling YouTubePlayerKit YouTubePlayer+FullscreenState.swift
[40/50] Compiling YouTubePlayerKit YouTubePlayer+HTMLBuilder.swift
[41/50] Compiling YouTubePlayerKit YouTubePlayer+Information.swift
[42/50] Compiling YouTubePlayerKit YouTubePlayer+OpenURLAction.swift
[43/50] Compiling YouTubePlayerKit YouTubePlayer+Options.swift
[44/50] Compiling YouTubePlayerKit YouTubePlayer+Parameters.swift
[45/50] Compiling YouTubePlayerKit YouTubePlayer+Source.swift
[46/50] Compiling YouTubePlayerKit YouTubePlayer+State.swift
[47/50] Compiling YouTubePlayerKit YouTubePlayerWebView+WKNavigationDelegate.swift
[48/50] Compiling YouTubePlayerKit YouTubePlayerWebView+WKUIDelegate.swift
[49/50] Compiling YouTubePlayerKit YouTubePlayerWebView.swift
[50/50] Compiling YouTubePlayerKit YouTubePlayer.swift
Build of target: 'YouTubePlayerKit' complete! (2.83s)
    3012
22	/Users/admin/builder/spi-builder-workspace/.docs/sventiigi/youtubeplayerkit/2.0.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/sventiigi/youtubeplayerkit/2.0.0
File count: 3012
Doc size:   22.0MB
Preparing doc bundle ...
Uploading prod-sventiigi-youtubeplayerkit-2.0.0-412a1284.zip to s3://spi-docs-inbox/prod-sventiigi-youtubeplayerkit-2.0.0-412a1284.zip
Copying... [10%]
Copying... [20%]
Copying... [31%]
Copying... [41%]
Copying... [51%]
Copying... [61%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.