Build Information
Successful build of YouTubeKit, reference main (3e7478
), with Swift 6.1 for macOS (SPM) on 31 Aug 2025 16:18:44 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 -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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/b5i/YouTubeKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/b5i/YouTubeKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3e74780 feat: make FormatLocaleInfos Hashable
Cloned https://github.com/b5i/YouTubeKit.git
Revision (git rev-parse @):
3e7478066f044739398cc9a504330ddc8daec17f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/b5i/YouTubeKit.git at main
========================================
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": "youtubekit",
"name": "YouTubeKit",
"url": "https://github.com/b5i/YouTubeKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/YouTubeKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/b5i/YouTubeKit.git
[1/2441] Fetching youtubekit
Fetched https://github.com/b5i/YouTubeKit.git from cache (0.86s)
Creating working copy for https://github.com/b5i/YouTubeKit.git
Working copy of https://github.com/b5i/YouTubeKit.git resolved at main (3e74780)
warning: '.resolve-product-dependencies': dependency 'youtubekit' is not used by any target
Found 0 product dependencies
========================================
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.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/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/101] 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 | }
[4/111] Compiling YouTubeKit YTLikeStatus.swift
[5/111] Compiling YouTubeKit YTPrivacy.swift
[6/111] Compiling YouTubeKit YouTubeChannel+fetchInfos.swift
[7/111] Compiling YouTubeKit YouTubeChannel+subscribeActions.swift
[8/111] Compiling YouTubeKit YouTubeChannel.swift
[9/111] Compiling YouTubeKit AuthenticatedContinuableResponse+fetchContinuation.swift
[10/111] Compiling YouTubeKit AuthenticatedContinuableResponse.swift
[11/111] Compiling YouTubeKit ContinuableResponse+fetchContinuation.swift
[12/111] Compiling YouTubeKit ContinuableResponse+mergeContinuation.swift
[13/111] Compiling YouTubeKit ContinuableResponse.swift
[14/111] Compiling YouTubeKit ResponseContinuation.swift
[15/111] Compiling YouTubeKit YouTubeVideo+fetchAllPossibleHostPlaylists.swift
[16/111] Compiling YouTubeKit YouTubeVideo+fetchMoreInfos.swift
[17/111] Compiling YouTubeKit YouTubeVideo+fetchStreamingInfos.swift
[18/111] Compiling YouTubeKit YouTubeVideo+fetchStreamingInfosWithDownloadFormats.swift
[19/111] Compiling YouTubeKit YouTubeVideo+getCaptions.swift
[20/111] Compiling YouTubeKit YouTubeVideo+likeActions.swift
[21/111] Compiling YouTubeKit YouTubeVideo.swift
[22/111] Compiling YouTubeKit YTCaption.swift
[23/111] Compiling YouTubeKit YTChannel.swift
[24/111] Compiling YouTubeKit YTComment+actions.swift
[25/111] Compiling YouTubeKit YTComment.swift
[26/111] Compiling YouTubeKit ResponseExtractionError.swift
[27/111] Compiling YouTubeKit ParameterValidator+commonValidators.swift
[28/111] Compiling YouTubeKit ParameterValidator.swift
[29/111] Compiling YouTubeKit HeaderTypes+Hashable.swift
[30/111] Compiling YouTubeKit HeaderTypes+RawRepresentable.swift
[31/111] Compiling YouTubeKit HeaderTypes.swift
[32/111] Compiling YouTubeKit HeadersList.swift
[33/111] Compiling YouTubeKit RequestLog.swift
[34/111] Compiling YouTubeKit RequestLogger+defaultImplementations.swift
[35/111] Compiling YouTubeKit RequestsLogger.swift
[36/111] Compiling YouTubeKit SwiftyJSON.swift
[37/111] Compiling YouTubeKit CommentTranslationResponse.swift
[38/111] Compiling YouTubeKit DownloadFormat.swift
[39/111] Compiling YouTubeKit MediaType.swift
[40/111] Compiling YouTubeKit MoreVideoInfosResponse.swift
[41/111] Compiling YouTubeKit VideoCaptionsResponse.swift
[42/111] Compiling YouTubeKit VideoCommentsResponse.swift
[43/111] Compiling YouTubeKit VideoDownloadFormat.swift
[44/111] Compiling YouTubeKit VideoInfosResponse.swift
[45/111] Compiling YouTubeKit VideoInfosWithDownloadFormatsResponse.swift
[46/111] Compiling YouTubeKit [URLQueryItem]+makeUnique.swift
[47/111] Compiling YouTubeKit DislikeVideoResponse.swift
[48/111] Compiling YouTubeKit LikeVideoResponse.swift
[49/111] Compiling YouTubeKit RemoveLikeFromVideoResponse.swift
[50/111] Compiling YouTubeKit AutoCompletionResponse.swift
[51/111] Compiling YouTubeKit ChannelContent+canDecode.swift
[52/111] Compiling YouTubeKit ChannelContent+decodeJSONFromTab.swift
[53/111] Compiling YouTubeKit ChannelContent+getContinuationFromTab.swift
[54/111] Compiling YouTubeKit ChannelContent.swift
[55/111] Compiling YouTubeKit ChannelInfosResponse.swift
[56/111] Compiling YouTubeKit ListableChannelContent+addChannelInfos.swift
[57/111] Compiling YouTubeKit ListableChannelContent.swift
[58/111] Compiling YouTubeKit HomeScreenResponse.swift
[59/111] Compiling YouTubeKit PlaylistInfosResponse.swift
[60/111] Compiling YouTubeKit SearchResponse.swift
[61/111] Compiling YouTubeKit YTSearchResult+canBeDecoded.swift
[62/111] Compiling YouTubeKit YTSearchResult+decodeJSON.swift
[63/111] Compiling YouTubeKit YTSearchResult+filterTypes.swift
[64/111] Compiling YouTubeKit YTSearchResult.swift
[65/111] Compiling YouTubeKit YTSearchResultType.swift
[66/111] Compiling YouTubeKit TrendingVideosResponse.swift
[67/111] Compiling YouTubeKit AudioOnlyFormat.swift
[68/111] Compiling YouTubeKit YTLittleChannelInfos.swift
[69/111] Compiling YouTubeKit YTPlaylist+canShowBeDecoded.swift
[70/111] Compiling YouTubeKit YTPlaylist+decodeShowFromJSON.swift
[71/111] Compiling YouTubeKit YTPlaylist+fetchVideos.swift
[72/111] Compiling YouTubeKit YTPlaylist.swift
[73/111] Compiling YouTubeKit YTThumbnail.swift
[74/111] Compiling YouTubeKit YTVideo+decodeShortFromJSON.swift
[75/111] Compiling YouTubeKit YTVideo+decodeVideoFromPlaylist.swift
[76/111] Compiling YouTubeKit YTVideo.swift
[77/111] Compiling YouTubeKit BadRequestDataError.swift
[78/111] Compiling YouTubeKit NetworkError.swift
[79/111] 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 | }
[80/111] 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 | }
[81/111] 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 | }
[82/111] 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 | }
[83/111] 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 | }
[84/111] 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 | }
[85/111] 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 | }
[86/111] 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 | }
[87/111] 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 | }
[88/111] 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 | }
[89/111] 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 | }
[90/111] Compiling YouTubeKit HistoryReponse+removeVideo.swift
[91/111] Compiling YouTubeKit HistoryResponse.swift
[92/111] Compiling YouTubeKit RemoveVideoFromHistroryResponse.swift
[93/111] Compiling YouTubeKit AddVideoToPlaylistResponse.swift
[94/111] Compiling YouTubeKit AllPossibleHostPlaylistsResponse.swift
[95/111] Compiling YouTubeKit CreatePlaylistResponse.swift
[96/111] Compiling YouTubeKit DeletePlaylistResponse.swift
[97/111] Compiling YouTubeKit MoveVideoInPlaylistResponse.swift
[98/111] Compiling YouTubeKit RemoveVideoByIdFromPlaylistResponse.swift
[99/111] Compiling YouTubeKit RemoveVideoFromPlaylistResponse.swift
[100/111] Compiling YouTubeKit SimpleOperationAuthenticatedResponse.swift
[101/111] Compiling YouTubeKit UnsubscribeChannelResponse.swift
[102/111] Compiling YouTubeKit CreateCommentResponse.swift
[103/111] Compiling YouTubeKit DeleteCommentResponse.swift
[104/111] Compiling YouTubeKit DislikeCommentResponse.swift
[105/111] Compiling YouTubeKit EditCommentResponse.swift
[106/111] Compiling YouTubeKit EditReplyCommandResponse.swift
[107/111] Compiling YouTubeKit LikeCommentResponse.swift
[108/111] Compiling YouTubeKit RemoveDislikeCommentResponse.swift
[109/111] Compiling YouTubeKit RemoveLikeCommentResponse.swift
[110/111] Compiling YouTubeKit ReplyCommentResponse.swift
[111/111] Compiling YouTubeKit HistoryBlockContent.swift
Build complete! (5.63s)
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.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/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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/b5i/youtubekit/main
Repository: b5i/YouTubeKit
Swift version used: 6.1
Target: YouTubeKit
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'YouTubeKit'...
Finished extracting symbol information for 'YouTubeKit'. (4.96s)
Building documentation for 'YouTubeKit'...
warning: Parameter 'useCookies' is missing documentation
--> Sources/YouTubeKit/BaseProtocols/Video/YouTubeVideo.swift:61:57-61:57
59 | /// - Parameters:
60 | /// - youtubeModel: the ``YouTubeModel`` that has to be used to know which headers to use.
61 + /// - infos: A ``VideoInfosResponse`` or an error.
| ╰─suggestion: Document 'useCookies' parameter
62 | /// - Warning: For some reason, making this request using cookies will fail, therefore cookies are disabled when doing the request. Private videos will unfortunately not be accessible.
63 | func fetchStreamingInfos(
warning: Parameter 'json' not found in initializer declaration
--> Sources/YouTubeKit/SwiftyJSON/SwiftyJSON.swift:127:18-127:22
125 | Parses the JSON string into a JSON object
126 |
127 + - parameter json: the JSON string
| ╰─suggestion: Replace 'json' with 'jsonString'
128 |
129 | - returns: the created JSON object
warning: Parameter 'jsonString' is missing documentation
--> Sources/YouTubeKit/SwiftyJSON/SwiftyJSON.swift:128:6-128:6
126 |
127 | - parameter json: the JSON string
128 +
| ╰─suggestion: Document 'jsonString' parameter
129 | - returns: the created JSON object
130 | */
warning: Parameter 'time' is missing documentation
--> Sources/YouTubeKit/YouTubeModel.swift:71:62-71:62
69 | #if canImport(CommonCrypto)
70 | /// Generate the authentication hash from user's cookies required by YouTube.
71 + /// - Parameter cookies: user's authentification cookies.
| ╰─suggestion: Document 'time' parameter
72 | /// - Returns: A SAPISIDHASH cookie value, is generally used as the value for an HTTP header with name `Authorization`.
73 | public func generateSAPISIDHASHForCookies(_ cookies: String, time: Int? = nil) -> String? {
warning: Parameter 'data' not found in type method declaration
--> Sources/YouTubeKit/YouTubeResponseTypes/ChannelInfos/ChannelContent.swift:23:9-23:66
21 |
22 | /// Decode from a "tab" YouTube JSON dictionnary a ChannelContent
23 + /// - Parameter data: some JSON representing a "tabRenderer".
| ╰─suggestion: Remove 'data' parameter documentation
24 | /// - Parameter channelInfos: A piece of information about the channel that will be used to complete the informations in the results that are often missing.
25 | /// - Returns: a ChannelContent
warning: Parameter 'json' is missing documentation
--> Sources/YouTubeKit/YouTubeResponseTypes/ChannelInfos/ChannelContent.swift:24:161-24:161
22 | /// Decode from a "tab" YouTube JSON dictionnary a ChannelContent
23 | /// - Parameter data: some JSON representing a "tabRenderer".
24 + /// - Parameter channelInfos: A piece of information about the channel that will be used to complete the informations in the results that are often missing.
| ╰─suggestion: Document 'json' parameter
25 | /// - Returns: a ChannelContent
26 | static func decodeJSONFromTab(_ json: JSON, channelInfos: YTLittleChannelInfos?) -> Self?
warning: 'copyProperties(of:)' is ambiguous at '/YouTubeKit/ChannelInfosResponse'
--> Sources/YouTubeKit/YouTubeResponseTypes/ChannelInfos/ChannelInfosResponse.swift:310:114-310:133
308 | /// - result: An instance of ``ChannelInfosResponse`` containing the result and updated channel properties or/and an error.
309 | ///
310 + /// You can update your instance of ``ChannelInfosResponse``with the new one by using ``ChannelInfosResponse/copyProperties(of:)`` with the new instance ``ChannelInfosResponse`` that this method returns.
| ├─suggestion: Insert '-(YTChannel)' for 'mutating func copyProperties(of channel: YTChannel)'
| ╰─suggestion: Insert '-(ChannelInfosResponse)' for 'mutating func copyProperties(of otherResponse: ChannelInfosResponse)'
311 | /// ```swift
312 | /// let YTM = YouTubeModel()
warning: Parameter 'useCookies' is missing documentation
--> Sources/YouTubeKit/YouTubeResponseTypes/ChannelInfos/ChannelInfosResponse.swift:351:93-351:93
349 | /// - Parameters:
350 | /// - type: Type of content requested, (the tab of the wanted content).
351 + /// - youtubeModel: the ``YouTubeModel`` that will be used to get the request headers.
| ╰─suggestion: Document 'useCookies' parameter
352 | /// - Returns: An instance of ``ChannelInfosResponse`` containing the result and updated channel properties or/and an error.
353 | ///
warning: 'copyProperties(of:)' is ambiguous at '/YouTubeKit/ChannelInfosResponse'
--> Sources/YouTubeKit/YouTubeResponseTypes/ChannelInfos/ChannelInfosResponse.swift:354:114-354:133
352 | /// - Returns: An instance of ``ChannelInfosResponse`` containing the result and updated channel properties or/and an error.
353 | ///
354 + /// You can update your instance of ``ChannelInfosResponse``with the new one by using ``ChannelInfosResponse/copyProperties(of:)`` with the new instance ``ChannelInfosResponse`` that this method returns.
| ├─suggestion: Insert '-(YTChannel)' for 'mutating func copyProperties(of channel: YTChannel)'
| ╰─suggestion: Insert '-(ChannelInfosResponse)' for 'mutating func copyProperties(of otherResponse: ChannelInfosResponse)'
355 | /// ```swift
356 | /// let YTM = YouTubeModel()
warning: Unnamed parameter #1 is missing documentation
--> Sources/YouTubeKit/YouTubeResponseTypes/ChannelInfos/ChannelInfosResponse.swift:397:9-397:9
395 | /// - useCookies: boolean that precises if the request should include the model's ``YouTubeModel/cookies``, if set to nil, the value will be taken from ``YouTubeModel/alwaysUseCookies``. The cookies will be added to the `Cookie` HTTP header if one is already present or a new one will be created if not.
396 | /// - result: a ``ChannelInfosResponse/ContentContinuation`` representing the result (see definition) or/and an Error indicating why it failed.
397 + ///
| ╰─suggestion: Document unnamed parameter #1
398 | /// - Note: (For ``ListableChannelContent`` continuations) The elements from the continuation's contents usually don't contain the channel's information. You can still add them by calling ``ListableChannelContent/addChannelInfos(_:)`` or ``mergeListableChannelContentContinuation(_:)`` on the continuation with the information of the channel.
399 | public func getChannelContentContinuation<T: ChannelContent>(
warning: Unnamed parameter #1 is missing documentation
--> Sources/YouTubeKit/YouTubeResponseTypes/ChannelInfos/ChannelInfosResponse.swift:423:311-423:311
421 | /// - Parameters:
422 | /// - youtubeModel: the ``YouTubeModel`` that will be used to get the request headers.
423 + /// - useCookies: boolean that precises if the request should include the model's ``YouTubeModel/cookies``, if set to nil, the value will be taken from ``YouTubeModel/alwaysUseCookies``. The cookies will be added to the `Cookie` HTTP header if one is already present or a new one will be created if not.
| ╰─suggestion: Document unnamed parameter #1
424 | /// - Returns: a ``ChannelInfosResponse/ContentContinuation`` representing the result (see definition) or/and an Error indicating why it failed.
425 | ///
warning: Parameter 'otherResponse' not found in instance method declaration
--> Sources/YouTubeKit/YouTubeResponseTypes/ChannelInfos/ChannelInfosResponse.swift:838:9-838:98
836 |
837 | /// Copy properties from another ``ChannelInfosResponse`` to the current ``ChannelInfosResponse`` instance.
838 + /// - Parameter otherResponse: the ``ChannelInfosResponse`` where the infos will be taken of.
| ╰─suggestion: Remove 'otherResponse' parameter documentation
839 | public mutating func copyProperties(of channel: YTChannel) {
840 | self.avatarThumbnails = channel.thumbnails
warning: Parameter 'channel' is missing documentation
--> Sources/YouTubeKit/YouTubeResponseTypes/ChannelInfos/ChannelInfosResponse.swift:838:98-838:98
836 |
837 | /// Copy properties from another ``ChannelInfosResponse`` to the current ``ChannelInfosResponse`` instance.
838 + /// - Parameter otherResponse: the ``ChannelInfosResponse`` where the infos will be taken of.
| ╰─suggestion: Document 'channel' parameter
839 | public mutating func copyProperties(of channel: YTChannel) {
840 | self.avatarThumbnails = channel.thumbnails
Finished building documentation for 'YouTubeKit' (1.14s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/b5i/youtubekit/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.64s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.26s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.75s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.43s)
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.5
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit DeclarationFragments.swift
[8/57] Compiling SymbolKit Fragment.swift
[9/57] Compiling SymbolKit FragmentKind.swift
[10/57] Compiling SymbolKit FunctionParameter.swift
[11/57] Compiling SymbolKit FunctionSignature.swift
[12/57] Compiling SymbolKit SemanticVersion.swift
[13/57] Compiling SymbolKit AccessControl.swift
[14/57] Compiling SymbolKit Availability.swift
[15/57] Compiling SymbolKit AvailabilityItem.swift
[16/57] Compiling SymbolKit Domain.swift
[17/57] Compiling SymbolKit Mixin+Equals.swift
[18/57] Compiling SymbolKit Mixin+Hash.swift
[19/57] Compiling SymbolKit Mixin.swift
[20/57] Compiling SymbolKit LineList.swift
[21/57] Compiling SymbolKit Position.swift
[22/57] Compiling SymbolKit Relationship.swift
[23/57] Compiling SymbolKit RelationshipKind.swift
[24/57] Compiling SymbolKit SourceOrigin.swift
[25/57] Compiling SymbolKit GenericConstraints.swift
[26/57] Compiling SymbolKit Swift.swift
[27/57] Compiling SymbolKit SourceRange.swift
[28/57] Compiling SymbolKit Metadata.swift
[29/57] Compiling SymbolKit Module.swift
[30/57] Compiling SymbolKit OperatingSystem.swift
[31/57] Compiling SymbolKit Platform.swift
[32/57] Compiling SymbolKit Names.swift
[33/57] Compiling SymbolKit SPI.swift
[34/57] Compiling SymbolKit Snippet.swift
[35/57] Compiling SymbolKit Extension.swift
[36/57] Compiling SymbolKit GenericConstraint.swift
[37/57] Compiling SymbolKit GenericParameter.swift
[38/57] Compiling SymbolKit Generics.swift
[39/57] Compiling SymbolKit Namespace.swift
[40/57] Compiling SymbolKit Identifier.swift
[41/57] Compiling SymbolKit KindIdentifier.swift
[42/57] Compiling SymbolKit Location.swift
[43/57] Compiling SymbolKit Mutability.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.36s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/100] Compiling YouTubeKit YTLikeStatus.swift
[3/100] Compiling YouTubeKit YTPrivacy.swift
[4/100] Compiling YouTubeKit YouTubeChannel+fetchInfos.swift
[5/100] Compiling YouTubeKit YouTubeChannel+subscribeActions.swift
[6/100] Compiling YouTubeKit YouTubeChannel.swift
[7/100] Compiling YouTubeKit AuthenticatedContinuableResponse+fetchContinuation.swift
[8/100] Compiling YouTubeKit AuthenticatedContinuableResponse.swift
[9/100] Compiling YouTubeKit ContinuableResponse+fetchContinuation.swift
[10/100] Compiling YouTubeKit ContinuableResponse+mergeContinuation.swift
[11/100] Compiling YouTubeKit ContinuableResponse.swift
[12/100] Compiling YouTubeKit ResponseContinuation.swift
[13/110] Compiling YouTubeKit UnsubscribeChannelResponse.swift
[14/110] Compiling YouTubeKit CreateCommentResponse.swift
[15/110] Compiling YouTubeKit DeleteCommentResponse.swift
[16/110] Compiling YouTubeKit DislikeCommentResponse.swift
[17/110] Compiling YouTubeKit EditCommentResponse.swift
[18/110] Compiling YouTubeKit EditReplyCommandResponse.swift
[19/110] Compiling YouTubeKit LikeCommentResponse.swift
[20/110] Compiling YouTubeKit RemoveDislikeCommentResponse.swift
[21/110] Compiling YouTubeKit RemoveLikeCommentResponse.swift
[22/110] Compiling YouTubeKit ReplyCommentResponse.swift
[23/110] Compiling YouTubeKit HistoryBlockContent.swift
[24/110] Compiling YouTubeKit HomeScreenResponse.swift
[25/110] Compiling YouTubeKit PlaylistInfosResponse.swift
[26/110] Compiling YouTubeKit SearchResponse.swift
[27/110] Compiling YouTubeKit YTSearchResult+canBeDecoded.swift
[28/110] Compiling YouTubeKit YTSearchResult+decodeJSON.swift
[29/110] Compiling YouTubeKit YTSearchResult+filterTypes.swift
[30/110] Compiling YouTubeKit YTSearchResult.swift
[31/110] Compiling YouTubeKit YTSearchResultType.swift
[32/110] Compiling YouTubeKit TrendingVideosResponse.swift
[33/110] Compiling YouTubeKit AudioOnlyFormat.swift
[34/110] Compiling YouTubeKit HistoryReponse+removeVideo.swift
[35/110] Compiling YouTubeKit HistoryResponse.swift
[36/110] Compiling YouTubeKit RemoveVideoFromHistroryResponse.swift
[37/110] Compiling YouTubeKit AddVideoToPlaylistResponse.swift
[38/110] Compiling YouTubeKit AllPossibleHostPlaylistsResponse.swift
[39/110] Compiling YouTubeKit CreatePlaylistResponse.swift
[40/110] Compiling YouTubeKit DeletePlaylistResponse.swift
[41/110] Compiling YouTubeKit MoveVideoInPlaylistResponse.swift
[42/110] Compiling YouTubeKit RemoveVideoByIdFromPlaylistResponse.swift
[43/110] Compiling YouTubeKit RemoveVideoFromPlaylistResponse.swift
[44/110] Compiling YouTubeKit SimpleOperationAuthenticatedResponse.swift
[45/110] Compiling YouTubeKit YouTubeVideo+fetchAllPossibleHostPlaylists.swift
[46/110] Compiling YouTubeKit YouTubeVideo+fetchMoreInfos.swift
[47/110] Compiling YouTubeKit YouTubeVideo+fetchStreamingInfos.swift
[48/110] Compiling YouTubeKit YouTubeVideo+fetchStreamingInfosWithDownloadFormats.swift
[49/110] Compiling YouTubeKit YouTubeVideo+getCaptions.swift
[50/110] Compiling YouTubeKit YouTubeVideo+likeActions.swift
[51/110] Compiling YouTubeKit YouTubeVideo.swift
[52/110] Compiling YouTubeKit YTCaption.swift
[53/110] Compiling YouTubeKit YTChannel.swift
[54/110] Compiling YouTubeKit YTComment+actions.swift
[55/110] Compiling YouTubeKit YTComment.swift
[56/110] 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 | }
[57/110] Compiling YouTubeKit YTLittleChannelInfos.swift
[58/110] Compiling YouTubeKit YTPlaylist+canShowBeDecoded.swift
[59/110] Compiling YouTubeKit YTPlaylist+decodeShowFromJSON.swift
[60/110] Compiling YouTubeKit YTPlaylist+fetchVideos.swift
[61/110] Compiling YouTubeKit YTPlaylist.swift
[62/110] Compiling YouTubeKit YTThumbnail.swift
[63/110] Compiling YouTubeKit YTVideo+decodeShortFromJSON.swift
[64/110] Compiling YouTubeKit YTVideo+decodeVideoFromPlaylist.swift
[65/110] Compiling YouTubeKit YTVideo.swift
[66/110] Compiling YouTubeKit BadRequestDataError.swift
[67/110] Compiling YouTubeKit NetworkError.swift
[68/110] 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 | }
[69/110] 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 | }
[70/110] 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 | }
[71/110] 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 | }
[72/110] 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 | }
[73/110] 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 | }
[74/110] 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 | }
[75/110] 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 | }
[76/110] 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 | }
[77/110] 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 | }
[78/110] 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 | }
[79/110] Compiling YouTubeKit DislikeVideoResponse.swift
[80/110] Compiling YouTubeKit LikeVideoResponse.swift
[81/110] Compiling YouTubeKit RemoveLikeFromVideoResponse.swift
[82/110] Compiling YouTubeKit AutoCompletionResponse.swift
[83/110] Compiling YouTubeKit ChannelContent+canDecode.swift
[84/110] Compiling YouTubeKit ChannelContent+decodeJSONFromTab.swift
[85/110] Compiling YouTubeKit ChannelContent+getContinuationFromTab.swift
[86/110] Compiling YouTubeKit ChannelContent.swift
[87/110] Compiling YouTubeKit ChannelInfosResponse.swift
[88/110] Compiling YouTubeKit ListableChannelContent+addChannelInfos.swift
[89/110] Compiling YouTubeKit ListableChannelContent.swift
[90/110] Compiling YouTubeKit ResponseExtractionError.swift
[91/110] Compiling YouTubeKit ParameterValidator+commonValidators.swift
[92/110] Compiling YouTubeKit ParameterValidator.swift
[93/110] Compiling YouTubeKit HeaderTypes+Hashable.swift
[94/110] Compiling YouTubeKit HeaderTypes+RawRepresentable.swift
[95/110] Compiling YouTubeKit HeaderTypes.swift
[96/110] Compiling YouTubeKit HeadersList.swift
[97/110] Compiling YouTubeKit RequestLog.swift
[98/110] Compiling YouTubeKit RequestLogger+defaultImplementations.swift
[99/110] Compiling YouTubeKit RequestsLogger.swift
[100/110] Compiling YouTubeKit SwiftyJSON.swift
[101/110] Compiling YouTubeKit CommentTranslationResponse.swift
[102/110] Compiling YouTubeKit DownloadFormat.swift
[103/110] Compiling YouTubeKit MediaType.swift
[104/110] Compiling YouTubeKit MoreVideoInfosResponse.swift
[105/110] Compiling YouTubeKit VideoCaptionsResponse.swift
[106/110] Compiling YouTubeKit VideoCommentsResponse.swift
[107/110] Compiling YouTubeKit VideoDownloadFormat.swift
[108/110] Compiling YouTubeKit VideoInfosResponse.swift
[109/110] Compiling YouTubeKit VideoInfosWithDownloadFormatsResponse.swift
[110/110] Compiling YouTubeKit [URLQueryItem]+makeUnique.swift
Build of target: 'YouTubeKit' complete! (2.67s)
4320
28 /Users/admin/builder/spi-builder-workspace/.docs/b5i/youtubekit/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/b5i/youtubekit/main
File count: 4320
Doc size: 28.0MB
Preparing doc bundle ...
Uploading prod-b5i-youtubekit-main-824fa558.zip to s3://spi-docs-inbox/prod-b5i-youtubekit-main-824fa558.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.