The Swift Package Index logo.Swift Package Index

Build Information

Successful build of YouTubeKit, reference v2.7.0 (c5c1b3), with Swift 6.1 for macOS (SPM) on 16 Feb 2026 19:03:25 UTC.

Swift 6 data race errors: 1

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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/b5i/YouTubeKit.git
Reference: v2.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/b5i/YouTubeKit
 * tag               v2.7.0     -> FETCH_HEAD
HEAD is now at c5c1b3f fix: fix streaming info sometimes not working and updated headers
Cloned https://github.com/b5i/YouTubeKit.git
Revision (git rev-parse @):
c5c1b3fe235978af84940c3e49ab9bc0a3f82c76
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/b5i/YouTubeKit.git at v2.7.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/b5i/YouTubeKit.git
https://github.com/b5i/YouTubeKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YouTubeKit",
  "name" : "YouTubeKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "YouTubeKit",
      "targets" : [
        "YouTubeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YouTubeKitTests",
      "module_type" : "SwiftTarget",
      "name" : "YouTubeKitTests",
      "path" : "Tests/YouTubeKitTests",
      "sources" : [
        "YouTubeKitTests.swift"
      ],
      "target_dependencies" : [
        "YouTubeKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YouTubeKit",
      "module_type" : "SwiftTarget",
      "name" : "YouTubeKit",
      "path" : "Sources/YouTubeKit",
      "product_memberships" : [
        "YouTubeKit"
      ],
      "sources" : [
        "BaseEnums/YTLikeStatus.swift",
        "BaseEnums/YTPrivacy.swift",
        "BaseProtocols/Channel/YouTubeChannel+fetchInfos.swift",
        "BaseProtocols/Channel/YouTubeChannel+subscribeActions.swift",
        "BaseProtocols/Channel/YouTubeChannel.swift",
        "BaseProtocols/Continuation/AuthenticatedContinuableResponse+fetchContinuation.swift",
        "BaseProtocols/Continuation/AuthenticatedContinuableResponse.swift",
        "BaseProtocols/Continuation/ContinuableResponse+fetchContinuation.swift",
        "BaseProtocols/Continuation/ContinuableResponse+mergeContinuation.swift",
        "BaseProtocols/Continuation/ContinuableResponse.swift",
        "BaseProtocols/Continuation/ResponseContinuation.swift",
        "BaseProtocols/Video/YouTubeVideo+fetchAllPossibleHostPlaylists.swift",
        "BaseProtocols/Video/YouTubeVideo+fetchMoreInfos.swift",
        "BaseProtocols/Video/YouTubeVideo+fetchStreamingInfos.swift",
        "BaseProtocols/Video/YouTubeVideo+fetchStreamingInfosWithDownloadFormats.swift",
        "BaseProtocols/Video/YouTubeVideo+getCaptions.swift",
        "BaseProtocols/Video/YouTubeVideo+likeActions.swift",
        "BaseProtocols/Video/YouTubeVideo.swift",
        "BaseStructs/YTCaption.swift",
        "BaseStructs/YTChannel.swift",
        "BaseStructs/YTComment+actions.swift",
        "BaseStructs/YTComment.swift",
        "BaseStructs/YTLittleChannelInfos.swift",
        "BaseStructs/YTPlaylist+canShowBeDecoded.swift",
        "BaseStructs/YTPlaylist+decodeShowFromJSON.swift",
        "BaseStructs/YTPlaylist+fetchVideos.swift",
        "BaseStructs/YTPlaylist.swift",
        "BaseStructs/YTThumbnail.swift",
        "BaseStructs/YTVideo+decodeShortFromJSON.swift",
        "BaseStructs/YTVideo+decodeVideoFromPlaylist.swift",
        "BaseStructs/YTVideo+timeStringToSeconds.swift",
        "BaseStructs/YTVideo.swift",
        "ErrorHandling/ErrorTypes/BadRequestDataError.swift",
        "ErrorHandling/ErrorTypes/NetworkError.swift",
        "ErrorHandling/ErrorTypes/ResponseExtractionError.swift",
        "ErrorHandling/ParameterValidator+commonValidators.swift",
        "ErrorHandling/ParameterValidator.swift",
        "HeaderTypes+Hashable.swift",
        "HeaderTypes+RawRepresentable.swift",
        "HeaderTypes.swift",
        "HeadersList.swift",
        "Logging/RequestLog.swift",
        "Logging/RequestLogger+defaultImplementations.swift",
        "Logging/RequestsLogger.swift",
        "SwiftyJSON/SwiftyJSON.swift",
        "URL+AppendQueryItems.swift",
        "Utils/String+ytkRegexMatches.swift",
        "YouTubeModel.swift",
        "YouTubeResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/AccountResponses/AccountInfosResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/AccountResponses/AccountLibraryResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/AccountResponses/AccountPlaylistsResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/AccountResponses/AccountSubscriptionsFeedResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/AccountResponses/AccountSubscriptionsResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/AuthenticatedResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/ChannelsActions/SubscribeChannelResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/ChannelsActions/UnsubscribeChannelResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/CreateCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/DeleteCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/DislikeCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/EditCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/EditReplyCommandResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/LikeCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/RemoveDislikeCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/RemoveLikeCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/ReplyCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/HistoryActions/HistoryBlockContent.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/HistoryActions/HistoryReponse+removeVideo.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/HistoryActions/HistoryResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/HistoryActions/RemoveVideoFromHistroryResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/PlaylistsActions/AddVideoToPlaylistResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/PlaylistsActions/AllPossibleHostPlaylistsResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/PlaylistsActions/CreatePlaylistResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/PlaylistsActions/DeletePlaylistResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/PlaylistsActions/MoveVideoInPlaylistResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/PlaylistsActions/RemoveVideoByIdFromPlaylistResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/PlaylistsActions/RemoveVideoFromPlaylistResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/SimpleOperationAuthenticatedResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/VideosActions/DislikeVideoResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/VideosActions/LikeVideoResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/VideosActions/RemoveLikeFromVideoResponse.swift",
        "YouTubeResponseTypes/AutoCompletion/AutoCompletionResponse.swift",
        "YouTubeResponseTypes/ChannelInfos/ChannelContent+canDecode.swift",
        "YouTubeResponseTypes/ChannelInfos/ChannelContent+decodeJSONFromTab.swift",
        "YouTubeResponseTypes/ChannelInfos/ChannelContent+getContinuationFromTab.swift",
        "YouTubeResponseTypes/ChannelInfos/ChannelContent.swift",
        "YouTubeResponseTypes/ChannelInfos/ChannelInfosResponse.swift",
        "YouTubeResponseTypes/ChannelInfos/ListableChannelContent+addChannelInfos.swift",
        "YouTubeResponseTypes/ChannelInfos/ListableChannelContent.swift",
        "YouTubeResponseTypes/Home/HomeScreenResponse.swift",
        "YouTubeResponseTypes/PlaylistInfos/PlaylistInfosResponse.swift",
        "YouTubeResponseTypes/Search/SearchResponse.swift",
        "YouTubeResponseTypes/Search/YTSearchResult+canBeDecoded.swift",
        "YouTubeResponseTypes/Search/YTSearchResult+decodeJSON.swift",
        "YouTubeResponseTypes/Search/YTSearchResult+filterTypes.swift",
        "YouTubeResponseTypes/Search/YTSearchResult.swift",
        "YouTubeResponseTypes/Search/YTSearchResultType.swift",
        "YouTubeResponseTypes/Trending/TrendingVideosResponse.swift",
        "YouTubeResponseTypes/VideoInfos/AudioOnlyFormat.swift",
        "YouTubeResponseTypes/VideoInfos/CommentTranslationResponse.swift",
        "YouTubeResponseTypes/VideoInfos/DownloadFormat.swift",
        "YouTubeResponseTypes/VideoInfos/EndScreen.swift",
        "YouTubeResponseTypes/VideoInfos/EndScreenElement.swift",
        "YouTubeResponseTypes/VideoInfos/MediaType.swift",
        "YouTubeResponseTypes/VideoInfos/MoreVideoInfosResponse.swift",
        "YouTubeResponseTypes/VideoInfos/VideoCaptionsResponse.swift",
        "YouTubeResponseTypes/VideoInfos/VideoCommentsResponse.swift",
        "YouTubeResponseTypes/VideoInfos/VideoDownloadFormat.swift",
        "YouTubeResponseTypes/VideoInfos/VideoInfosResponse.swift",
        "YouTubeResponseTypes/VideoInfos/VideoInfosWithDownloadFormatsResponse.swift",
        "[URLQueryItem]+makeUnique.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/103] Emitting module YouTubeKit
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeModel.swift:1794:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1792 | }
1793 | #else
1794 | extension String: LocalizedError {
     | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
1795 |     public var errorDescription: String? { self }
1796 | }
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/VideoInfosResponse.swift:90:16: warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 88 |
 89 |     /// Endscreen of the video.
 90 |     public var endScreen: EndScreen? = nil
    |                `- warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 91 |
 92 |     /// The aspect ratio of the video (width/height).
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/EndScreen.swift:9:15: note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | public struct EndScreen {
   |               `- note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
10 |     /// The start time in milliseconds of the end screen.
11 |     public var startTime: Int?
[4/114] Compiling YouTubeKit YTLikeStatus.swift
[5/114] Compiling YouTubeKit YTPrivacy.swift
[6/114] Compiling YouTubeKit YouTubeChannel+fetchInfos.swift
[7/114] Compiling YouTubeKit YouTubeChannel+subscribeActions.swift
[8/114] Compiling YouTubeKit YouTubeChannel.swift
[9/114] Compiling YouTubeKit AuthenticatedContinuableResponse+fetchContinuation.swift
[10/114] Compiling YouTubeKit AuthenticatedContinuableResponse.swift
[11/114] Compiling YouTubeKit ContinuableResponse+fetchContinuation.swift
[12/114] Compiling YouTubeKit ContinuableResponse+mergeContinuation.swift
[13/114] Compiling YouTubeKit ContinuableResponse.swift
[14/114] Compiling YouTubeKit ResponseContinuation.swift
[15/114] Compiling YouTubeKit YouTubeVideo+fetchAllPossibleHostPlaylists.swift
[16/114] Compiling YouTubeKit YTPlaylist+canShowBeDecoded.swift
[17/114] Compiling YouTubeKit YTPlaylist+decodeShowFromJSON.swift
[18/114] Compiling YouTubeKit YTPlaylist+fetchVideos.swift
[19/114] Compiling YouTubeKit YTPlaylist.swift
[20/114] Compiling YouTubeKit YTThumbnail.swift
[21/114] Compiling YouTubeKit YTVideo+decodeShortFromJSON.swift
[22/114] Compiling YouTubeKit YTVideo+decodeVideoFromPlaylist.swift
[23/114] Compiling YouTubeKit YTVideo+timeStringToSeconds.swift
[24/114] Compiling YouTubeKit YTVideo.swift
[25/114] Compiling YouTubeKit BadRequestDataError.swift
[26/114] Compiling YouTubeKit NetworkError.swift
[27/114] Compiling YouTubeKit UnsubscribeChannelResponse.swift
[28/114] Compiling YouTubeKit CreateCommentResponse.swift
[29/114] Compiling YouTubeKit DeleteCommentResponse.swift
[30/114] Compiling YouTubeKit DislikeCommentResponse.swift
[31/114] Compiling YouTubeKit EditCommentResponse.swift
[32/114] Compiling YouTubeKit EditReplyCommandResponse.swift
[33/114] Compiling YouTubeKit LikeCommentResponse.swift
[34/114] Compiling YouTubeKit RemoveDislikeCommentResponse.swift
[35/114] Compiling YouTubeKit RemoveLikeCommentResponse.swift
[36/114] Compiling YouTubeKit ReplyCommentResponse.swift
[37/114] Compiling YouTubeKit HistoryBlockContent.swift
[38/114] Compiling YouTubeKit YouTubeVideo+fetchMoreInfos.swift
[39/114] Compiling YouTubeKit YouTubeVideo+fetchStreamingInfos.swift
[40/114] Compiling YouTubeKit YouTubeVideo+fetchStreamingInfosWithDownloadFormats.swift
[41/114] Compiling YouTubeKit YouTubeVideo+getCaptions.swift
[42/114] Compiling YouTubeKit YouTubeVideo+likeActions.swift
[43/114] Compiling YouTubeKit YouTubeVideo.swift
[44/114] Compiling YouTubeKit YTCaption.swift
[45/114] Compiling YouTubeKit YTChannel.swift
[46/114] Compiling YouTubeKit YTComment+actions.swift
[47/114] Compiling YouTubeKit YTComment.swift
[48/114] Compiling YouTubeKit YTLittleChannelInfos.swift
[49/114] Compiling YouTubeKit URL+AppendQueryItems.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeModel.swift:1794:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1792 | }
1793 | #else
1794 | extension String: LocalizedError {
     | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
1795 |     public var errorDescription: String? { self }
1796 | }
[50/114] Compiling YouTubeKit String+ytkRegexMatches.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeModel.swift:1794:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1792 | }
1793 | #else
1794 | extension String: LocalizedError {
     | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
1795 |     public var errorDescription: String? { self }
1796 | }
[51/114] Compiling YouTubeKit YouTubeModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeModel.swift:1794:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1792 | }
1793 | #else
1794 | extension String: LocalizedError {
     | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
1795 |     public var errorDescription: String? { self }
1796 | }
[52/114] Compiling YouTubeKit YouTubeResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeModel.swift:1794:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1792 | }
1793 | #else
1794 | extension String: LocalizedError {
     | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
1795 |     public var errorDescription: String? { self }
1796 | }
[53/114] Compiling YouTubeKit AccountInfosResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeModel.swift:1794:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1792 | }
1793 | #else
1794 | extension String: LocalizedError {
     | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
1795 |     public var errorDescription: String? { self }
1796 | }
[54/114] Compiling YouTubeKit AccountLibraryResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeModel.swift:1794:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1792 | }
1793 | #else
1794 | extension String: LocalizedError {
     | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
1795 |     public var errorDescription: String? { self }
1796 | }
[55/114] Compiling YouTubeKit AccountPlaylistsResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeModel.swift:1794:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1792 | }
1793 | #else
1794 | extension String: LocalizedError {
     | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
1795 |     public var errorDescription: String? { self }
1796 | }
[56/114] Compiling YouTubeKit AccountSubscriptionsFeedResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeModel.swift:1794:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1792 | }
1793 | #else
1794 | extension String: LocalizedError {
     | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
1795 |     public var errorDescription: String? { self }
1796 | }
[57/114] Compiling YouTubeKit AccountSubscriptionsResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeModel.swift:1794:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1792 | }
1793 | #else
1794 | extension String: LocalizedError {
     | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
1795 |     public var errorDescription: String? { self }
1796 | }
[58/114] Compiling YouTubeKit AuthenticatedResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeModel.swift:1794:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1792 | }
1793 | #else
1794 | extension String: LocalizedError {
     | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
1795 |     public var errorDescription: String? { self }
1796 | }
[59/114] Compiling YouTubeKit SubscribeChannelResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeModel.swift:1794:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
1792 | }
1793 | #else
1794 | extension String: LocalizedError {
     | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
     | `- note: add '@retroactive' to silence this warning
1795 |     public var errorDescription: String? { self }
1796 | }
[60/114] Compiling YouTubeKit DislikeVideoResponse.swift
[61/114] Compiling YouTubeKit LikeVideoResponse.swift
[62/114] Compiling YouTubeKit RemoveLikeFromVideoResponse.swift
[63/114] Compiling YouTubeKit AutoCompletionResponse.swift
[64/114] Compiling YouTubeKit ChannelContent+canDecode.swift
[65/114] Compiling YouTubeKit ChannelContent+decodeJSONFromTab.swift
[66/114] Compiling YouTubeKit ChannelContent+getContinuationFromTab.swift
[67/114] Compiling YouTubeKit ChannelContent.swift
[68/114] Compiling YouTubeKit ChannelInfosResponse.swift
[69/114] Compiling YouTubeKit ListableChannelContent+addChannelInfos.swift
[70/114] Compiling YouTubeKit ListableChannelContent.swift
[71/114] Compiling YouTubeKit HomeScreenResponse.swift
[72/114] Compiling YouTubeKit PlaylistInfosResponse.swift
[73/114] Compiling YouTubeKit SearchResponse.swift
[74/114] Compiling YouTubeKit YTSearchResult+canBeDecoded.swift
[75/114] Compiling YouTubeKit YTSearchResult+decodeJSON.swift
[76/114] Compiling YouTubeKit YTSearchResult+filterTypes.swift
[77/114] Compiling YouTubeKit YTSearchResult.swift
[78/114] Compiling YouTubeKit YTSearchResultType.swift
[79/114] Compiling YouTubeKit TrendingVideosResponse.swift
[80/114] Compiling YouTubeKit AudioOnlyFormat.swift
[81/114] Compiling YouTubeKit CommentTranslationResponse.swift
[82/114] Compiling YouTubeKit ResponseExtractionError.swift
[83/114] Compiling YouTubeKit ParameterValidator+commonValidators.swift
[84/114] Compiling YouTubeKit ParameterValidator.swift
[85/114] Compiling YouTubeKit HeaderTypes+Hashable.swift
[86/114] Compiling YouTubeKit HeaderTypes+RawRepresentable.swift
[87/114] Compiling YouTubeKit HeaderTypes.swift
[88/114] Compiling YouTubeKit HeadersList.swift
[89/114] Compiling YouTubeKit RequestLog.swift
[90/114] Compiling YouTubeKit RequestLogger+defaultImplementations.swift
[91/114] Compiling YouTubeKit RequestsLogger.swift
[92/114] Compiling YouTubeKit SwiftyJSON.swift
[93/114] Compiling YouTubeKit HistoryReponse+removeVideo.swift
[94/114] Compiling YouTubeKit HistoryResponse.swift
[95/114] Compiling YouTubeKit RemoveVideoFromHistroryResponse.swift
[96/114] Compiling YouTubeKit AddVideoToPlaylistResponse.swift
[97/114] Compiling YouTubeKit AllPossibleHostPlaylistsResponse.swift
[98/114] Compiling YouTubeKit CreatePlaylistResponse.swift
[99/114] Compiling YouTubeKit DeletePlaylistResponse.swift
[100/114] Compiling YouTubeKit MoveVideoInPlaylistResponse.swift
[101/114] Compiling YouTubeKit RemoveVideoByIdFromPlaylistResponse.swift
[102/114] Compiling YouTubeKit RemoveVideoFromPlaylistResponse.swift
[103/114] Compiling YouTubeKit SimpleOperationAuthenticatedResponse.swift
[104/114] Compiling YouTubeKit DownloadFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/VideoInfosResponse.swift:90:16: warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 88 |
 89 |     /// Endscreen of the video.
 90 |     public var endScreen: EndScreen? = nil
    |                `- warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 91 |
 92 |     /// The aspect ratio of the video (width/height).
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/EndScreen.swift:9:15: note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | public struct EndScreen {
   |               `- note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
10 |     /// The start time in milliseconds of the end screen.
11 |     public var startTime: Int?
[105/114] Compiling YouTubeKit EndScreen.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/VideoInfosResponse.swift:90:16: warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 88 |
 89 |     /// Endscreen of the video.
 90 |     public var endScreen: EndScreen? = nil
    |                `- warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 91 |
 92 |     /// The aspect ratio of the video (width/height).
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/EndScreen.swift:9:15: note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | public struct EndScreen {
   |               `- note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
10 |     /// The start time in milliseconds of the end screen.
11 |     public var startTime: Int?
[106/114] Compiling YouTubeKit EndScreenElement.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/VideoInfosResponse.swift:90:16: warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 88 |
 89 |     /// Endscreen of the video.
 90 |     public var endScreen: EndScreen? = nil
    |                `- warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 91 |
 92 |     /// The aspect ratio of the video (width/height).
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/EndScreen.swift:9:15: note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | public struct EndScreen {
   |               `- note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
10 |     /// The start time in milliseconds of the end screen.
11 |     public var startTime: Int?
[107/114] Compiling YouTubeKit MediaType.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/VideoInfosResponse.swift:90:16: warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 88 |
 89 |     /// Endscreen of the video.
 90 |     public var endScreen: EndScreen? = nil
    |                `- warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 91 |
 92 |     /// The aspect ratio of the video (width/height).
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/EndScreen.swift:9:15: note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | public struct EndScreen {
   |               `- note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
10 |     /// The start time in milliseconds of the end screen.
11 |     public var startTime: Int?
[108/114] Compiling YouTubeKit MoreVideoInfosResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/VideoInfosResponse.swift:90:16: warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 88 |
 89 |     /// Endscreen of the video.
 90 |     public var endScreen: EndScreen? = nil
    |                `- warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 91 |
 92 |     /// The aspect ratio of the video (width/height).
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/EndScreen.swift:9:15: note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | public struct EndScreen {
   |               `- note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
10 |     /// The start time in milliseconds of the end screen.
11 |     public var startTime: Int?
[109/114] Compiling YouTubeKit VideoCaptionsResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/VideoInfosResponse.swift:90:16: warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 88 |
 89 |     /// Endscreen of the video.
 90 |     public var endScreen: EndScreen? = nil
    |                `- warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 91 |
 92 |     /// The aspect ratio of the video (width/height).
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/EndScreen.swift:9:15: note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | public struct EndScreen {
   |               `- note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
10 |     /// The start time in milliseconds of the end screen.
11 |     public var startTime: Int?
[110/114] Compiling YouTubeKit VideoCommentsResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/VideoInfosResponse.swift:90:16: warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 88 |
 89 |     /// Endscreen of the video.
 90 |     public var endScreen: EndScreen? = nil
    |                `- warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 91 |
 92 |     /// The aspect ratio of the video (width/height).
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/EndScreen.swift:9:15: note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | public struct EndScreen {
   |               `- note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
10 |     /// The start time in milliseconds of the end screen.
11 |     public var startTime: Int?
[111/114] Compiling YouTubeKit VideoDownloadFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/VideoInfosResponse.swift:90:16: warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 88 |
 89 |     /// Endscreen of the video.
 90 |     public var endScreen: EndScreen? = nil
    |                `- warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 91 |
 92 |     /// The aspect ratio of the video (width/height).
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/EndScreen.swift:9:15: note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | public struct EndScreen {
   |               `- note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
10 |     /// The start time in milliseconds of the end screen.
11 |     public var startTime: Int?
[112/114] Compiling YouTubeKit VideoInfosResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/VideoInfosResponse.swift:90:16: warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 88 |
 89 |     /// Endscreen of the video.
 90 |     public var endScreen: EndScreen? = nil
    |                `- warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 91 |
 92 |     /// The aspect ratio of the video (width/height).
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/EndScreen.swift:9:15: note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | public struct EndScreen {
   |               `- note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
10 |     /// The start time in milliseconds of the end screen.
11 |     public var startTime: Int?
[113/114] Compiling YouTubeKit VideoInfosWithDownloadFormatsResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/VideoInfosResponse.swift:90:16: warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 88 |
 89 |     /// Endscreen of the video.
 90 |     public var endScreen: EndScreen? = nil
    |                `- warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 91 |
 92 |     /// The aspect ratio of the video (width/height).
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/EndScreen.swift:9:15: note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | public struct EndScreen {
   |               `- note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
10 |     /// The start time in milliseconds of the end screen.
11 |     public var startTime: Int?
[114/114] Compiling YouTubeKit [URLQueryItem]+makeUnique.swift
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/VideoInfosResponse.swift:90:16: warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 88 |
 89 |     /// Endscreen of the video.
 90 |     public var endScreen: EndScreen? = nil
    |                `- warning: stored property 'endScreen' of 'Sendable'-conforming struct 'VideoInfosResponse' has non-sendable type 'EndScreen?'; this is an error in the Swift 6 language mode
 91 |
 92 |     /// The aspect ratio of the video (width/height).
/Users/admin/builder/spi-builder-workspace/Sources/YouTubeKit/YouTubeResponseTypes/VideoInfos/EndScreen.swift:9:15: note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
 7 | //
 8 |
 9 | public struct EndScreen {
   |               `- note: consider making struct 'EndScreen' conform to the 'Sendable' protocol
10 |     /// The start time in milliseconds of the end screen.
11 |     public var startTime: Int?
Build complete! (5.70s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "YouTubeKit",
  "name" : "YouTubeKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "YouTubeKit",
      "targets" : [
        "YouTubeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YouTubeKitTests",
      "module_type" : "SwiftTarget",
      "name" : "YouTubeKitTests",
      "path" : "Tests/YouTubeKitTests",
      "sources" : [
        "YouTubeKitTests.swift"
      ],
      "target_dependencies" : [
        "YouTubeKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YouTubeKit",
      "module_type" : "SwiftTarget",
      "name" : "YouTubeKit",
      "path" : "Sources/YouTubeKit",
      "product_memberships" : [
        "YouTubeKit"
      ],
      "sources" : [
        "BaseEnums/YTLikeStatus.swift",
        "BaseEnums/YTPrivacy.swift",
        "BaseProtocols/Channel/YouTubeChannel+fetchInfos.swift",
        "BaseProtocols/Channel/YouTubeChannel+subscribeActions.swift",
        "BaseProtocols/Channel/YouTubeChannel.swift",
        "BaseProtocols/Continuation/AuthenticatedContinuableResponse+fetchContinuation.swift",
        "BaseProtocols/Continuation/AuthenticatedContinuableResponse.swift",
        "BaseProtocols/Continuation/ContinuableResponse+fetchContinuation.swift",
        "BaseProtocols/Continuation/ContinuableResponse+mergeContinuation.swift",
        "BaseProtocols/Continuation/ContinuableResponse.swift",
        "BaseProtocols/Continuation/ResponseContinuation.swift",
        "BaseProtocols/Video/YouTubeVideo+fetchAllPossibleHostPlaylists.swift",
        "BaseProtocols/Video/YouTubeVideo+fetchMoreInfos.swift",
        "BaseProtocols/Video/YouTubeVideo+fetchStreamingInfos.swift",
        "BaseProtocols/Video/YouTubeVideo+fetchStreamingInfosWithDownloadFormats.swift",
        "BaseProtocols/Video/YouTubeVideo+getCaptions.swift",
        "BaseProtocols/Video/YouTubeVideo+likeActions.swift",
        "BaseProtocols/Video/YouTubeVideo.swift",
        "BaseStructs/YTCaption.swift",
        "BaseStructs/YTChannel.swift",
        "BaseStructs/YTComment+actions.swift",
        "BaseStructs/YTComment.swift",
        "BaseStructs/YTLittleChannelInfos.swift",
        "BaseStructs/YTPlaylist+canShowBeDecoded.swift",
        "BaseStructs/YTPlaylist+decodeShowFromJSON.swift",
        "BaseStructs/YTPlaylist+fetchVideos.swift",
        "BaseStructs/YTPlaylist.swift",
        "BaseStructs/YTThumbnail.swift",
        "BaseStructs/YTVideo+decodeShortFromJSON.swift",
        "BaseStructs/YTVideo+decodeVideoFromPlaylist.swift",
        "BaseStructs/YTVideo+timeStringToSeconds.swift",
        "BaseStructs/YTVideo.swift",
        "ErrorHandling/ErrorTypes/BadRequestDataError.swift",
        "ErrorHandling/ErrorTypes/NetworkError.swift",
        "ErrorHandling/ErrorTypes/ResponseExtractionError.swift",
        "ErrorHandling/ParameterValidator+commonValidators.swift",
        "ErrorHandling/ParameterValidator.swift",
        "HeaderTypes+Hashable.swift",
        "HeaderTypes+RawRepresentable.swift",
        "HeaderTypes.swift",
        "HeadersList.swift",
        "Logging/RequestLog.swift",
        "Logging/RequestLogger+defaultImplementations.swift",
        "Logging/RequestsLogger.swift",
        "SwiftyJSON/SwiftyJSON.swift",
        "URL+AppendQueryItems.swift",
        "Utils/String+ytkRegexMatches.swift",
        "YouTubeModel.swift",
        "YouTubeResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/AccountResponses/AccountInfosResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/AccountResponses/AccountLibraryResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/AccountResponses/AccountPlaylistsResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/AccountResponses/AccountSubscriptionsFeedResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/AccountResponses/AccountSubscriptionsResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/AuthenticatedResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/ChannelsActions/SubscribeChannelResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/ChannelsActions/UnsubscribeChannelResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/CreateCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/DeleteCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/DislikeCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/EditCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/EditReplyCommandResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/LikeCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/RemoveDislikeCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/RemoveLikeCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/CommentsActions/ReplyCommentResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/HistoryActions/HistoryBlockContent.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/HistoryActions/HistoryReponse+removeVideo.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/HistoryActions/HistoryResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/HistoryActions/RemoveVideoFromHistroryResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/PlaylistsActions/AddVideoToPlaylistResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/PlaylistsActions/AllPossibleHostPlaylistsResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/PlaylistsActions/CreatePlaylistResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/PlaylistsActions/DeletePlaylistResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/PlaylistsActions/MoveVideoInPlaylistResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/PlaylistsActions/RemoveVideoByIdFromPlaylistResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/PlaylistsActions/RemoveVideoFromPlaylistResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/SimpleOperationAuthenticatedResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/VideosActions/DislikeVideoResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/VideosActions/LikeVideoResponse.swift",
        "YouTubeResponseTypes/AuthenticatedResponses/VideosActions/RemoveLikeFromVideoResponse.swift",
        "YouTubeResponseTypes/AutoCompletion/AutoCompletionResponse.swift",
        "YouTubeResponseTypes/ChannelInfos/ChannelContent+canDecode.swift",
        "YouTubeResponseTypes/ChannelInfos/ChannelContent+decodeJSONFromTab.swift",
        "YouTubeResponseTypes/ChannelInfos/ChannelContent+getContinuationFromTab.swift",
        "YouTubeResponseTypes/ChannelInfos/ChannelContent.swift",
        "YouTubeResponseTypes/ChannelInfos/ChannelInfosResponse.swift",
        "YouTubeResponseTypes/ChannelInfos/ListableChannelContent+addChannelInfos.swift",
        "YouTubeResponseTypes/ChannelInfos/ListableChannelContent.swift",
        "YouTubeResponseTypes/Home/HomeScreenResponse.swift",
        "YouTubeResponseTypes/PlaylistInfos/PlaylistInfosResponse.swift",
        "YouTubeResponseTypes/Search/SearchResponse.swift",
        "YouTubeResponseTypes/Search/YTSearchResult+canBeDecoded.swift",
        "YouTubeResponseTypes/Search/YTSearchResult+decodeJSON.swift",
        "YouTubeResponseTypes/Search/YTSearchResult+filterTypes.swift",
        "YouTubeResponseTypes/Search/YTSearchResult.swift",
        "YouTubeResponseTypes/Search/YTSearchResultType.swift",
        "YouTubeResponseTypes/Trending/TrendingVideosResponse.swift",
        "YouTubeResponseTypes/VideoInfos/AudioOnlyFormat.swift",
        "YouTubeResponseTypes/VideoInfos/CommentTranslationResponse.swift",
        "YouTubeResponseTypes/VideoInfos/DownloadFormat.swift",
        "YouTubeResponseTypes/VideoInfos/EndScreen.swift",
        "YouTubeResponseTypes/VideoInfos/EndScreenElement.swift",
        "YouTubeResponseTypes/VideoInfos/MediaType.swift",
        "YouTubeResponseTypes/VideoInfos/MoreVideoInfosResponse.swift",
        "YouTubeResponseTypes/VideoInfos/VideoCaptionsResponse.swift",
        "YouTubeResponseTypes/VideoInfos/VideoCommentsResponse.swift",
        "YouTubeResponseTypes/VideoInfos/VideoDownloadFormat.swift",
        "YouTubeResponseTypes/VideoInfos/VideoInfosResponse.swift",
        "YouTubeResponseTypes/VideoInfos/VideoInfosWithDownloadFormatsResponse.swift",
        "[URLQueryItem]+makeUnique.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.